/*
Theme Name: SantaFlamenco
Theme URI: 
Description: SantaFlamenco Theme (Based on Starkers)
Version: 1.0
Author: Alexander Galak
Author URI: 
Tags: SantaFlamenco
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #626262;
	line-height: 24px;
	height: 100%;
	min-width: 990px;
	background: #fff;
}
a {
	text-decoration: none;
	color: inherit;
}

.header, .block_middle, .footer {
	width: 100%;
}
.header {
	height: 50px;
	background: rgba(0, 0, 0, 0.8);
	border-top: 3px solid #e20001; /* #199ad0; */
	position: fixed;
	z-index: 1000;
	color: #fff;
}
.header_inner, .block_middle_inner, .footer_inner {
	position: relative;
	width: 978px;
	padding: 0 11px;
	margin: 0 auto;
	display: block;
	
}
.header_logo {
	display: inline-block;
	float: left;
	width: 250px;
	height: 48px;
	margin-top: 1px;
	background: url('images/sf_logo.png');
	background-repeat: no-repeat;
	background-size: cover;
	outline: none;
}
.header_menu {
	display: inline-block;
	width: 700px;
	float: right;
}
#menu-main-menu {
	float: right;
}
.header_menu ul li {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
}
.header_menu ul li a {
	padding: 0 10px;
	line-height: 50px;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bolder;
}
.header_menu ul li a:HOVER {
	background: #e20001; /* #199ad0; */
}
.header_menu ul li .children,
.header_menu ul li .sub-menu {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 200px;
	background: rgba(0, 0, 0, 0.8);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.header_menu ul li:HOVER .children,
.header_menu ul li:HOVER .sub-menu {
	display: block;
}
.header_menu ul.sub-menu li {
	position: relative;
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #000;
}
.header_menu ul.sub-menu li a {
	padding: 5px 10px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bolder;
	
}


.splash-screen {
    box-sizing: border-box;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-image: url("/gallery/20160514/185333-IMG_3541.jpg") !important;
/*    background-image: url("images/IMG_7006r.jpg") !important; */
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#splash-content {
    display: table-cell;
    padding: 50px 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.splash-details {
	font-size: 20px;
	color: #eee;
}
.splash-skip-wrap {
	display: inline-block;
}
#skip-to-content {
    cursor: pointer;
    background: url("images/arrow_down.png") no-repeat center top;
    bottom: 0;
    display: block;
    height: 80px;
    left: 0;
    margin: auto;
    opacity: 0.7;
    position: absolute;
    right: 0;
    width: 42px;
    outline: none;
}

.block_middle {
	background: #eee;
	padding: 55px 0 40px;
	min-height: 600px;
}
.text-i {
    text-indent: 10px;
}
.one_column {
	margin: 0 auto;
	width: 978px;
}

h2 { margin: 40px 20px 15px; font-size: 24px; font-weight: normal; }
h3 { margin: 20px 0 10px; }

.col1, .col2, .col3, .col4, .col5, .col6, .col8, .col10, .col11, .col12 { display: block; min-height: 1px; }
.col1 { width: 54px; }
.col2 { width: 138px; }
.col3 { width: 222px; }
.col4 { width: 306px; }
.col5 { width: 390px; }
.col6 { width: 474px; }
.col8 { width: 642px; }
.col10 { width: 810px; }
.col11 { width: 894px; }
.col12 { width: 978px; clear: both; }

.col12 img, .col8 img, .col6 img, .col4 img, .col2 img {
    max-width: 100%;
    height: auto;
}

.tab-30 { margin-left: 30px; }
.fleft { float: left; }
.rspacer { margin-right: 30px;}


.footer {
	bolor: #eee;
	background: #333;
	padding: 30px 0 20px;
	height: 50px;
}

.default-list { margin: 15px 0; }
.default-list li {
    display: block;
    margin-left: 10px;
}

#map_lv, #map_lv2 {
    height: 300px;
}











