@charset "utf-8";
/* CSS Document */

/*
  preloader      [imported]
  supersized     [imported]
  twitter ticker [imported]
  google fonts   [imported]
  reset
  general
  supersized
  shadows
  dust
  curtains
  footer
  overlay
  social media
  welcome
  countdown
  bar open
  bar open 2
  bar open 3
  bottom left menu
  bottom right menu
  bottom right menu 2
  the panel
  the panel 2
  the panel 3
  panel
  panel 2
  panel 3
  bar contact
  bar hidden
  bar hidden 2
  bar hidden 3
  bottom left menu close
  bottom right menu close
  bottom right menu 2 close
  newsletter form
  services
  about
*/

/* preloader */
@import url('../preload/preload.css');
/* supersized */
@import url('../theme/supersized.shutter.css');
/* twitter ticker */
@import url('../twitter-ticker/jquery.tweet.css');


/* reset */
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, strong, 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;
vertical-align: baseline;
}

/* general */
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
margin: 0;
padding: 0;
height: 100%;
background: #fff;
}

a, a:hover {
color: #000;
text-decoration: none;
outline: none;
}

ul, li {
list-style: none;
}

::selection { background: #555; color: #fff;      /* Safari */	}
::-moz-selection { background: #555; color: #fff; /* Firefox */ }

*:focus {  
outline: none;
}

/* supersized */
img { border: none; }
#supersized-loader { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/supersized-progress.gif) no-repeat center center; z-index: -1; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; height: 100%; width: 100%; z-index: -999; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li { display: block; list-style: none; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: -30; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: url(../images/supersized-progress.gif) no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }

/* shadows */
#top-shadow {
position: absolute;
width: 100%;
height: 30px;
overflow: hidden;
left: 0;
top: 0;
background: url(../images/top-shadow.png) repeat-x;
z-index: 0;
}

#left-shadow {
position: absolute;
width: 30px;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
background: url(../images/left-shadow.png) repeat-y;
z-index: 0;
}

#right-shadow {
position: absolute;
width: 30px;
height: 100%;
overflow: hidden;
right: 0;
top: 0;
background: url(../images/right-shadow.png) repeat-y;
z-index: 0;
}

#bottom-shadow {
position: absolute;
width: 100%;
height: 30px;
overflow: hidden;
left: 0;
bottom: 0;
background: url(../images/bottom-shadow.png) repeat-x;
z-index: 0;
}

/* dust */
#dust {
position: fixed;
left: 0;
bottom: 0;
width: 100%; 
height: 250px;
background: url(../images/dust.png);
z-index: 0;
}

/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
background: url(../images/curtains.png) repeat top left;
display: none;
z-index: 0;
}

/* footer */
#footer {
position: fixed;
bottom: 0;
height: 61px;
line-height: 61px;
width: 100%;
background: url(../images/footer.png) repeat-x;
display: none;
margin: 0;
padding: 0;
z-index: 10;
}

/* overlay */
#overlay {
position: absolute;
cursor: crosshair;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: url(../images/overlayx70.png) repeat left top;
display: none;
z-index: 15;
}

/* social media */
#social-media-wrap {
position: relative;
width: 295px;
height: 16px;
margin: 0 auto;
padding: 0;
top: 5%;
}
 
#social-media {
width: auto;
margin: 0 auto;
padding: 0;
}

.social {
list-style: none;
margin: 0;
padding: 0;
}

.social li {
display: inline;
float: left;
background-repeat: no-repeat;
}

.social li a {
position: relative;
display: block;
width: 16px;
height: 16px;
padding-right: 5px;
text-decoration: none;
outline: none;
}

.social li a strong {
position: absolute;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: normal;
left: 21px;
top: -5px;
color: #fff;
padding: 3px;
background-color: rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
       text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.facebook { background-image: url("../images/social-icons/facebook.png"); }
li.google-plus { background-image: url("../images/social-icons/googleplus.png"); }
li.linkedin { background-image: url("../images/social-icons/linkedin.png"); }
li.twitter { background-image: url("../images/social-icons/twitter.png"); }
li.youtube { background-image: url("../images/social-icons/youtube.png"); }
li.vimeo { background-image: url("../images/social-icons/vimeo.png"); }
li.skype { background-image: url("../images/social-icons/skype.png"); }
li.pinterest { background-image: url("../images/social-icons/pinterest.png"); }
li.dribbble { background-image: url("../images/social-icons/dribbble.png"); }
li.flickr { background-image: url("../images/social-icons/flickr.png"); }
li.behance { background-image: url("../images/social-icons/behance.png"); }
li.picasa { background-image: url("../images/social-icons/picasa.png"); }
li.tumblr { background-image: url("../images/social-icons/tumblr.png"); }
li.rss { background-image: url("../images/social-icons/rss.png"); }

@media only screen and (min-width: 320px) {
/* welcome */
#welcome-wrap {
position: relative; width: 85%; height: auto; margin: 0 auto; top: 10%;
}

.content {
position: relative; width: 85%; height: auto; margin: 0 auto; z-index: 10;
}

.vert-center {
margin: 0 auto;
}

#welcome {
position: relative; display: none;
}

#welcome a, a:hover {
color: #000;
text-decoration: none;
}

#welcome .author {
position: relative; font-family: Impact, Helvetica, sans-serif; color: #fff; font-size: 13px; font-weight: 400; text-transform: none; text-align: center; letter-spacing: 1px;
}

#welcome .author a {
color: #fff;
}

#welcome .author a:hover{
color: #000;
}

#welcome .intro {
position: relative; font-family: 'Times New Roman', Arial, Helvetica, sans-serif; color: #000; font-size: 35px; font-weight: 300; text-transform: none; text-align: center; letter-spacing: 1px; text-shadow: 1px 1px 2px #fff;
}

#welcome span {
position: relative; display: block; font-family: 'Racing Sans One', Arial, Helvetica, sans-serif; color: #000; font-size: 18px; font-weight: 400; text-align: center; letter-spacing: normal;
}
}

@media only screen and (min-width: 480px) {
/* welcome */
#welcome-wrap {
position: relative; width: 90%; height: auto; margin: 0 auto; top: 10%;
}

.content {
position: relative; width: 90%; height: auto; margin: 0 auto; z-index: 10;
}

.vert-center {
margin: 0 auto;
}

#welcome {
position: relative; display: none;
}

#welcome a, a:hover {
color: #000;
text-decoration: none;
}

#welcome .author {
position: relative; font-family: Impact, Helvetica, sans-serif; color: #fff; font-size: 13px; font-weight: 400; text-transform: none; text-align: center; letter-spacing: 1px;
}

#welcome .intro {
position: relative; font-family: 'Times New Roman', Arial, Helvetica, sans-serif; color: #000; font-size: 40px; font-weight: 300; text-transform: none; text-align: center; letter-spacing: 1px; text-shadow: 1px 1px 2px #fff;
}

#welcome span {
position: relative; display: block; font-family: 'Racing Sans One', Arial, Helvetica, sans-serif; color: #000; font-size: 18px; font-weight: 400; text-align: center; letter-spacing: normal;
}
}

@media only screen and (min-width: 600px) {
/* welcome */
#welcome-wrap {
position: relative; width: 85%; height: auto; margin: 0 auto; top: 10%;
}

.content {
position: relative; width: 85%; height: auto; margin: 0 auto; z-index: 10;
}

.vert-center {
margin: 0 auto;
}

#welcome {
position: relative; display: none;
}

#welcome a, a:hover {
color: #000;
text-decoration: none;
}

#welcome .author {
position: relative; font-family: Impact, Helvetica, sans-serif; color: #fff; font-size: 15px; font-weight: 400; text-transform: none; text-align: center; letter-spacing: 1px;
}

#welcome .intro {
position: relative; font-family: 'Times New Roman', Arial, Helvetica, sans-serif; color: #000; font-size: 60px; font-weight: 300; text-transform: none; text-align: center; letter-spacing: 1px; text-shadow: 1px 1px 2px #fff;
}

#welcome span {
position: relative; display: block; font-family: 'Racing Sans One', Arial, Helvetica, sans-serif; color: #000; font-size: 20px; font-weight: 400; text-align: center; letter-spacing: normal;
}
}

@media only screen and (min-width: 768px) {
/* welcome */
#welcome-wrap {
position: relative; width: 85%; height: auto; margin: 0 auto; top: 10%;
}

.content {
position: relative; width: 85%; height: auto; margin: 0 auto; z-index: 10;
}

.vert-center {
margin: 0 auto;
}

#welcome {
position: relative; display: none;
}

#welcome a, a:hover {
color: #000;
text-decoration: none;
}

#welcome .author {
position: relative; font-family: Impact, Helvetica, sans-serif; color: #fff; font-size: 15px; font-weight: 400; text-transform: none; text-align: center; letter-spacing: 1px;
}

#welcome .intro {
position: relative; font-family: 'Times New Roman', Arial, Helvetica, sans-serif; color: #000; font-size: 65px; font-weight: 300; text-transform: none; text-align: center; letter-spacing: 1px; text-shadow: 1px 1px 2px #fff;
}

#welcome span {
position: relative; display: block; font-family: 'Racing Sans One', Arial, Helvetica, sans-serif; color: #000; font-size: 20px; font-weight: 400; text-align: center; letter-spacing: normal;
}
}

@media only screen and (min-width: 1024px) {
/* welcome */
#welcome-wrap {
position: relative; width: 85%; height: auto; margin: 0 auto; top: 10%;
}

.content {
position: relative; width: 85%; height: auto; margin: 0 auto; z-index: 10;
}

.vert-center {
margin: 0 auto;
}

#welcome {
position: relative; display: none;
}

#welcome a, a:hover {
color: #000;
text-decoration: none;
}

#welcome .author {
position: relative; font-family: Impact, Helvetica, sans-serif; color: #fff; font-size: 15px; font-weight: 400; text-transform: none; text-align: center; letter-spacing: 1px;
}

#welcome .intro {
position: relative; font-family: 'Times New Roman', Arial, Helvetica, sans-serif; color: #000; font-size: 65px; font-weight: 300; text-transform: none; text-align: center; letter-spacing: 1px; text-shadow: 1px 1px 2px #fff;
}

#welcome span {
position: relative; display: block; font-family: 'Racing Sans One', Arial, Helvetica, sans-serif; color: #000; font-size: 20px; font-weight: 400; text-align: center; letter-spacing: normal;
}
}

@media only screen and (min-width: 1224px) {
/* welcome */
#welcome-wrap {
position: relative; width: 85%; height: auto; margin: 0 auto; top: 10%;
}

.content {
position: relative; width: 85%; height: auto; margin: 0 auto; z-index: 10;
}

.vert-center {
margin: 0 auto;
}

#welcome {
position: relative; display: none;
}

#welcome a, a:hover {
color: #000;
text-decoration: none;
}

#welcome .author {
position: relative; font-family: Impact, Helvetica, sans-serif; color: #fff; font-size: 15px; font-weight: 400; text-transform: none; text-align: center; letter-spacing: 1px;
}

#welcome .intro {
position: relative; font-family: 'Times New Roman', Arial, Helvetica, sans-serif; color: #000; font-size: 73px; font-weight: 300; text-transform: none; text-align: center; letter-spacing: 1px; text-shadow: 1px 1px 2px #fff;
}

#welcome span {
position: relative; display: block; font-family: 'Racing Sans One', Arial, Helvetica, sans-serif; color: #000; font-size: 20px; font-weight: 400; text-align: center; letter-spacing: normal;
}
}

@media only screen and (min-width: 320px) {
/* countdown */
#countdown-wrap {
position: relative;
width: 300px;
height: 60px;
margin: 0 auto;
padding: 0;
top: 15%;
}

#countdown {
margin: 0;
padding: 0;
width: 300px;
height: 60px;
background: url(../images/laurel-leavesx300.png) no-repeat center top;
}

div#clock {
font-family: 'Oswald', Impact, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
padding: 9px 0 0 0;
width: 260px;
height: 60px;
overflow: hidden;
text-align: center;
background: none;
}

div#clock p {
font-size: 11px;
color: #fff;
float: left;
width: 42px;
height: 40px;
background: none;
}

div#clock p span {
font-size: 16px;
color: #fff;
display: block;
margin: 0;
padding: 0;
}

div#clock div.space {
font-size: 12px;
color: #fff;
display: block;
line-height: 23px;
float: left;
width: 10px;
height: 40px;
background: none;
}
}

@media only screen and (min-width: 480px) {
/* countdown */
#countdown-wrap {
position: relative;
width: 300px;
height: 60px;
margin: 0 auto;
padding: 0;
top: 15%;
}

#countdown {
margin: 0;
padding: 0;
width: 300px;
height: 60px;
background: url(../images/laurel-leavesx300.png) no-repeat center top;
}

div#clock {
font-family: 'Oswald', Impact, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
padding: 9px 0 0 0;
width: 260px;
height: 60px;
overflow: hidden;
text-align: center;
background: none;
}

div#clock p {
font-size: 11px;
color: #fff;
float: left;
width: 42px;
height: 40px;
background: none;
}

div#clock p span {
font-size: 16px;
color: #fff;
display: block;
margin: 0;
padding: 0;
}

div#clock div.space {
font-size: 12px;
color: #fff;
display: block;
line-height: 23px;
float: left;
width: 10px;
height: 40px;
background: none;
}
}

@media only screen and (min-width: 600px) {
/* countdown */
#countdown-wrap {
position: relative;
width: 300px;
height: 60px;
margin: 0 auto;
padding: 0;
top: 15%;
}

#countdown {
margin: 0;
padding: 0;
width: 300px;
height: 60px;
background: url(../images/laurel-leavesx300.png) no-repeat center top;
}

div#clock {
font-family: 'Oswald', Impact, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
padding: 9px 0 0 0;
width: 260px;
height: 60px;
overflow: hidden;
text-align: center;
background: none;
}

div#clock p {
font-size: 11px;
color: #fff;
float: left;
width: 42px;
height: 40px;
background: none;
}

div#clock p span {
font-size: 16px;
color: #fff;
display: block;
margin: 0;
padding: 0;
}

div#clock div.space {
font-size: 12px;
color: #fff;
display: block;
line-height: 23px;
float: left;
width: 10px;
height: 40px;
background: none;
}
}

@media only screen and (min-width: 768px) {
/* countdown */
#countdown-wrap {
position: relative;
width: 580px;
height: 80px;
margin: 0 auto;
padding: 0;
top: 15%;
}

#countdown {
margin: 0;
padding: 0;
width: 580px;
height: 80px;
background: url(../images/laurel-leavesx580.png) no-repeat center top;
}

div#clock {
font-family: 'Oswald', Impact, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
padding: 9px 3px 0 0;
width: 525px;
height: 80px;
overflow: hidden;
text-align: center;
background: none;
}

div#clock p {
font-size: 16px;
color: #fff;
float: left;
width: 72px;
height: 70px;
background: none;
}

div#clock p span {
font-size: 21px;
color: #fff;
display: block;
margin: 0;
padding: 0;
}

div#clock div.space {
font-size: 12px;
color: #fff;
display: block;
line-height: 30px;
float: left;
width: 40px;
height: 70px;
background: none;
}
}

@media only screen and (min-width: 1024px) {
/* countdown */
#countdown-wrap {
position: relative;
width: 580px;
height: 80px;
margin: 0 auto;
padding: 0;
top: 15%;
}

#countdown {
margin: 0;
padding: 0;
width: 580px;
height: 80px;
background: url(../images/laurel-leavesx580.png) no-repeat center top;
}

div#clock {
font-family: 'Oswald', Impact, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
padding: 9px 3px 0 0;
width: 525px;
height: 80px;
overflow: hidden;
text-align: center;
background: none;
}

div#clock p {
font-size: 16px;
color: #fff;
float: left;
width: 72px;
height: 70px;
background: none;
}

div#clock p span {
font-size: 21px;
color: #fff;
display: block;
margin: 0;
padding: 0;
}

div#clock div.space {
font-size: 12px;
color: #fff;
display: block;
line-height: 30px;
float: left;
width: 40px;
height: 70px;
background: none;
}
}

@media only screen and (min-width: 1224px) {
/* countdown */
#countdown-wrap {
position: relative;
width: 580px;
height: 80px;
margin: 0 auto;
padding: 0;
top: 15%;
}

#countdown {
margin: 0;
padding: 0;
width: 580px;
height: 80px;
background: url(../images/laurel-leavesx580.png) no-repeat center top;
}

div#clock {
font-family: 'Oswald', Impact, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 auto;
padding: 9px 3px 0 0;
width: 525px;
height: 80px;
overflow: hidden;
text-align: center;
background: none;
}

div#clock p {
font-size: 16px;
color: #fff;
float: left;
width: 72px;
height: 70px;
background: none;
}

div#clock p span {
font-size: 21px;
color: #fff;
display: block;
margin: 0;
padding: 0;
}

div#clock div.space {
font-size: 12px;
color: #fff;
display: block;
line-height: 30px;
float: left;
width: 40px;
height: 70px;
background: none;
}
}

/* bar open */
#bar-open {
position: fixed;
text-align: left;
width: auto;
height: 31px;
line-height: 31px;
left: 10px;
bottom: 0;
margin: 0;
padding: 0;
z-index: 20;
}

/* bar open 2 */
#bar-open-2 {
position: fixed;
text-align: right;
width: auto;
height: 31px;
line-height: 31px;
right: 10px;
bottom: 0;
margin: 0;
padding: 0;
z-index: 20;
}

/* bar open 3 */
#bar-open-3 {
position: fixed;
text-align: right;
width: auto;
height: 31px;
line-height: 31px;
right: 96px !important;
bottom: 0;
margin: 0;
padding: 0;
z-index: 20;
}

/* bottom left menu */
#bottom-left-menu {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}

#bottom-left-menu ul, li {
margin: 0;
padding: 0;
}

.bottom-left-menu {
margin: 0;
padding: 0;
}

.bottom-left-menu li a, .bottom-left-menu li {
text-transform: uppercase;
}

.bottom-left-menu li {
position: relative;
padding: 0;
}

.bottom-left-menu li a {
padding: 3px 5px 3px 5px;
text-decoration: none;
color: #000;
background: none;
   -moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.bottom-left-menu li a:hover {
color: #fff;
text-shadow: none;
background: #000;
}

/* bottom right menu */
#bottom-right-menu {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}

#bottom-right-menu ul, li {
margin: 0;
padding: 0;
}

.bottom-right-menu {
margin: 0;
padding: 0;
}

.bottom-right-menu li a, .bottom-right-menu li {
text-transform: uppercase;
}

.bottom-right-menu li {
position: relative;
padding: 0;
}

.bottom-right-menu li a {
padding: 3px 5px 3px 5px;
text-decoration: none;
color: #000;
background: none;
   -moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.bottom-right-menu li a:hover {
color: #fff;
text-shadow: none;
background: #000;
}

/* bottom right menu 2 */
#bottom-right-menu-2 {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}

#bottom-right-menu-2 ul, li {
margin: 0;
padding: 0;
}

.bottom-right-menu-2 {
margin: 0;
padding: 0;
}

.bottom-right-menu-2 li a, .bottom-right-menu-2 li {
text-transform: uppercase;
}

.bottom-right-menu-2 li {
position: relative;
padding: 0;
}

.bottom-right-menu-2 li a {
padding: 3px 5px 3px 5px;
text-decoration: none;
color: #000;
background: none;
   -moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.bottom-right-menu-2 li a:hover {
color: #fff;
text-shadow: none;
background: #000;
}

/* the panel */
#the-panel {
position: fixed;
background: #fff;
bottom: 0;
width: 100%;
display: none;
z-index: 999;
}

/* the panel 2 */
#the-panel-2 {
position: fixed;
background: #fff;
bottom: 0;
width: 100%;
display: none;
z-index: 999;
}

/* the panel 3 */
#the-panel-3 {
position: fixed;
background: #fff;
bottom: 0;
width: 100%;
display: none;
z-index: 999;
}

/* panel */
#panel {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
z-index: 50;
}

/* panel 2 */
#panel-2 {
position: relative;
width: 100%;
height: 235px;
overflow: hidden;
z-index: 50;
}

/* panel 3 */
#panel-3 {
position: relative;
width: 100%;
height: 235px;
overflow: hidden;
z-index: 50;
}

/* bar contact */
.bar-contact {
position: absolute;
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
width: auto;
height: 20px;
right: 10px;
bottom: 0;
overflow: hidden;
background: none;
}

.address {
padding: 0 35px 0 0;
}

ul.email-us li {
position: absolute;
right: 0;
bottom: 3px;
display: block;
}

ul.email-us li a span {
display: none;
}

a.envelope:link, a.envelope:visited {
display: block;
width: 25px;
height: 17px;
background: url(../images/email-us.png) no-repeat left top;
}

a.envelope:hover {
background-position: left bottom;
}

/* bar hidden */
#bar-hidden {
position: absolute;
text-align: left;
width: auto;
height: 31px;
line-height: 31px;
left: 10px;
bottom: 0;
margin: 0;
padding: 0;
}

/* bar hidden 2 */
#bar-hidden-2 {
position: absolute;
text-align: right;
width: auto;
height: 31px;
line-height: 31px;
right: 10px;
bottom: 0;
margin: 0;
padding: 0;
}

/* bar hidden 3 */
#bar-hidden-3 {
position: absolute;
text-align: right;
width: auto;
height: 31px;
line-height: 31px;
right: 10px;
bottom: 0;
margin: 0;
padding: 0;
}

/* bottom left menu close */
#bottom-left-menu-close {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}

#bottom-left-menu-close ul, li {
margin: 0;
padding: 0;
}

.bottom-left-menu-close {
margin: 0;
padding: 0;
}

.bottom-left-menu-close li a, .bottom-left-menu-close li {
text-transform: uppercase;
}

.bottom-left-menu-close li {
position: relative;
padding: 0;
}

.bottom-left-menu-close li a {
padding: 3px 5px 3px 5px;
text-decoration: none;
color: #fff;
background: #000;
   -moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.bottom-left-menu-close li a:hover {
color: #fff;
background: #000;
}

/* bottom right menu close */
#bottom-right-menu-close {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}

#bottom-right-menu-close ul, li {
margin: 0;
padding: 0;
}

.bottom-right-menu-close {
margin: 0;
padding: 0;
}

.bottom-right-menu-close li a, .bottom-right-menu-close li {
text-transform: uppercase;
}

.bottom-right-menu-close li {
position: relative;
padding: 0;
}

.bottom-right-menu-close li a {
padding: 3px 5px 3px 5px;
text-decoration: none;
color: #fff;
background: #000;
   -moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.bottom-right-menu-close li a:hover {
color: #fff;
background: #000;
}

/* bottom right menu 2 close */
#bottom-right-menu-2-close {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}

#bottom-right-menu-2-close ul, li {
margin: 0;
padding: 0;
}

.bottom-right-menu-2-close {
margin: 0;
padding: 0;
}

.bottom-right-menu-2-close li a, .bottom-right-menu-2-close li {
text-transform: uppercase;
}

.bottom-right-menu-2-close li {
position: relative;
padding: 0;
}

.bottom-right-menu-2-close li a {
padding: 3px 5px 3px 5px;
text-decoration: none;
color: #fff;
background: #000;
   -moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.bottom-right-menu-2-close li a:hover {
color: #fff;
background: #000;
}

/* newsletter form */
#newsletter-wrapper {
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
width: 240px;
height: 50px;
margin: 20px auto 14px auto;
}

.newsletter-wrapper {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0;
padding: 0;
overflow: hidden;	
}

.mail {
display: none;
visibility: hidden;
}

input#email {
width: 140px;
height: 28px;
padding: 0 5px 0 5px;
border: 1px solid #000;
font-size: 12px;
float: left;
margin-bottom: 5px;
}

input {
border: none;
background: #fff;
}

input:focus, #subscribe textarea:focus {
color: #fff;
background: #000;
}

input#submit {
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
color: #fff;
position: relative;
width: 80px;
height: 30px;
float: right;
margin-left: 5px;
margin-bottom: 5px;
padding: 0 10px;
background: #000;
cursor: pointer;
}

.error {
font-size: 12px;
text-transform: none;
text-align: left;
color: #555;
display: block;
}

.success {
font-size: 11px;
font-style: normal;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #555;
width: auto;
height: auto;
margin: 8px auto;
padding: 0;
background: none;
}

/* services */
#services {
margin: 0 auto;
padding: 0;
width: 95%;
height: auto;
}

#services-title {
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 20px 0 15px 0;
}

.services-wrap {
margin: 0 auto;
padding: 0;
}

.services-content {
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
text-align: center;
color: #000;
margin: 0 auto;
padding: 0 10px 0 0;
width: 95%;
height: 130px;
overflow: auto;
}

.services-content p {
padding: 0 0 10px 0;
text-align: center;
}

ul.services-list {
margin: 0;
padding: 0;
}

ul.services-list li {
list-style: none;
}

/* about */
#about {
margin: 0 auto;
padding: 0;
width: 95%;
height: auto;
}

#about-title {
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 20px 0 15px 0;
}

.about-wrap {
margin: 0 auto;
padding: 0;
}

.about-content {
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
text-align: justify;
color: #000;
margin: 0 auto;
padding: 0 10px 0 0;
width: 95%;
height: 130px;
overflow: auto;
}

.about-content p {
padding: 0 0 10px 0;
text-align: justify;
}

span.line {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}