/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    height: 100%;
}

body {
    min-height: 100%;
    padding: 190px 0 55px;
    border-right: 11px solid #ec7404;
    border-left: 11px solid #ec7404;
    font-size: 18px;
}

body.en {
    padding-top: 220px;
}

input,
button,
select,
textarea,
a {
    cursor: pointer;
}

.animate {
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.opacityy {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.opacityy:hover {
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

::-moz-selection {
    background: #ec7404;
}

::selection {
    background: #ec7404;
}

b, strong {
    font-family: 'BrandonTextWeb-Bold';
    font-weight: normal;
}

a:hover > strong {
    color: #a14f03;
}

/*ul.primary-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ec7404;
  padding-left: 15px;
}*/

ul.primary-bullets {
    padding-left: 0;
}

ul.primary-bullets li {
    padding-left: 1em;
    text-indent: -.7em;
    color: #000;
    list-style: none;
}

ul.primary-bullets li:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #ec7404;
    content: '\2022 \ ';
    color: #ec7404;
}

.text-default {
    color: #000;
}

.text-white {
    color: #fff;
}

.primary-border {
    border: 5px solid #ec7404;
    padding: 29px;
}

.primary-border p {
    margin: 0;
}

.btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    word-wrap: break-word;
    letter-spacing: 2px;
}

/*.btn:active,
.btn.active {
    box-shadow: none;
}*/

.btn-empty {
    cursor: default;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active:focus {
    background: none;
    background-color: rgba(255, 255, 255, 0.75);
    border: 5px solid #ec7404;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    z-index: 0;
    font-family: 'BrandonTextWeb-Black';
    font-weight: normal;
    text-transform: uppercase;
}

.btn-primary {
    position: relative;
}

.btn-primary:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ec7404;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:active,
.recipe-item > div:hover .btn-primary,
.troc-item > div:hover .btn-primary,
.product-item:hover .btn-primary {
    background: none;
    border-color: #ec7404;
    color: #fff;
    background: #ec7404;
}

.btn-primary:hover:after,
.btn-primary:active:after,
.recipe-item > div:hover .btn-primary:after,
.product-item:hover .btn-primary:after {
    /*width: 100%;*/
}

.btn-success {
    background-image: none;
    background: #ec7404;
    border-color: #ec7404;
    text-shadow: none;
    box-shadow: none;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #fff;
    border-color: #ec7404;
    color: #ec7404;
}

.btn-lg {
    padding: 25px 35px;
    line-height: 30px;
    font-size: 20px;
}

.btn-lg.btn-block {
    padding-left: 0;
    padding-right: 0;
}

.btn-sm,
.btn-sm:focus,
.btn-sm:active:focus {
    border-width: 2px;
}

.btn-round {
    border-radius: 500px;
    border-width: 1px;
    padding: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
}

.btn-square {
    margin: 15px 15px 0 0;
    border: solid #818181 1px;
    width: 33px;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.btn-square:hover {
    color: black;
    text-decoration: none;
}

.btn-round.btn-sm {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #fff;
}

.btn[disabled] {
    background: inherit;
    border-color: #ccc;
    color: #808080;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn[disabled]:hover {
    background: none;
    border-color: #ccc;
}

.btn-primary[disabled]:hover:after,
.btn-primary[disabled]:focus:after,
.btn-primary[disabled]:active:after {
    width: 0%;
}

.btn-round:hover:after,
.btn-round:focus:after,
.btn-round:active:after,
.video-item:hover .btn-round:after {
    width: 0%;
}

.list-group-item.active,
.list-group-item.active:hover {
    background: #ec7404;
    color: #fff;
    border-color: #ec7404;
}

.padding-0 {
    padding: 0px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.margin-0 {
    margin: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-0-25 {
    margin-bottom: 12px !important;
}

.margin-bottom-0-5 {
    margin-bottom: 24px !important;
}

.margin-bottom-1 {
    margin-bottom: 48px !important;
}

.margin-bottom-1-5 {
    margin-bottom: 72px !important;
}

.margin-bottom-2 {
    margin-bottom: 96px !important;
}

.margin-bottom-2-5 {
    margin-bottom: 120px !important;
}

.margin-bottom-3 {
    margin-bottom: 144px !important;
}

.margin-bottom-4 {
    margin-bottom: 192px !important;
}

.margin-bottom-5 {
    margin-bottom: 240px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-0-25 {
    margin-top: 12px !important;
}

.margin-top-0-5 {
    margin-top: 24px !important;
}

.margin-top-1 {
    margin-top: 48px !important;
}

.margin-top-1-5 {
    margin-top: 72px !important;
}

.margin-top-2 {
    margin-top: 96px !important;
}

.margin-top-2-5 {
    margin-top: 120px !important;
}

.margin-top-3 {
    margin-top: 144px !important;
}

.margin-top-4 {
    margin-top: 192px !important;
}

.margin-top-5 {
    margin-top: 240px !important;
}

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

.margin-top-80 {
    margin-top: 80px !important;
}

.jumbotron {
    background: none;
    border-radius: 0;
}

.jumbotron a.btn {
    margin-top: 2.5em;
}

h1 {
    font-family: "ITC Century W03 Light Cond It";
    line-height: 75px;
    font-size: 72px;
    text-align: center;
    word-wrap: break-word;
}

h1,
.h1 {
    margin-top: 0;
    margin-bottom: 24px;
}

h2,
.h2 {
    margin-top: 120px;
    margin-bottom: 48px;
    font-family: 'BrandonTextWeb-Black';
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
    letter-spacing: 3px;
}

h2 > span,
.h2 > span {
    font-size: 40px;
    font-family: 'BrandonTextWeb-Light';
}

h2 > span.font-century,
.h2 > span.font-century {
    font-size: 80px;
    line-height: 0.7em;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
}

h3,
.h3 {
    margin-top: 36px;
    margin-bottom: 24px;
    font-family: 'BrandonTextWeb-Black';
    /*text-align: center;*/
    text-transform: uppercase;
    color: #ec7404;
}

h4
.h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: 'BrandonTextWeb-Bold';
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    color: #ec7404;
}

hr {
    border-color: #f1f2f0;
}

.border-right {
    border-right: 1px solid #f1f2f0;
}

.border-left {
    border-left: 1px solid #f1f2f0;
}

.intro {
    font-size: 13px;
    margin-bottom: 72px;
}

.content {
    /*font-size: 18px;*/
    margin-bottom: 48px;
}

.content-h3 {
    margin-bottom: 48px;
    font-size: 18px;
}

.breadcrumb {
    background: none;
    text-align: center;
    font-size: 13px;
}

.breadcrumb > .active {
    color: #000;
}

.container-fluid {
    /*border-right: 11px solid #ec7404;*/
    /*border-left: 11px solid #ec7404;*/
}

#content {
    /*background: #fcfcfc; /* Old browsers */
    /*background: -moz-linear-gradient(top,#ffffff 0,#ffffff 50px,#fcfcfc 51px,#fcfcfc 100%) ; /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 50px,#fcfcfc 51px,#fcfcfc 100%) ; /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,#ffffff 0,#ffffff 50px,#fcfcfc 51px,#fcfcfc 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ) ; /* IE6-9 */
}

a.social-link {
    display: block;
    font-size: 16px;
}

a.social-link:hover {
    -webkit-animation: rotateProduct 0.3s ease-in-out 0s;
    -moz-animation: rotateProduct 0.3s ease-in-out 0s;
    -o-animation: rotateProduct 0.3s ease-in-out 0s;
    animation: rotateProduct 0.3s ease-in-out 0s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -ms-animation: rotateProduct 0.3s ease-in-out 0s;
    -ms-animation-iteration-count: 1;
}

a.social-link i.fa-stack-1x {
    font-size: 26px;
}

#top {
    position: absolute;
    top: 0;
    left: 0;
}

footer#foot .copy {
    font-size: 14px;
}

footer#foot .copy a {
    color: #000;
}

#footer-links {
    background: #ccc;
    font-size: 16px;
    color: #fff;
}

#footer-links h3 {
    margin-top: 0;
    padding-top: 2em;
    font-size: 20px;
    font-family: 'BrandonTextWeb-Black';
    font-weight: normal;
    color: #fff;
}

#footer-links ul {
    margin-bottom: 2em;
}

#footer-links ul li a {
    color: #fff;
}

#footer-links ul li a:hover {
    color: #fff;
}

.video-item > div {
    position: relative;
}

/*.video-item > div img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.video-item > div:hover img {
  -webkit-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  filter: grayscale(50%);
}*/
.video-item > div > div {
    position: relative;
}

.video-item > div > div > a.btn-round {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 0 0 5px;
    -webkit-backface-visibility: hidden;
}

.video-item > div:hover > div > a.btn-round {
    background: none;
}

.video-item > div > a.btn
.opener-item span.btn {
    border: none;
    padding: 24px 12px;
}

.video-item > div > a.btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
}

.pagination {
    margin: 0;
    vertical-align: middle;
    font-size: 20px;
}

.pagination > .disabled > span,
.pagination > .disabled > a {
    cursor: default;
}

.lSAction > .lSNext {
    width: auto;
    height: auto;
}

.lSAction > .lSPrev {
    width: auto;
    height: auto;
}

.popover {
    border-color: #ec7404;
}

.popover.bottom > .arrow {
    border-bottom-color: #ec7404;
}

.modal.fade .modal-dialog {
    z-index: 1041;
}

.modal.fade .modal-dialog .modal-body > button.close {
    font-size: 15px;
}

.modal.fade .modal-dialog .modal-body label.float-label {
    width: inherit;
    max-width: 85%;
}

.alert {
    background: #f0f0f0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert .alert-icon {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}

.alert .alert-text {
    display: table-cell;
    vertical-align: middle;
}

.alert strong,
.alert b {
    color: #ec7404;
}

.carousel-indicators {
    bottom: 10px;
    left: 0;
    right: 0;
    width: inherit;
    margin-bottom: 0;
    margin-left: inherit;
}

a.carousel-link:before {
    content: '';
    position: absolute;
    top: 2.5em;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.carousel-caption {
    top: 0;
    right: 0;
    left: 0;
    padding-top: 0;
    text-shadow: none;
}

.carousel-caption span.title {
    display: block;
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 75px;
}

.carousel-caption span.subtitle {
    display: block;
}

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: auto;
    height: auto;
    line-height: inherit;
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    content: '';
}

.footer-flag {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid #dddddd;
}

body.wtf h2 {
    margin-top: 60px;
}

.noUpper {
    text-transform: none;
}