.left{
	float:left;
	}
	
.right{
	float:right;
}
	
.clearfix {
	clear:both;
	}
	
.title {
	font-size:30px;
	font-family:"Open Sans", Arial;
	margin:10px 0px;
}
.subtitle{
	font-size:20px;
	font-family:"Open Sans", Arial;
	margin:15px 0px;
}

.text {
	font-size:18px;
	font-family:"Open Sans", Arial;
}

.subtext{
	font-size:14px;
}

.bold {
	font-weight:bold;
}

.cap {
	text-transform:uppercase;
}

.center{
	text-align:center;
}

.fixed-width{
	width:1200px;
}

.no-margin{
	margin:0px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-block{
	width:70px;
	height:70px;
	}

.purple {
	color:#cc10a9 !important;
}

.black {
	color:#000000;
}

.white {
	color:#ffffff;
}

.gray {
	color:#333333;
}

.dark-gray{
	color:#666666;
}

.italic {
    font-style: italic;
}

.shadow{
	  box-shadow: 0px 14px 20px -11px rgba(0,0,0,0.2);
	
	}


@media screen and (min-width:320px) and (max-width:567px){

.left{
	float:left;
}
	
.right{
	float:right;
}
	
.clearfix {
	clear:both;
	}
	
.title {
	font-size:30px;
	font-family:"Open Sans", Arial;
	margin:10px 0px;
}
.subtitle{
	font-size:20px;
	font-family:"Open Sans", Arial;
	margin:15px 0px;
}

.text {
	font-size:18px;
	font-family:"Open Sans", Arial;
}

.subtext{
	font-size:14px;
}

.bold {
	font-weight:bold;
}

.cap {
	text-transform:uppercase;
}

.center{
	text-align:center;
}

.fixed-width{
	width:1200px;
}

.no-margin{
	margin:0px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-block{
	width:70px;
	height:70px;
	}

.purple {
	color:#cc10a9 !important;
}

.black {
	color:#000000;
}

.white {
	color:#ffffff;
}

.gray {
	color:#333333;
}

.dark-gray{
	color:#666666;
}

.italic {
    font-style: italic;
}

.shadow{
	  box-shadow: 0px 14px 20px -11px rgba(0,0,0,0.2);
	
	}

}

