/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Set default box sizing */
* {
  box-sizing: border-box;
}

/*Make images scalable */
img {
  width: 100%;
  height: auto;
  border: 0px;
}

/* For mobile phones: */
[class*="col-"] {
  float left;
  width: 100%;
}

.row {
   margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	margin-bottom:auto;  
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Columns for small display */
@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

/* Columns for larger displays display */
@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* Set all columns to float left */
[class*="col-"] {
  float: left;
}

/* Default styles for small devices */
body { 
    font-family:arial, verdana, san-serif;
	font-size:9pt; 
	font-weight:bold; 
	color:#FFFFFF; 
	line-height:15px; 
	background-color:#000000;
    min-width: 350px;
    padding: 0px;
}

.container {
	margin-left:auto; 
	margin-right:auto; 
	margin-top:30px; 
	margin-bottom:auto; 
    max-width:990px;
    padding: 0px;
}
 
h1 {
	font-family:arial, verdana, san-serif; 
	color:#FFFFFF; 
	font-size:16pt; 
	font-weight:bold;
    text-transform: capitalize;
    text-align: center;
    line-height: 22px;
    width: 100%;
}
    
h2 {
	font-family:arial, verdana, san-serif; 
	color:#FFFFFF; 
	font-size:14pt; 
	font-weight:bold;
    text-align: center;
    width: 100%;
}

h3 {
	font-family:arial, verdana, san-serif; 
	color:#FFFFFF; 
	font-size:12pt; 
	font-weight:bold;
    text-align: center;
    width: 100%;
}
	
a {
	color:#FFFFFF;
    text-decoration:none;
}

.close {
	     margin-left: auto;
	     margin-right: auto;
         text-align: center;
         width: 100%;
 }

/* Style changes for medium screens */
@media only screen and (min-width: 600px) {
   h1 {
	 font-size:17pt; 
   }
    
   h2 { 
	  font-size:15pt; 
   }
   h2 { 
	  font-size:13pt; 
   }
}

/* Style changes for large screens */
@media only screen and (min-width: 768px) {
   body { 
	  font-size:11pt;  
	  line-height:17px; 
   }
   h1 {
	 font-size:18pt; 
   }
    
   h2 { 
	  font-size:16pt; 
   }
   
   h3 { 
	  font-size:14pt; 
   }  
}




