@charset "utf-8";
/* CSS Document */

.col-md-offset-1 {
    margin-left: 20px;
}
.container
{
    width: 95%;
}
.section_title h2 {
    text-transform: none;
    position: relative;
    color: #069BE1;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
}
.section_title h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #F39C12;
    left: 2.2%;
    margin-left: -30px;
}

.section_title h4 {
    padding-top: 10px;
    padding-bottom: 20px;
}
.section_title p {
    text-align: left;
    margin-top: 0px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    direction: ltr;
	width: 90%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
    
}
label {
    display: inline-block;
    margin: 10px;
    font-weight: 400;
    font-size: 11.5pt;
}
label.main {
    display: inline-block;
margin-left: 0px;
font-weight: 700;
font-size: 14pt;
color: #0C7DB3;
line-height: 24px;
margin-bottom: 30px;
}
.btn-video, .btn-video:active, .btn-video:focus, .btn-video:visited {
    background: #0077B1 none repeat scroll 0% 0%;
    border: 1px solid #929292;
    color: #fff;
    border-radius: 3px;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    font-weight: 600;
    font-size: 11.5pt;
}
h4.prog_checklist
{
	font-weight: 700;
font-size: 14pt;
color: #0C7DB3;
line-height: 24px;
}

hr {
    margin-top: 120px;
    margin-bottom: 30px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #008196 -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.col-md-6 {
    width: 35%;
    padding-left: 0px;
    padding-right: 0px;
}
.container {
    width: 100%;
}
.col-md-8 {
    width: 63%;
}
.col-md-3 {
    /*width: 34%;*/
    padding-top: 0px;
}
h3 {
    font-size: 24px;
    color: #069BE1;
}
.left-side
{
    border-left: 1px solid #CCC;
    padding-left: 20px;
    margin-top: 45px;
    padding-top: 0px;
}
.fa-ban
{
	color:#900;
	padding-right:10px;
}
.fa-angle-double-right
{
	color:#069BE1;
	padding-right:10px;
}
.mob {
    margin-left: 0px;
}
.tel
{

    margin-left: 70px;
}

label.mail
{
	margin-left:60px;}

label.fax {
    margin-left: 34px;
}
label.job
{
	margin-left:2px;}
.prog-list
{
	width:45%;}
	
.video-button {
    text-align: center;

}



