h5
{
	font-family: 'Raleway', sans-serif;
	color: #05657d;
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
}

.planTitle
{
	color: #0198d9;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 20px;
	max-width: 380px;
	font-size: 27px;
}

.txtFeatures
{
	color: #333333;
	font-size: 14px;
}

.features
{
	max-width: 380px;
	text-align: center;
	font-size: 18px;
	color: #0198d9;
	font-weight: 700;
	margin-bottom: 20px;
}

.start
{
	text-align: center;
	margin-bottom: 40px;
	max-width: 380px;
}

a.btnStart
{
	width: 205px;
	height: 55px;
	background-color: #f3c322;
	margin: auto;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	font-size: 22px;
	text-decoration: none;
	margin-bottom: 30px;
}

a.btnStart:hover
{
	background-color: #e5b325;
}

.backgroundBlueDark
{
	background-color: #1d6c8e;
	padding-top: 25px;
}

p.featuresCommon
{
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin-bottom: 60px;
}

p.featuresCommonTittle
{
	color: #ffffff;
	font-size: 27px;
	text-align: center;
	margin-bottom: 60px;
}

p.addOnsTittle
{
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding: 15px;
	background-color: #1d6c8e;
	margin-top: 20px;
}

p.addOns
{
	color: #1d6c8e;
	font-size: 15px;
	text-align: center;
	margin-bottom: 60px;
	border:1px solid #1d6c8e;
	padding-top:10px;
	padding-bottom: 10px;
}

.strokeBottom
{
	border-bottom: 3px solid #cccccc;
}

/* Media Queries */

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {


    		h5
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 32px;
				text-align: center;
				margin-bottom: 30px;
			}
    }




    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    	h5
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 27px;
				text-align: center;
				margin-bottom: 30px;
			}
    }


    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    	h5
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 27px;
				text-align: center;
				margin-bottom: 30px;
			}
    }