@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot');
    src: url('../fonts/fontello/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff') format('woff'), url('../fonts/fontello/fontello.ttf') format('truetype'), url('../fonts/fontello/fontello.svg') format('svg')
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-edit:before { content: '\e800'; } /* '' */
.icon-adult:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */

.container {
	max-width : 900px !important;
}

.h4, h4 {
    font-size: 22px;
}

.panel-in a.btn  {
	
     font-size: 22px !important;
}

.h1, h1 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.elixis-game-btn-primary {
    background: #00b636 !important;
    color: white !important;
    font-size: 18px !important;
	padding: 15px 20px !important;
}

.loading {
    display: block;
    margin: 0 auto;
    border: 14px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

body{
    background-color: #2d2d2d;

}
.center-block{
    display: block;
    margin: 0 auto;
}
.question-txt {
	
	margin: 10px auto 15px auto;
    font-size: 22px;
    line-height: 1;
    color: #226591;
    text-shadow: 1px 1px 5px #aaa;
    font-weight: bold;
	
}

.panel-default>.panel-heading {
    color: #252525;
    background-color: #b3b3b3;
    border-color: #555;
}
.no-padding{
    padding: 0;
}
.panel, .panel-wrap, .panel-in, .panel-heading{
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
.panel-wrap > .panel-heading{
    background-color: #3498db;
    border-bottom: 1px solid #226591;
}
.col-right > p{
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 15px;
}
.panel-wrap > .panel-body{
    padding: 0 15px;
}
.products-img{
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -60px;
    min-width: 320px;
    height:  175px;
}
.logo-mobile{
    display: block;
    margin: 0 auto;
}
.panel-heading h1{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
h2{
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 10px;
    color: #444;
    font-style: italic;
    background-color: #fff;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aaa;
    margin: 10px auto;
    padding: 0;
    width: 60%;
    background-color: #fff;
}
.panel-title  {
	 font-size: 20px !important;
}
.panel-wrap .col-left > img{
    border-radius: 2px;
    margin-bottom: 20px;
}
.panel-wrap .col-left > p{
    padding: 20px;
}
.panel-in .panel-title p{
    font-size: 16px;
    margin: 0 auto;
}
.panel-title:hover, .panel:hover{
    text-decoration: none;
}
.panel-in > .panel-heading{
    background-color: #555;
    color: #fff;
}
.congrats {
    display: block;
    margin-top: 8%;
    font-size: 30px;
}
.panel-in .triangle{
    position: relative;
    border-bottom: 1px solid #555
}
.panel-in .triangle:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #555 transparent transparent transparent;
}
.question{
	margin: 20px auto 15px auto;
    font-size: 27px;
    line-height: 1;
    color: #e91e63;
    text-shadow: 2px 2px 2px #c7c7c7;
    font-weight: bold;
}
a.btn {
    border: 0;
    color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .4);
    margin: 10px 5px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .4);
}
a.btn:hover{
    color: #fff;
    opacity: .8;
}
.btn-info {
	background-color: #0e88ad !important;
}


.btn.btn-no{
    background: #0295b6;
    padding: 15px 50px;
}
.btn.btn-yes{
    background: #00b636;
    padding: 15px 50px;

}
.btn.btn-info{
    padding: 15px 50px;
}
.btn.btn-multi{
    background: #c07200;
    padding: 15px;
}
.btn.btn-next{
    background: #008df8;
    padding: 15px 120px;
}
.rules{
    background-color: #fff;
}
.rules h4, .faq h4{
    margin-top: 0;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background-color: #555;
    /*background-color: #2c7db7;*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.rules p{
    padding-left: 5px;
    margin-top: 10px;
    font-size: 15px;
    color: #777;
}
.rules p i{
    display: inline-block;
    vertical-align: middle;
    font-size: 30px !important;
    color: #777;
}
.interest{
    padding: 10px 0;
    background-color: #fff;
}
.interest .label {
    font-size: 15px;
    padding: 15px;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .4);
    white-space: normal;
    display: inline-block;
    float: left;
}
.interest .label::after{
    clear: both;
}
.interest p{
    padding-left: 10px;
}
.interest .peoples{
    font-size: 18px;
}
.faq{
    background-color: #fff;
}
.faq-answer{
    font-size: 15px;
}
a .glyphicon{
    color: #aaa;
}
.footer{
    background-color: #FFF;
    padding: 20px 0;
    text-align: center;
}
#link{
    margin-bottom: 10px;
}
.modalClick,
.modalClick a{
    font-weight: bold;
    cursor: pointer;
    color: #222;

}
.modalClick:hover,
.modalClick:hover a{
    text-decoration: underline;
}
#myLegalModal h1{
    color: #444;
    font-size: 35px;
    margin-bottom: 20px;
}
#myContactModal .modal-header h4{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
#myContactModal .modal-header{
    background-color: #444;
}
#myContactModal .modal-header .close{
    color: #fff;
}
#myContactModal .modal-body h4{
    color: #444;
    font-weight: bold;
    font-size: 14px;
}
.centered{
    margin: 0 auto;
    display: inline-block;
}
.form-group{
    margin-bottom: 8px;
}
.form-control{
    margin-bottom: 10px;
}
/* error display */
.popover-content{
    padding: 5px !important;
}
.popover-content{
    color: #9b000e !important;
}
.help-block{
    margin-bottom: 5px;
}
.required{
    color: #9b000e !important;
}
.click-here{
    cursor: pointer;
}
.click-here:hover{
    text-decoration: underline;
}

@media screen and (min-width: 768px){
    .products-img{
        height: 360px;
        background-position: 0 -20px;
    }
    .no-pad-left{
        padding-left: 3px;
    }
    .no-pad-right{
        padding-right: 3px;
    }
	
}

@media screen and (max-width: 420px){
	
.panel-heading h1 {
  font-size: 16px;
}
	
.btn-to-top {
    position: fixed;
    /* bottom: 0px; */
    z-index: 1000;
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
	}
    .products-img{
        height: 200px;
        background-position: 0 -20px;
    }
	
	h1,h4,.h1,.h4  {
		font-size: 20px;
	}
}

@media screen and (min-width: 420px) and (max-width: 768px){
    .products-img{
        height: 310px;
        background-position: 0 -20px;
    }
	
}



@media (min-width: 992px) and (max-width: 1200px){
    h1{
        font-size: 30px;
    }
    .interest p{
        padding-left: 10px;
        padding-top: 5px;
    }
    .panel-in a.btn {
        font-size: 22px;
    }
    .col-right > p{
        font-size: 12px;
    }
    .btn.btn-no{
        padding: 10px 50px;
    }
    .btn.btn-yes{
        padding: 10px 50px;
    }
    .rules p{
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px) {
    h1{
        font-size: 30px;
    }
    .rules p{
        font-size: 22px;
    }
}
