.spacer{ clear:both; margin:0; padding:0;}

.caption_1{ color:#fff; font-size:32px;}
.caption_3{ color:#000; font-size:29px; margin-top:4px;}

.homeheading {
    color: #14558d;
    font-family: Trebuchet MS,Tahoma;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.homeheading h1{
    color: #14558d;
    font-family: Trebuchet MS,Tahoma;
    font-size: 36px;
    font-weight: normal;
    text-decoration: none;
}

.homeheading h2{
    color: #14558d;
    font-family: Trebuchet MS,Tahoma;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
}

.homeheading p{
    color: #5d5e5e;
    font-family: Trebuchet MS,Tahoma;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
	line-height:55px;
}

#plans, #plans ul, #plans ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#pricePlans #plans .plan {
    margin: 20px 10px 0 !important;
    transition: all 0.25s ease 0s;
    width: 31%;
	text-align: center;
	float:left
}

.planContainer {
    border: 1px solid #e5e5e5;
}

.planContainer .title h2.bestPlanTitle {
    background: #14558d none repeat scroll 0 0;
    color: #fff;
	font-weight:600;
}

.planContainer .title h2 {
    color: #3e4f6a;
    font-size: 2.125em;
    font-weight: 300;
    margin: 0;
    padding: 0.6em 0;
}

.planContainer .price p {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #475975, #364761) repeat scroll 0 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}

.button_training{
    display: inline-block;
    font-weight: 700;
    margin: 25px 3px;
    text-decoration: none;
    text-transform: uppercase;
}

.planContainer .options li span {
    color: #979797;
    font-weight: 400;
}

.planContainer .options li {
    color: #364762;
    font-weight: 700;
    line-height: 2.5;
}

.planContainer .price p.bestPlanPrice {
    background: #f0ad4e none repeat scroll 0 0;
}



/*Training Support Service*/

.plans_padding {
    padding: 40px 0 !important;
}

.layer {
    padding-bottom: 96px;
    padding-top: 96px;
    clear: both;
    display: block;
    height: auto;
    width: 100%;
    color: rgba(39, 65, 90, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.plan-tier {
    cursor: pointer;
}

.lift {
    position: relative;
    transition: all 0.075s ease-out 0s;
}

.plan-tier {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    vertical-align: baseline;
}

.plan-tier h2 {
    background: #14558d none repeat scroll 0 0;
	font-size:29px;
    color: white;
	line-height:65px;
    margin: 0;
    padding: 0;
}
.plan-tier h4 {
    background: #5cb85c none repeat scroll 0 0;
	font-size:1.2em;
    color: white;
	line-height:43px;
    margin: 0;
    padding: 0;
}

.plan-tier h5 {
    background: #f0ad4e none repeat scroll 0 0;
	font-size:1.2em;
    color: white;
	line-height:43px;
    margin: 0;
    padding: 0;
}

.hilight_1{ font-size:14px; color:#4e4e4e;}
.hilight_2{ font-size:22px; font-weight:bold; color:#4e4e4e;}
.hilight_3{ font-size:22px; font-weight:bold; color:#DD6425;}
.hilight_4{ font-size:15px; font-weight:bold; color:#4e4e4e;}

.layer p {
    color:#979797;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 1em;
    margin-top: 1em;
}
#plans, #plans ul, #plans ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.button_1{
	    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #45aac8;
    border-color: #45aac8;
    color: #fff;
	margin: 25px 3px;}
	
.button_1:hover{ background:#5eb8d3;}	

.button_2{ 
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #c52d2f none repeat scroll 0 0;
    border-color: #c52d2f;
    color: #fff;
	margin: 25px 3px;
}
.button_2:hover{ background:#ca4c4e;}

img.left {
    float: left;
    margin: 0 20px 0 0;
}






