body  {
/*background-image: url("images/screw.jpg");  */
color:grey;
font-family: 'Open Sans','Arial', 'sans-serif',;
}
.blink {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
}
}
.fieldbox {
    width:6vw;
    background-color:#fff7c1;
}
.a1 {
    font-size:8vw;    
}
#title {
    text-transform: uppercase;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}
img.animated-gif{
  width: 3.8vw;
  height: auto;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
  font-weight:bold;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  /*background-color: #ddd;*/
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button 
.dropdown:hover .dropdown-content {
  display: block;
}
*/
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}




    

/* Create three equal columns that sits next to each other */
.columnpic {
  /*flex: 16.6%;*/
  padding: 12px;
  margin-left:4vw;
}
/* Create two equal columns that sits next to each other */
.logopic {
  flex: 50%;
  padding: 0;
}
.flexcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex11  {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0; 
    margin:0; 
    position:relative;
    top:50px;
    height:10vw;
    width:10vw;
}
.flex12  {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:4vw 0 4vw 0; 
    margin:0; 
    position:relative;
    top:0;
    height:auto;
    width:20vw;
}
.flex13  {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0; 
    margin:auto; 
    position:relative;
    top:0;
    width:20vh;
    max-width:20vh;
    height:auto;
}
.flex14  {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0; 
    margin:auto; 
    position:relative;
    top:0;
    height:10vh;
    width:auto;
}
tbody tr {
   height:3vh; 
}

.flex1  {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:0; 
    margin:auto; 
    position:relative;
    top:50px;
    height:25vw;
}
h3 {
    color:#2c4460;
    width:98%;
}
/*BIG SCREEN STARTS HERE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX BIG SCREEN STARTS HERE XXXXXXXXXXXXX*/
/*BIG SCREEN STARTS HERE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX BIG SCREEN STARTS HERE XXXXXXXXXXXXX*/
@media only screen and (min-width: 721px) {

.a1 {
    font-size:5vw;    
}
.title {
  text-align:center;
  font-family:'Open Sans','Arial', sans-serif;
  font-size:44pt;
  font-weight:bold;
  font-style:italic;
  text-align:center;
  /*color:#628aad;*/
  color:white;
}

#1 {
    font-size:3vw;    
}
.menu {
     height:5vh;
    line-height:2;
    text-decoration:none;
    padding:16px;
} 

.row {
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: row; /* Safari 6.1+ */
  display: flex;
  flex-direction: row;
  width:70vw;
  padding:0;
  background-color:#ffffff;
  margin:auto;
}
.colflex {
    width:30%;
  flex: 33.3%;
  padding: 0;
  margin-left:20px;
  font-size:12pt;
  font-weight:normal;
  border:0;
  background-color:#efefef;
}
hr {
    width:100vw;
    color:#edcd1f;
    border-width: 3px;
}
.main {
        width:650px;
        max-width:650px;
        margin:auto;
        /*background-color:#eaeaea;*/
        color:black;
    }
.mainservices {
        width:100%;
        max-width:100%;
        margin:0 auto;
        background-color:#ffffff;
        text-align:center;
        color:black;
        font-family:'Arial', sans-serif;font-size:0.8vw;
        font-weight:200;
        padding:0;
    }    
.mainstep {
        width:98vw;
        max-width:98vw;
        margin:auto;
        /*background-color:#eaeaea;*/
        color:black;
        border:2px solid lightgreen;
        border-radius:8px;
        text-align:center;
    }
 #myTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 50px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myTopBtn:hover {
  background-color:#0000bc; /* Add a dark-grey background on hover */
  font-weight:bold;
}   
 .mybtnstep {
    width:10vw;
	background-color:#64bafc; /* #f1f1f1;    #edeaea  e4e3c8  */
	border:none;
	border-radius: 2px;
	font-family:'Open Sans','arial','sans-serif';
	font-size:0.8vw;
	color:#ffffff;
	font-weight:normal;
	height:25px;
	padding-top:0;
}
.mybtnstep:hover {font-weight:bold;color:black;}       
.tex {
    font-family:'Arial', sans-serif;
    font-size:12pt;    
    font-weight:normal;
    width:70%;
    max-width:70%;
    margin:auto;
    background-color:#ffffff;
    }
table {
    border-collapse: collapse;
    width:600px;  
    max-width:600px;
}
.widget {
    width:600px;
}
.thermo1 {
    opacity:.8;
    width:600px;
    height:auto;
    margin-top:0;    }
.left {
    display:block;
    position:absolute;
    left:0;
    top:35vh;
    width:30%;
    height:30vh;
    /*background-color:#d6f9da;*/
    border:0;
}
.lefttop {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:30%;
    height:30vh;
    background-color:#d6f9da;
    border:0;
}    
img.a {
  transform: rotate(-30deg);
  width:15vw;
  height:auto;
}
.mob {
    font-size:0.6vw;
}
.slidew {
    width:400px;
    max-width:600px;
    -webkit-transition-timing-function: ease;
}
.fm_input {
    font-size:0.8vw;
}    
#mainpicsmall {
    display:block;
}
.phontic {text-align:center; width:5vw;height:5vh;font-size:12pt;}
.phontica {text-align:center; width:600px;font-size:12pt;}
.widget {
    max-width:40vw;
}
logo {
    width:60vw;
    height:70px;
    margin:auto;
    text-align:center;
}
left {
    display:block;
    position:absolute;
    left:0;
    top:2000px;
    width:20%;
    height:30vh;
    background-color:#d6f9da;
    border:1px solid #e5e5e5;
}
.right {
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:30%;
    height:50vh;
    /*background-color:#f7f5d2;*/
    border:0;
}
.rightlower {
    display:block;
    position:absolute;
    right:0;
    top:25vh;
    width:30vw;
    height:25vh;
    background-color:white;
    border:0;
}
.vscrollleft {
 /*height: 20vw;*/   
 overflow: hidden;
 position: relative;
}
h2 {
    font-size:20pt;
}
.vscrollleft img {
 position: absolute;
 width: 4vw;
 height: auto;
 margin: 0;
 /*line-height: 50px;
 text-align: center;
 text-weight:bold;*/
 color:#e5e5e5;
 /* Starting position */
 -moz-transform:translateY(100px);
 -webkit-transform:translateY(100px);	
 transform:translateY(100px);
 /* Apply animation to this element */	
 -moz-animation: vscrollleft 10s linear infinite;
 -webkit-animation: vscrollleft 10s linear infinite;
 animation: vscrollleft 10s linear infinite;
}}
@keyframes vscrollleft {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(90deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(90deg); }
  100% { transform: rotate(0deg); }
}
.vscrollr {
 /*height: 20vw;*/   
 overflow: hidden;
 position: relative;
}
.vscrollr h2 {
 position: absolute;
 width: 100%;
 height: auto;
 margin: 0;
 line-height: 80px;
 text-align: center;
 font-weight:bold;
 color:#e5e5e5;
 /* Starting position */
 -moz-transform:translateY(0);
 -webkit-transform:translateY(0);	
 transform:translateY(0);
 /* Apply animation to this element */	
 -moz-animation: vscrollr 15s linear infinite;
 -webkit-animation: vscrollr 15s linear infinite;
 animation: vscrollr 15s linear infinite;
}
 /* Move it (define the animation) */
@-moz-keyframes vscrollr {
 0%   { -moz-transform: translateY(120%); }
 100% { -moz-transform: translateY(-80%); }
}
@-webkit-keyframes vscrollr {
 0%   { -webkit-transform: translateY(120%); }
 100% { -webkit-transform: translateY(-80%); }
}
@keyframes vscrollr {
 0%   { 
 -moz-transform: translateY(120%); /* Firefox bug fix */
 -webkit-transform: translateY(120%); /* Firefox bug fix */
 transform: translateY(120%); 		
 }
 100% { 
 -moz-transform: translateY(-80%); /* Firefox bug fix */
 -webkit-transform: translateY(-80%); /* Firefox bug fix */
 transform: translateY(-130%); 
 }
} 
/* Move it (define the animation) */
@-moz-keyframes vscrollleft {
 0%   { -moz-transform: translateY(100%); }
 100% { -moz-transform: translateY(-130%);transform: translateY(-130%); }
 
}
@-webkit-keyframes vscrollleft {
 0%   { -webkit-transform: translateY(100%); }
 100% { -webkit-transform: translateY(-130%);transform: translateY(-130%); }
}
@keyframes vscrollleft {
 0%   { 
 -moz-transform: translateY(100%); /* Firefox bug fix */
 -webkit-transform: translateY(100%); /* Firefox bug fix */
 transform: translateY(100%); 		
 }
 100% { 
 -moz-transform: translateY(-100%); /* Firefox bug fix */
 -webkit-transform: translateY(-130%); /* Firefox bug fix */
 transform: translateY(-130%); 
 }
}
.spin {
    position:relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;   
    -moz-animation: spin 5s linear infinite;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@-moz-keyframes spin {   
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(-360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(-360deg);}
}    
.right {
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:30%;
    height:30vh;
    /*background-color:#f7f5d2;*/
    border:1px solid #e5e5e5;
}
/*
=================================================================================
spinner
=================================================================================
*/
.spinner{
	animation-name: spinner;
	-webkit-animation-name: spinner;	

	animation-duration: 5s;	
	-webkit-animation-duration: 5s;

	animation-timing-function: linear;	
	-webkit-animation-timing-function: linear;

	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	

	visibility: visible !important;						
}
@-webkit-keyframes spinner {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#mainpicbig {
    display:block;
}
/*MOBILE STARTS HERE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX MOBILE STARTS HERE  XXXXXXXXXXXXXXXXXXXXXX*/
/*MOBILE STARTS HERE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX MOBILE STARTS HERE  XXXXXXXXXXXXXXXXXXXXXX*/
@media only screen and (max-width: 720px) {

.a1 {
    font-size:10vw;    
}
.title {
  text-align:center;
  font-family:'Open Sans','Arial', sans-serif;
  font-size:44pt;
  font-weight:bold;
  font-style:italic;
  text-align:center;
  /*color:#628aad;*/
  color:white;
}
    
.mobile-container {
  width:100vw;  
  max-width: 100vw;
  margin: 0 auto;
  height: auto;
  border-radius: 10px;
}    
.main {
        margin:0;
        width:98vw !important;
        max-width:100vw;
        margin:auto;
        /*background-color:#eaeaea;*/
}
.mainservice {
        width:70vw;
        max-width:70vw;
        margin:auto;
        background-color:#ffffff;
        color:black;
        font-family:'Arial', sans-serif;font-size:0.8vw;
        font-weight:normal;
        padding:10px;
    }
.mainstep {
        width:90vw;
        max-width:90vw;
        margin:auto;
        /*background-color:#eaeaea;*/
        font-size:9pt;
        color:black;
        border:6px solid lightgreen;
    }
.row {
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: column; /* Safari 6.1+ */
  display: flex;
  flex-direction: column;
  width:70vw;
  padding:0;
  background-color:#ffffff;
  margin:auto;
}
.top-center {
  display:inline-block;
  width: 80%;
}
.colflex {
    width:90%;
  /*flex: 33.3%;*/
  padding: 0;
  margin-left:0 !important;
  margin-top:20px;
  font-size:12pt;
  font-weight:normal;
  border:0;
  background-color:#efefef;
}    
.mybtnstep {
    width:20vw;
	background-color:#64bafc; /* #f1f1f1;    #edeaea  e4e3c8  */
	border:none;
	border-radius: 2px;
	font-family:'Open Sans','arial','sans-serif';
	font-size:3vw;
	color:#ffffff;
	font-weight:normal;
	height:25px;
	padding-top:0;
}
.mybtnstep:hover {font-weight:bold;color:black;}    
    
.tex {
    font-family:'Arial', sans-serif;font-size:0.8vw;    
    font-weight:normal;
    width:80%;
     margin:auto;
    }    
.widget {
    width:90vw;
    height:auto;
}
.menu {
     height:5vh;
    line-height:2;
    text-decoration:none;
    padding:0;
} 
.thermo1 {
    opacity:0;
    width:98vw;
    margin-top:0; 
}    
.mob {
    font-size:4vw !important;
    text-align:center !important;
    max-width:90vw;
    font-family:'Arial', sans-serif;font-size:2vw;
}
#mainpicbig {
    display:none;
    width:100%;
    max-width:100%;
}
widget {
    max-width:400px;
}
.imgrot.a {
  transform: rotate(-30deg);
  width:15vw;
  height:auto;
  display:none;
} 
.slidew {
    width:98vw;
    max-width:98vw;
    -webkit-transition-timing-function: ease;
}
.fm_input {
    font-size:6vw;
    width:50%;
    height:8vh;
} 
.widget {
    width:50vw;
}
.left {
    display:none;
}
.right {
    display:none;
}
#mainpicsmall {
    display:block;
}
.panel-group{
    width:98vw;
    font-family:'Arial', Open Sans, sans-serif;
    text-align:center;
    background-color:white;
}
.panel-title:hover {
    font-weight:bold;
}


table {
    border-collapse: collapse;
    width:90vw;
    margin:auto;
}
tr:nth-child(even) {background-color: #f2f2f2;}





td, th {
    min-width: 50px;
    height: 21px;
}
span {
    width: 100%;
    display: block;
}
.logo {
    width:60vw;
    height:70px;
}
.phontic {text-align:center; width:40vw;height:3vh;font-size:3vw;font-weight:normal;}

td {
	margin: 0; 
	padding: 0;
}



#runx {
    padding: 6px 8px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
    font-family: 'lato-light', 'Arial';
    font-weight:200;
    font-size:10pt;
}
#choice  {
	border-collapse:separate;
	border-spacing:6px;
	font-family:'lato-light','Arial';
	text-align:center;
	font-size:10pt;
	/*color:#838495;*/
	color:black;
}
.tomain   {
	border:none;
	background-color:#f1f1f1;
	color:#A8A8A8;
}
.mybtn {
    width:30vw;
	/*width:auto;*/
	background-color:#e8e8e8; /* #f1f1f1;    #edeaea  e4e3c8  */
	border:none;
	border-radius: 8px;
	font-family:'Open Sans','arial','sans-serif';
	font-size:7pt;
	color:#8e8e8e;
	font-weight:normal;
	height:25px;
	padding-top:0;
}
.mybtn:hover {font-weight:bold;color:red;}

.backbtn {
	width:10%;
	background-color:#e8e8e8; /* #f1f1f1;    #edeaea */
	border:none;
	border-radius: 8px;
	font-family:'Verdana', 'Arial', 'Open Sans','sans-serif';
	font-size:8pt;
	color:black;
	font-weight:100;
	height:25px;
	padding-top:0;
	margin:2px;
}
.backbtn:hover {font-weight:bold;}
img {
    max-width: 100%;
    height: auto;
}
.thumbnail {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0;
}
.purple {	
	background:rgba(207, 0, 230, 0.8);
	color:white;
}
.ochre {
	/*background:rgba(253, 179, 18, 0.8);*/
    	background:#fdb312;
    	color:#936602;
    	/*color:#adadad;*/
}
.red {
    	background:rgba(245, 0, 0, 0.8);
   	/*background:#ff0000;*/
   	color:white;
}
.blue {
	background:rgba(43, 0, 255, 0.8); 
    	color:white;
    	/*color:rgba(43, 0, 255, 0.8);
    	margin:0px,0px,10px,0px; */
}
.yellow {
	background:rgba(255, 255, 0, 1);
	color:#adadad;
}
.green {
	background:rgba(0, 230, 0, 0.8);
	color:#017201;
}
.turquoise {
	background:rgba(26, 221, 255, 1);
	color:#008296;
    	/*background:#71e9ff; */   
}
#bg1 {
    background-image: url(../images/screens2.jpg) left top no-repeat, url(../images/screens_28.jpg) center top repeat, url(../images/screens2.jpg) right top no-repeat;
    padding: 15px;
}
dialog {  
    width: 320px;  
    background:#f7f7f7;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-family:'lato-light', sans-serif;
    padding: 5px 10px 5px 10px;
}  

/* Modal Popup Starts Here  */

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3); 
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 350px;
	height: 420px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #ffffff;
/*	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999); */
}
.closeModal {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closeModal:hover { background: #00d9ff; }

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  /*border: 16px solid #f3f3f3;
  //border-radius: 50%;
  //border-top: 16px solid #3498db;
  //width: 120px;
  //height: 120px;  */
  background: url(http://phaice.com/images/pacemakerlogo_noP_transp.png); background-repeat: no-repeat; background-position: center center; padding-top:70px; margin-bottom:70px; background-size: 40px 40px;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
}
@media only screen and (max-width: 720px) {
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg);  transform: rotate(0deg);}
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -moz-animation-name: animatebottom;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-name: animatebottom;
  animation-duration: 0.4s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
.container {
    width: 80%;
    height: 200px;
    background: aqua;
    margin: auto;
    padding: 10px;
}
.one {
    width: 15%;
    height: 200px;
    background: red;
    float: left;
}
.two {
    margin-left: 15%;
    height: 200px;
    background: black;
}
}