@font-face {
    font-family: 'bebas_neueregular';
    src: url('web fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot');
    src: local('Pacifico Regular'), 
		 local('Pacifico-Regular'),
    	 url('web fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('web fonts/bebasneue_regular_macroman/BebasNeue-webfont.woff') format('woff'),
         url('web fonts/bebasneue_regular_macroman/BebasNeue-webfont.ttf') format('truetype'),
         url('web fonts/bebasneue_regular_macroman/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;	
}

#left_col {
   float:inherit;
   width:100%;
   max-width:95%;
}
#right_col {
   float:inherit;
   width:100%;
   max-width:95%;
}

@media screen and (min-width: 800px) {
#right_col {
   margin-top:0px;
   float:right;
   max-width:270px;
}	

#left_col {
   float:left;
   width:100%;
   max-width:270px;
}
}

.circle_t {
  display: block;
  width: 60px;
  height: 60px;
  margin: 1em auto;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 3px solid #FFF;
}


.flat-table {
		margin-bottom: 20px;
		border-collapse:collapse;
		font-family: 'Noto Sans', Calibri, Arial, sans-serif;
		border: none;
                border-radius: 3px;
               -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
	}
.flat-table th, .flat-table td {
		box-shadow: inset 0 -1px rgba(0,0,0,0.25), 
			inset 0 1px rgba(0,0,0,0.25);
	}
.flat-table th {
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		padding: 1em;
		color: rgba(0,0,0,0.45);
		text-shadow: 0 0 1px rgba(0,0,0,0.1);
		font-size: 1.5em;
	}
.flat-table td {
		color: #f7f7f7;
		padding: 0.7em 1em 0.7em 1.15em;
		text-shadow: 0 0 1px rgba(255,255,255,0.1);
		font-size: 1.4em;
	}
.flat-table tr {
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		-moz-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s;
	}
.flat-table-1 {
		background: #336ca6;
	}
.flat-table-1 tr:hover {
		background: rgba(0,0,0,0.19);
	}

.flat-table-3 {
		background: #52be7f;
	}
.flat-table-3 tr:hover {
		background: rgba(0,0,0,0.1);
	}

.row0, .row1, .row2 {
padding:10px;
clear:both;
min-height:75px;
}

.row0 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(237, 249, 251);
    /* RGBa with 0.6 opacity */
    background-color: rgba(237, 249, 251, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}



.row1 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


.row2 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 230, 150);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 230, 150, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.requireds {
	color: #1a1a1a;
}



img.sample {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
background: #fff;
padding: 0px;
}

img.sample1 {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
margin-left: 30px;
margin-right: 30px;
background: #fff;
padding: 0px;
}

img.sample2 {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
background: #fff;
padding: 10px;
}


img.sample_padded {
-webkit-border-radius: 0 8px 0 8px;
-khtml-border-radius: 0 8px 0 8px;
-moz-border-radius: 0 8px 0 8px;
border-radius:  0 8px 0 8px;
border: 1px solid #e0e0e0;
background: #fff;
padding: 10px;
}




/*Apply this class to some text to unlock the secrets of the third dimension!*/
.Three-Dee{
line-height: 1em;
color: #970100;
font-size: 45px;
}

/*text-shadow:0px 0px 0 rgb(-3,63,161),0px -1px 0 rgb(-17,49,147), 0px -2px 0 rgb(-30,36,134),0px -3px 2px rgba(0,0,0,0.25),0px -3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);*/

.subtext{
font-size:0.8em;
line-height: 22px;
}}


#noborders table, 
#noborders tbody, 
#noborders tr, 
#noborders td, 
#noborders th {
border: 0px;
}


#news1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFCC;
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
	border: thin solid #FFCC99;
	font-size: small;
        opacity:.50;
}

#news2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #e6e6e6;
	text-align: left;
	padding: 5px;
	border: thin solid #9e9e9e;
	font-size: small;
        opacity:.50;
}

#news3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffbdbd;
	text-align: left;
	padding: 5px;
	border: thin solid #e17474;
	font-size: small;
        opacity:.50;
}



.NormalText table, tr, td, th {
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	border-width: 0px 0px 1px 0px; !important
	padding: 2px;
	margin-bottom: 0px;
	}


.InvisibleText {
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.TextField {
background-color: #ffffff;
color: #ffffff;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}


.TableHead td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
    background-color: #424446;
}



.TableBorders {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #111111;
    background-color: #CCCCCC;


}



.TitleText {
font-weight:normal;
font-family: 'bebas_neueregular',arial,verdana,tahoma,sans-serif;
font-size:28px;
line-height:28px;
color:#2c3e50;
border-bottom:1px solid #2c3e50;
margin-bottom:0;
}

.MessageText {
color:#222222;
padding-left: 25px;
background-color: #FDFDFD;
}

.Attachments {
color:#222222;
background-color: #EEEEEE;
}

.Attach1 {
border-top:2px solid #888888;
}


.error {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
color: #FF0000;
}

.success {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #000088;
}

.TableRow1 {
	background-color: #FAFAFA;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;}

.TableRow2 {
	background-color: #FFFFFF;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;}

.TableRow3 {
	background-color: #fcf5bc;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;}


.highlight {
	background-color: #ffe35f;
}

.table2 {
	background-color: #f4f4f4;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

.table1 {
	background-color: #ffcb32;
	font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}

.table3 {
  background: linear-gradient(#d8ffd8, #f1fff1, #d8ffd8);
  font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
}

.widget-title {
	font-size: 32px;
}


/*     BOX     */

#boxed_content {
-webkit-border-radius: 0 12px 0 12px;
-khtml-border-radius: 0 12px 0 12px;
-moz-border-radius: 0 12px 0 12px;
border-radius:  0 12px 0 12px;
border: 1px solid #ccc;
display:block;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 10px;
padding-right: 10px;
float:center;
background: #fafafa;
font-family:Georgia;
font-size:15px;
color:#2c3e50;
text-align:left;
}

/*     BOX     */



/*  TESTIMONIALS   */

#testimonial {
  -webkit-border-radius: 12px 0 12px 0;
  -khtml-border-radius: 12px 0 12px 0;
  -moz-border-radius: 12px 0 12px 0;
  border-radius: 12px 0 12px 0;
  border: 1px solid #b3b3b3;
  display: block;
  width: 90%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  float: center;
  background: #2326240A;
  font-family: Georgia;
  font-size: 19px;
  color: #666;
  text-align: left;
  max-width: 350px;
}

#testimonial h3 {
	font-family:'bebas_neueregular',Verdana,Arial;
	font-weight: normal;
	font-size:24px;
	text-shadow: 0px 0px 0px;
}

#testimonial hr {
   display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b3b3b3;
    margin: 1em 0;
    padding: 0; 
}


#testimonial img {
-webkit-border-radius: 12px 30px 0px;
-khtml-border-radius: 12px 30px 0px;
-moz-border-radius: 12px 30px 0px;
border-radius:  12px 30px 0px;
border: 1px solid #e0e0e0;
margin-bottom: 2px;
margin-left: 5px;
margin-right: 5px;
background: #fff;
display: block;
height: 100px;
padding: 5px;
-webkit-filter: grayscale(40%); /* Safari 6.0 - 9.0 */
filter: grayscale(40%);	
}


#testimtitle {
display:block;
width:100%;
padding-top: 5px;
padding-bottom: 15px;
float:center;
font-family:'bebas_neueregular',Verdana,Arial;
font-size:24px;
color: #666;
text-align:left;
}



#testimsignature {
display:block;
width:100%;
height:40px;
padding-bottom: 0px;
float:center;
font-family: Georgia;
font-size:18px;
color: #666;
text-align:right;
}

#testimsignature a {
color: #666;
}


#testimtop {
display:block;
width:90%;
height:11px;
float:center;
font-family:arial;
font-size:15px;
color:#ecf0f1;
text-align:left;
}

#testimbottom {
display:block;
width:90%;
height:38px;
float:center;
font-family:courier;
font-size:15px;
color:#ecf0f1;
text-align:left;
}

/*  TESTIMONIALS   */



.columnsContainer { position: relative; margin: .1em; }

.leftColumn { margin-bottom: .5em; }
.rightColumn { width: 100%; }

.leftColumn1 { margin-bottom: .5em; }
.rightColumn1 { width: 10px; }


/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-left: 290px; }
  .rightColumn { position: absolute; top: 0; left: 0; width: 270px; }   
  
  .leftColumn1 { margin-left: 15px; }
  .rightColumn1 { position: absolute; top: 0; left: 0; width: 10px; }   
}

