@import url('typography.css');

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
}

body.homebg{
    background-image: url(../img/background/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color:white;
}

.footer {
    position: absolute;
    bottom: 0;   
    width: 100%;
    height: 60px;  
    text-align: center;
    line-height: 60px;
    font-family: 'Gotham-Light';

}

.pushed{
    margin-top: 150px;
}

.pushed2{
    margin-top: 100px;
}

.pushed3{
    margin-top: 20px;
}

.pushed4{
    margin-top: 50px;
    margin-bottom:50px;
}

.shaped1, .shaped2, .shaped3{
    background:rgba(255, 255, 255, 1);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background:rgba(255, 255, 255, 1);
    padding:5px;
    display: inline-block;
    width: 100%;  
    min-height:150px !important;

}

.menu-icon{
    display: inline;
    float: left;
    width:30%;
    text-align: center;
    opacity: 1;
}

.menu-icon img{
    margin-top: 25px;

}

.menu-text{
    width:70%;
    display: inline;
    float: left;
    opacity: 1;
}

.shaped1:hover .menu-text, .shaped2:hover .menu-text, .shaped3:hover .menu-text{
    opacity: 0;  
    display: none;
}


.shaped1:hover .menu-icon, .shaped2:hover .menu-icon,.shaped3:hover .menu-icon{
    opacity: 0;  
    display: none;
}

.menu-text p{
    color:#666666;
}

.menu-text h2{
    font-family:'PetitaBold-Regular';
    color: #BF272D;
    text-align: left;  
}

.shaped1:hover, .shaped2:hover, .shaped3:hover{
    background: rgba(189, 0, 0, 0.65);
    color:white;
}

.menu-replace1,.menu-replace2,.menu-replace3{
    font-family:'PetitaBold-Regular';  
    width: 100%;
    display: none;
    opacity: 0;

}

.shaped1:hover .menu-replace1,.shaped2:hover .menu-replace2,.shaped3:hover .menu-replace3{
    display: block;
    opacity:1;    
}

.menu-replace1 span,.menu-replace2 span,.menu-replace3 span{
    display: block;
    font-size: 40px;
    border-bottom: 4px solid #fff;
}

.logo-holder{
    background: white;
    padding: 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer p.homely{
    font-family: 'Gotham-Light';
    font-size: 16px;
    color:white;
}


.footer  .inner{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: white;
    color: rgba(0,0,0,0.6);     
    text-align: left;
    font-size: 9px;   
    height: 60px;  
}


.inner img{
    display: inline;
    margin-right: 5px;
}

.navigator-holder{
    height:115px !important;   
}

ul.navigator {
    list-style-type: none;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    margin-left:50px !important;
}

ul.navigator li {
    display: inline;
    text-align: center;
    margin-right: 10px;
}

ul.navigator li a{
    padding-top: 5px !important;
    height: 35px;
    width:100px !important;
    border: 2px solid #e4e4e4;
    border-radius: 6px;
    color: whitesmoke !important;
    margin: 5px 0px;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal !important;
    font-size: 16px !important;
    display: inline-block;
    -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-transition: all 300ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 300ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
}

ul.navigator li.active a{
    background: whitesmoke !important;
    border: 2px solid whitesmoke !important;
    color:#111946 !important; 
}

ul.navigator li a:hover{
    background: whitesmoke !important;
    border: 2px solid whitesmoke !important;
    color:#111946 !important; 
}

/* Learn Section Styles*/

.learn{
    background-image: url(../img/background/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color:#C5B097;
}

.play{
    background:#bf272d;
}

#videoHolder{
    width:inherit;
    height:auto;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.playlist{   
    margin-top: 0 !important;
    background:#322E35;
    width:inherit;
    color:white;  
    padding:10px 0px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.playlist h5{
    padding:5px 20px;
    background: #BF272D;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 14px !important;
}

p.video-play{
    font-family: 'Gotham-Light';
    padding: 0px 0px 0px 20px !important;
    font-size: 12px;
    margin:0 !important;
    cursor: pointer; 
    cursor: hand;
}

div.preview{
    width:100%;
    height: 50px;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    color:#fefefe;
    font-size: 11px;
    font-family:'PetitaLight-Regular';
}


div.padding-none{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: red;
}

div#content-holder{
    margin-top:0;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

div.title{
    background: #bf272d;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float:left;
    width:100%;
}

.title h3{
    padding:0px 20px;
    color:white;
    text-transform: uppercase;
    font-size: 14px !important; 
    font-family: 'Gotham-Medium';
}


.content{
    padding:40px;
    background: rgba(0,0,0,0.50);
    float:left;
    width:100%;
    color:white;
    font-family: 'Gotham-Book';
    font-size: 13px;
    max-height:450px;
    overflow-y: scroll;
    overflow: auto;
}

.content thead{
    text-transform: uppercase;
    font-family: 'Gotham-Light';
}

.content .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #000;
}

.content h3.super{
    color: white;

}


.content h5{
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
}

.scroll-pane{
    width:100%;
    height:450px;
}

.meme-title{
    width:100%;
    height:50px;   
    position:relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: white;
    color:#111946;
    padding: 0px 20px 10px 20px ;
    line-height: 50px;
}

.meme-title span{
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal !important;
    font-size: 16px !important;
}

.meme-holder{
    width:100%;
    position: relative;
    min-height:200px;
    height: auto;
    background: #101010;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contained{
    height:100%;
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    border: 1px solid #BF272D;
}

.game{

}

.top-registrar a{
    text-decoration: none;
    color:inherit;
    -webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
}

.top-registrar a:hover{
    color:#1e1e1e ;
}

.patterned{
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    background: url("../img/background/pattern.png");
    border-radius: 5px;
}

#buy{
    height: 430px;
    padding: 20px 50px 20px 20px;
    color: #efefef;
}

.registrars{
    font-family: 'Gotham-Light';
    text-align: center;
    color: white;
}

.registrar-holder{
    position: relative;
    float: left;
    display: block;
    width:100%;
    height: auto;
    //background: white;
    margin: 0 auto 30px auto;  
}

.package{
    position: relative;
    display: inline;
    float: left;
    width: 212px !important;
    height:100%;
    margin: 0px 5px 0px 0px;
    background: white;   
}

.registrar-image{
    position: relative;
    display: inline;
    float: left;
    width: 212px !important;
    height:100%;
    margin: 0px 5px 0px 0px;   
}

.registrar-image a{
    text-decoration: none;
}

.registrar-image img{
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    padding: 10px 5px;
    background: white;  
    margin: 0 auto;

}
.registrar-image .link{
    font-family: 'Gotham-Bold';
    width: 60%;
    color:#fff;
    font-size: smaller;
    padding: 5px;
    background: #FF911E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 5px auto;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
}

.registrar-image .link:hover{
    color: #FF911E;
    background:#fff;
}

.package-details{
    padding: 10px;
    display: block;
    width: 100%;
    text-align: left;
    color: #4e4e4e;
}

.package-details p{
    font-family: 'Gotham-Light';
    font-size: 12px;
}

.package-price{
    width: 100%;
    display: block;
    background: #FF911E;
    padding: 10px 5px;
    text-align: center;    
}

.package-price span.currency,.package-price span.amount,.package-price span.duration{
    font-family: 'Gotham-Bold';
}

.package-price span.amount{
    font-size: 25px;
}

.package-price span.currency,.package-price span.duration{
    font-size: 18px;
   
}

.package-price span.duration{
    display: block;
   
}

.package-price span.additional-info{
    display: block;
   font-size: 14px;
}

.package-name{
    width: 100%;
    display: block;
    background: #333333;
    padding: 10px 10px;
    text-align: left;    
}

.package-name span.name-package{
    font-size: 16px;
    font-family: 'Gotham-Light';
    color: whitesmoke;
}


.package a{
    text-decoration: none;
    color: inherit;
}

footer a{
    text-decoration: none;
    color: inherit;
}

footer a:hover{
    text-decoration: none;
    color: inherit;
}














