/*General section*/
*
{
    -webkit-font-smoothing: antialiased;
}

body
{
    min-width:1200px;    
    font-family: "myriad-pro", Myriad Pro, Arial;
}

a
{
    text-decoration:none;
    transition: color 0.5s;
    color:#363636;
}

p
{
    line-height: 1.6;
    margin:0px;
    font-size: 13px;
}

ol li, ul li
{
      line-height: 1.6;
    margin:0px;
    font-size: 13px;  
}

h1, h2, h3
{
    font-weight: normal;
}
.main-container 
{
    width: 1198px; 
    margin-left:auto;
    margin-right:auto;
}

.header {
    width: 100%;
    height: 100px;
    position: relative;
}

.page-title {
    top: 25px;
    text-align: center;
    position: relative;
    padding-right: 150px;
}

.page-title a{
    font-family: "trajan-pro-3", Trajan Pro;
    color: #000;
    font-size: 36px;
}

a.more
{
    background: url(../images/backgrounds/a_more.gif) no-repeat right center;
    font-weight: bold;
    padding-right: 15px;
}

.float-right
{
    float: right;
}

.header-cart
{
    position: absolute;
    right: 15px;
    display:  inline-block;
    text-align:  right;
    top: 19px;
    background: url(../images/backgrounds/header_cart.png) no-repeat right center;
    padding-right: 35px;
    font-size: 13px;
    height: 28px;
    letter-spacing: 2px;
    line-height:1.2;
}

.header-cart span
{
    font-size:12px;
    color:#810F11;

}

.header-about
{
    position:  absolute;
    right: 210px;
    top: 10px;
}
.header-about a
{
    display:  inline-block;
    line-height: 50px;
    font-family: "trajan-pro-3", Trajan Pro;
    font-size: 10px;
    letter-spacing: 2px;
    color:  #FFCC00;
}

.header-about a:hover
{
    text-decoration: underline;
}

.header-about a:last-child
{
        background: url(../images/backgrounds/header_contact.png) no-repeat left center;
        padding-left: 60px;
}

.header-social
{
    position:absolute;
    top: 15px;
}

.header-social a
{
    font-size: 23px;
    width: 48px;
    text-align:center;
    display:inline-block;
}

/*video player*/
 .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    content: "\f144" !important;
    font-family: FontAwesome !important;
}

.video-js .vjs-big-play-button {
    font-size: 7em!important;
    opacity: .9 !important;
    background: none !important;
    border:none!important;
}
.vjs-poster { 
    background-size: cover!important;                  
}

.featherlight .featherlight-content
{
    max-width: 1200px;
}

.regulations-popup
{
    width: 1000px;
    padding: 20px;
    height: 600px;
}

.regulations-popup .title
{
    text-align:center;
    padding: 15px;
    font-family: "trajan-pro-3", Trajan Pro;
    font-size:15px;
}

.e-adress:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

.calendar
{
    width: 190px;
}

div.cc-window
{
   font-family: "myriad-pro", Myriad Pro, Arial;
}
.cc-floating .cc-message{
    font-size: 13px;
}

.cc-window.cc-floating
{
    padding-top: 3em!important;
    width:240px;
}

a.cc-link
{
    text-align:center;
    display: block;
    margin-top: 35px;
    text-decoration: none;
}

.cc-floating .cc-compliance>.cc-btn
{
    font-size:17px;
    font-family: "trajan-pro-3", Trajan Pro;
    font-weight:normal;
}

.cc-close
{
    color:#FFF;
    top: 0!important;
    right: 0px!important;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid;
    text-align: center;
    border-left: 2px solid;
    padding: 6px;
    font-family: arial;
}