/* Module Styles */



body,html{

	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: 'Trebuchet MS','calibri','arial','tahoma';
	background-color: #000000;
}

.all-page{ 
width: 100%; 
/*height: 100%;*/
position: relative;
background-attachment: fixed;

}

.container-page{

	width: 760px;
	height: auto;
	display: table;
	margin: auto;


}


.lg-bg{
	background: url('../images/lg_bg.png') center top no-repeat ;
}
.lg-bg-r{
	background: url('../images/lg_bg_repeat.png') top left repeat-x #d9d9d9;
        display: table;
        width: 100%;
}

.header{
	width: 100%; 
	height: auto; 
	display: table;
	position: relative;
        padding: 10px 0px;
}

.logo-top{
	float: left;
}

.header .centred{
	float: none;
	text-align: center; width: 100%; display: table;
}

.message-acc{
	width: 90%;
	padding: 5px 0px;
	margin: auto;
	text-align: center;
	color: #555555;
	font-size: 28px;
	font-weight: normal;
}

.blocks{
	width: 100%;
	height: auto;
	padding: 20px 0px 0px; 

}

.blocks .cont-blocks{
	width: auto;
	height: auto;
	background: #e1e0e0;
    padding: 5px 5px 20px;
    border: 1px solid #fff;
    box-shadow: 0 15px 33px -16px #000000;
	margin: auto;
	display: table;
}

.blocks .cont-blocks .block{
	width: 225px;
	padding: 0px 12px;
	vertical-align: top;
	float: left;
	
}

.blocks .cont-blocks .block h2{
	font-size: 20px;
	color: #555;
	text-align: center;
	font-weight: normal;
	margin: 0px;
    padding: 7px 0px;
}

 .cont-block{
	background: #f7f7f7;
	margin: 0px;
	padding: 15px 10px;
	border:1px solid #e3e3e3;
	box-shadow: 0 5px 15px -10px #000000;
	height: 150px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
        overflow: hidden;
}

.blocks .cont-block span{
	font-weight: bold;
}

.blocks .cont-block a{
	color:#555;
	text-decoration: none;
	-webkit-transition-property: color;
    -webkit-transition-duration: 2s;
    -moz-transition-property: color;
    -moz-transition-duration: 2s;
    transition-property: color;
    transition-duration: 1s;
}

.blocks .cont-block a:hover{
   color: #ab2e33;
   -webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
-ms-transform: scale(1.04);
-o-transform: scale(1.04);
transform: scale(1.04);
}

.blocks .cont-block a.facebook-link{
	 display: block;
	 padding: 0px 0px 0px 35px;
	 background: url(../images/facebook.png) left center no-repeat;
}
.blocks .cont-block a.twitter-link{
	 display: block;
	 padding: 0px 0px 0px 35px;
	 background: url(../images/twitter.png) left center no-repeat;
}
.blocks .cont-block a.gplus-link{
	 display: block;
	 padding: 0px 0px 0px 35px;
	 background: url(../images/gplus.png) left center no-repeat;
}
.blocks .cont-block a.youtube-link{
	 display: block;
	 padding: 0px 0px 0px 35px;
	 background: url(../images/youtube.png) left center no-repeat;
}
.blocks .cont-block a.pinterest-link{
	 display: block;
	 padding: 0px 0px 0px 35px;
	 background: url(../images/pinterest.png) left center no-repeat;
}



.about_us_c{
	width: 100%;
	height: auto;
	display: table;
	padding: 25px 0px 5px;
}

.about_us_c h1{
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}

.about_us_c .countdown{
	width: 91%;
	margin: auto;
	font-size: 18px;
	line-height: 30px;
	color: #555; 
    text-align: center;
	background-color: #e1e0e0;
	border: 1px solid #fff;
    box-shadow: 0 15px 33px -16px #000000;
}

.about_us_c .countdown .countdown-amount{
	font-size: 30px;
	color: #232323;
	padding:0px 5px;
}

#defaultCountdown{ 
	padding-left: 5px;
}

.countdown-section{ 
	padding:0px 5px;
	color: #555;
}


.w-about-us{
	width: 90%;
	text-align: justify;
	margin: auto;
	min-height: 100px;
	background: #f7f7f7;
	padding: 10px 15px;
	border:1px solid #e3e3e3;
	box-shadow: 0 5px 15px -10px #000000;
	font-size: 14px;
	line-height: 25px;
	color: #555;
}


.sep{ 
	background: url('../images/sep.png') no-repeat center top;
	padding: 15px 0px 10px;
	text-align: center;
	color: #fff;
	font-size: 20px; 
	letter-spacing: 2px;
}

.pad_bot{ 
	padding-bottom: 20px !important;
}


.code-qr-top {
 float: right;
}

.cont_block_login{
	position: absolute;
	left: -312px;
	top:45%; 
}

.block-login{
	position: relative;
	width: 290px;
	height: 150px;
    padding: 10px;
	background: #F7F7F7;
	border-radius:4px; 
	color: #555;
	border: 1px solid #e3e3e3;
	box-shadow: 0 5px 15px -10px #000000;
}

.block-login label{
	width: 100px;
    display: block;
    float: left;
    margin-top: 8px;
}
.block-login .inputbox{
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 5px;
	color: #555;
}

.block-login .button{
	border: 1px solid #e3e3e3;
	padding: 5px;
	float: right;
	margin-right: 52px;
	cursor: pointer;
	border-radius: 4px;
	background: #424242;
	color:#fff;
}

.close-block-login{
	background: url('../images/close.png') no-repeat;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 5px;
	cursor: pointer;
}

.gear{
	position: absolute;
	left: -2px;
	cursor: pointer;
	top: 67%;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	text-align: center;
}

.verticaltext {
	color: #555;
	font-weight: normal;
	text-shadow: 0px 0px 1px #555;
	width: 170px;
	height: 35px;
	background: #F7F7F7;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 5px 15px -10px #000000;
	line-height: 30px;
	font-size: 16px;
	font-family: arial;
	position: absolute;
}


.cont-block p {
  margin: 0px;
}



