@charset "UTF-8";

*, *:before, *:after {
  box-sizing: border-box;
}

h1, h2, h3, body {
    margin: 0;
    padding: 0;
    font-weight: 200;
}

body {
    font-family: 'Hind Madurai', sans-serif;
	font-size:18px;
	color: #5f5555;
    letter-spacing:0;
    background-color: #ffffff;
    width: 100%;
/*    height: 100%;*/
/*    -webkit-font-smoothing: antialiased;*/
    position: relative;
        background-image: url(images/polobjects.png);
    background-size: 513px 475px;
    background-attachment: fixed;
    background-position: -50% -50%;
    
/*    image-rendering: -webkit-optimize-contrast;*/
/*    image-resolution: from-image;*/
}

body, html {
    width: 100%;
    overflow-x: hidden;
}

.hidden {
		display: none;
}

::selection { background: #000000; color: #FFF; }
::-moz-selection {}


a:link, a:active, a:visited {
    text-decoration: none;
    color: #e2203e;
    
}

a:focus, a:hover {
    text-decoration: underline;
}

.header {
    width: 100%; 
    height: 100%; 
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

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

.logo {
    position: absolute;
    width: auto;
    height: 56%;
    left: 7%;
    top: 20%;
/*    opacity: 0.9;*/
}

/*/////////////////  NAVBAR /////////////*/
.navBar {
    height: 61px;
    height: 91px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 26px;
    left: 0%;
    padding-left: 10%;
/*    background-color: rgba(0, 0, 0, 0.51);*/
/*    background-image: url(images/whiteBrush.png);*/
/*    background-repeat: repeat-x;*/
/*    background-position: -20% 120%;*/
/*    background-size: 1000px 50%; */
}

.navBar li {
    padding-bottom: 11px;
    margin-top: 10px;
    padding-top: 13px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    line-height: 14px;
    font-family: 'Slabo 27px', serif;
    cursor: pointer;   
}

.navBar li:hover {
    color: #e2203e;
}

.navBar li#merch {
    color: #959595;
/*    text-decoration: line-through;*/
    position: relative;
}


.navBar li#merch:after {
    top:0; 
    opacity: 0;
    content: "Coming soon";
    position: absolute;
    display: block;
    padding: 10px;
    left: -20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    width: 120px;
    -webkit-transition: all 300ms cubic-bezier(.52, 0, .48, 1);
    transition: all 300ms cubic-bezier(.52, 0, .48, 1);
}
.navBar li#merch:hover:after {
    top: -80%;
    opacity: 1;
}

/*
.navBar li:after {
    display: block;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #FFF;
    position: absolute;
    bottom: -19px;
    left: 0;
    opacity: 1;
    transition: all 100ms;
    
}

.navBar li:hover:after {
    bottom: -13px;
    opacity: 1;
}
*/


/*follow me is social media class*/
.followme {
    max-width: 200px;
    float: right;
    margin-top: 16px;
    color: #c9c9c9;
    
        max-width: 56px;
    float: right;
    margin-top: 16px;
    color: #c9c9c9;
    position: absolute;
    right: 0;
    bottom: 20px;
}

a.icon {
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 1em 20px 0;
    cursor: pointer;
}

a.icon path, 
a.icon circle {
    fill:#FFF;
}

a.icon:hover path, 
a.icon:hover circle {
    fill:#e2203e;
}

/*////////////// CONTENT /////////////*/

.content {
/*    min-height: 400px;*/
    width: 100%;
    padding-bottom: 60px;
   

}

.text {
    max-width: 660px;
/*    color: #372f39;*/
    margin: 80px 10%;
    line-height: 30px;
/*     background-color: white;*/
}

h1 {
    font-weight: bold;
    color: #666;
    padding: 10px;
    font-size: 37px;
    margin-left: -10px;
    max-width: 400px;
    font-family: 'Slabo 27px', serif;
/*    font-family: 'Kumar One Outline', cursive;*/
/*    font-weight: 300;*/
/*    color: #333;*/
/*    border-bottom: 2px solid white;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.time {
	color: #D6DBD2;
	font-size: .90em;
}

.imgContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.images {
    width: 100%;
    height: 460px;
    overflow-y: hidden;
}

/*body::-webkit-scrollbar,*/
.images::-webkit-scrollbar { width: 0.5em; height: 0.5em;}
 
body::-webkit-scrollbar-track,
.images::-webkit-scrollbar-track {}
 
/*body::-webkit-scrollbar-thumb,*/
.images::-webkit-scrollbar-thumb {background-color: #e2203e;}

.images .scroller {
    width: 5080px;
    height: 100%;
}

.images .scroller img {
    height: 100%;
    width: auto;
    margin: 0;
    border: none;
    padding: 0;
    line-height: 0;
    display: inline-block;
}

.images .right,
.images .left {
    width: 30%;
    height: calc(100% - 8px);
    display: block;
    background-color: black;
    position: absolute;
    opacity: 0;
    top: 0;
    cursor: pointer;
    transition: all 200ms;
}

.images .right:after,
.images .left:after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-left: 9px solid white;
    border-bottom: 9px solid white;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    top: 44%;

}

.images .left:after { left: 20%; }
.images .right:after {
    right: 20%;
     transform: rotate(-135deg);
}

.images .left{ 
    left: 0;
    background: linear-gradient(90deg, rgba(226, 32, 62, 0.6), rgba(255, 255, 255, 0));
}
.images .right{ 
    right: 0;
    background: linear-gradient(-90deg, rgba(226, 32, 62, 0.6), rgba(255, 255, 255, 0));
}

.images .right:hover,
.images .left:hover { 
    opacity: 1;
}

.footer {
    position: relative;
    background-image: url(images/pattern.png);
    width: 100%;
    background-color: #6a6a6a;
/*    padding: 10%;*/
    padding:5% 10% 20px 10%;
    overflow: auto;
}

.footer .content {
/*    background-color: rgb(230, 230, 230);*/
    float: left;
    width: 380px;
/*    min-height: 360px;*/
    padding-top: 10px;
/*    padding-left: 8%;*/
}
.footer .content.flogo {
    background-image:url(images/logo.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 60% 40%;
    display: block;
/*    height: 300px;*/
    width: 30%;
    opacity: 0.5;
}

.footer .content .text {
    margin: 0px;
    color: #dddddd;
    margin-bottom: 50px;
}

.footer iframe {width: 100%; height: 400px;}

.footer h1 {
    color: #e3e3e3;
}

.footer a {color: #dddddd;}
.footer a:

.map {
    width: 50%;
    height: 360px;
    float: right;
}

.ragged {
    height: 40px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0%;
    background-image: url(images/whiteBrush.png);
    background-repeat: repeat-x;
    background-position: -20% 10%;
}

.pattern .ragged {bottom: -5px;}
.footer .ragged {
    top: 0;
    transform: rotate(180deg);
}

.credits {
    color: #939292; 
    font-size: 13px; 
    font-weight: 200; 
    margin-top: 30px;
    width: 100%;
    text-align: left;
}

.credits a, .credits a:visited, .credits a:active  {color: #e2a620;}



@media only screen and (max-width: 666px) { 
    
    .header {
        max-height: none;
    }
    
    #poloVid {
        width: auto;
        height: 390px;
    }
    
    .logo {
        height: 290px;
        left: 23%;
        top: 5%;
    }
    
    .followme {
        float: right;
        margin-top: 16px;
        color: #c9c9c9;
        position: absolute;
        top: 246px;
        width: 13%;
        height: 100px;
        left: 8%;
    }
    
    .pattern {
        height: 390px;
    }
    
    .images .right,
    .images .left {
        display: none;
    }
    
    a.icon {
        margin-bottom: 20px;
    }
    
    .navBar { 
        padding-left: 8%;
        padding-top: 20px;
        width: 100%;
        position: static;
        background-image:none;
    }
    
    .navBar li {
        width: 100%; 
        float: left;
        color: #e2203e;
    }
    
    .navBar li#merch {display: none;}
    
    .text {
        margin: 80px 8%;
        padding-top: 40px;
        font-size: 16px;
        line-height: 170%;
    }
    
    .footer {
        padding: 0;
    }
    
    .footer iframe {width:100%;}
    .footer .content {
        float: none;
        height: auto;
        width: 100%; 
        min-height: 0; 
        padding: 20px 8%;
    }

}











