.tleft{
    text-align:left;
}
.tright{
    text-align:right;
}
body{
    background-color:#F3F3F3;
    overflow-x:hidden;
    font-family:'PT Sans';
}
body.body-site>main{
    margin-top: 0;
}
.top-nav-bar{
    background: none;
    border: 0;
}
.header-button{

}
#header-options{
    overflow: hidden;
}

.site-body-general .navbar-nav>li{
    margin: 0 2px;
    font-size:14px;
    line-height:120px;
}

.navbar-nav>li a{
    text-transform: uppercase;
}
.navbar-nav>li.top-social-media>a{
    display: inline-block;
    color:white;
    background-color:rgba(255,255,255,0.08);
    padding: 10px;
    margin: 5px 0;
}
.navbar-nav>li .form-group{
    /*padding-top: 20px;
    padding-bottom: 15px;*/
    /*line-height: 20px;*/
    display: inline-block;
    margin-bottom: 0;
}
.navbar-nav>li .form-group input{
    background: none;
    border: none;
    background-color: rgba(255,255,255,0.08);
    padding: 8px 10px;
    padding-left: 32px;
    display: inline-block;
}
.navbar-nav>li .form-group .form-control-feedback{
    left: 0;
    top: 50%;
    margin-top: -15px;
    pointer-events: auto;
    text-decoration: none;
}
.navbar-nav>li.flags a{
    display:inline-block;
    padding: 0;
    margin: 15px 5px;
    cursor:pointer;
}
.navbar-nav>li.flags a:hover{
    background:transparent !important;
    background-color:transparent !important;
}
.site-body-general header .navbar-nav>li.flags a:hover{
    background:transparent !important;
    background-color:transparent !important;
}
.container-fluid{

}
.site-body-general header{
    background-size:cover;
    background-position: center;
}
header .navbar a{
    color:white !important;
}
.site-body-general header .navbar a{
    font-weight:normal;
    border-radius:5px;
    display: inline-block;
}
.navbar-default .navbar-nav>.open>a:hover{
    background-color:#FF7A01;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus{
    background-color:#FF7A01;
}

.site-body-general header .navbar a:hover,
.site-body-general header .navbar .open>a{
    color:white !important;
    background-color:#FF7A01;
}
.site-body-general header .navbar .dropdown-menu a:hover{
    background-color:#99A3A4 !important;
}
.site-body-general header .dropdown-menu>li>a{
    color:white !important;
    background-color:#FF7A01 !important;
    z-index:1;
    display: block;
}
.dropdown-menu>li{
    line-height: 1em;
    width: 100%;
}
.dropdown-menu>li>a::before{
    content: '>';
    font-size:11px;
    color:white;
    display: inline-block;
    position: absolute;
    left: 10px;
    vertical-align: middle;
    line-height:19px;
    z-index:1;
}
.navbar-nav>li>.dropdown-menu{
    color:white !important;
    background-color:#FF7A01 !important;
    margin-top: -25px;
    border-radius:5px;
    padding-left:5px;
    padding-right:5px;
    z-index:1000;
}
.dropdown-menu>li::before{
    content: '';
    background-color: #FF7A01;
    padding: 6px;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    left: 15px;
    z-index:-1;
}
.site-body-general header .navbar-right a:hover{
    color:white;
    background:none;
}
.site-body-general .title{
    text-transform: uppercase;
}

.site-body-general header .banner{

}

#top-slider{
    margin-top:10px;
    margin-bottom:0px;
}

#top-slider .arrow-wrapper{
    padding:0

}
#top-slider .arrow-wrapper a{
    padding:5px 25px;
    border-radius:5px;
    background-color: rgba(255,255,255,0.08);
    font-size:42px;
    width:40px;
    cursor:pointer;
    text-decoration: none;
    color:white !important;
    background-repeat:no-repeat;
}
#top-slider .arrow-wrapper a:hover{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color:#FF7A01;
}

#top-slider .title{
    font-size:1.6em;
    color:white;
    background-color: rgba(0,0,0,0.5);
    padding:10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: right;
    word-wrap: break-word;
}
#top-slider .description{
    font-size:1.3em;
    line-height:1.5em;
    height:9em;
    margin:10px;
    margin-top:20px;
    color:white;
    text-align: justify;
}
#top-slider .content .title-and-everything{
    height:270px;
    overflow:hidden;
}
#top-slider .content .read-more{
    color:white;
    float:right;
    text-decoration: underline;
    cursor:pointer;
}

.site-body-general .simple-mini-highlight{
    text-align: center;
}
.site-body-general .simple-mini-highlight .wrapper{
    padding: 50px 20px;
    margin-bottom: 70px;
    background-color: white;
    border-radius: 5px;
    position: relative;
    border-bottom:4px solid #d3d3d3;
}
.site-body-general .simple-mini-highlight .image{
    height:79px;
    width:100%;
    line-height: 79px;
}
.site-body-general .simple-mini-highlight .image img{
    width:auto;
    max-width:100%;
    max-height:100%;
}
.site-body-general .simple-mini-highlight .title{
    margin: 25px 0;
    height:3em;
    overflow:hidden;
    font-size:1.2em;
    font-weight:bold;
}
.site-body-general .simple-mini-highlight .content{
    height: 9em;
    line-height: 1.5em;
    overflow:hidden;
}
.site-body-general .simple-mini-highlight .more-wrapper{

    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
}
.site-body-general .simple-mini-highlight .more{
    display:inline-block;
    background-color:#FF7A01;
    width: 75%;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: white;
    border-radius: 5px;
    cursor:pointer;
    border-bottom:4px solid #cd5701;
}
.site-body-general .simple-mini-highlight .fa{
    color:#FF7A01;
}
.site-body-general .simple-mini-highlight .more:hover{
    background-color: #ff9e46;
    color:black;
}

.site-body-general .simple-mini-highlight .more.blue{
    background-color: #2C61A7;
    border-color: #224982;
}
.site-body-general .simple-mini-highlight .fa.blue{
    color: #2C61A7;
}
.site-body-general .simple-mini-highlight .more.blue:hover{
    background-color: #3d8ee6;
    color:black;
}
.site-body-general .simple-mini-highlight .more.light-orange{
    background-color: #fea42f;
    border-color: #bf7839;
}
.site-body-general .simple-mini-highlight .fa.light-orange{
    color: #fea42f;
}
.site-body-general .simple-mini-highlight .more.light-orange:hover{
    background-color: #cc7f3e;
    color:black;
}
.site-body-general .simple-mini-highlight .more.dark-gray{
    background-color: #4F4F4F;
    border-color: #2e2e2e;
}
.site-body-general .simple-mini-highlight .fa.dark-gray{
    color: #4F4F4F;
}
.site-body-general .simple-mini-highlight .more.dark-gray:hover{
    background-color: #939393;
    color:black;
}
.site-body-general .simple-mini-highlight .more.gray{
    background-color: #A7A7A7;
    border-color: #7a7a7a;
}
.site-body-general .simple-mini-highlight .fa.gray{
    color: #A7A7A7;
}
.site-body-general .simple-mini-highlight .more.gray:hover{
    background-color: #c9c9c9;
    color:black;
}
.site-body-general .simple-mini-highlight .more.light-blue{
    background-color: #6B98D1;
    border-color: #48678f;
}
.site-body-general .simple-mini-highlight .fa.light-blue{
    color: #6B98D1;
}
.site-body-general .simple-mini-highlight .more.light-blue:hover{
    background-color: #87b5f6;
    color:black;
}
.site-body-general .simple-mini-highlight .more.cyan{
    background-color: #63BDBD;
    border-color: #488f8f;
}
.site-body-general .simple-mini-highlight .fa.cyan{
    color: #63BDBD;
}
.site-body-general .simple-mini-highlight .more.cyan:hover{
    background-color: #88f4f4;
    color:black;
}
.site-body-general .simple-mini-highlight .more.brown{
    background-color: #D4B57F;
    border-color: #a2875f;
}
.site-body-general .simple-mini-highlight .fa.brown{
    color: #D4B57F;
}
.site-body-general .simple-mini-highlight .more.brown:hover{
    background-color: #f4d297;
    color:black;
}
.site-body-general .simple-mini-highlight .more.dark-orange{
    background-color: #C95F38;
    border-color: #924829;
}
.site-body-general .simple-mini-highlight .fa.dark-orange{
    color: #C95F38;
}
.site-body-general .simple-mini-highlight .more.dark-orange:hover{
    background-color: #fa7445;
    color:black;
}
.site-body-general .simple-mini-highlight .more.lighter-gray{
    background-color: #B9B9B9;
    border-color: #787878;
}
.site-body-general .simple-mini-highlight .fa.lighter-gray{
    color:#B9B9B9;
}
.site-body-general .simple-mini-highlight .more.lighter-gray:hover{
    background-color: #f8f8f8;
    color:black;
}

.divider .title{
    color: #949494;
    float:left;
    padding-right: 10px;
    background-color: #F3F3F3;
    font-weight:bold;
}
.divider{
    line-height: 40px;
}
.divider .divider-line{
    display: block;
    background-image:url(/public/template.500919844/images/divider-line.png);
    background-repeat:repeat-x;
    background-position: center center;
    position: relative;
    z-index: -1;
}
.divider .start{
    width:8px;
    height:8px;
    display: inline-block;
    background-image:url(/public/template.500919844/images/divider-dot.png);
    background-repeat: no-repeat;
}

.divider .arrows, .row > .arrows{
    float:right;
    background-color: #F3F3F3;
}

.divider .arrows .arrow ,.row > .arrows > .arrow{
    display: inline-block;
    width: 45px;
    text-align: center;
    font-size: 35px;
    vertical-align: middle;
    line-height: 40px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    border-bottom: 4px solid #5a6263;
    background-color: #99A3A4;
    margin-left:5px;
}
.divider .arrows .arrow:hover, .row > .arrows > .arrow:hover{
    background-color: #FF7A01;
    border-color: #cd5701;
}
.divider.courses {
    margin-top: 30px;
}
h2 {
    margin-top: 10px;
}

.references{
    max-height: 160px;
    overflow: hidden;
}
.references a{
    display: block;
    text-align: center;
}
.references .cell{

    display:table-cell;
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
    margin: 30px 0;
}
.references img{
    max-height:100px;
    width:auto;
    max-width:100%;
}
.references .table{
    display:table;

}


.site-body-general>footer{
    background:transparent;

}
.site-body-general>footer .dark{
    background-color:#575F6C;

}
.site-body-general footer .row{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size:14px;
    line-height:1.5em;
    flex-flow: row wrap;
}
.site-body-general footer .row a{
    display: inline-block;
}
.site-body-general>footer a{
    color: white;
}
.vertical-align {
    display: flex;
}
footer > .vertical-align > div {
    margin-bottom: 20px;
}

.vertical-align-middle{
    align-self: center;
}

.end-logos {
    display: flex;
    flex-flow: row wrap;

    justify-content: center;
}
.site-body-general footer .end-logos a{
    max-height:50px;
    width:auto;
    margin:20px 10px;
}
.site-body-general footer .end-logos a img{
    max-height:50px;
    width:auto;
    margin:0 10px;
}


.jCalendar{
    width: 100% !important;
    text-align: center;
    border-spacing: 3px;
    border-collapse: separate;
}
.jCalendar th[colspan="5"]{
    background-color: #B8B8B8;
    color:white !important;
    margin: 0;
    padding: 0 10px;
}
.jCalendar select{
    background-color: #B8B8B8;
    padding: 5px 0;
    width: 100%;
    border: none;
    background-color: inherit;
}
.jCalendar tr{


}
.jCalendar tr td:nth-last-child(1),
.jCalendar tr th:nth-last-child(1),
.jCalendar tr td:nth-last-child(2),
.jCalendar tr th:nth-last-child(2){
    font-weight: bold;

}
.jCalendar td, .jCalendar th{
    padding: 5px 2px;
    text-align: center;
    font-weight:bold;
}
.jCalendar thead tr:first-child{
    background-color: #828282;
}
.jCalendar tr:first-child th{
    background-color: #828282;
    border-bottom:3px solid #FF8500;
    padding: 10px 5px;
}
.jCalendar tr:first-child th a{
    color:white !important;
}
.jCalendar td{
    color: #F9B46F;
}
.jCalendar th{
    font-weight: normal;
    color: #FF8500;
}
.jCalendar th a{
    text-decoration: none;
}
.jCalendar th a:hover{
    text-decoration: none;
}
.jCalendar th.calendar-arrows{
    padding: 0;
    margin:0;
    background-color:#828282;
}
.jCalendar th.calendar-arrows:hover{
    background-color:#FF8500;
}
.jCalendar th.calendar-arrows a{
    display: inline-block;
    width: 100%;
    line-height: 34px;
    color:white;
}
td.jCalendarEvent{
    background-color: #FF8500;
    border-radius:5px;
}
td.jCalendarEvent a{
    color:white;
    text-decoration: none;
}
td.jCalendarEvent:hover{
    background-color: #B8B8B8;
    color:white;
}
td.jCalendarEvent:hover a{
    color:white;
    text-decoration: none;
}





body .page-title{
    background-color:#FF7A01;
    font-size:20px;
    font-weight:bold;
    color:white;
    text-transform: uppercase;
    margin-bottom:50px;

}
.page-title .text-left {
    cursor: pointer;
}
body .page-title.blue, .one-course.blue .subscribe, .one-course.blue .subscribe-drop a:hover, .one-course.blue .references .cell a{
    background-color: #2C61A7;
    border-color: #224982;
}
.one-course>div.row>h1 {
    margin-top: 0;
    padding-left: 15px;
}
.one-course.blue .subscribe:hover{
    background-color: #3d8ee6;
    color:black;
}
body .page-title.blue .container::before{
    background-color: #2C61A7;
    border-color: #224982;
}
body.blue .accordion .title, body.blue #accordion .title{
    background-color: #2C61A7;
    border-color: #224982;
}
body.blue .accordion li:hover, body.blue #accordion li:hover{
    background-color: #2C61A7;
}
body.blue .accordion .course-area a, body.blue #accordion .course-area a{
    border-color: #2C61A7;
}
body .page-title.light-orange, .one-course.light-orange .subscribe, .one-course.light-orange .subscribe-drop a:hover, .one-course.light-orange .references .cell a{
    background-color: #fea42f;
    border-color: #bf7839;
}
.one-course.light-orange .subscribe:hover{
    background-color: #cc7f3e;
    color:black;
}
body .page-title.light-orange .container::before{
    background-color: #fea42f;
    border-color: #bf7839;
}
body.light-orange .accordion .title, body.light-orange #accordion .title{
    color: #fea42f;
    border-color: #bf7839;
}
body.light-orange .accordion li:hover, body.light-orange #accordion li:hover{
    background-color: #fea42f;
}
body.light-orange .accordion .course-area a, body.light-orange #accordion .course-area a{
    border-color: #fea42f;
}
body .page-title.dark-gray, .one-course.dark-gray .subscribe, .one-course.dark-gray .subscribe-drop a:hover, .one-course.dark-gray .references .cell a{
    background-color: #4F4F4F;
    border-color: #2e2e2e;
}
.one-course.dark-gray .subscribe:hover{
    background-color: #939393;
    color:black;
}
body .page-title.dark-gray .container::before{
    background-color: #4F4F4F;
    border-color: #2e2e2e;
}
body.dark-gray .accordion .title, body.dark-gray #accordion .title{
    color: #4F4F4F;
    border-color: #2e2e2e;
}
body.dark-gray .accordion li:hover, body.dark-gray #accordion li:hover{
    background-color: #4F4F4F;
}
body.dark-gray .accordion .course-area a, body.dark-gray #accordion .course-area a{
    border-color: #4F4F4F;
}
body .page-title.gray, .one-course.gray .subscribe, .one-course.gray .subscribe-drop a:hover, .one-course.gray .references .cell a{
    background-color: #A7A7A7;
    border-color: #7a7a7a;
}
.one-course.gray .subscribe:hover{
    background-color: #c9c9c9;
    color:black;
}
body .page-title.gray .container::before{
    background-color: #A7A7A7;
    border-color: #7a7a7a;
}
body.gray .accordion .title, body.gray #accordion .title{
    color: #A7A7A7;
    border-color: #7a7a7a;
}
body.gray .accordion li:hover, body.gray #accordion li:hover{
    background-color: #A7A7A7;
}
body.gray .accordion .course-area a, body.gray #accordion .course-area a{
    border-color: #A7A7A7;
}
body .page-title.light-blue, .one-course.light-blue .subscribe, .one-course.light-blue .subscribe-drop a:hover, .one-course.light-blue .references .cell a{
    background-color: #6B98D1;
    border-color: #48678f;
}
.one-course.light-blue .subscribe:hover{
    background-color: #87b5f6;
    color:black;
}
body .page-title.light-blue .container::before{
    background-color: #6B98D1;
    border-color: #48678f;
}
body.light-blue .accordion .title, body.light-blue #accordion .title{
    color: #6B98D1;
    border-color: #48678f;
}
body.light-blue .intermediate-page .title{
    color: #6B98D1;
    border-color: #48678f;
}
body.light-blue .accordion li:hover, body.light-blue #accordion li:hover{
    background-color: #6B98D1;
}
body.light-blue .accordion .course-area a, body.light-blue #accordion .course-area a{
    border-color: #6B98D1;
}
body .page-title.cyan, .one-course.cyan .subscribe, .one-course.cyan .subscribe-drop a:hover, .one-course.cyan .references .cell a{
    background-color: #63BDBD;
    border-color: #488f8f;
}
.one-course.cyan .subscribe:hover{
    background-color: #88f4f4;
    color:black;
}
body .page-title.cyan .container::before{
    background-color: #63BDBD;
    border-color: #488f8f;
}
body.cyan .accordion .title, body.cyan #accordion .title{
    color: #63BDBD;
    border-color: #488f8f;
}
body.cyan .accordion li:hover, body.cyan #accordion li:hover{
    background-color: #63BDBD;
    border-color: #488f8f;
}
body.cyan .accordion .course-area a, body.cyan #accordion .course-area a{
    border-color: #488f8f;
}
body .page-title.brown, .one-course.brown .subscribe, .one-course.brown .subscribe-drop a:hover, .one-course.brown .references .cell a{
    background-color: #D4B57F;
    border-color: #a2875f;
}
.one-course.brown .subscribe:hover{
    background-color: #f4d297;
    color:black;
}
body .page-title.brown .container::before{
    background-color: #D4B57F;
    border-color: #a2875f;
}
body.brown .accordion .title, body.brown #accordion .title{
    color: #D4B57F;
    border-color: #a2875f;
}
body.brown .accordion li:hover, body.brown #accordion li:hover{
    background-color: #D4B57F;
}
body.brown .accordion .course-area a, body.brown #accordion .course-area a{
    border-color: #D4B57F;
}
body .page-title.dark-orange, .one-course.dark-orange .subscribe, .one-course.dark-orange .subscribe-drop a:hover, .one-course.dark-orange .references .cell a{
    background-color: #C95F38;
    border-color: #924829;
}
.one-course.dark-orange .subscribe:hover{
    background-color: #fa7445;
    color:black;
}
body .page-title.dark-orange .container::before{
    background-color: #C95F38;
    border-color: #924829;
}
body.dark-orange .accordion .title, body.dark-orange #accordion .title{
    color: #C95F38;
    border-color: #924829;
}
body.dark-orange .accordion li:hover, body.dark-orange #accordion li:hover{
    background-color: #C95F38;
}
body.dark-orange .accordion .course-area a, body.dark-orange #accordion .course-area a{
    border-color: #C95F38;
}
body .page-title.lighter-gray, .one-course.lighter-gray .subscribe, .one-course.lighter-gray .subscribe-drop a:hover, .one-course.lighter-gray .references .cell a{
    background-color: #B9B9B9;
    border-color: #787878;
}
.one-course.lighter-gray .subscribe:hover{
    background-color: #f8f8f8;
    color:black;
}
body .page-title.lighter-gray .container::before{
    background-color: #B9B9B9;
    border-color: #787878;
}
body.lighter-gray .accordion .title, body.lighter-gray #accordion .title{
    color: #B9B9B9;
    border-color: #787878;
}
body.lighter-gray .accordion li:hover, body.lighter-gray #accordion li:hover{
    background-color: #B9B9B9;
}
body.lighter-gray .accordion .course-area a, body.lighter-gray #accordion .course-area a{
    border-color: #B9B9B9;
}


body .page-title .container{
    position:relative;
    padding: 20px 0px 20px 20px;
}
body .page-title .container::before{
    content: '';
    background-color: #FF7A01;
    padding: 16px;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    left: 15px;
    z-index:-1;
}
body.body-site .simple-mini-highlight{
    color:#808C8C;
}
body.body-site .simple-mini-highlight .title{
    font-size:24px;
    margin-top:0;
    font-weight:bold;
}
body.body-site .simple-mini-highlight .description{
    margin-top:15px;
}
body.body-site .simple-mini-highlight .description .contact br:last-child{
    content: " ";
}

body.body-site .simple-mini-highlight .description .contact br:last-child::before{
    content: " | ";
    width:10px;


}



.onecontact{
    color:#808C8C;
}
.onecontact h1{
    color:#808C8C;
}
.onecontact .outer-map{
    padding: 25px;
    border-radius: 15px;
    background-color: white;
    margin: 20px 0;
    border-bottom: 4px solid #d3d3d3;
}
.onecontact .map{
    height:500px;
}
.onecontact .description{
    margin: 20px 0;
}
.onecontact .entity{
    background-color: white;
    margin: 10px -5px;
    padding: 20px 15px;
    border-radius: 10px;
    font-size: 11px;
    float: left;
    width: 100%;
    height: 175px;
}
.onecontact .entity img{
    float: left;
    margin-right:10px;
}
.onecontact .entity .title{
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    margin: 7px;
    color:#FF7A01;
    margin-left:10px;
}
.onecontact .entity .content{
    margin: 0 7px;
    margin-top: -5px;
    margin-left:10px;
    font-weight: bold;
}




body.body-news .page-title{
    background-color:#B9B9B9;

}
body.body-news .page-title .container::before{
    background-color: #B9B9B9;
}

body.body-news .one-new{
    display: table;
    width: 100%;

}
body.body-news .one-new .high-image{

}
body.body-news .one-new .high-image img{
    width: 100%;
    height: auto;

}
body.body-news .one-new .info{
    display: table;
    border-bottom: 4px solid #e2e2e2;
    padding: 40px 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}
body.body-news .one-new .date-container {
    display: table-cell;
    width: 125px;
}
body.body-news .one-new .date{
    text-transform: uppercase;
    width: 125px;
    color: white;
    text-align:center;

}
body.body-news .one-new .date .inside{
    padding: 10px 3px;
    background-color: #B9B9B9;
    border-radius: 5px;
}
body.body-news .one-new .date .inside .day{
    font-size: 40px;
    font-weight: bold;

}
body.body-news .one-new .date .inside .month-and-year{

}
body.body-news .one-new .right-content{
    display: table-cell;
    padding-left: 25px;
    color: #585858;
    vertical-align: top;

}
body.body-news .one-new h2{
    font-weight:bold;
    margin-top: 20px;

}
body.body-news .one-new h2 a{
    color:inherit !important;

}
body.body-news .one-new .content{
    font-size: 16px;
    text-align: justify;
}
body.body-news .one-new footer{
    vertical-align: top;
}
body.body-news .one-new .read-more{
    float: left;
    color: #FF8500;
}
body.body-news .one-new .share-facebook{
    float: right;
    vertical-align: top;

}
.fb_iframe_widget_fluid{
    display:inline-block !important;
}


.news-show>.one-new>div>.info{
    border-bottom:none;
}
.news-show .one-new footer{
    margin:30px 0;
}
.news-show .one-new .back{
    background-color: #b6b6b6;
    padding:10px 40px;
    border-radius:5px;
    border-bottom: 4px solid #909090;
    color:white !important;
}
#pagin{
    margin-top: 50px;
}
#pagin .pagination{

}
#pagin .pagination .active{

}
#pagin .pagination li{

}
#pagin .pagination .active a{
    border-bottom-color: #e37200;
    background-color: #FF8500;
}
#pagin .pagination li a{
    margin: 0 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 4px solid #909090;
    background-color: #b6b6b6;
    color: white !important;
    padding: 10px 18px;
    font-weight:bold;
    font-size:16px;
}
#pagin .pagination li a:hover{
    border-bottom-color: #e37200;
    background-color: #FF8500;
}



.body-article .boxes{
    margin: 20px 0;
}
.body-article .box{
    color:#808C8C;
}

.body-article .box .wrapper{
    padding: 40px;
    background-color: white;
    border-radius: 5px;
    border-bottom: 4px solid #e2e2e2;

}

.body-article .box .title{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}

.body-article .box .content{
    text-align: justify;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.documents-and-links a{
    color: #FF7A00 !important;
    font-weight:bold;
    margin-right: 5px;
}
.documents-and-links .content{
    font-size: 12px;
}

.course-area{
    background-color:#EBEBEB;
    margin: 0;
}
a.reset-inherit{
    color:inherit;
    text-decoration: none;
}
.accordion .title, .intermediate-page .title, #accordion .title{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 40px;
    padding-bottom: 16px;
    border-color:#FF7A01;
    box-shadow:none;
    color: #FF7A01;
    background-color:#EBEBEB;
    margin:0;
    outline:none;
    text-transform: none;
    border: 1px solid #ddd !important;
    font-family: 'PT Sans';
    display: block;
    cursor: pointer;
    text-decoration: none;
}
#accordion .title:focus{
}
#accordion .ui-icon { display: none; }
#accordion .ui-accordion-header a { padding-left: 0; }
#ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; overflow-y:hidden;}
#accordion .ui-accordion-content { padding: 0; }
.article #accordion .ui-accordion-content {
    padding: 20px;
}
.accordion .title:focus{
}
.accordion .ui-icon { display: none; }
.accordion .ui-accordion-header a { padding-left: 0; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; overflow-y:hidden;}
.accordion .ui-accordion-content { padding: 0; }

.article .accordion .ui-accordion-content {
    padding: 20px;
}

.course-area ul{
    margin-left: 0;
    -webkit-margin-before: 0;
    list-style: none;
    -webkit-padding-start: 0;
}
.course-area li{
    list-style: none;
    padding:0 40px;
}
.course-area li:hover{
    background-color:#FF7A01;
}
.course-area a{
    border-top:1px solid #8DADD4;
    padding: 15px 0;
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none !important;
}
.course-area a:hover{
    color:white;
}



.one-course iframe{

}

.one-course .right-box{
    padding: 25px;
    background-color: #E4E4E4;
    border-radius: 5px;
}
.one-course .course-video {
    margin-bottom: 30px;
}

.one-course h2{
    margin-top: 0;
}

.one-course .right-box{
    float: left;
}
.one-course .right-box>div{
    border-bottom:1px solid #bababa;
    padding: 15px 0;
    float: left;
    width: 100%;
}

.one-course .right-box>div:last-child{
    border-bottom:none;
}
.one-course .right-box .left {
    float: left;
}
.one-course .right-box .left i{
    margin-right: 5px;
    width:15px;
    text-align: center;
    font-size:15px;

}
.one-course .right-box .right{
    float: right;
    max-width:50%;
    text-align: right;
    word-break: normal;
    cursor: pointer;
}
.one-course .right-box .hideable{
    float: left;
    width: 100%;
}


.one-course .divider{
    margin-top: 100px;
}
.one-course .references{
    max-height: 290px;
}
.one-course .references .cell{
    height:230px;
    line-height:normal;
    vertical-align:bottom;
}
.one-course .references .cell .image-wrapper{
    height:100%;
    position:relative;
}
.one-course .references .cell a{
    display: inline-block;
    width: 100%;
    background-color:#FE7E3F;
    padding:10px;
    position:absolute;
    bottom:0;
    text-align: left;
    color:white !important;
    text-decoration: none;
}

.one-course{

}
.one-course .subscribe{
    display:inline-block;
    background-color:#FF7A01;
    padding: 0 40px;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: white;
    border-radius: 5px;
    cursor:pointer;
    border-bottom:4px solid #cd5701;
}
.one-course .subscribe:hover{
    background-color: #ff9e46;
    color:black;
}

.one-course{

}

.one-course{

}

.one-course{

}

.one-course{

}



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper div.image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.videoWrapper div.image>img {
    height: 100%;
    max-width: 100%;
}

.site-body-general header .has-feedback input{
    color:white;
}

.search-results ul, .search-results li{
    list-style: none;
}
.search-results li{
    border-bottom: 4px solid #e2e2e2;
    padding:20px;
}
.search-results h4{
    font-size:20px;
}
.body-search .pagination li{
    display:inline-block;
}
.body-search .pagination li a{
    text-decoration: none !important;
}
.body-search #pagin{
    text-align:center;
}

.body-search #pagin .hppg_current a{
    border-bottom-color: #e37200;
    background-color: #FF8500;
}


.subscribe-drop{
    border-radius:5px;
}

.subscribe-drop a{
    display:block;
    padding: 10px;
    text-decoration: none !important;
    color:black;
}
.subscribe-drop a:hover{
    background-color:#FF8500;
    color:white;
}


.videoController{
    display: block;
    margin: 15px;
    text-align: center;
}
.videoController div{
    width: 50px;
    height: 5px;
    background-color: #909090;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
}
.videoController div.active{
    background-color: #FF8500;
}

.final-copyright{
    background-color: #e6e6e6;
    margin-right: -15px;
    margin-left: -15px;
    color:black;
}
body>footer{
    padding-bottom:0;
    margin-top: 30px;
}

.page-title .text-right{
    font-size:18px;
    font-weight:normal;
}



.one-event-about .title{
    text-transform: none !important;
}

.page-title img{
    height:40px;
    margin-top:-6px;
    margin-left: -15px;
}

.ahk img {
    max-width: 340px;
}



.fb-share-button{
    vertical-align: top;
}


.testimonials .cell{
    background-color:white;
    border-radius:5px;
    padding:10px 20px;
}

.testimonials .cell .name{
    font-size:1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "PT Sans" !important;
}






























@media(max-width:1320px){
    .site-body-general header .has-feedback{
        width:125px;
    }
    .top-nav-bar{
        text-align: center;
    }
}

@media(max-width: 767px) {
    #top-slider .title {
        margin-left: 38px;
        margin-right: 38px;
    }
    #top-slider .content .title-and-everything{
        height:300px;
    }
    .navbar-nav>li{
        line-height:2em;
    }
    #top-slider .arrow-wrapper{
        position:absolute;
        z-index:99;
        top: 0;
    }
    #top-slider .arrow-wrapper a{
        background-color: rgba(255,255,255,0.4);
    }
    #top-slider .arrow-wrapper a:hover{
        background-color: rgba(255,255,255,0.4);
    }
    #top-slider .arrow-wrapper.tleft{
        left:0;
    }
    #top-slider .arrow-wrapper.tright{
        right:0;
    }

    .site-body-general .navbar-nav>li{
        line-height:normal;
    }
    .site-body-general .navbar-nav>li a{
        display:block;
        width: 100%;
    }
    .site-body-general header .has-feedback{
        width:100%;
    }
    .site-body-general header .has-feedback input{
        padding-left:55px;
    }
    .navbar-nav>li .form-group .form-control-feedback{
        width: 55px;
    }
    .navbar-nav>li.flags a{
        margin:0 10px;
        display:inline-block;
        width: auto;
    }
    .navbar-nav{
        margin:0;
    }

    .navbar-header {
        float: left;
        padding-left: 10px;
    }
    a.logo {
        float: right;
        padding-top: 10px;
    }

    .ahk img {
        width: 60%;
    }

    body .page-title, .page-title .text-right {
        font-size: 16px;
    }
    .page-title .text-left {
        margin-left: -20px;
        display: inline-block;
    }

    body.body-news .one-new .date-container {
        display: table-row;
        text-align: center;
    }
    body.body-news .one-new .date {
        display: inline-block;
    }

    .site-body-general footer div{
        margin-bottom:30px;
    }
}
@media(min-width: 992px) and (max-width: 1400px) {
    footer > .vertical-align .col-md-offset-1 {
        margin-left: 3%;
    }
}
@media(max-width: 1200px) {
    footer > .vertical-align .col-md-offset-1 {
        margin-left: 0;
    }
}
@media(max-width: 991px) {
    .one-course .right-box {
        margin-top: 20px;
    }
}
@media(min-width: 768px) {
    .page-title .text-right{
        padding-right: 30px;
    }
}


.atc-style-blue .atcb-item:hover {
    background-color: #FF7A01 !important;
}


/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}






/* imported from old site */


/* Course Details
----------------------------------------------------------------------------------------------------*/

div.course-details {position: relative; margin-top: 20px; padding: 2% 3%; min-width: 94%; width: 94%; background-color: #f1f1f1;}

div.course-details table tr { margin-bottom: 10px 0 !important; }
div.course-details table th { width: 70px; text-align: left; vertical-align: top;}
div.course-details table td { width: 500px; text-align: justify; }

body.refa #header {background:url(../images/header/headerRefa.jpg) no-repeat -2px 0;}
body.refa .block-top {background: url(../images/header/header_bg_6.png);}
body.refa #content h3, body.refa #content h4  {color:#00979f;}
body.refa .menu-dropdown li.level1:hover .level1,
body.refa .menu-dropdown li.remain .level1,
body.refa .menu-dropdown li.active .level1 { background:#00979f; }
body.refa .menu-sidebar li.level1.active  > span, body.refa .menu-sidebar li.parent.active .level1 > span, body.refa .menu-sidebar li.parent .level1 > span:hover,
body.refa .menu-sidebar li.level2.active  > span, body.refa .menu-sidebar li.level2.parent.active > span, body.refa .menu-sidebar li.parent .level2 > span:hover,
body.refa .menu-sidebar li.level3.active  > span, body.refa .menu-sidebar li.level3.parent.active > span, body.refa .menu-sidebar li.parent .level3 > span:hover
{background:#0b858c url(../images/layout/refa_menu_active.png) repeat-y 50% 0 !important;;}
body.refa #footer ul a:hover {color:#00979f;}
body.refa #footer ul ul  a:hover {border-bottom:1px dotted #00979f;}
body.refa #content div.social a:hover {color:#00979f;}

/* Course Modules
----------------------------------------------------------------------------------------------------*/

table.course-modules {position: relative; min-width: 100%; max-width: 100%; width: 100%;}
table.course-modules thead tr {text-transform: uppercase; background-color: #aaa; color: #fff;}
table.course-modules thead tr th.first {padding-left: 10px; text-align: left;}
table.course-modules tbody tr.even {background-color: #f1f1f1;}
table.course-modules tbody tr.parent {background-color: #cdcdcd;}
table.course-modules tfoot tr {text-transform: uppercase; background-color: #aaa;}
table.course-modules tr td {padding-left: 10px; text-align: center;}
table.course-modules tr td.first {width: auto; text-align: left;}
table.course-modules tr {line-height: 20px; vertical-align: middle;}
table.course-modules span {display: block;}

/* mensagens apresentadas (warnings, errors, infos, success) */
#formBodyMessage {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 60%;
    left: 20%;
}

.alert {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 10px;
}
.alert > p {
    margin: 0;
}
.alert-block, .alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* eof mensagens */
