body {
    /*background-image: url(http://www.thevirtualflowers.com/2/images/clean-sky-wallpaper.png);*/
    background-image: url("./images/daisies-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center; 
}

.on_top {
  position:absolute;
  top: 0px;
}
/*h1*/
.sidebysidetop {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
}
.sidebysidedivs {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    */
    display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
    
    
}
.lowerbottom {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
}

img.blur0 { width:100%; height:100%; -webkit-filter: blur(4px); filter: blur(4px); }
img.blur1 { width:100%; height:100%; -webkit-filter: blur(2px); filter: blur(2px); }
img.blur2 { width:100%; height:100%; -webkit-filter: blur(1px); filter: blur(1px); }
.top-ribbon {
    position: relative; 
    z-index: 1;
    width: 100%;
    
    min-width: 760px;
    
    height: 42px; 
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px #000;

    display: -webkit-box;
	display: -moz-box;
	display: box;
/*hh*/


	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
    
}

@-webkit-keyframes shake {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(0.9); }
	100% { -webkit-transform: scale(1); }
}

.top-ribbon a:hover
{
	-webkit-animation-name: shake;
	-webkit-animation-duration: 300ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
  text-decoration: none; 
  color: #fff;
  
}  
.top-ribbon a {
    text-decoration: none; 
    font: normal 25px/1 "Fredoka One", Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    padding-right: 40px;
    padding-top: 10px;
    display: inline-block; 
  
    
  
    text-shadow: 0 6px 1px rgba(0,0,0,.1), 
                 0 0 5px rgba(0,0,0,.1), 
                 0 1px 3px rgba(0,0,0,.3), 
                 0 3px 5px rgba(0,0,0,.2), 
                 0 5px 10px rgba(0,0,0,.25), 
                 0 10px 10px rgba(0,0,0,.2), 
                 0 20px 20px rgba(0,0,0,.15);
    
}
.decorated_link {
    text-decoration: none; 
    font: normal 18px/1 "Fredoka One", Helvetica, sans-serif;
    color: #3BC1FA;

    letter-spacing: 1px;
    /*padding: 15px;*/
    display: inline-block; 
    text-shadow: 1px 2px 2px #6F6F73;
    
    
    
}
.bubble_text {
    font: normal 18px/1 "Fredoka One", Helvetica, sans-serif;
    color: #fff;

    letter-spacing: 1px;
    padding: 8px;
    display: inline-block; 
  
text-shadow: 1px 2px 2px #6F6F73;
    text-decoration: none;    
}



/*GRID OF LOCATIONS*/
table.gridtable {

  height: auto;
  border-collapse: collapse;
  margin: 0px auto;
  box-shadow: 1px 2px 6px #6F6F73;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}
table.gridtable th {
  height: 20px;
  width: auto;

  box-shadow: inset 0 1px 2px #B4DA76;
  transition: all 0.2s;
  padding: 10px;
  
  font: normal 20px/1 "Fredoka One", Helvetica, sans-serif;


  color: #FFF;
  
  background: #81C90C;
  box-shadow: 0px 0px 0px #6F6F73;
  text-align: center;

} 
table.gridtable td {
  border: 0px solid #cccccc;
  padding-left: 10px; 
  padding-right: 10px;
  
  padding-top: 1px;
  padding-bottom: 1px; 
  box-shadow: 1px 0px 0px #6F6F73;
  
  font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26.3999996185303px;
  
}
table.gridtable tr:nth-child(even) { background-color: #EBFCD1; }
table.gridtable tr { 
  border-bottom: 1px solid #cccccc; 
  background-color: #d4f0a2;
}
/*GRID OF LOCATIONS END*/

table.gridtable tr:hover {
    opacity: 1;
    background-color: #BAEE67;
    transition: all 0.35s linear;
}


.innerdivs_css {
   display: block;
   margin: 0 auto; 

  /* width: auto;*/

   /*overflow:auto;*/

   text-align: center; 
   position: relative;

   /*background-color: white;*/
   /*display: table;*/

}

.chatForm{
  clear:both;
  border-top: 1px solid #aaa;
  padding: .5em;
}    
.chatContainer {  /* contains a <ul> and a <form> */
  width: auto;
  margin:0 auto;
}
.chatContainer ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
.chatContainer ul li {
  padding: 15px;
  text-align: right;
  clear:both;
}
.chatContainer ul li .chatBubble {
  padding: 0px 20px;
  margin:0 0 5px 0;
  background-color: #cfa;
  border-radius: 10px;
  display:inline-block;
  max-width: 100%;
  text-align: left;
  box-shadow: 1px 2px 6px #6F6F73;
}
.chatContainer ul li .chatBubble.reply {
  background-color: #ffd633;
  float: left;
}
.chatContainer ul li .chatBubble img.avatar {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0;
  margin: -20px 8px 0px -30px;
  float: left;
  border: 1px solid #bbb;
}


/*######## Smart Green START ########*//*
.smart-green {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    
    height: 350px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 10px #000;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #81C90C;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #81C90C;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#80A24A;
}

/*######## Smart Green END ########*/

/*######## presentation start #####*/






.getstarted_button:hover
{
	-webkit-animation-name: shake;
	-webkit-animation-duration: 300ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}  

/*########## presentation end ########## */

/*########## footer CSS ################# */
.footer {
    opacity: 0.2; 
    text-align: center; 
    background-color: black; 
    box-shadow: 0 0 10px #000;
}


/*######## footer CSS end ###########*/

.rotateohover {
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: transform;
    /*-webkit-filter: blur(1px); filter: blur(1px); */
}
.rotateohover:hover {
    -webkit-transform: rotate(360deg);
}









.ranks_heading {
    font: normal 35px/1 "Fredoka One", Helvetica, sans-serif;
    color: #fff;

    letter-spacing: 1px;
    padding: 15px;
    display: inline-block; 
  
    text-shadow:  
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
    text-decoration: none;    
}
.cups_heading {
    font: normal 20px/1 "Fredoka One", Helvetica, sans-serif;
    color: #fff;


    text-shadow:  
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    
    
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
    text-decoration: none;    
}
.email_response_head {
    font: normal 20px/1 "Fredoka One", Helvetica, sans-serif;
    color: #fff;

    padding-bottom: 5px;
    text-shadow:  
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    
    
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
    text-decoration: none;    
}
.help_body {
    font: normal 35px/1 "Fredoka One", Helvetica, sans-serif;
    color: #fff;

    letter-spacing: 1px;
    padding: 15px;
    display: inline-block; 
  
    text-shadow:  
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2); 

    text-decoration: none;    
}



.enlarge_img {
    -webkit-transform: scale(1.8); 
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
/*
#minimize_img {
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}*/
#minimize_img {

    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	
	
	box-shadow: 1px 2px 6px #6F6F73;
	
	border-radius: 13px; 
    -moz-border-radius: 13px; 
    -webkit-border-radius: 13px; 
    border: 9px solid #99F056;
    width: 300px;
    
    
    
}
#terminal_img {
    box-shadow: 1px 2px 6px #6F6F73;
	
	border-radius: 13px; 
    -moz-border-radius: 13px; 
    -webkit-border-radius: 13px; 
    border: 9px solid #99F056;
}



/*** scale on hover*/

.scale_on_hover {

  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.scale_on_hover:hover {

  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}

/*** scale on hover end*/