﻿body {
    font-family: Arial;
	font-size: 15px;
    line-height: 25px;
    color: #808080;
    background-color: #ffffff;
    margin: 0;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
    color: #42bbc4;
    text-decoration: underline;
}

a img {
    border: none;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #232323;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #232323;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #232323;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    background: url(../Images/Bullet.png) no-repeat 0 8px;
    margin: 7px 0 0 0;
    padding: 0 0 0 15px;
}

input[type=text], input[type=password], select, textarea {
    font-family: Arial;
    font-size: 15px;
    color: #808080;
    background-color: #ffffff;
    border: solid 1px #808080;
    width: 100%;
    margin: 0;
    padding: 10px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.column-12 {
    width: 100%;
    position: relative;
}

.column-8 {
    width: 66.6666%;
    float: left;
    position: relative;
}

.column-6 {
    width: 50%;
    float: left;
    position: relative;
}

.column-5 {
    width: 41.6666%;
    float: left;
    position: relative;
}

.column-4 {
    width: 33.3333%;
    float: left;
    position: relative;
}

.column-2 {
    width: 16.6666%;
    float: left;
    position: relative;
}

.clear-all {
	clear: both;
}

.hidden {
    display: none !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

a.button {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #42bbc4;
    -webkit-box-shadow: 0px 1px 0px 0px #7d7d7d;
    box-shadow: 0px 1px 0px 0px #7d7d7d;
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
}

a.button:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.button.disabled {
    background-color: #9c9c9c;
}

a.button-small {
    padding: 5px 10px;
}

a.button-block {
    display: block;
}

a.button-scrollup {
    background-color: #42bbc4;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -khtml-opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    padding: 12px 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    display: none;
}

a.button-scrollup:hover {
    -moz-opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -khtml-opacity: 1.0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1.0;
}

a.button-scrollup .fa {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.loader {
    background: rgba(255, 255, 255, 0.7) url(../Images/Loader.gif) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

@media (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .column {
        width: 305px;
        margin-left: 20px;
    }
}

/* --- Header --- */

header {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=#161616, offX=0, offY=0, positive=true);
}

header .top-nav {
    text-align: right;
    background-color: #f5f5f5;
    padding: 10px 0;
}

header .top-nav ul li {
    background: url(../Images/MenuSep.png) no-repeat top left;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    display: inline-block;
}

header .top-nav ul li:first-child {
    background: none;
}

header .top-nav ul li a {
    color: #808080;
}

header .top-nav ul li.profile span {
    color: #42bbc4;
}

header .main-nav a.logo {
    margin-top: 30px;
    float: left;
}

header .main-nav ul {
    float: right;
}

header .main-nav ul li {
    background: none;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
}

header .main-nav ul li a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #9c9c9c;
    border-top: solid 7px #ffffff;
    border-bottom: solid 7px #ffffff;
    padding: 40px 0;
    display: block;
}

header .main-nav ul li a:hover {
    color: #42bbc4;
}

header .main-nav ul li.FS1 a,
header .main-nav ul li.MS1 a,
header .main-nav ul li.LS1 a {
    color: #42bbc4;
    border-top: solid 7px #42bbc4;
    border-bottom: solid 7px #42bbc4;
}

@media (max-width: 1199px) {
    header .main-nav a.logo {
        margin-top: 35px;
    }

    header .main-nav a.logo img {
        max-width: 300px;
        height: auto;
    }
}

/* --- Footer --- */

footer .sitemap-nav {
    color: #b1b1b1;
    background-color: #232323;
    padding: 30px 0;
}

footer .sitemap-nav h3 {
    color: white;
    margin-bottom: 25px;
}

footer .sitemap-nav p {
    padding-right: 50px;
}

footer .bottom-nav {
    background-color: #2f2f2f;
}

footer .bottom-nav .copyright {
    margin: 20px 0;
    float: left;
}

footer .bottom-nav .privacy {
    text-decoration: underline;
    margin: 20px 10px;
    float: left;
}

footer .bottom-nav .social {
    float: right;
}

footer .bottom-nav .social a {
    font-size: 18px;
    text-align: center;
    color: #808080;
    width: 50px;
    padding: 20px 0;
    display: inline-block;
}

footer .bottom-nav .social a:hover {
	color: #ffffff;
}

footer .bottom-nav .social a.youtube:hover {
    background-color: #C4302B;
}

footer .bottom-nav .social a.twitter:hover {
    background-color: #32CCFE;
}

footer .bottom-nav .social a.facebook:hover {
    background-color: #3C599B;
}


footer .bottom-nav .social a.linkedin:hover {
    background-color: #0077b5;
}

/* --- Home --- */

.home-banner {
    height: 450px;
    position: relative;
    overflow: hidden;
}

.home-banner img {
    margin-left: -960px;
    position: absolute;
    left: 50%;
    top: 0;
}

.home-banner h1 {
    font-size: 26px;
    color: #ffffff;
    background-color: #42bbc4;
    margin: 130px 0 0 0;
    padding: 10px 20px;
    float: left;
}

.home-banner p {
    color: #ffffff;
    background-color: #42bbc4;
    margin: 5px 0 30px 0;
    padding: 10px 20px;
    float: left;
    clear: left;
}

.home-banner a.button {
    background-color: #e83b01;
    float: left;
    clear: left;
}

.home-section {
    padding-top: 30px;
}

.home-section h2 {
    background: url(../Images/HeadingBack.png) repeat-x left center;
    text-align: center;
    margin-bottom: 30px;
}

.home-section h2 span {
    background: #ffffff;
    padding: 0 25px;
}

.home-section img {
    max-width: 100%;
}

/* --- Internal --- */

.page-section {
    min-height: 450px;
    padding: 30px 0;
}

/* --- Form --- */

.form-content {
    background-color: #f5f5f5;
    padding: 30px;
    position: relative;
}

.form-content h2 {
    margin-top: 0;
}

.form-content h2 small {
    font-size: 14px;
}

.form-item {
    margin-bottom: 10px;
}

.form-item .form-label {
    text-align: right;
    width: 250px;
    margin-top: 10px;
    float: left;
}

.form-item .form-value {
    margin-left: 25px;
    float: left;
}

.form-item .form-value input[type=checkbox] {
    margin-top: 10px;
}

input[type=text].error, input[type=password].error, select.error, textarea.error {
    border-color: #e83b01;
}

/* --- MyAccount --- */

.schedule {
    margin-bottom: 15px;
}

.schedule h2 {
    margin-bottom: 0;
}

.schedule .form-item {
    margin-bottom: 0px;
}

.schedule table tr th,
.schedule table tr td {
    font-weight: normal;
    text-align: center;
    width: 70px;
}

.schedule span.form-control {
    background-color: #ffffff;
    border: solid 1px #808080;
    padding: 4px 0;
    display: block;
}

/* --- MyPlaylist --- */

.form-content .category-list {
    width: 20%;
    float: left;
}

.form-content .category-list li.active a {
    color: #42bbc4;
}

.form-content #categoryList li:first-child a {
    color: #ffffff;
    background-color: #E84D0E;
    padding: 5px 10px;
}

.form-content .media-list {
    width: 80%;
    float: left;
}

.form-content #noItem {
    width: 80%;
    float: left;
}

.form-content .item {
    background-color: #ffffff;
    background-image: none;
    border: solid 1px #e5e5e5;
    border-bottom: solid 1px #b9b9b9;
    width: 200px;
    margin: 0 20px 20px 0;
    padding: 0;
    float: left;
}

.form-content .item:hover {
    border-color: #42bbc4;
}

.form-content .item .thumb {
    text-align: center;
    width: 180px;
    height: 120px;
    padding: 10px;
    padding-bottom: 0;
}

.form-content .item .thumb.disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.form-content .item .thumb img {
    width: 100%;
    height: auto;
    max-width: 180px;
    max-height: 120px;
}

.form-content .item .thumb.portrait img {
    width: auto;
    height: 100%;
    max-width: 180px;
    max-height: 120px;
}

.form-content .item p {
    line-height: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.form-content .item p.name {
    height: 40px;
    overflow: hidden;
}

.form-content .item a.button {
    margin-bottom: 5px;
}

.panel {
    position: relative;
}

.panel .search {
    position: absolute;
    top: -10px;
    right: 0;
}

.panel .search .language {
    float: left;
}

.panel .search input {
    margin-left: 5px;
    float: left;
}

.panel .search .button {
    margin-left: 5px;
    padding: 7px 15px;
    float: left;
}

.panel .search .buttonSep {
    background-color: #b5b5b5;
    width: 1px;
    height: 40px;
    margin: 0 10px;
    float: left;
}

#playlist .mask{
	border-color: #c2e4f2;
}

#playlist .mask a.button{
	background-color: #c2e4f2;
}

.fancybox-inner .list-container {
    width: 650px;
    max-height: 500px;
    margin-bottom: 25px;
    overflow-y: auto;
}

.fancybox-inner table {
    width: 100%;
}

.fancybox-inner table th {
    text-align: left;
}

.fancybox-inner table th:first-child,
.fancybox-inner table td:first-child {
    width: 25px;
}

/* --- MyOptions --- */

.image-preview {
    border: solid 1px #808080;
    width: 100px;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 3px;
}

.image-preview img {
    max-width: 100px;
}

/* --- Login --- */

.login-section {
    margin-top: 100px;
}

.login-section .container {
    width: 600px;
}

.login-section .form-item .form-label {
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    float: none;
}

.login-section .form-item .form-value {
    margin-left: 0;
}

.login-error {
    color: #a94442;
    background-color: #f2dede;
    border: solid 1px #ebccd1;
    margin-top: 10px;
    padding: 15px;
}

/* --- Popup Preview --- */

.fancybox-inner.preview {
    max-width: 960px;
    max-height: 540px;
}

.fancybox-inner.preview.portrait {
    max-width: 540px;
    max-height: 960px;
}

/* --- Popup Widget --- */

.table-guards {
    width: 100%;
    margin: 15px 0;
}

.table-guards th {
    text-align: left;
}

.table-guards td input {
    width: 100%;
}

/* --- Popup --- */

.popup h2 {
    margin: 0;
}

.popup-buttons a {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #42bbc4;
    -webkit-box-shadow: 0px 1px 0px 0px #7d7d7d;
    box-shadow: 0px 1px 0px 0px #7d7d7d;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    display: block;
}

.popup-buttons a:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- GDPR --- */

.gdpr-container .col-sm-8 {
    width: 90%;
    float: left;
}

.gdpr-container .col-sm-4 {
    width: 10%;
    float: left;
}

.gdpr-container .more-info {
    margin-left: 0;
}

.gdpr-container .btn-primary,
.gdpr-container .btn-primary:hover {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #42bbc4;
    -webkit-box-shadow: 0px 1px 0px 0px #7d7d7d;
    box-shadow: 0px 1px 0px 0px #7d7d7d;
    margin-bottom: 5px;
    padding: 5px 10px;
    display: block;
}

.gdpr-container .btn-primary:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
