
/* reset css */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* by sid */



@font-face {
	font-family: SixCaps;
    src: url('../fonts/SixCaps.ttf');
}

.six-caps{
	font-family: 'SixCaps', sans-serif;
}

body{
	height: auto;
	background: #2c2c2c;
}

#bg-wrapper-1{
	position: absolute;
	width: 25%;
	height: 100%;
	float: left;
	margin-left: 0%;
	z-index: -1;
}

#bg-wrapper-2{
	position: absolute;
	width: 25%;
	height: 100%;
	float: left;
	margin-left: 25%;
	z-index: -1;
}
#bg-wrapper-3{
	position: absolute;
	width: 25%;
	height: 100%;
	float: left;
	margin-left: 50%;
	z-index: -1;
}
#bg-wrapper-4{
	position: absolute;
	width: 25%;
	height: 100%;
	float: left;
	margin-left: 75%;
	z-index: -1;
}


.bg-img { 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;

   
  filter:blur(6px);
    -o-filter:blur(6px);
    -ms-filter:blur(6px);
    -moz-filter:blur(6px);
    -webkit-filter:blur(6px);


    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

#bg-1{
	background: url(../images/bg/bg-1.jpg) no-repeat  scroll; 
}

#bg-2 { 
   background: url(../images/bg/bg-2.jpg) no-repeat  scroll; 
}

#bg-3 { 
   background: url(../images/bg/bg-3.jpg) no-repeat  scroll; 
}

#bg-4 { 
   background: url(../images/bg/bg-4.jpg) no-repeat  scroll; 
}


#bg-1:hover,#bg-2:hover,#bg-3:hover,#bg-4:hover {
	 filter:blur(0px);
    -o-filter:blur(0px);
    -ms-filter:blur(0px);
    -moz-filter:blur(0px);
    -webkit-filter:blur(0px);
}


#header{
	
	height: 200px;
	width: 100%;
	z-index: 0;
}

#site-logo{
	width:18%;
	margin: 0 auto;

	}

#site-logo img{
	margin-top: -15%;
}

.bg-dark{
	background: url(../images/bg/footer_bg.png) repeat;
}

#site-name{
	color:white;
	font-size: 35px;
	letter-spacing: 3px;
	text-align: center;
	margin-top: -4%;
}

#footer{
	position: fixed;
	height: 35%;
	width: 100%;
	bottom: 0%;
	color: white;
}

#footer-left{
	position: absolute;
	width: 50%;
	padding: 2% 8%;
	height: 100%;
	float: left;
}

#footer-right{
	position: absolute;
	float: left;
	width: 50%;
	padding: 2% 8%;
	height: 100%;
	margin-left: 50%;
}

h2{
	font-size: 45px;
	text-align: center;
}

#form-name, #form-email{
	width: 49.2%;
	resize: none;
	height: 30px;
}

#form-message{
	width: 100%;
	height: 80px;
	resize: none;
}


#form-button{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.button1{
	
	background: #db2863;
	color: #fff;
	border: 0;
	text-shadow: none;
	padding: 5px 15px;
	border-radius: 4px;

	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.button1:hover{
	background: #fff;
	color: #db2863;
}

#copyright{
	background: url(../images/bg/footer_bg.png);
	position: fixed;
	height: 3%;
	width: 100%;
	bottom: 0%;
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
}

.thank-you{
		color:white;
	
	letter-spacing: 3px;
	text-align: center;
	font-family: arial;
	
}