/* ========================

Black - #111

Yellow -#fcec01

Gray -  #5f5f5f

======================== */

/*
|-----------------------------------------------
| @SetUp Tags
|-----------------------------------------------
*/

.antonR{
    font-family: 'Anton', sans-serif;
}

.roboC{
    font-family: 'Roboto Condensed', sans-serif;
}

.blackT{
    color:#111;
}
.yellowT{
    color:#fcec01;
}
.grayT{
    color:#5f5f5f;
}

.whiteT{
    color:#fff;
}

.blackbg{
    background-color: #111;
}
.yellowbg{
    background-color: #fcec01;
}
.graybg{
    background-color: #5f5f5f;
}

h1,h2,h3,h4,h5,h6{
   font-family: 'Anton', sans-serif;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
}

p.small{
    font-size: .9em;
}

p.x-small{
    font-size: .8em;
}

p.xx-small{
    font-size: .7em;
}

.main-container{
    width: 100%;
    height: auto;
    position: relative;
}

.inner-container{
    width: 100%;
    padding: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.c-row{
    width: 100%;
}

.bx-size{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.dsp-iblk{
    display: inline-block;
}

.va-top{
    display: inline-block;
}

/*
|-----------------------------------------------
| @Buttons
|-----------------------------------------------
*/
button.btn-m{
    min-width: 150px;
    background-color: #fcec01;
    color: #111;
    border: 0px;
    outline: none;
    padding: 10px;    
    font-weight: bold;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

button.btn-m:hover{
    background-color: #111;
    color: #fcec01; 
}

.btn-loadmore-holder {
    margin-top: 30px;
    margin-bottom: 30px;
}


/*
|-----------------------------------------------
| @General
|-----------------------------------------------
*/
body{
    overflow-x:hidden;
    text-align: center;
}

.centerT{
    text-align: center;
}

.leftT{
    text-align: left;
}

.rightT{
    text-align: right;
}

.boldT{
    font-weight: bold;
}

.no-border{
    border: 0px;
}
.no-margin{
    margin: 0px;
}

.mrgn-t1{
    margin-top:10px;
}

.mrgn-t2{
    margin-top:20px;
}

.mrgn-t3{
    margin-top:30px;
}

.mrgn-t4{
    margin-top:40px;
}

.mrgn-t5{
    margin-top:50px;
}

.mrgn-b1{
    margin-bottom:10px;
}

.mrgn-b2{
    margin-bottom:20px;
}

.mrgn-b3{
    margin-bottom:30px;
}

.mrgn-b4{
    margin-bottom:40px;
}

.mrgn-b5{
    margin-bottom:50px;
}

.mrgn-la{
    margin-left:auto;
}

.mrgn-ra{
    margin-right:auto;
}

.mrgn-a{
    margin:0 auto;
}

.allcaps{
    text-transform: uppercase;
}

#form-message{
    width: 96% !important;
    height: auto;
    position: relative;
    background-color: rgba(0,0,0,0.9);
    padding: 11px;
    margin: 3% 0;
    color: #fff;
    text-align: center;
    bottom: 0;
    display: none;
}

/*
|-----------------------------------------------
| @General Slider 1
|-----------------------------------------------
*/

.gen-first-slider{}

.gen-first-slider.slick-slider{
    margin-bottom: 0px;
}

.gen-first-slider .slick-dots{
    bottom: 10px;
}

.gen-first-slider .slick-dots li button:before{
    color: #fcec01;
    font-size: 13px;
}

.gen-first-item{
    width: 100%;
    position: relative;
    min-height: 350px;
    text-align: right;
    padding-top: 250px;
    padding-bottom: 50px;
}

.gen-first-holder{
    position: absolute;
    left: 20px;
    bottom: 10%;
    width: 550px;
    max-width: 100%;
    /*min-height: 130px;*/
    /*background-color: #fcec01;*/
    /*margin-left: auto;*/
    /*margin-right: 10px;*/
}

.gen-first-content{
    background-color: rgba(17, 17, 17, 0.6);
    position: relative;
    width: 100%;
    height: 130px;
    /*background-color: #111;*/
    text-align: left;
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.gen-first-content::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: -1;
    width: 93%;
    height: 110px;
    border-left: 10px solid rgba(255, 255, 0, 0.55);
    border-bottom: 10px solid rgba(255, 255, 0, 0.55);
}

/*
|-----------------------------------------------
| @General Slider 2
|-----------------------------------------------
*/

.gen-sec-slider{}

.gen-sec-slider.slick-slider{
    margin-bottom: 0px;
}

.gen-sec-slider .slick-dots{
    bottom: 10px;
    text-align: right;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.gen-sec-slider .slick-dots li button:before{
    color: #fcec01;
    font-size: 13px;
}

.gen-sec-item{
    width: 100%;
    position: relative;
    min-height: 300px;
    text-align: left;
    padding-top: 250px;
}

.gen-sec-holder{
    width: 100%;
    min-height: 150px;
    position: absolute;
    bottom: 0;

    background: rgba(102,102,102,0);
    background: -moz-linear-gradient(top, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(76,76,76,0) 0%, rgba(89,89,89,0.12) 12%, rgba(44,44,44,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,0)), color-stop(0%, rgba(71,71,71,0)), color-stop(0%, rgba(76,76,76,0)), color-stop(12%, rgba(89,89,89,0.12)), color-stop(100%, rgba(44,44,44,1)));
    background: -webkit-linear-gradient(top, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(76,76,76,0) 0%, rgba(89,89,89,0.12) 12%, rgba(44,44,44,1) 100%);
    background: -o-linear-gradient(top, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(76,76,76,0) 0%, rgba(89,89,89,0.12) 12%, rgba(44,44,44,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(76,76,76,0) 0%, rgba(89,89,89,0.12) 12%, rgba(44,44,44,1) 100%);
    background: linear-gradient(to bottom, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(76,76,76,0) 0%, rgba(89,89,89,0.12) 12%, rgba(44,44,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#2c2c2c', GradientType=0 );
 
  /* background: rgba(239,239,239,0);
background: -moz-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(69,69,69,1) 46%, rgba(39,39,39,1) 54%, rgba(39,39,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,239,239,0)), color-stop(46%, rgba(69,69,69,1)), color-stop(54%, rgba(39,39,39,1)), color-stop(100%, rgba(39,39,39,1)));
background: -webkit-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(69,69,69,1) 46%, rgba(39,39,39,1) 54%, rgba(39,39,39,1) 100%);
background: -o-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(69,69,69,1) 46%, rgba(39,39,39,1) 54%, rgba(39,39,39,1) 100%);
background: -ms-linear-gradient(top, rgba(239,239,239,0) 0%, rgba(69,69,69,1) 46%, rgba(39,39,39,1) 54%, rgba(39,39,39,1) 100%);
background: linear-gradient(to bottom, rgba(239,239,239,0) 0%, rgba(69,69,69,1) 46%, rgba(39,39,39,1) 54%, rgba(39,39,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#272727', GradientType=0 );*/
}

.gen-sec-content{
    padding: 30px;
    padding-top: 85px;
}


/*
|-----------------------------------------------
| @Text
|----------------------------------------------- */
.title { margin-bottom: 20px; }

.title > * {
    text-transform: uppercase;
}

/*
|-----------------------------------------------
| @SECTIONS : FRAME
|----------------------------------------------- */
section {
    position: relative;
}

.frame-inner {
    width: 90%;
    margin: auto;
    padding: 20px;
}

.frame-width--50 { width: 50%; }
.frame-width--70 { width: 70%; }
.frame-width--90 { width: 90%; }

.frame-height--250 { height: 250px; }
.frame-height--400 { height: 400px; }
.frame-height--450 { height: 450px; }
.frame-height--500 { height: 500px; }

.margin-l--auto { margin-left: auto; }
.margin-r--auto { margin-left: auto; }
.margin-c--auto { margin: auto; }


/*
|-----------------------------------------------
| @SECTIONS : BACKGROUND
|----------------------------------------------- */
.bg-cover {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-contain {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.frame-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.frame-bg.type--back { z-index: -2; }
.frame-bg.type--front { z-index: -1; }

.bg-width--40 { width: 40%; }
.bg-width--50 { width: 50%; }
.bg-width--60 { width: 60%; }

.bg-align--t { top: 0; }
.bg-align--b { bottom: 0; }
.bg-align--l { left: 0; }
.bg-align--r { right: 0; }

.bg-align--tl {
    top: 0;
    left: 0;
}

.bg-align--bl {
    bottom: 0;
    left: 0;
}

.bg-align--tr {
    top: 0;
    right: 0;
}

.bg-align--br {
    bottom: 0;
    right: 0;
}

.bg-opacity--low { opacity: 0.1; }

.bg-overlay--dark {
    background: rgba(0, 0, 0, 0.87);
    width: 100%;
    height: 100%;
}

.bg-overlay--gradient {
    background: rgba(28,28,28,0);
    background: -moz-linear-gradient(left, rgba(28,28,28,0) 0%, rgba(0,0,0,0) 0%, rgba(44,44,44,0) 0%, rgba(17,17,17,0) 0%, rgba(43,43,43,0) 0%, rgba(19,19,19,0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,28,28,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(44,44,44,0)), color-stop(0%, rgba(17,17,17,0)), color-stop(0%, rgba(43,43,43,0)), color-stop(0%, rgba(19,19,19,0)), color-stop(100%, rgba(0, 0, 0, 0.83)));
    background: -webkit-linear-gradient(left, rgba(28,28,28,0) 0%, rgba(0,0,0,0) 0%, rgba(44,44,44,0) 0%, rgba(17,17,17,0) 0%, rgba(43,43,43,0) 0%, rgba(19,19,19,0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: -o-linear-gradient(left, rgba(28,28,28,0) 0%, rgba(0,0,0,0) 0%, rgba(44,44,44,0) 0%, rgba(17,17,17,0) 0%, rgba(43,43,43,0) 0%, rgba(19,19,19,0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: -ms-linear-gradient(left, rgba(28,28,28,0) 0%, rgba(0,0,0,0) 0%, rgba(44,44,44,0) 0%, rgba(17,17,17,0) 0%, rgba(43,43,43,0) 0%, rgba(19,19,19,0) 0%, rgba(0, 0, 0, 0.83) 100%);
    background: linear-gradient(to right, rgba(28,28,28,0) 0%, rgba(0,0,0,0) 0%, rgba(44,44,44,0) 0%, rgba(17,17,17,0) 0%, rgba(43,43,43,0) 0%, rgba(19,19,19,0) 0%, rgba(0, 0, 0, 0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#4c4c4c', GradientType=1 );
    width: 55%;
    height: 100%;
    margin-left: auto;
}

/*
|-----------------------------------------------
| @SECTIONS : SCROLL
|----------------------------------------------- */
.scroll--custom {
    max-height: 80%;
    overflow: auto;  
    padding-right: 5px;  
}

.scroll--custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll--custom::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.scroll--custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}