.roundMe{
	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.roundMe15{
	
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
}

.buttonGray{

	background-color: #b9b9b9;
}
.buttonGray:hover{

	background-color:#333 ;
}
.letterpress  {
	text-shadow: 0px 1px 1px #4d4d4d;
	color: #222;
	font-weight: bold;
	font-size: 1rem;
	font-family: "Helvetica Neue", "Helvetica", "Helvetica", "Arial", "sans-serif";
	margin-bottom: 0px;
}

.dark{
	background: #434343 !important;
}

.noPadding{

	padding-left: 0;
	padding-right: 0;


}

.noAlltopBottom{

	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.header.transparent{
	position: relative;
	z-index: 10;
	height: 84px;
	border-top: 1px solid #fff;
	padding-top: 0;
	padding-left: 15px;
	background: rgba(240,240,240,0.0) !important;
	

}

.header.transparentDark{
	position: relative;
	z-index: 10;
	border: #777 1px solid;
	height: 84px;
	border-top: 1px solid #fff;
	padding-top: 0;
	padding-left: 15px;
	background: rgba(190,190,190,0.5) !important;
	

}

.noScrool{
	overflow-x: hidden;
	overflow-y: hidden;

}

table{
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100;
	background: rgba(240,240,240,0.0) !important;

}

.myLeft{

	text-align: left;

}

.orbit-timer {
	/*hide orbit timer*/
	left: -10000px;
	top: auto;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.customers {
 /*   position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%; */
    background-color: #d8d8d8 !important;
}
.footer {
 /*   position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%; */
    padding: 24px 0 10px;
    background-color: #333 !important;
    
}

@font-face{
	font-family: myFirstFont;
	src: url(../fonts/WolfintheCity.otf);
}

.myFonts
{
	font-family:myFirstFont;
}

.phrases{

	font-family:   "Arial","Helvetica";
	font-size: 1rem;
	font-style: italic;
	text-align: right;

}
.phraseAuthor
{
	font-weight: bold;
}


/* test */
.company-img {
margin-top: -55px;
-webkit-border-radius: 55px;
-moz-border-radius: 55px;
border-radius: 55px;
box-shadow: 1px 2px 2px #888;
}

.testFont {
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
border-bottom-color: rgb(255, 255, 255);
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: rgb(255, 255, 255);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(255, 255, 255);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(255, 255, 255);
border-top-style: none;
border-top-width: 0px;
color: rgb(255, 255, 255);
display: block;
font-family: 'Open Sans', Arial, sans-serif;
font-size: 2em;
font-weight: 650;

list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;

padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
/*text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 4px;*/
    text-shadow:
    3px 3px 0 rgba(0, 0, 0, 0.6),
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  

white-space: nowrap;


zoom: 1;

}