/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background 
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */


/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}

h2 a {
    color: #f1c40f;
    text-decoration: none
}

a:hover{	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  text-decoration: underline
}

html {
    height: 100%
}

body {
    font-family: 'EB Garamond', serif, 'Hiragino Kaku Gothic Pro', sans-serif;
    ;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

h1,
h2,
h3 {
    line-height: 1;
}

h1 img{ width:75%}

p {
    font-size: 20px;
    line-height: 140%;
}

ul li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.wrapper {
    z-index: 600;
    position: relative
}

.pattern {
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.divider {
    background-image: url(../images/divider.png);
    display: block;
    width: 300px;
    height: 35px;
    margin: 10px auto
}

#colorize {
    color: #f1c40f;
    font-size: 40px
}

.copy {
    color: #FFF;
    font-size: 13px;
}

.img_pic {
    width: 500px;
    margin: 15px auto;
    display: block
}


/* BIG VIDEO BACKGROUND
================================================== */

.big-background {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

#bottom_head {
    min-height: 55%;
    height: 55%
}

.big-background .big-background-container {
    width: 830px;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.big-background-title {
    font-family: 'Raleway', sans-serif;
    font-size: 78px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px;
    padding-top: 20px;
    display: inline-block;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top center
}

a.big-background-btn {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: transparent;
    /*    border:2px solid #fff;
*/
    padding: 10px 14px;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: .4s background ease;
    transition: .4s background ease;
    margin-bottom: 5px;
}

.big-background-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.20)
}

.big-background-default-image {
    background: url(../images/tezyaweb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon_radio {
    background: #FC3;
    padding: 3px;
    color: #FFF;
}

.icon_live {
    background: #F00;
    padding: 3px;
    color: #FFF;
}


/* ABOUT SECTION
================================================== */

.about-section {
    font-family: 'Lato', sans-serif;
    color: #7f8c8d;
    background: #fff;
    padding: 40px 20px
}

.about-section-container {
    padding-bottom: 30px
}

.about-section-container p {
    width: 650px;
    margin: 0 auto 25px auto;
}

.about-section-title {
    font-size: 40px;
    background: #fff;
    color: #3d566e;
    padding: 0 35px;
    margin-bottom: 22px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center center;
    font-weight: 400;
    /*	text-transform: uppercase;
*/
    text-align: center;
    font-family: 'Cardo', serif;
}

.about-section-title span {
    font-size: 25px;
}

a.about-section-btn {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #34495e;
    background: transparent;
    border: 2px solid #34495e;
    padding: 10px 14px;
    cursor: pointer;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    -webkit-transition: .4s background ease;
    transition: .4s background ease;
    margin-bottom: 5px;
}

.about-section-btn:hover {
    color: #fff;
    background: #34495e;
}


/* SMALL VIDEO BACKGROUND 
================================================== */

.small-background-section {
    padding: 100px 0;
    position: relative;
    width: 100%;
    overflow: hidden
}

.small-background-container {
    position: relative;
    text-align: center
}

.small-background-title {
    font-size: 40px;
    color: #f1c40f;
    font-weight: 300;
    z-index: 10;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top center
}


/* SOCIALS
================================================== */

.socials {
    padding: 0;
    width: 100%
}

.socials a {
    color: #fff
}

.socials a:hover {
    color: #bdc3c7
}

#bt_sc {
    font-size: 45px;
}

#bt_sc a {
    color: #fff
}

.sc {
    background: rgba(255, 255, 255, 0.2);
    width: 70%;
    margin: 0 auto;
    padding: 10px;
}

.sc h2 {
    color: #FFF
}

.top p {
    color: #FFF;
    clear: both
}

.year {
    width: 650px;
    margin: 0 auto
}

.year dt {
    float: left;
    padding: 10px 10px 10px 10px;
    width: 150px;
}

.year dd {
    padding: 10px 10px 10px 170px;
    border-bottom: 1px solid #eee;
    margin: 0;
    text-indent: 0
}

.disco {
    display: table;
    width: 700px;
    margin: 10px auto;
    clear: both
}

.disco .head {
    display: table-cell;
    width: 250px !important;
    vertical-align: middle;
    background-color: #eee;
    padding: 10px;
    white-space: nowrap;
    box-sizing: border-box
}

.disco div {
    display: block;
    padding: 10px 10px 10px 15px;
    display: table-cell;
    width: 450px;
    box-sizing: border-box
}

.disco div p {
    margin-bottom: 10px;
    font-size: 15px;
    width: auto
}

.item {
    margin: 15px 0 0px 0;
    color: #3d566e
}

.shop a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 20px 5px 5px;
    width: 100px;
    text-align: center;
    position: relative;
    text-decoration: none;
    margin: 3px 3px 3px 0;
}

.shop a:after {
    position: absolute;
    right: 4px;
    top: 50%;
    content: "▶";
    margin-top: -10px;
    font-size: 10px
}

.disco div p.cap {
    font-size: 12px !important;
    margin-top: -3px;
}
.disco img{width: 300px}
.top a{ text-decoration: none;
color: #FFF}


/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 750px) {
    .about-section {
        padding: 20px !important;
    }
    .about-section-title {
        line-height: 1;
    }
    .wrapper img {
        width: 60%
    }
    #logo_at {
        width: 200px;
    }
    iframe {
        width: 100%
    }
    #bottom_head {
        min-height: 390px;
        height: 390px;
    }
    .big-background-title {
        font-size: 50px;
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .year {
        width: 100%;
        margin: 0 auto
    }
    .year dt {
        float: left;
        padding: 15px 5px 10px 5px;
        width: 95px;
        font-size: 12px;
    }
    .year dd {
        padding: 10px 10px 10px 105px;
        border-bottom: 1px solid #eee;
        margin: 0;
        text-indent: 0
    }
}

@media screen and (max-width: 750px) {
    .wrapper img {
        width: 90%
    }
    .small-background-title {
        line-height: 1
    }
    .about-section-container p {
        width: auto;
        margin: 0 auto 15px auto;
    }
    .top h1 img {
        width: 60%;
    }
    h1 img {
        width: 60%;
        margin-top: 0px;
    }
    /*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/
    #navi {
        width: 100%;
        padding: 0;
        border: 1px solid #fff;
        margin-bottom: 10px;
        box-sizing: border-box
    }
    #navi li {
        width: 50%;
        float: left;
        display: block;
        border: 1px solid #fff;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #navi li a {
        white-space: nowrap;
        margin-bottom: 0
    }
    .disco {
        display: table;
        width: 100%;
        margin: 10px 0;
        clear: both;
        overflow: hidden
    }
    .disco .head {
        display: block;
        width: 100%!important;
        vertical-align: middle;
        background-color: #eee;
        padding: 10px;
        white-space: nowrap;
    }
    .disco div {
        display: block;
        padding: 10px;
        width: 100%;
        box-sizing: border-box
    }
    .disco div p {
        margin-bottom: 10px;
        font-size: 15px;
        width: auto
    }
    .disco img {
        width: 200px;
    }
    .sc {
        background: rgba(255, 255, 255, 0.2);
        width: 90%;
        margin: 0 auto;
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    .big-background-title,
    #colorize {
        line-height: 1;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .big-background .big-background-container {
        top: 50%
    }
    
h1 img {
    width: 50%;
    margin-top: 40px;}
        
        
}

