@font-face {
    font-family: 'oxygen_bold';
    src: url('../fonts/oxygen-bold-webfont.eot');
    src: url('../fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oxygen-bold-webfont.woff') format('woff'),
         url('../fonts/oxygen-bold-webfont.ttf') format('truetype'),
         url('../fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oxygen_italic';
    src: url('../fonts/oxygen-italic-webfont.eot');
    src: url('../fonts/oxygen-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oxygen-italic-webfont.woff') format('woff'),
         url('../fonts/oxygen-italic-webfont.ttf') format('truetype'),
         url('../fonts/oxygen-italic-webfont.svg#oxygenitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oxygen_regular';
    src: url('../fonts/oxygen-webfont.eot');
    src: url('../fonts/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oxygen-webfont.woff') format('woff'),
         url('../fonts/oxygen-webfont.ttf') format('truetype'),
         url('../fonts/oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oxygen_bold_italic';
    src: url('../fonts/oxygen-bolditalic-webfont.eot');
    src: url('../fonts/oxygen-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oxygen-bolditalic-webfont.woff') format('woff'),
         url('../fonts/oxygen-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/oxygen-bolditalic-webfont.svg#oxygenbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.group:after{
    content: "";
    display: table;
    clear: both;
}
.middle-holder{
    display: table;
    width: 100%;
    height: 100%;
}
.middle-row{
    display: table-cell;
    vertical-align: middle;
}
body
{
    margin: 0;
    padding: 50px 0 0;
    font-size: 13px;
    font-family: 'oxygen_regular', Arial, sans-serif;
    background: #fff;
    color: #093e4b;
}

#page.container-fluid{
    border: 0 none;
    margin: 0;
    padding: 0;
}
.center-block{
    /*max-width: 960px;*/
    max-width: 1100px;
}

#main{
    padding: 0 0 100px;
    margin: 0;
    width: 100%;
    border: 0 none;
}

/* buttons */
.btn:not(.navbar-toggle){
    font-family: 'oxygen_bold', Arial, sans-serif;
    font-weight:normal;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    text-align:center;

    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;

    -webkit-box-shadow: 5px 5px 5px rgba(193, 193, 193, 1);
       -moz-box-shadow: 5px 5px 5px rgba(193, 193, 193, 1);
            box-shadow: 5px 5px 5px rgba(193, 193, 193, 1);

    font-size:14px;
    padding: 5px 15px;
    margin: 0 5px;
}
.btn-primary:not(.navbar-toggle){
    background-color: #539FC1;
    border-color: #438Fb1;
    color: #fff;
}
.btn-primary:not(.navbar-toggle):hover,
.btn-primary:not(.navbar-toggle):focus,
.btn-primary:not(.navbar-toggle):active,
.btn-primary.active:not(.navbar-toggle),
.open .dropdown-toggle.btn-primary:not(.navbar-toggle){
    background-color: #438Fb1;
}

/* navbar */
.navbar .center-block{
    text-align: center;
}
.navbar .container-fluid{
    max-width: 960px;
    position: relative;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #093e4b;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar{
    background-color: #fff;
}
.navbar-inverse .navbar-form{
    border-top: 0 none;
    border-bottom: 0 none;
}
.navbar-form .form-group{
    margin: 0;
}
.navbar-form .form-control{
    width: 170px;
}

/* navbar */
.navbar,
.navbar.navbar-inverse{
    border-bottom: 1px solid #3680A5;
    background-color: #fff;
}
.navbar .nav > li > a {
    color: #093e4b;
    text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover{
    color: #093e4b;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
    background-color: transparent;
}

/* logo */
.navbar .navbar-brand{
    font-family:Georgia, serif;
    font-size:28px;
    text-transform:uppercase;
    color: #093e4b;
}
.navbar .navbar-brand:before{
    content: url('../images/logo.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.navbar .navbar-brand span{
    color:#529fc2;
}
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover{
    color: #093e4b;
}

/* dropdown */
.dropdown .dropdown-menu{
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    background-color: transparent;
    overflow: hidden;
    text-align: left;
    padding: 5px 20px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.5);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropdown .dropdown-menu:before{
    content: "";

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #EFF4F7;
    opacity: 0.7;

    z-index: -1;
}
.dropdown .dropdown-menu > li > a{
    border-top: 1px solid #3680a5;
}
.dropdown .dropdown-menu > li:not(.active) > a:hover,
.dropdown .dropdown-menu > li:not(.active) > a:focus{
    background-color: #fff;
}
.dropdown .dropdown-menu > li:first-child > a{
    border-top: 0 none;
}
.dropdown .dropdown-menu > li:first-child > a:hover{

}
#header{
    background-image:url("../images/header.png");
    background-repeat:repeat-x;
    background-position:50% 100%;
    height: 194px;
    border-top: 0 none;
    border-bottom: 1px solid #3680a5;
    position: relative;
}
#header > .nav:first-child{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    margin: 0;
    text-align: center;
}
#header > .nav:first-child > li{
    display: block;
    margin: 36px auto 0;
    width: 325px;
}
#header > .nav:first-child > li > a{
    font-family: 'oxygen_bold', Arial, sans-serif;
    font-weight:normal;
    font-size:18px;
    text-transform:uppercase;
    color:#fff;

    display: inline-block;
    width: 100%;

    text-align:center;
    padding: 10px;

    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;

    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
       -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
    #header > .nav:first-child > li{
        margin: 72px 0 0;
        display: inline-block;
    }
    #header > .nav:first-child > li:nth-child(1){
        margin-right:20px;
    }
    #header > .nav:first-child > li:nth-child(2){
        margin-left: 20px;
    }
}
@media (min-width: 992px){
    #header > .nav:first-child > li:nth-child(1){
        margin-right:50px;
    }
    #header > .nav:first-child > li:nth-child(2){
        margin-left: 50px;
    }
}
#mainmenu > .nav > li.open > .dropdown-menu{
    left: 50px;
}
#header > .nav:first-child > li > a{
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#header > .nav:first-child > li > a:active,
#header > .nav:first-child > li > a:visited,
#header > .nav:first-child > li > a:focus,
#header > .nav:first-child > li > a:hover{
    text-decoration: none;
    color: #fff;

    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
       -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
}
#header > .nav:first-child > li:nth-child(1) > a{
    background-color:#174651;
}
#header > .nav:first-child > li:nth-child(1) > a:hover{
    background-color:#002631;
}
#header > .nav:first-child > li:nth-child(2) > a{
    background-color:#358ca0;
}
#header > .nav:first-child > li:nth-child(2) > a:hover{
    background-color:#156c90;
}

/* contact box */
.contact-box{
    float: right;
    position: relative;
    z-index: 2;
    color: #fff;
    overflow: hidden;
    padding: 20px 25px;
    margin: 20px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    box-shadow: 0 0 0 15px rgba(255,255,255,0.7);
}
.contact-box:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #0e668c;
    opacity: 0.7;
    z-index: -1;
}
.contact-box .text{
    font-size: 20px;
    display: block;
}
.contact-box .phone{
    display: block;
    font-size: 38px;

    text-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}

/* login form */
#login label,
#login input[type="text"],
#login p{
    font-family: Arial, sans-serif;
    font-size:11px;
    width:110px;
    display:inline-block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login input[type="text"]{
    border:1px solid #529fc2;
    padding:3px;
}
#login .submit{
    border-radius: 50%;
    background-color:#529fc2;
    color:#fff;
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    width: 84px;
    padding:3px 8px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* footer */
#footer{
    background-color:#ededed;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 11px;
    color: #9b9c9c;
    text-align: center;
}
#footer .center-block{
    max-width: 600px;
}
#footer .col{
    padding: 10px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cacaca;
}
#footer .col:first-child{ border-top: 0 none; }
#footer .col:last-child{ border-bottom: 0 none; }
#footer .col-title{
    font-family: 'oxygen_bold', Arial, sans-serif;
    font-weight:normal;
    font-size:11px;
    text-transform:uppercase;
    color:#808181;
}
#footer .copyright{
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
}
#footer ul,
#footer ul.nav{
    margin: 0;
    padding: 0;
    font-family: 'oxygen_regular', Arial, sans-serif;
    font-size:11px;
    list-style: none;
}
#footer ul.nav > li > a{
    padding: 0;
}
#footer a{
    color: #9b9c9c;
}

/* page title */
.page-title{
    font-family: 'oxygen_regular', Arial, sans-serif;
    font-size: 24px;
    border-bottom: 1px dashed #b3b3b3;
    margin: 30px 0 0;
    padding: 10px 20px;
}
.page-title.back:before{
    content: "";
    color:#529fc2;
}

/* main-heading */
.main-heading{
    background-color: #EDEDED;
}
.main-heading h1{
    padding: 25px 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-size:26px;
}

/* selects */
.select2-drop-mask{
    z-index: 997;
}
.select2-drop{
    z-index: 998;
}
.select2-search{
    z-index: 999;
}

/* breadcrumbs */
div.breadcrumbs{
    margin-bottom: 30px;
}
div.breadcrumbs a,
div.breadcrumbs span{
    font-size: 14px;
}
div.breadcrumbs a{
    color: #093e4b;
}
div.breadcrumbs a:hover{
    color: #529fc2;
    text-decoration: none;
}
div.breadcrumbs span{
    font-weight: normal;
    color: #529fc2;
}


/* table */
table{
    border-collapse: separate;
    overflow: hidden;
    border: 1px solid #529fc2;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
table.detail-view{
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
}

table thead th{
    color:#efefef;
    text-align:center;
    font-size:12px;
    background-color:#529fc2;
    vertical-align:middle !important;
    border: 0 none;
}
table thead tr:first-child th{
    border-bottom: 0 none;
}
table thead th a{
    color: #efefef;
}
table thead th a:hover{
    text-decoration: none;
    color: #fff;
}
table thead th:hover a:before{

}
table tbody td{
    color:#093e4b;
    text-align:center;
    font-size:13px;
    font-family: 'oxygen_regular', Arial, sans-serif;
    border-left: 1px dashed #ccc;
    border-top: 0 none !important;

    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
table tbody td:first-child{
    border-left: 0 none;
}
table tbody tr.selected td{
    background-color: #073641 !important;
    color: #fff;
}
table tbody tr:nth-child(2n) td{
    background-color:#e2f2f9;
}
.table-hover > tbody > tr:hover > td{
    background-color: #358CA0;
    color: #fff;
}
.grid-view .glyphicon{
    font-size: 20px;
    color: #093e4b;
}
.grid-view .selected .glyphicon{
    color: #fff;
}
.grid-view .button-column > a,
.grid-view td .show-details{
    display: inline-block;
    margin: 10px 10px 0;
    vertical-align: top;
}
.grid-view .button-column > a:first-child,
.grid-view td .show-details:first-child{
    margin-top: 0;
}
.grid-view .table-hover tr:hover .glyphicon{
    color: #fff;
}
.grid-view .badge{
    margin-right: 5px;
    padding: 5px 10px;
    white-space: normal;
}
.grid-view .summary{
    margin: 5px 0;
}

/* tabs */
.nav-tabs{
    border: 0 none;
}
.nav-tabs li{
    margin-bottom: 0;
}
.nav-tabs li a{
    font-family: 'oxygen_regular', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #B0DBEE;
    padding: 5px 18px;

    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.nav-tabs li a,
.nav-tabs li a:active{
    background-color: #B0DBEE;
    color: #529fc2;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover{
    background-color: #529FC2;
    color: #fff;
    border-color: #529FC2;

}
.nav-tabs li a:hover{
    background-color: #c0eBfE;
    border: 1px solid #B0DBEE;
}

/* search */
.search-form form.form{
    overflow: hidden;
}
.search-form form.form >div.form-group{
    margin-right: 10px;
    float: left;
}
.search-form form.form >div.form-actions{}


/* training */
.training{
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 0;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.training.training-project {
    background: none repeat scroll 0 0 #eee;
}
.training .title{
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 10px;
}
.training .content{
    overflow: hidden;
    padding: 10px;
    border-right: 1px solid #ddd;
}
.training .thumbnail{
    float: right;
    border: 0 none;
    padding: 10px;
    margin: 0 0 0 20px;
    width: 156px;
}
.training .sidebar{
    float: right;
    width: 30%;
    border-left: 1px solid #ddd;
    margin-left: -1px;
    padding: 10px;
    text-align: center;
}
.training .sidebar .seats{
    font-size: 22px;
    font-family: 'oxygen_regular', Arial, sans-serif;
    margin: 0 0 20px;
}
.training .sidebar .seats span{
    color: red;
}
.training .sidebar .price-label{
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
.training .sidebar .price{
    font-size: 18px;
    font-family: 'oxygen_bold', Arial, sans-serif;
    font-weight: normal;
    display: block;
    margin-bottom: 30px;
}
.training.loop{
    border: 0 none;
    border-top: 1px dashed #B0B0B0;
    margin: 0;
    padding-top: 20px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.training.loop:first-child{
    border-top: 0 none;
    padding-top: 0;
}
.training.loop .title{
    background-color: #EDEDED;
}
.training.loop .caption{
    padding: 10px;
}
.training.loop .thumbnail{
    float: left;
    margin: 0;
    width: 96px;
}

/* marketing */
.marketing{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.marketing .title{
    background-color: #EDEDED;
    padding: 20px;
    font-size: 24px;
    color: #093e4b;
    margin: 0;
}
.marketing .content{
    padding: 10px 20px 0;
    font-size: 14px;
    color: #093e4b;
}
.marketing .content h2{
    font-size: 20px;
    margin: 0 0 15px;
}
.marketing .content p{
    margin-bottom: 50px;
}

/* home-sections */
.home-sections{
    overflow: hidden;
    position: relative;
}
.home-sections .row{
    margin: 0;
}
.home-sections > div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home-sections > div .title{
    background-color: #EDEDED;
    padding: 10px 20px;
    font-size: 20px;
    margin: 0;
}
.home-sections .caption dl .seats{
    color: red;
}

/* course-detail */
.course-detail{
    margin: 0 -20px;
}
.course-detail .sidebar{
    width: 265px;
}
.course-detail >.sidebar{
    width: 235px;
}
.course-detail > .sidebar{
    margin-right: 40px;
    float: left;
}
.course-detail .sidebar .widget{
    border: 1px solid #ddd;
    margin: 20px 0;
    overflow: hidden;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.course-detail .sidebar .widget:first-child{
    margin-top: 0;
}
.course-detail .sidebar .widget .widget-title{
    font-size: 18px;
    font-family: 'oxygen_regular', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 10px;
}
.course-detail .sidebar .widget.thumbnail{
    text-align: center;
}
.course-detail .sidebar .widget.thumbnail img{
    max-width: 100%;
}
.course-detail .sidebar .widget.votes .header{
    background-color: #EDEDED;
    padding: 10px
}
.course-detail .sidebar .widget.votes .widget-title{
    padding: 0;
    margin-bottom: 20px;
}
.course-detail .content{
    overflow: hidden;
}
.course-detail .content .header{
    overflow: hidden;
}
.course-detail .content .header .first-title,
.course-detail .content .body .boxes .box-label{
    font-size: 18px;
    font-family: 'oxygen_regular', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 10px;
    background-color: #E8E8E8;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.course-detail .content .header .first-title{
    margin: 0 0 10px;
}
.course-detail .content .header .description{
    border: 0 none;
    font-size: 14px;
}
.course-detail .content .header .description > div{
    margin-top: 5px;
}
.course-detail .content .header .description > div:first-child{
    margin-top: 0;
}
.course-detail .content .header .box-label{
    clear: left;
    color: #888;
    float: left;
    font-weight: normal;
    margin-right: 5px;
    text-align: left;
}
.course-detail .content .header .box-label:after{
    content: " : ";
}
.course-detail .content .sidebar{
    float: right;
    margin-left: 20px;
}
.course-detail .content .sidebar .widget{
    padding: 10px 20px;
}
.course-detail .content .sidebar .buttons > .btn{
    font-size:12px;
    margin: 10px 0 0;
}
.course-detail .content .sidebar .buttons > a:first-child{
    margin-top: 0;
}
.course-detail .content .sidebar .widget .rows,
.course-detail .content .sidebar .widget .price{
    margin: 0;
    border: 0 none;
}
/*
    TODO: Colors need to be replaced with actual values
*/
.course-detail .content .sidebar .widget .rows > div:nth-child(4) .box-value{color: red;}
.course-detail .content .sidebar .widget .price .box-label{
    font-size: 17px;
}
.course-detail .content .sidebar .widget .box-label,
.course-detail .content .sidebar .widget .box-value{
    line-height: 30px;
}
.course-detail .content .sidebar .widget .box-label{
    clear: left;
    color: #888;
    float: left;
    font-weight: normal;
    margin-right: 5px;
    text-align: left;

    font-size: 14px;
    color: #093e4b;
}
.course-detail .content .sidebar .widget .box-label:after{
    content: " : ";
}
.course-detail .content .sidebar .widget .box-value{
    font-family: 'oxygen_bold', Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
}
.course-detail .content .body{

}
.course-detail .content .body .boxes{
    border: 0 none;
}
.course-detail .content .body .boxes .box-label{
    color: #9492A0;
    margin: 20px 0;
}
.course-detail .content .body .boxes .box-label .glyphicon{
    font-size:10px;
    margin-right: 5px;
    margin-top: 7px;
    vertical-align: top;
}
.course-detail .content .body .boxes .box-value{
    font-size: 14px;
    margin: 0 0 20px;
}

/* search-form */
.search-form{

}
.search-form .form{

}
.search-form .form .theme{
    width: 30%;
}
.search-form .form .level{
    width: 25%;
}
.search-form .form .region{
    width: 25%;
}
.search-form .form .date{
    width: 20%;
}
.search-form .form .search-row{
    display: table;
    width: 100%;
}
.search-form .form .search-col{
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}
.search-form .form .search-col .form-group > select,
.search-form .form .search-col .form-group > input{
    width: 100%;
}
.ct-form-control {
    min-width: 0;
}
.search-form .form .form-actions{
    text-align: center;
    margin-bottom: 20px;
}
.search-form .form .btn{
    font-size:18px;
    padding: 10px 30px;
    text-transform:uppercase;

    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
}
.search-form .form .btn:first-child{
    background-image: url('../images/search_icon.png');
    background-repeat: no-repeat;
    background-position:10px 3px;
}

/* login top */
#login-top .checkbox{
    width: auto;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 17px;
}
#login-top .checkbox input{
    float: left;
    margin-left: -18px;
}
#login-top .btn{
    font-family: 'oxygen_bold', Arial, sans-serif;
    font-weight:normal;
    font-size:12px;
    text-transform:uppercase;
    color:#fff;
    background-color: #539FC1;
    border: 1px solid #438Fb1;

    display: inline-block;

    text-align:center;
    padding: 5px 15px;
    margin: 0;

    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;

    -webkit-box-shadow: 5px 5px 5px rgba(193, 193, 193, 1);
       -moz-box-shadow: 5px 5px 5px rgba(193, 193, 193, 1);
            box-shadow: 5px 5px 5px rgba(193, 193, 193, 1);
}
#login-top .btn:hover{
    background-color: #438Fb1;
}

#login-form{
    padding: 0 20px;
}
#login-form .form-group{
    max-width: 320px;
}

/* modal */
.modal-transparent .modal-dialog{
    width: 920px;
}
.modal-transparent .modal-content{
    border: 0 none;
    padding: 0;
    position: relative;
    background-color: transparent;

    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.modal-transparent .modal-content .summary{
    position: absolute;
    bottom: 100%;
    right: 10px;
    color: #fff;
    margin-bottom: 5px;
}
.modal-transparent .modal-header{
    border: 0 none;
}
.modal-transparent .modal-body{
    padding: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-transparent .modal-body table{
    background-color: #fff;
}
.modal-transparent .modal-body > h4{
    position: absolute;
    bottom: 100%;
    left: 10px;
    color: #fff;
}
.modal-transparent .modal-body > span{
    position: absolute;
    bottom: 95%;
    left: 10px;
    color: #fff;
}
.modal-transparent .grid-view{
    padding: 0;
}
.modal-transparent .close{
    opacity: 0.5;
}
.modal-transparent .close:hover,
.modal-transparent .close:focus{
    opacity: 1;
}

#subscriptions-grid,
#training-center-grid,
#booking-grid,
#user-grid,
#company-grid{
    padding: 0;
}
#subscriptions-grid table,
#training-center-grid table,
#user-grid table,
#company-grid table{
    border-radius: 0 10px 10px 10px;
}
#booking-grid .btn{
    font-size: 12px;
    text-transform: uppercase;
}

#content label{
    font-size: 14px;
    font-family: 'oxygen_regular', Arial, sans-serif;
    font-weight: normal;
}
#content .form-group{

}
#content .search-form .form-group{
    margin: 5px 0 15px;
}
#content .row{
    padding: 0;
    margin: 20px 0;
}
#content .marketing .row{
    margin: 0;
}
#content .row .row{
    margin: 0;
}
#content .row:after{
    content: "";
    display: table;
    clear: both;
}

#course-form .form-actions .btn{
    text-transform: uppercase;
}

#Course_is_published{
    padding: 0 0 0 25px;
}
#Course_is_published label{
    display: inline-block;
    margin-right: 10px;
}

.caption{
    overflow: hidden;
    padding: 0 10px;
}
.caption dl{
    font-size: 14px;
}
.caption dl dt,
.caption dl dd{
    line-height: 22px;
}
.caption dl dt{
    clear: left;
    float: left;
    text-align: left;
    font-weight: normal;
    margin-right: 5px;
    color: #888;
}

.star-rating{
  font-size:0;
  white-space:nowrap;
  display:inline-block;
  width:100px;
  height:20px;
  overflow:hidden;
  position:relative;
  background:
      url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background:
        url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating input{
    -moz-appearance:none;
    -webkit-appearance:none;
    opacity: 0;
    display:inline-block;
    width: 20%;
    height: 100%;
    margin:0;
    padding:0;
    z-index: 2;
    position: relative;
}
/*.star-rating input:hover + i,*/
.star-rating input:checked + i{
    opacity:1;
}
.star-rating i ~ i{
    width: 40%;
}
.star-rating i ~ i ~ i{
    width: 60%;
}
.star-rating i ~ i ~ i ~ i{
    width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i{
    width: 100%;
}
@media screen and (min-width: 640px) {
    .home-sections .formation{
        float: left;
        width: 50%;
        padding-right: 15px;
    }
    .home-sections .company{
        float: right;
        width: 50%;
        padding-left: 15px;
    }

    #footer{
        text-align: left;
    }
    #footer ul,
    #footer ul.nav{
        list-style-type: disc;
        padding-left: 13px;
    }
    #footer .col-holder{
        display:table;
        width: 100%;
    }
    #footer .col{
        border-top: 0 none;
        border-bottom: 0 none;

        display:table-cell;
        vertical-align:top;

        border-left:1px solid #fff;
        border-right:1px solid #cacaca;
    }
    #footer .col:first-child{
        border-left:0 none;
    }
    #footer .col:last-child{
        border-right:0 none;
    }
    .marketing:before{
        display: none;
    }
    .marketing:before,
    .home-sections:before{
        content: "";
        position: absolute;
        left: 50%;
        top: 0;

        height: 100%;
        width: 1px;
        overflow: hidden;
        font-size: 0;

        background: -moz-linear-gradient(top,  rgba(176,176,176,0) 0%, rgba(176,176,176,0.65) 50%, rgba(176,176,176,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,176,176,0)), color-stop(50%,rgba(176,176,176,0.65)), color-stop(100%,rgba(176,176,176,0)));
        background: -webkit-linear-gradient(top,  rgba(176,176,176,0) 0%,rgba(176,176,176,0.65) 50%,rgba(176,176,176,0) 100%);
        background: -o-linear-gradient(top,  rgba(176,176,176,0) 0%,rgba(176,176,176,0.65) 50%,rgba(176,176,176,0) 100%);
        background: -ms-linear-gradient(top,  rgba(176,176,176,0) 0%,rgba(176,176,176,0.65) 50%,rgba(176,176,176,0) 100%);
        background: linear-gradient(to bottom,  rgba(176,176,176,0) 0%,rgba(176,176,176,0.65) 50%,rgba(176,176,176,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0b0b0', endColorstr='#00b0b0b0',GradientType=0 );
    }
}
@media screen and (min-width: 768px) {
    #content .col{
        padding: 0;
        width: 50%;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #content .col-left{
        float: left;
        padding-right: 10px;
    }
    #content .col-right{
        float: right;
        padding-left: 10px;
    }
    #content .col3in1 {
        float: left;
        width: 32%;
        padding-left: 10px;
    }
    #content .col3in1:first-of-type {
        width: 32.5%;
        padding-left: 0;
    }
    #content .col3in1:last-of-type label {
        display: none;
    }
    #content .col3in1:last-of-type div.select2-container {
        margin-top: 25px;
    }
    #content .marketing .col-right{
        padding-left: 30px;
    }
    #content .marketing .col-left{
        padding-right: 30px;
    }
    #content .col-side{
        width: 40%;
    }
    #content .col-main{
        width: 60%;
    }

    #course-form .col > .btn:first-child{
        margin-top: 25px;
    }

    .marketing:before{
        display: block;
    }

}

.course-detail .sidebar .widget.facilities .header{
    background-color: #EDEDED;
    padding: 10px
}
.course-detail .sidebar .widget.facilities .widget-title{
    padding: 0;
    margin-bottom: 20px;
}
.facilities div.facility {
    width: 48px;
    height: 48px;
    background-size: contain;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.facilities div.facility.parking {
    background-image:url("../images/facilities/parking.png");
}
.facilities div.facility.metro {
    background-image:url("../images/facilities/metro.png");
}
.facilities div.facility.train {
    background-image:url("../images/facilities/train.png");
}
.facilities div.facility.office {
    background-image:url("../images/facilities/office.png");
}
.facilities div.facility.photocopier {
    background-image:url("../images/facilities/photocopier.png");
}
.facilities div.facility.wifi {
    background-image:url("../images/facilities/wifi.png");
}
.facilities div.facility.cafe {
    background-image:url("../images/facilities/cafe.png");
}
.facilities div.facility.restaurants {
    background-image:url("../images/facilities/restaurants.png");
}
.facilities div.facility.handicap {
    background-image:url("../images/facilities/handicap.png");
}
.calendar-legend .legend-row span.legend-color {
    border: 1px solid black;
    padding: 0;
    padding-left: 18px;
    font-size: 9px;
    line-height: 30px;
    margin: 0;
    margin-right: 10px;
}
.calendar-legend .legend-row span.legend-color.legend-grey {
    background-color: #808080;
}
.calendar-legend .legend-row span.legend-color.legend-green {
    background-color: green;
}
.calendar-legend .legend-row span.legend-color.legend-orange {
    background-color: orange;
}
#header.nav-fixed {
    position: fixed;
    background-position: center;
    margin-top: 0;
    top: 50px;
    z-index: 1000;
    width: 100%;
    height: 67px;
}
#header.nav-fixed > .nav:first-child > li{
    margin-top: 11px;
}
.calendar-legend {
	width: 65%;
	display: inline-block;
}
.calendar-legend .legend-row {
    margin-right: 15px;
	display: inline-block;
}
.form-group {
	margin-top: 7px;
}
.form-group label[for="TrainerBooking_dates"],
.form-group label[for="RoomBooking_dates"],
.form-group label[for="Room_available_dates"] {
	display: none;
}
.text-align-right {
	text-align: right;
}
#content .box-calendar-select {
	background-color: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 92%;
	margin: 15px 4%;
}
.show-grid {
	margin-bottom: 15px;

}
.container-group .box-label,
.box-widgets .box-label {
	font-size: 18px;
	font-family: 'oxygen_regular', Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	background-color: #E8E8E8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.container-group .box-label,
.box-widgets .box-label {
	color: #9492A0;
	margin: 20px 0;
}
.container-group .box-label .glyphicon,
.box-widgets .box-label .glyphicon {
	font-size: 10px;
	margin-right: 5px;
	margin-top: 7px;
	vertical-align: top;
}
#content .box-calendar-select .title {
	background-color: #ededed;
	width: 100%;
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #073b49;
	font-size: 16px;
}
.box-content {
	width: 92%;
	margin: 0 4%;
}
.detail-info-user {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #343434;
	font-size: 16px;
}
.detail-info-user li span {
	color: #a6a6a6;
}
.box-widgets {
	margin-bottom: 15px;
}
.box-widgets table {
	border: 1px solid #d0d0d0;
}
.box-widgets table thead th{
	background-color: #f3f3f3;
	color: #000;
}
.box-widgets .table-hover > tbody > tr:hover > td{
	background-color: #E8E8E8;
	color: #000000;
}
.course-detail .sidebar .widget.votes .header {
	padding: 10px 10px 0px;
}
.course-detail .sidebar .widget.votes {
	/*border-top-left-radius: 10px;*/
	/*border-top-right-radius: 10px;*/
	/*border-bottom-left-radius: 0px;*/
	/*border-bottom-right-radius: 0px;*/
	/*border-bottom: 0;*/
	/*padding-bottom: 20px;*/
}
.comments {
	text-align: center;
	margin-bottom: 20px;
}
.comment {
	display: inline-block;
	width: 92%;
	margin: 4%;
	padding-bottom: 2%;
	border-bottom: 1px dashed #b7b7b7;
}
.comment .avatar {
	display: inline-block;
	vertical-align: middle;
	width: 16%;
}
.comment .text {
	display: inline-block;
	vertical-align: middle;
	width: 79%;
	text-align: justify;
	margin-left: 2%;
}
.box-widgets .grid-view  .table-hover tr:hover .glyphicon {
	color: #000;
}

#trainer-form div.container-group,
#roomBooking-form div.container-group,
#room-form div.container-group {
    margin: 0 -20px;
}

#trainer-form div.container-group div.box-label,
#roomBooking-form div.container-group div.box-label,
#room-form div.container-group div.box-label {
    margin: 20px;
}

.roomBooking-grid .grid-view {
    padding-top: 0;
}

.cancel-booking .form-actions {
    padding-top: 20px;
}

.rating-form .form-actions {
    border-top: 1px dashed #b3b3b3;
    padding-top: 30px;
    margin-top: 10px;
}

.rating-form textarea {
    width: 350px;
    height: 130px;
}

.rating-form input[type="radio"] {
    margin-right: 5px;
}

.rating-form .form-group {
    margin: 0 -15px;
    padding: 7px 0;
}

.rating-form .form-group:nth-of-type(even) {
    background-color: #e1f2f9;
}

.rating-form form .form-group:nth-last-child(2) {
    background: none;
}

.rating-form .form-horizontal .control-label {
    text-align: left;
    padding-left: 30px;
}

.buttons-group {
    margin-top: 30px;
}

.col-xs-3.date-col {
    padding: 0 10px;
}