/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   width:100%;
   height:100%;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------------------------------------------------
--  GENERAL
------------------------------------------------------------------------------------ */
html, body { 
	width:100%;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    font-size:100%;
	margin:0;
	padding:0;
	background: #000;
}
::selection{
	background:#dbf1f6;
}
::-moz-selection{
	background:#dbf1f6;
}
figure{
	float:left;
}
#wrapper{
	float:left;
	padding:0;
	margin:0;
	width: 100%;
	min-height:100%;
	/* max-width: 120em; (1920x / 16px) */
	position:relative;
}
.full-width{
	float:left;
	width:100%;
}
.bg{
	background:url(images/white.png);
	background-repeat:repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
.deco-line{
	float:left;
	width:100%;
	height:20px;
	background:#141414;
	margin-bottom:40px;
	border-bottom:2px solid #1f1f1f;
	-moz-box-shadow: 0 4px 8px #000;	
	-webkit-box-shadow: 0 4px 8px #000;
	-o-box-shadow: 0 4px 8px #000;
	-khtml-box-shadow: 0 4px 8px #000;
	-ms-box-shadow: 0 4px 8px #000;
	box-shadow: 0 4px 8px #000;
}
.deco-line-top{
	float:left;
	width:100%;
	height:20px;
	background:#141414;
	margin-bottom:40px;
	margin-top:-30px;
	border-bottom:2px solid #1f1f1f;
	-moz-box-shadow: 0 4px 8px #000;	
	-webkit-box-shadow: 0 4px 8px #000;
	-o-box-shadow: 0 4px 8px #000;
	-khtml-box-shadow: 0 4px 8px #000;
	-ms-box-shadow: 0 4px 8px #000;
	box-shadow: 0 4px 8px #000;
}
.inner-wrap{
	margin:0 auto;
	width:80%;/*1536px*/
}
.inner{
	float:left;
	width:100%;
	clear:both;
}
.grey-line{
	float:left;
	width:100%;
	height:1px;
	background:#ccc;
}
.white-line{
	float:left;
	width:100%;
	background:rgba(255,255,255,0.6);
	height:1px;
}
/* ------------------------------------------------------------------------------------
--  TYPOGRAPHY
------------------------------------------------------------------------------------ */
h2{
	font-size:1.9em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#383838;
	text-shadow:0 1px 1px #fff;
}
h3{
	font-size:1.6em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#aaa;
	text-shadow:0 1px 1px #fff;	
}
h4{
	font-size:1.4em;
	font-family:'Abel', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#aaa;
	text-shadow:0 1px 1px #fff;	
}
p{
	line-height:1.5em;
	color:#515151;
	margin-bottom:20px;
}
p.last{
	margin-bottom:0;
}
/* ------------------------------------------------------------------------------------
--  ANCHORS
------------------------------------------------------------------------------------ */
a{
    text-decoration:none;
	outline:none;
	color:#a80000;
}
a:hover, a:focus{
	color:#910101;
}
a.external:after {
    padding:0 10px;
    margin: 0 0 0 5px;
    content: "";
    background: url(images/external.png);
	background-repeat: no-repeat;
	display:inline;
}
a.readmore{
	float:right;
	background:#e6e6e6;
	border:1px solid #ddd;
	padding:0.5em;
	display:inline-block;
}
/* ------------------------------------------------------------------------------------
--  CSS TOOLTIP
------------------------------------------------------------------------------------ */
span.tool {
    position: relative;   /*this is important*/
    cursor: pointer;
}
span.tool span.tip {
    display: none;
	width:10em; 
}
span.tool:hover span.tip {
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 1.8em;
    left: -4em;
    padding: 0.5em;
	background:#e6e6e6;
	border:1px solid #ddd;
    text-align: left;
	width:10em; 
}
q{
	font-size:0.9em;
	float:left;
	color:#515151;
}
/* ------------------------------------------------------------------------------------
--  TOP (BLOCK1)
------------------------------------------------------------------------------------ */
.border{
	background:#333;
	border-bottom:2px solid #2a2a2a;
	padding:1% 0;
	width:100%;
}
#top-inner{
	clear: both;
	position: relative;
	width:100%;
}
#logo{
	float:left;
}
#logo h1 a{
	display:inline-block;
	float:left;
	font-family:'Abel', sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:1.9em;
	text-transform:uppercase;
}
#logo img#logo-img{
	max-width:none;
	padding:0.5em 0 0 0;
}
nav{
	float:right;
	margin-left:4%;
}
ul.main-menu{
	float:left;
	list-style:none;
	width:100%;
	position:relative;
}
ul.main-menu li{
	float:left;
	margin-left:20px;
}
ul.main-menu a{
	display:inline-block;
	float:left;
	color:#f0f0f0;
	text-transform:uppercase;
	font-family:'Abel', sans-serif;
	font-size:1.25em;
	background:#141414;
	-moz-box-shadow: inset 0 2px 2px #000;	
	-webkit-box-shadow: inset 0 2px 2px #000;
	-o-box-shadow: inset 0 2px 2px #000;
	-khtml-box-shadow: inset 0 2px 2px #000;
	-ms-box-shadow: inset 0 2px 2px #000;
	box-shadow: inset 0 2px 2px #000;
	padding: 0.2em 0.8em;
}
ul.main-menu a.activelink{
	color:#9d9c9c;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK5)
------------------------------------------------------------------------------------ */
.lightgrey{
	background:#e7e7e7;
}
#scrollercontainer{
    position: relative;
    width: 100%;
    height: 6em;
    overflow: hidden;
	float:left;
}
#scroller{
    white-space: nowrap;
    line-height: 6em;
    font-size: 3em;
}
#scroller p{
     padding: 0;
	 margin:0;
	 text-shadow:0 1px 1px #fff;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK6)
------------------------------------------------------------------------------------ */
.grey{
	background:#02080D;
}
.bottom-content{
	float:left;
	width:100%;/*1536px*/
	margin:0 0 40px 0;
}
.bottom-content section{
	float:left;
	width:31.3333%; 
	margin-right:3%;
    position:relative; 
}
.bottom-content section.last{
	margin-right:0 !important;
	clear:right;
}
.bottom-content h3{
	text-shadow:none;
	margin-bottom:20px;
}
#links{
	float:left;
	width:100%;
	list-style:none;
}
#links li{
	width:100%;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #1f1f1f;
	color:#515151;
	font-size:0.9em;
}
#links li a {
	/* color:yellow; */
}

blockquote{
	line-height:1.5em;
	color:#515151;
	font-style:italic;
	background:#141414;
	padding:1.5em;
	border:1px solid #000;
	-moz-box-shadow: inset 0 4px 4px #000;	
	-webkit-box-shadow: inset 0 4px 4px #000;
	-o-box-shadow: inset 0 4px 4px #000;
	-khtml-box-shadow: inset 0 4px 4px #000;
	-ms-box-shadow: inset 0 4px 4px #000;
	box-shadow: inset 0 4px 4px #000;
	font-size:0.9em;
	margin-bottom:20px;
}
.social{
	float:left;
	width:100%;
}
.social h4{
	text-shadow:none;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #1f1f1f;
}
a.socialicon{
	margin-right:3%;
	float:left;
}
.social .last{
	margin-left:0;
}
a.socialicon img{
	 opacity: 0.4;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
a.socialicon img:hover{
 	 opacity: 1;
	-moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
	-o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
	transition: opacity;
    transition-timing-function: ease-out;
    transition-duration: 500ms;
}
/* ------------------------------------------------------------------------------------
--  FOOTER (BLOCK7)
------------------------------------------------------------------------------------ */
.darkgrey{
	background:#141414;
	border-top:1px solid #1f1f1f;
}
footer{
	float:left;
	width:100%;
}
small{
	font-size:0.8em;
	line-height:1.4em;
	color:#515151;
	margin:20px 0;
	width:100%;
	float:left;
}


img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (JS)
------------------------------------------------------------------------------------ */
ul.child-menu{
	position: absolute;
	display: none;
	list-style: none;
	padding:10px 0;
	background:#141414;
	top:-5px;
	width:200px;
	z-index:1;
	margin:40px 0 0 0;
	padding-bottom:10px;
}
ul.child-menu li {
	float: none;
	margin-left:0;
}
ul.child-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#bcbcbc;
	font-size:1em;
	text-transform:uppercase;
	background:#141414;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.child-menu a:hover{
	color:#910101;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (CSS)
------------------------------------------------------------------------------------ */
ul.small-menu{
	float: left;
	padding: 10px 0;
	position: absolute;
	top:-5px;
	z-index:1;
	display: none; /*--Hide by default--*/
	width:200px;
	background:#141414;
	margin:40px 0 0 0;
	list-style:none;
}
ul.small-menu li{
	float: none;
	margin-left:0;	
}
ul.small-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#bcbcbc;
	font-size:1em;
	text-transform:uppercase;
	background:#141414;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.small-menu a:hover{
	color:#910101;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
#mainpic{
	width:100%;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.black{
	background:#333;
	border-top:1px solid #1f1f1f;
	padding:2em 0;
	width:100%;
	float:left;
}
.text{
	float:left;
	margin-right:3%;
	width:63%;
}
p.large{
	font-size:1.9em;
	color:#fafafa;
	text-shadow:0 1px 1px #555;
	font-family:'Abel', sans-serif;
}
.buttonplace{
	float:right;
	width:30%;	
}
a.but{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.3);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 2px 6px #000;
	display:block;
	padding:0.5em 0;
	text-align:center;
	color:#f0f0f0;
	text-shadow: 0 1px 2px #555;
	font-size:1.2em;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:600;
}
a.but:hover{
	background:#910101;
}
a.hidden{
	display:none;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK4)
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds 1023.9989px 100% is equal to 1536px width of inner-wrap*/
	margin:40px 0;
}
.leftside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last{
	margin-bottom:0;
}
.leftside article{
	overflow:hidden;
	margin-bottom:40px;
}
.leftside figure, .th{
	padding:10px;
	background:#fff;
	margin:0 20px 20px 0;
	float:left;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}


/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
.rightside section{
	float:left;
	width:100%;
	margin: 0 0 40px 0;
}
.video-holder{
	float:left;
	width:100%;
	background:black;
}
.video-container {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rightside .news{
	float:left;
	width:100%;
	margin:0;	
}
.news p{
	background:#e6e6e6;
	border:1px solid #ddd;
	font-size:0.9em;
	padding:4%;
	width:92%;
	float:left;
}
.news a.readmore{
    margin-bottom:20px;
}
.news a.last{
	margin-bottom:0;
}

/* ------------------------------------------------------------------------------------
--  FORM
------------------------------------------------------------------------------------ */

form{
	float:left;
	width:100%;
	background:#e6e6e6;
	border:1px solid #ddd;
}
legend{
	float:left;
	width:100%;
	margin:0 0 4% 0;
	line-height:1.5em;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}

fieldset{
	float:left;
	width:92%;
	padding:4% 4% 0 4%;	
}
label{
	float:left;
	width:100%;
	margin:0 0 2% 0;
}
input, textarea{
	padding:2%;
	border:1px solid #ddd;
	background:#f0f0f0;
	margin:0 0 4% 0;
	float:left;
	width:95.7%;
	font-size:1.2em;
	color:#515151;
	text-shadow:0 1px 1px #fff;	
}
.buttonsubmit{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.5);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 1px 1px #555;
	padding:0.8em 1.2em;
	text-align:center;
	color:#f0f0f0;
	text-transform:uppercase;
	letter-spacing:0.1em;
	cursor:pointer;
	width:100%;
}
.buttonsubmit:hover{
	background:#910101;
}
textarea {
    min-height:130px;
}

/* ------------------------------------------------------------------------------------
--  SALE PAGE
------------------------------------------------------------------------------------ */

.photos li img {
    width:100%;
}

.info-box {
    background:#fff;
    padding:20px;
    border:1px solid #ddd;
}

#map-sale {
    height: 398px;
    border:1px solid #ddd;
}

#map-sale img { max-width: none; }



/* #Contact Form
================================================== */

.contact-phone {
    font-family: 'Oswald', sans-serif;
}

input[type="text"],textarea {
    font-family: 'Oswald', sans-serif;
    font-size:1.2em;
}

.load {
	display:none;
    float:left;
	width:190px;
	height:38px;
	background:url(images/ajax_progress2.gif) no-repeat 0 10px;
}

form.loading .load {
    display: block !important;
}

form.loading .submit {
    display:none;
}

/* #Subscribe Form
================================================== */

.message {
    display:none;
}

form#subscribe-form {
    margin-bottom:0;
}


/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.errors,
.alert, 
.notice,
.success, 
.info 			{ padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .errors, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }

.errors ul {
    margin:0;
}

ul.error, .error ul {
    list-style-type: none; 
}

.error p,
.errors p,
.alert p, 
.notice p,
.success p, 
.info p		{
    margin-bottom:0;
}

/* #Utilitiy Classes
================================================== */

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
