

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   General CSS & Classes
   ========================================================================== */

body {
    background: #000000;
    font-size: 12px;
    font-family: sans-serif;
}

h1 {
    text-transform: uppercase;
    font-size: 76px;
}

.register-h1 {
	font-size: 22px;
}

a:hover, a {
    color: inherit;
}

.block-font {
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
}

.indent {
    display:block;
    border:0;
    text-indent:-999em;
    overflow:hidden;
    background-color:transparent;
    background-repeat:no-repeat;
    text-align:left;
    direction:ltr
}

.center {
    text-align: center;
}

.navbar-custom {
    background-color:#2E2E2E;
    color:#ffffff;
    border-radius:10px;
    margin-bottom:5px;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}

.navbar li.dropdown:hover {
    background:#303030;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}

#navigatie-container {

    margin-left: auto;
    margin-right: auto;
}

@media(min-width:992px){
    #navigatie-container {
        width: 960px;
    }
}
@media(min-width:1200px){
    #navigatie-container {
        width: 1170px;
    }
}

.clear-left {
    clear: left;
}
.clear-right {
    clear:right;
}
.clear-both, .clear {
    clear:both;
}

.break {
    clear:both;
    height: 10px;
}

.frame {
    margin: 5px 0px;
}

.frame h2 {
    font-size: 1.75em;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    color:#808080;
    border-bottom: 1px solid #AAAAAA;
    line-height: 1.6em;
}

.orange-left {
    margin: 15px 0 0 -8px;
    padding-left: 5px;
    border-left: 3px solid #d98200;
}

.darker {
    background: #f9f9f9 url('../img/bg_texture_darker.png') repeat;
    padding-top: 20px;
    padding-bottom:20px;
}

.light {
    background: #f9f9f9 url('../img/bg_texture.png') repeat;
    padding-top: 20px;
    padding-bottom:20px;
}

.buttons {
    margin-top: 15px;
	margin-bottom: 15px;
}

.buttons a {
	color: #f29100;
	text-decoration:underline;
	font-size: 14px;
}

.error {
	font-size: 14px;
	padding: 35px;
}

.error a {
	color: #f29100;
	text-decoration:underline;
}
	
.form_textarea {
 	width: 400px;
    padding: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
}

fieldset {
    margin-top: 10px;
}

button {
    background-color:#f58220;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:12px;
    font-weight: bold;
    padding:6px 15px;
    text-decoration:none;
}
button:hover {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
    background-color:#f58220;
}
button:active {
    position:relative;
    top:1px;
}

.light-grey {
    background: url('../img/bg_texture.png') repeat;
}

.dark-grey {
    background: url('../img/bg_texture_darker.png') repeat;
    padding: 20px 0px;
}

.box-shadow {
    box-shadow: 0 1px 13px rgba(0,0,0,.25);
}


.sans-serif {
    font-family: sans-serif;
}

.text-left {
    text-align: left;
}

.cta {
    padding-top: 65px;
}

.productpage-margin {
    padding-top: 600px;
}

.downloads {
    margin-bottom: 20px;
}

.downloads p {
    line-height: 1.2em;
    padding:0;
    margin:0;
    margin-bottom: 5px;
}

.downloads h4 {
    border-bottom: 1px solid #999;
    color: #606060;
    font-family: arial narrow,HelveticaNeue-CondensedBold;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

.downloads h5 {
    padding: 0;
    margin: 15px 0 0 -8px;
    padding-left: 5px;
    border-left: 3px solid #d98200;
    color: #404040;
}

.downloads a, .downloads a:hover {
    text-decoration: none;
}
.downloads a:hover {
    color: #f29100;
}

.downloads .left {
    text-align: left;
    text-transform: uppercase;
}

.downloads .right {
    text-align: right;
}

.general-content {
    padding: 50px 70px;
}

.general-content h4 {
    border-bottom: 1px solid #ababab;
    margin-top:25px;
}

.general-content p {
    color: #222;
    padding: 5px 0;
}

.general-content .larger-text {
    font-size: 14px;
}

.general-content .general-content-title {
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    visibility: visible;
    font-size: 24px;
    color: #2e2e2e;
    text-transform: uppercase;
}

.general-content a, .general-content a:hover {
    color:#F29100;
}

.general-content a:hover {
    text-decoration: underline;
}

.general-content-container {
    margin-bottom: 25px;
    color: #222;
}

.general-content-container h1 {
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    color: #585858;
    text-transform: uppercase;
}

.general-content-container h2 {
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    border-bottom: 1px solid #ababab;
    border-color: rgba(142,142,142,.7);
    color: #808080;
    text-transform: uppercase;
}

.general-content-container ul.button-list {
    list-style: none;
    padding: 0 0 0 40px;
    margin: 0 0 0 -40px;
}

.general-content-container .on-page-nav {
      list-style: none;
      padding: 0 0 0 40px;
      margin: 20px 0 20px -40px;
}

.general-content-container ul.button-list li {
    display: inline-block;
    margin-right: 20px;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
}

.general-content-container .on-page-nav li {
    display: inline-block;
    border-right: 1px solid #ababab;
    padding: 0 12px;
}

.general-content-container .on-page-nav li:first-child {
    padding-left: 0;
}

.general-content-container .on-page-nav li a {
    text-transform: uppercase;
    font-size: 24px;
    color: #666;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    line-height: 20px;
}

.general-content-container .on-page-nav li .current, .general-content-container .on-page-nav li a:hover  {
    text-transform: uppercase;
    font-size: 24px;
    color: #f29100;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    line-height: 20px;
}

.general-content-container .on-page-nav li:last-child {
    border-right: none;
}

.general-content-container .button {
    position: relative;
}

.general-content-container .button a {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
}

.general-content-container .button p {
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98%;
    margin: 0;
    padding: 6px 0 0 8px;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0,0,0,.6);
    border-bottom: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.general-content-container .alfa-index {
    text-transform: uppercase;
    font-size: 24px;
    color: #2e2e2e;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    line-height: 20px;
}

.green {
    color:#F29100;
}

#cz-content-container input[type=text] {
    width: 200px;
    height: 14px;
}

#cz-content-container {
     padding: 20px;
 }

#contact_form  {
    font-size: 14px;
}

#contact_form input[type=text], #warranty-form input[type=text], #support_form input[type=text], #cz-register-box input[type=text], #cz-register-box input[type=password]{
    width: 400px;
    height: 34px;
    padding: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
}

#contact_form select , #warranty-form select, #support_form select, #cz-register-box select, #dl-container select {
    width: 400px;
    height: 34px;
    padding: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
}

#contact_form .step, #warranty-form .step, #support_form .step, #cz-register-box .step {
    float: right;
    font-size: 10px;
}

#contact_form h4 {
    text-transform: uppercase;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
}


#warranty-form, #support_form, #cz-register-box {
    padding: 40px 60px;
    font-size: 14px;
    color: #222222;
}

#warranty-form p, #support_form p, #cz-register-box {
    margin: 10px 0;
}

#warranty-form h4,#support_form h4, #cz-register-box h4 {
    border-bottom: 1px solid #ababab;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
}

.validation-advice {
    margin-left: 25px;
    padding: 5px 10px 5px 35px;
    position: absolute;
    color: red;
    background: transparent url("../images/validate.png") no-repeat center left;
    text-shadow: none;
}

#about-roland h4, #other-brands h4 {
    border-bottom: 1px solid #ababab;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    font-size: 24px;
}

#about-roland p, #other-brands p {
    margin: 20px 0;
    clear: both;
}

#about-roland .float-right, #other-brands .float-right {
    float: right;
}

#about-roland img, #other-brands img {
    padding: 5px;
}

#about-roland a, #other-brands a {
    color: #F29100;
    text-decoration: underline;
}

#right img {
    margin-bottom: 25px;
}


/* ==========================================================================
   Bootstrap adjustments
   ========================================================================== */

.form-control {
    background-color: #424242;
    border: 1px solid #606060;
}

#main-navigation a {
    background: url('../img/nav_bar_div_dark.png') 0 12px no-repeat;
}

#main-navigation li:first-child>a {
    background-image: none;
}

#main-navigation li a {
    color: #fff;
    text-shadow: none;
    font-size: 14px;
}

#main-navigation li a:hover {
    color: #f58220;
    text-decoration: underline;
}

#main-navigation li a:focus {
    background-color:#424242;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    display:none;
}

.carousel-control {
    width: 5px;
    left: -20px;
    display:none;
}

.breadcrum {
    font-size:22px;
    font-weight:bold;
    font-family: "nimbus-sans-condensed";
    color: #999;
    text-transform: uppercase;
	padding-left:10px;
    line-height: 1;
}

.breadcrum a:hover {
    font-size:22px;
    font-weight:bold;
    font-family: "nimbus-sans-condensed";
    color: #f29100;
    text-transform: uppercase;
    line-height: 1;
}

.breadcrum .icon-right-dir {
    font-size: 18px;
}

/* ==========================================================================
   Header
   ========================================================================== */

#header-container {
    background: #000000 url('../img/header_tile_dark.png') repeat-x top left;
    padding-bottom: 2px;
}

#logo-click {
    width: 100px;
    height: 45px;
    margin-left:-15px;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

#logo {
     background:url('../../images/logo_bg.png') no-repeat 0 0;
     height:25px;
     margin: 15px 0;
 }

#logo:hover {
    background:url('../../images/logo_bg.png') no-repeat 0 0;
    height:25px;
    margin: 15px 0;
    background-position: 0 -27px;
}


#logo h1 {
    display: none;
}

#dropdown-products {
    background: #303030;
    /*height: 375px; BOSS WAZA*/
    height: 400px;
    width: 800px;
    font-size: 12px;
    color: #f9f9f9;
}

#dropdown-products ul {
    margin-left: -40px;
}

#dropdown-products .title {
    font-size: 14px;
    font-weight: bold;
}

#dropdown-products .product-dropdown-categories, #dropdown-products .product-dropdown-applications, #dropdown-products .product-dropdown-featured {
    float:left;
    margin: 10px 25px 25px 25px;
    padding: 10px 40px 25px 25px;
}

/*Tijdelijk voor WAZA*/
#dropdown-products .product-dropdown-featured {
    padding-bottom: 0;
}

#dropdown-products .product-dropdown-featured {
    width: 500px;
    margin-left: 0;
}

#dropdown-products li {
    list-style-type: none;
    line-height: 1.7em;
}

#dropdown-products .product-dropdown-categories li a {
    font-size: 12px;
}

#dropdown-products div {
    border: 1px solid #303030;
}

#dropdown-products div:hover {
    background-color: #1E1E1E;
    border: 1px solid #444444;
    border-radius: 10px;
}

#dropdown-products .product-title {
    font-weight: bold;
}

#dropdown-products .product-image {
    width: 135px;
    float: left;
}

#dropdown-products .product-info {
    width: 250px;
    float: left;
}

#dropdown-products .no-hover {
    border: none !important;
    border-radius: 0 !important;
}

#dropdown-products .featured-product-link {
    font-size: 12px;
}

#dropdown-community, .level2-dropdown {
    background: #303030;
    font-size: 12px;
    color: #f9f9f9;
}

#top-links {
	float:right;
	color:#aaa;
    margin-top: 15px;
    padding: 0;
}

#top-links ul {
    list-style-type:none;
	margin:0;
	padding:0;
    float: right;
}
	
#top-links li {
	display:inline;
	float:left;
	border-right: 1px solid #aaa;
}	

#top-links li:last-child {
	border-right: none;
}

#top-links a {
	display:block;
	padding: 0 20px;
}

#top-links a:hover {
	color:#f29100
}

/* ==========================================================================
   Carousel
   ========================================================================== */

#carousel-container {
    background: #000000;
    padding: 0 0 20px 0;
}

.carousel-indicators {
    margin-bottom: -40px;
	background-color: #000 \9; 
    background-color: rgba(0,0,0,0);
}

.carousel-inner .banner-image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.carousel-inner .banner-image h2, .carousel-inner .banner-image p { 
   position: absolute; 
   bottom: -10px;
   right: 15px; 
   width: 20%; 
}

.banner-image .banner-title {
	font-size:32px;
	line-height:24px;
    font-weight:bold;
    font-family: "nimbus-sans-condensed";
    color: #f29100;
    text-transform: uppercase;
}

.banner-image .banner-text {
	color: #ccc;
}

.banner-image p {
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.4);
   padding: 20px 20px 10px 20px; 
}

.banner-image .more {
    font-size: 20px;
    color: #f29100;
    font-weight: 700;
}

.carousel-inner .product-image {
    position: relative;
    width: 100%; /* for IE 6 */
}

.carousel-inner .product-image h2, .carousel-inner .product-image p {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20%;
}

.product-image .product-title {
    font-size:60px;
    font-weight:700;
    font-family: "nimbus-sans-condensed";
    color: #f29100;
    text-transform: uppercase;
}

.product-image .product-text {
    color: #ccc;
}

.product-image p {
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 20px 10px 20px;
}

.product-image a {
    font-size: 20px;
    font-weight: 700;
    color:#cccccc;
    text-decoration: none;
    line-height: 40px;
}

.product-image a.product-link:hover {
    color:#F29100;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

/* ==========================================================================
   Level 2 Navigation
   ========================================================================== */

#level2navigation {
    padding-top: 5px;
    padding-left: 15px;
}

#level2navigation li {
    display: inline;
    list-style-type: none;
    border-right: 1px solid black;
    padding: 0 5px;
}

#level2navigation li:last-child {
    border-right: none;
}

#level2navigation li a {
    color:#a7a7a7;
    font-size: 1.5em;
}

.level2navigation {
    padding-top: 5px;
    padding-bottom: 20px;
}

.level2navigation li {
    display: inline;
    list-style-type: none;
    border-right: 1px solid black;
    padding: 0 5px;
    text-transform: uppercase;
}

.level2navigation li:last-child {
    border-right: none;
}

.level2navigation li a {
    color: #666;
    font-size: 1.5em;
}

.level2navigation li a:hover {
    color: #f29100;
}

#search-form-input {
    color: white;
}

.products ul {
	display: inline;
	list-style-type: none;
}

.products li {
	width: 125px;
	background: white;
	border: 1px solid red;
}

.news-carousel-control {
    position: absolute;
    top: 50%;
}

.news-carousel-prev {
    margin-left:18px;
}

.news-carousel-next {
    margin-left:-25px;
}


/* ==========================================================================
   News
   ========================================================================== */


#content-container {
    background-color: #f9f9f9;
    padding: 20px 0;
    background-image: url('../img/bg_texture.png');
}

.news-item {
    /*background-color: #f4f4f4;*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 0 15px 10px 15px;
	overflow:hidden;
}

.news-title {
    color: #7b7b7b;
    /*height: 50px;*/
}

.news-title h2 {
    font-size:20px;
}

.news-content p {
    font-size: 12px;
    margin-bottom: 5px;
}

.news-image {
    height: 175px;
}

.news-content {
    height: 50px;
}

a.news-general-click:hover {
	text-decoration:none;
}	

a.news-more-click {
	text-decoration:none;
    color: #222;
	font-weight:bold;
}

a.news-more-click:hover {
	text-decoration:underline;
	color: #f29100;
	font-weight:bold;
}

/* ==========================================================================
   Content
   ========================================================================== */

.matrix li {
    display: inline-block;
    list-style-type: none;
    margin: 20px 22px 0 0;
}

.matrix li:nth-child(4n+4) {
    margin: 22px 0 0 0;
}

.matrix-padding {
    padding-left: 40px;
}

.product-padding {
    margin-left: -15px;
}

.products {
    padding: 25px 70px 25px 80px;
}

.products .name {
    color: #606060;
    font-size: 2em;
    font-weight: bold;
    font-family: "nimbus-sans-condensed";
    text-align: center;
    line-height: 1em;
}

.products .subtitle {
    color:#A3A3A3;
    font-weight: bold;
    text-align: center;
}

.products .image {
	display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.product-box {
	overflow:hidden;
    height: 400px;
    background-color: white;
    float: left;
    padding: 20px;
	padding-bottom: 10px;
    margin-bottom: 20px;
    width: 29.5%;
    margin-right: 3.8%;
}

.product-box a:hover {
	color:inherit;
	text-decoration:none;
}

.product-box a:hover + p.products-text {
	color:red;
}

.product-box h2 {
    margin: 0;
    padding: 0;
}

p.products-text {
    margin-top: 25px !important;
}

#productcat-matrix .productcat-a {
    position: relative;
    display: block;
}

#productcat-matrix .productcat-title {
    position: absolute;
    padding-left: 4px;
    font-size: 25px;
    color:#FAFAFA;
    top: -100;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98%;
    margin: 0;
    padding: 6px 0 0 8px;
	text-transform:uppercase;
}

.product-title h2 {
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    font-size: 4em;
}

#media-container, .frame {
    box-shadow: 0 1px 13px rgba(0,0,0,.25);
    background-color: white;
    padding: 20px;
}

.product-title .productpage-h2 {
    font-size: 76px;
    line-height: 60px;
    color: #484848
}

.product-title .productpage-h2-sub {
    font-size: 48px;
    line-height: 40px;
    color: #f29100;
}

#product-content-container {
    padding: 40px 60px;
}

#product-content-container .productpage-title {
    color: #444;
    font-size: 32px;
    font-weight: bold;
    font-family: "nimbus-sans-condensed";
    margin: 0;
    padding: 0;
    line-height: 0.5em;
}

#product-content-container .productpage-subtitle {
    color: #888;
    font-size: 28px;
    font-weight: bold;
    font-family: "nimbus-sans-condensed";
    margin: 0;
    padding: 0;
    line-height: 0.5em;
}

#product-content-container #features p strong {
    color: #f29100;
    font-family: "nimbus-sans-condensed";
    font-weight: bold;
    font-size: 28px;
    line-height: 0.5em;
}

#product-page-title {
    margin:0;
    padding:0;
}

#grouped-nav {
    color: rgb(96, 96, 96);
    display: block;
    font-family: nimbus-sans-condensed;
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.nav-groups {
    float: right;
    color: rgb(170, 170, 170);
    cursor: auto;
    display: inline;
    font-family: nimbus-sans-condensed;
    font-size: 22px;
    font-weight: bold;
    padding-right: 45px;
}

.letter-anchor {
    float: left;
    margin: -25px 0 0 -50px;
}

p.letter-anchor {
    color: rgb(187, 187, 187);
    display: block;
    font-family: nimbus-sans-condensed;
    font-size: 50px;
    font-weight: bold;
}

ul.downloads-list {
    margin-top: 20px;
}

.nav-groups a {
     display: inline-block;
     padding-right: 10px;
     color: rgb(187, 187, 187);
 }

.nav-groups a.currentalfa {
    display: inline-block;
    padding-right: 10px;
    color: #f29100;
}

.currentalfa {
    display: inline-block;
    padding-right: 10px;
    color: #f29100;
}

.nav-groups a:hover {
    display: inline-block;
    padding-right: 10px;
    color: #f29100;
    text-decoration: none;
}

#info-navigation {
    padding-top: 15px;
    margin-top: 15px;
    margin-left: -37px;
}

#info-navigation li {
    display: inline-block;
    list-style-image: none;
    margin:0;
    padding: 0px 10px;
    border-right: 1px solid #A7A7A7;
}

#info-navigation li:last-child {
    border-right: none;
}

#info-navigation li a {
    font-size: 24px;
    line-height: 1em;
    color: #666666;
    text-transform: uppercase;
}

#info-navigation li a:hover {
    color: #f29100;
    text-decoration: none;
    border-bottom: 1px solid #F29100;
}

#info-navigation li.current a {
    color:#F29100;
    border-bottom: 1px solid #F29100;
}

.current li {
    color: #f29100 !important;
}

#autocomplete_choices {
    background-color: white;
}

#autocomplete_choices ul {
    list-style: none;
}

#autocomplete_choices li {
    line-height: 28px;
    border-bottom: 1px dotted #d0d0d0;
    margin: 0 5px 0 -35px;
}

#autocomplete_choices li:last-child {
    border-bottom: none;
}

#autocomplete_choices li:hover {
    background-color: #d0d0d0;
    cursor: pointer;
}

#dl-container p {
    margin: 15px 0;
}

.options-name {
	font-family: "nimbus-sans-condensed";
	font-size:24px;
	font-weight:bold;
	color:#444;
}

p.options-subtitle {
	color:#888;
}

.options-image {
	width:95%;
	margin-left: auto; 
	margin-right: auto;	
}

.new-options a:hover {
	text-decoration:none;
}

#global_websites {
    padding: 40px 60px;
}

#global_websites ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#global_websites li {
    line-height: 2.2em;
    border-bottom: 1px solid #DDD;
}

#global_websites a {
    line-height: 2.2em;
    border-left: 3px solid #e0e0de;
    margin-left: -8px;
    padding-left: 5px;
}

#global_websites a:hover {
    border-left: 3px solid #d98200;
    margin-left: -8px;
    padding-left: 5px;
    color: #d98200;
}

.language-overlay {
    width: 180px;
    height: 165px;
    background-color: #3B3B3B;
    padding: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 10000;
    position: fixed;
    display: none;
}

.language-overlay p {
    line-height: 1.6em;
    border: none !important;
    margin-left: -20px;
}

.font-daniel {
    font-family: "daniel";
}


/* ==========================================================================
   Social
   ========================================================================== */

.spacer {
    padding-top: 15px;
}

#social-icons, #social-list {
    padding:0;
}

#social-icons h1 {
    display: none;
}

#social-icons li {
    display: inline-block;
    margin-right: 10px;
}

#social-icons a {
    width: 32px;
    height: 32px;
    background: url("../img/social_media_icons_new.png") top left no-repeat;
}

#social-icons .facebook {
    background-position: 0 -32px;
}

#social-icons .youtube {
    background-position: 0 -64px;
}

#social-icons .rss {
    background-position: 0 -128px
}

#social-headlines {
    border-left: 1px solid #7b7b7b;
}

#social-headlines p {
    margin-top: 7px;
    color: #F9F9F9;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer-links-container {
    padding:15px;
}

#footer-links-container {
    background: #000000 url('../img/footer_pattern.png') repeat;
}

#footer-links h2 {
    color: #ffffff;
    font-size: 16px;
}

#footer-links a {
    color: #f58220;
}

#corporate-logos {
    padding:15px 0 25px 0;
}

#corporate-logos a {
    display: inline-block;
}

#corporate-logos .roland a {
    width: 117px;
    height: 31px;
    background: url("../img/brand_logos.png") top left no-repeat;
}

#corporate-logos .boss a {
    width: 143px;
    height: 31px;
    background: url("../img/brand_logos.png") top left no-repeat;
    background-position: -197px 0;
}

#corporate-logos .rodgers a {
    width: 136px;
    height: 31px;
    background: url("../img/brand_logos.png") top left no-repeat;
    background-position: -836px 0;
}

#corporate-logos .roland a:hover {
    width: 117px;
    height: 31px;
    background: url("../img/brand_logos.png") 0 -47px no-repeat;
}

#corporate-logos .boss a:hover {
    background-position: -197px -47px;
}

#corporate-logos .rodgers a:hover {
    background-position: -836px -47px;
}

#corporate-links a {
    display: inline-block;
    padding: 5px 10px;
    border-right: 1px solid #F9F9F9;
}

#corporate-links a:last-child {
    border-right:none;
}

.spacer-footer p {
    line-height: 10px;
}

#corporate-links a, #corporate-links a:visited {
    color:#aaaaaa;
}

#corporate-links a:hover {
    color:#ffffff;
}

/* ==========================================================================
   Reset classes
   ========================================================================== */

.less-padding {
    padding: 0;
}

.less-margin {
    margin: 0;
}

.align {
    padding:0;
}

.underline {
    text-decoration: underline;
}

.size10 {
    font-size: 10px;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.col-md-7-with-margin {
    width: 55%;
}

.content-padding {
    padding: 40px 60px;
}

.homepage-font {
	font-family: "nimbus-sans-condensed";
	font-size:23px !important;
	font-weight:bold;
	color:#666;
	text-transform:uppercase;
	line-height:1;
}

#news-page .inline-date ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#news-page .inline-date ul li { 
	display: inline; 
}

#news-page .inline-date {
	float:right;
	 font-size: 10px;
}

#news-page h4 a:hover {
	text-decoration: none;
}

#news-page .news-article-content p {
	line-height:16px;
	margin:0;
	padding:2px;
}

.dropdown:hover .dropdown-menu {
	display:block;
}

#ms_education #nav_container ul.tabs {
    list-style-type:none;
    margin:0;
    padding:0;
    padding-bottom: 10px;
}

#ms_education #nav_container ul.tabs li {
    display:inline;
    font-size:18px !important;
    text-transform:uppercase;
    font-weight: bold;
    font-family: "nimbus-sans-condensed";
    padding-right: 8px;
    padding-bottom: -5px;
    line-height: 17px;
    display: inline-block;
}

#ms_education #nav_container ul.tabs a {
    font-size:18px !important;
    text-transform:uppercase;
    font-weight: bold;
    font-family: "nimbus-sans-condensed";
    color: #f29100;
    border-bottom: 1px solid #f29100;
    text-decoration: none;
    padding-bottom: -5px;
    line-height: 17px;
    display: inline-block;
}

#ms_education #nav_container ul.tabs a:hover {
    font-size:18px !important;
    text-transform:uppercase;
    font-weight: bold;
    font-family: "nimbus-sans-condensed";
    color: #000000;
    border-bottom: 1px solid #000000;
    text-decoration: none;
    padding-bottom: -5px;
    line-height: 17px;
    display: inline-block;
}

#ms_education img {
    margin-left: 10px;
    margin-right: 10px;
}

#ms_education .carousel {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
}

#ms_education .carousel-control.left, #ms_education .carousel-control.right {
    background-image: inherit !important;
    display:inline-block !important;
}

#ms_education .slide {
    width: 525px;
}

/* ==========================================================================
   Media queries
   ========================================================================== */

.container {
    width:1170px !important;
}

@media(min-width:768px) and (max-width:1200px){
    .rem {
        background: none;
        box-shadow: none;
    }

    #right {
        display:none;
    }

    .container {
        width:970px !important;
    }
}