html {
    margin: 0px;
    height: 100%;
    width: 100%;
    /* min-width: 480px; */
}

body {
    margin: 0px;
    min-height: 100%;
    width: 100%;
    min-width: 480px;
    font-family: 'Chivo', Helvetica, Arial, sans-serif;
    font-size: 18px;
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a:link{text-decoration:none;}
a:hover{text-decoration:underline;}
    
img {
	max-width:100%;
}
    
.row{
    float:center;
    text-align: center;
    width:100%;
    padding-left:1%;
    padding-right:1%;
}

.dummyheader{
    margin-bottom: 45px;
	width:100%;
	top:0;
	/* height:125px; */
    background:rgba(140, 41, 127, 0.60);  
    border-bottom-width:3px;
}

.header{
    margin-bottom: 0px;
    overflow:hidden;
	text-align:center;
    border-style:solid;
    border-color:rgba(140, 41, 127, 0.60);
    border-width:0px;
    border-bottom-width:3px;
}

.container{
    width:85%;
	max-width:1133px;
    min-width:480px;
    min-height:100%;
    margin: 0 auto; 
    height:100%;
    float:center;
    background:rgba(255, 255, 255, 0.50);
}

.clr{
    clear:both;
}

.block, .outer-text-block
{
	float:left;
    text-align:left;
    width:48.5%;
    margin-right:1%;
}
 
.full-width-block {
    /overflow:hidden;
	float:left;
    width:98%;
	margin-right:2%;
    line-height:0;
    }
.full-width-block:first-child, .full-width-block:last-child
{
    margin-left:0%;
    margin-right:0%;
}

.small-block {
	float:left;
    width:31.33%;
    margin-right:2%;
}
.small-block:first-child
{
    margin-left:0%;

}
.small-block:last-child
{
    margin-right:0%;
}
    
.text-block{
    width:480px;
    background:#ffffff;
    padding:20px;
    margin: 0 auto; 
    float: center;
    overflow:hidden;
	text-align:center;
    margin-top:0px;
}
    
.bottom{
    overflow:hidden;
    background:#111111 ;
    height:70px;
    float: none;
    position:relative;
 	width:100%;
	text-align:center;
    background:rgba(140, 41, 127, 0.50);
    padding-top:15px;
    border-style:solid;
    border-color:#aaaaaa;
    border-width:0px;
    border-top-width:2px;
}

.space{
    margin-bottom: 0px;
    line-height:0px;
}

.button {
    text-decoration: none;
    background-color: #111111;
    border: 0 solid #CCCCCC;
    border-radius:3px;
    -moz-box-shadow: 0 0 9px #666666 inset;
	-webkit-box-shadow: 0 0 9px #666666 inset;
	box-shadow: 0 0 9px #666666 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    padding: 4px 8px;
    text-align: center;
    text-shadow: -1px -1px #666666;
    text-transform: uppercase;
   }
    
.navigation{
   bottom:30px;
   height:0px;
   text-align:top;
   position: relative;
}

ul.signup {
	margin: 15px auto 15px -45px;}
ul.signup li {
	display:inline-block;}
	
.inputbox {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #999999 inset;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
    padding-left: 5px;
    text-decoration: none;
    width: 270px;
	}
.submit {
	background-color: #111111;
    border: 0 solid #CCCCCC;
    border-radius:3px;
    -moz-box-shadow: 0 0 9px #666666 inset;
	-webkit-box-shadow: 0 0 9px #666666 inset;
	box-shadow: 0 0 9px #666666 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    padding: 4px 8px;
    text-align: center;
    text-shadow: -1px -1px #666666;
    text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;}
.submit:hover {
	box-shadow: 0 0 5px #666666 inset;}

/* Borders */
.small-block, .block, .text-block
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 2px #aaaaaa;
    line-height:0;
    margin-bottom: 2%;
}
.text-block
{
    line-height:100%;
}
/* .outer-text-block{
    margin-bottom: 0px;
} */

ul.linklist {
	margin: 0px auto;
    }
 ul.linklist li {
	display:inline-block;
    }
	.linklist li a {
		margin:5px;
		opacity:0.8;
        }
		.linklist li a:hover {
			opacity:1;}
		
.no-border{
    border-style:none;
    box-shadow: none;
}	

@media (max-width: 1330px){
.container{
width:100%;
min-width:570px;
}
/*---- Media Queries to make design responsive ----*/
@media (max-width: 1140px), (max-device-width: 550px){
  .small-block {
    min-height:0px;
    float:center;
    margin-left:0px;
    margin-bottom:10px;
	width:550px !important;
    }
 .block, .outer-text-block {
    width:550px !important;
    float:center;
    margin-left:0px;
    min-height:0px;
    }
.row{
    width:550px;
    float:center;
    text-align: center;
    margin-bottom:0px;
     margin: 0 auto; 
    } 
.container{
    width:100%;
    min-width:570px;
    /* width:480px !important; */
    float:center;
    }
    
.header{
    margin-bottom: 45px;
}
}
