/* ==========================================================================
   $! normalize.css v3.0.2 | MIT License | git.io/normalize
========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   $BASE STYLES AND HELPERS
========================================================================== */

html,
body {
font-size: 16px;
font-family: 'Droid Serif', serif;
padding: 0;
background: url('../img/pattern.jpg') repeat;
}

html {height: 100%;}
* html body {height: 100%;}

body {
 min-height: 100%;
 position: relative;
}

main{
    padding-bottom: 100px;
}

footer{
position: absolute;
bottom: 0;
width:100%;   
height: 80px;
}

.clearfix:after,
.layout-center-wrapper:after {
    clear: both;
    content: "";
	display: table;
}

.layout-center-wrapper {
    margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

/* ==========================================================================
   $HEADER
   ========================================================================== */
.main-nav{
    font-size:1.25em;
    text-transform:uppercase;
    font-weight: 700;
    margin-top: -30px;
    margin-left: -28px;
    margin-bottom: 60px;
    white-space: nowrap;
}
    .main-nav ul {
        padding: 0;
        margin: 0;
    }
    .main-nav li {
            display: inline-block;
            list-style: none;
            text-align: center;
            margin-left: 28px;
            zoom: 1;
            *display: inline;
       
    }

    .logo {
        position: relative;
        top:40px;
        width: 210px;
        height: 87px;
        background: url('../img/spritesheet-logo.png') no-repeat;
    }

 .logo:hover {
        position: relative;
        top:40px;
        width: 210px;
        height: 87px;
        background: url('../img/spritesheet-logo.png') 0px -89px no-repeat;
    }

    .main-nav a{
    text-decoration: none;
    color: #838383;
    }

    .main-nav a:hover{
        color: #000;
    }

    .active-link a{
    color: #000;
    cursor: default;
    }


/* ==========================================================================
   $MAIN-INDEX
   ========================================================================== */


.image-wrapper {
    margin: 0 auto;
	width: 960px;
}

.main-index h1{
    text-transform:uppercase;
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #333333;
}

.main-index a:hover{
    text-decoration: none;
}

.line-divider{
    width: 100%;
    height: 2px;
    background: #333333;
}

.about-as{
    float: left;
    width:620px;
    color: #333333;
}

.latest-news{
    float:right;
    width:300px;
}

.latest-news ul{
    list-style: none;
    padding: 0;
}

.news-announcement p{
    margin-top: 5px;
}

.href-right{
    text-align: right;
    margin-bottom: 40px;
}

/* ==========================================================================
   $FOOTER
   ========================================================================== */

.footer-background{
    background: url('../img/pattern-footer.jpg')  repeat;
    color: #fff;
}

footer a{
    color: #fff;
}

footer a:hover{
    text-decoration: none;
}

.footer-left{
    float:left;
    width: 186px;
    margin-top: 18px;
     margin-left: 22px;
    font-size: 1.125em;
}

.logo-footer{
    width: 175px;
    height: 73px;
    background: url('../img/spritesheet-logo.png') -213px 0px no-repeat;
}

.footer-left p{
    text-align: center;
}

.footer-right{
    float: right;
    width: 700px;
    font-size:0.75em;
    font-weight: 700;
}

.footer-right ul{
    font-weight: 700;
    font-size: 1.5em;
    list-style: none;
    padding: 0;
    margin-left: -55px;
    text-transform:uppercase;
    white-space: nowrap;
    
}

 .footer-navigation li {
        display: inline-block;
        list-style: none;
        text-align: center;
        margin-left: 55px;
        zoom: 1;
        *display: inline;
    }

.footer-left-column{
    float:left;
}
.footer-right-column{
    float:right;
}

.active-link-footer a{
    text-decoration: none;
}

/* ==========================================================================
   $BREADCRUMBS
   ========================================================================== */

.breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.breadcrumbs li{
    display: inline-block;
    margin-right: 24px;
    zoom: 1;
    *display: inline;
}

.breadcrumbs-icon:before{
    content: '>';
    position: relative;
    left: -12px;
}

/* ==========================================================================
   $MAIN-PRICE
   ========================================================================== */
.main-price h1{
    font-size: 1.5em;
    text-transform:uppercase;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.main-price li{
    line-height: 1.875em;
}

.main-price h2{
    font-size: 1.5em;
    text-transform:uppercase;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
}
/* ==========================================================================
   $MAIN-NEWS
   ========================================================================== */
.main-news h1{
    font-size: 1.5em;
    text-transform:uppercase;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.main-news h2{
    font-size: 20px;
    margin: 10px 0;
}

.news{
    list-style: none;
    padding: 0;
}

.news li{
  padding-bottom: 10px;
}
/* ==========================================================================
   $MAIN-GALLERY
   ========================================================================== */
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
/* ==========================================================================
   $MAIN-CONTACT
   ========================================================================== */
.left-block{
    float:left
}
.right-block{
    float:right;
}