@font-face {
    font-family: 'BlackChancery';
    src: url('./fonts/BlackChancery-Hungarian.woff') format('woff'); 
    src: url('./fonts/BlackChancery-Hungarian.otf') format('opentype'),
         url('./fonts/BlackChancery-Hungarian.ttf') format('truetype'),
         url('./fonts/BlackChancery-Hungarian.svg#litograph') format('svg');
}

h1, h2, h3, h4, h5, h6,
.t3-mainnav a,
legend {
    font-family: 'BlackChancery';
  	color: #c5492e;
}

h1 {
    margin-bottom: 20px;
}

p, li {
    font-size: 16px;
}

a,
.navbar-default .navbar-nav > li > a{
  color: #eb5635;
}

a:hover,
a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c5492e;
}

.btn-primary {
  border: 1px solid #eb5635;
  background-color: #eb5635;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
  border: 1px solid #c5492e;
  background-color: #c5492e;
}

.t3-mainnav a {
    font-size: 24px;
}

.t3-header {
    display: none;
}

.contact .page-header,
.contact h3 {
    display: none;
}

.separator {
    margin-bottom: 60px;
}

.star {
    color: #ff0000;
}

.video-edit h1 {
    margin-bottom: 20px;
}

/* alert */
.alert-error .alert-message {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

/* input */
input, textarea {
    min-width: 75%;
}

input[type="checkbox"] {
    min-width: 0;
}

textarea {
    height: 150px;
}

.inputbox {
    display: inline !important;
}

/* calendar */

.js-calendar button.btn-clear {
    display: none;
}

.js-calendar button.btn-exit {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}

.icon-calendar {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
    content: "\e109";
}

/* contact form */
.t3-footer, .t3-footer h1, .t3-footer .contact p {
    background: #555555;
    color: #cfcfcf !important;
}

.t3-footnav .t3-module {
  background: transparent;
}

.t3-footer input.invalid,
.t3-footer textarea.invalid {
    border: 1px solid #cc0000 !important;
}

.dj-simple-contact-form.style-2 textarea,
.dj-simple-contact-form.style-2 input[type="text"],
.dj-simple-contact-form.style-2 input[type="email"] {
  	color: #555555 !important;
}

/* bottom spotlight */
.t3-sl {
    width: 100%;
}

.t3-sl .row {
    margin-left: auto;
    margin-right: auto;
}

.t3-sl-1 {
    background-color: cornsilk;
}

.t3-sl-2 {
    background-color: antiquewhite;
}

/* footer */

.t3-copyright {
    background-color: #343434;
    color: #cfcfcf;
	text-align: center;
}

@media (max-width: 767px) {
    .form-horizontal .control-group .controls {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .t3-mainnav {
        border-left: 0;
        border-right: 0;
        margin-bottom: 0;
        border-radius: 0;
        position: fixed;
        width: 100%;
        z-index: 1;
        top: 0;
    }
    
    .form-horizontal .control-group .control-label {
        width: 285px;
        padding-right: 20px;
    }
    
    .form-horizontal .control-group.legend {
        margin-top: -15px;
        font-style: italic;
    }
    
    .form-horizontal .control-group.legend .controls {
        margin-left: 285px;
    }
    
    .t3-sl .row {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .t3-sl .row {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .t3-sl .row {
        width: 1170px;
    }
}
