/*-------------------------
	Simple reset
--------------------------*/

*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* This image will be displayed fullscreen */
	background:url('../images/background-main.jpg') no-repeat center center;
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	overflow:hidden;
}

.main { width:80%; margin:auto;}
.main-header { width:100%; margin:auto; height:106px; background-color:#000;}

.header-address { margin-top:-200px; z-index:999; }

.setopacity { opacity:0.5; background-color:#000; min-height:100vh;}
.logo { float: left; }
.logo img { height:106px; }
.topaddress { float: right; width: 25%; color:#fff; margin-top:18px;}
.topaddress ul {list-style: none; }
.topaddress ul li.orange { color:#E36F09; font-weight:bold;  }
.topaddress ul li hr { border-bottom:1px solid #E3E3E3;}
.topaddress ul li.blue { color:#2A0882; font-weight:bold;  }

.bigSpacer {height:400px;}

a, a:visited {
	outline:none;
	color:#1c4f64;
}

a:hover{
	text-decoration:none;
}

section, footer, header{
	display: block;
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	bottom: 0;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
    color:#fff;
}    
	
footer .main span { float:right;}
footer .main a {
	color:#ccc;
	font-size: normal;
}

.main-boxes { margin-top:-500px;}

/* lightbox effect */
.themes{
	list-style: none outside none;
	margin-bottom: 160px;
	width: 100%;
	padding: 0;
}
.themes li {
    border: 2px solid #BBBBBD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    height: 187px;
    list-style-type: none;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0;
}
.themes li a {
    display: block;
    height: 204px;
	text-decoration: none;
}

.boxgrid {
    background-attachment: scroll;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    width: 185px;
	height:187px;
}
.boxgrid img {
    border: 0 none;
    left: 0;
   position: absolute;
    top: 0;
    opacity:1;
}

.boxcaption {
	background: #E0E0E0;	
    color: #000;
    float: left;
    height: 100px;
    padding-left: 18px;
    padding-top: 12px;
    position: relative;
    width: 180px;
	height:100px;
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
}
.boxgrid:active {
    border-bottom-width: 5px;
    border-top-width: 7px;
}
.captionfull .boxcaption {
    left: 0;
   text-shadow: none !important;
    top: 260px;
}
.boxcaption .caption {
    bottom: 30px;
    font-size: 14px;
    position: absolute;
}

.boxcaption { opacity:0.8;}
.boxcaption .descr {
    display: none;
}
.boxcaption .title {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-shadow: none;
    text-transform: uppercase;
}

ul.rulesreg { list-style:none; padding:10px; display:inline-block; }
ul.rulesreg li { margin:10px;}
ul.rulesreg li ul li {margin-left:20px; list-style:none;}

#map {
    width: 100%;
    height: 500px;
  }


ul.form { 
	list-style:none;
}

ul.form li { display:block; padding:10px; }
#btnSendMail img { padding:0px; margin:-8px; cursor:pointer; }
input.error, textarea.error { border-color: #F5C9F4 !important; border-style: solid !important; background: #FAE8FA !important; }

#inline1 p { width:98% }

.mytable { border:1px solid #999; width:100%; }
td { vertical-align:text-top; }

.thbg { background-color:#CCC; padding:3px; }