/*
Theme Name: Sky
Theme URI: http://www.elegantthemes.com/gallery/
Version: 2.1
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
  line-height: 20px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #7f7f7f;
  background: url('../img/body-bg.png');
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #00b7f3;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.ui-tabs-hide {
  display: none;
}
br.clear {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 5px;
  color: #808080;
  letter-spacing: -1px;
  line-height: 1em;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #808080;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  padding-bottom: 10px;
  line-height: 24px;
}
strong {
  font-weight: bold;
  color: #1c1c1c;
}
cite,
em,
i {
  font-style: italic;
}
pre,
code {
  font-family: Courier New, monospace;
  margin-bottom: 10px;
}
ins {
  text-decoration: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
blockquote {
  margin: 1.5em;
  padding: 1em;
  color: #666666;
  background: #e6e6e6;
  font-style: italic;
  border: 1px solid #dcdcdc;
}
blockquote p {
  padding-bottom: 0px;
}

input[type="text"],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}
input[type="text"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}
input[type="text"],
input.text,
input.title,
textarea,
select {
  margin: 0.5em 0;
}
textarea {
  padding: 4px;
}

img#about-image {
  float: left;
  margin: 3px 8px 8px 0px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

html {
  height: 100%;
  margin-bottom: 1px;
}
@font-face {
  font-family: 'Goudy Bookletter 1911';
  src: url('../font/GoudyBookletter1911-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LeagueGothicRegular";
  src: url("../font/League_Gothic-webfont.eot");
  src: url("../font/League_Gothic-webfont.eot#iefix")
      format("embedded-opentype"),
    url("../font/League_Gothic-webfont.woff")
      format("woff"),
    url("../font/League_Gothic-webfont.ttf")
      format("truetype"),
    url("../font/League_Gothic-webfont.svg#LeagueGothicRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaCondensedBold";
  src: url("../font/18875_helveticacdbd.eot");
  src: url("../font/18875_helveticacdbd.eot#iefix")
      format("embedded-opentype"),
    url("../font/18875_helveticacdbd.woff")
      format("woff"),
    url("../font/18875_helveticacdbd.ttf")
      format("truetype"),
    url("../font/18875_helveticacdbd.svg#HelveticaCondensedBold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueMediumCondensed";
  src: url("../font/helveticaneue_medium_cond.eot");
  src: url("../font/helveticaneue_medium_cond.eot#iefix")
      format("embedded-opentype"),
    url("../font/helveticaneue_medium_cond.woff")
      format("woff"),
    url("../font/helveticaneue_medium_cond.ttf")
      format("truetype"),
    url("../font/helveticaneue_medium_cond.svg#HelveticaNeueLTPro67MediumCondensed")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

#bg {
  position: absolute;
  background: url("../img/header-bg.png")
    repeat-x;
  width: 100%;
  height: 426px;
  left: 0;
  top: 145px;
}
#container {
  text-align: left;
  margin: 0 auto;
  width: 875px;
  position: relative;
}
#main_header {
  padding-bottom: 15px;
}

#logo {
  float: left;
  margin-right: 14px; /*margin-left: 110px;*/
}
#top-menu {
  float: left;
  padding-top: 40px;
}
#content {
  position: relative;
}
h1#page-title {
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  color: #3077a0;
}
p#tagline {
  font-family: "Goudy Bookletter 1911", Arial, sans-serif;
  font-size: 22px;
  color: #1d1d1d;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: url("../img/tagline-bg.png")
    no-repeat right bottom;
  display: block;
  padding-right: 86px;
  height: 51px;
  margin-left: 8%;
  margin-right: 8%;
  line-height: 45px;
  z-index: 100;
  position: relative;
  margin-top: 8px;
}
p#tagline a {
  color: #fff;
  text-decoration: none;
}
p#tagline a:hover {
  color: #eee;
}
p#tagline.featured {
  margin-bottom: -39px;
}
p#tagline.singular {
  margin-bottom: -44px;
}
p#tagline span {
  background: url("../img/tagline-bg.png")
    no-repeat;
  display: block;
  padding-left: 90px;
  height: 61px;
  text-align: center;
}
#main-content,
.single_container,
.comments_container {
  position: relative;
  margin: 0 -6px;
}
.content-bottom {
  position: absolute;
  left: 0px;
  bottom: -95px;
  /* background: url("../img/content-bottom-bg.png") no-repeat; */
  height: 101px;
  width: 883px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-pagenavi,
.project_entry_content span.title,
.comment-meta {
  font-family: "LeagueGothicRegular", Arial, sans-serif;
}
#top-menu {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
h1#page-title {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  font-family: "HelveticaCondensedBold", Arial, sans-serif;
  font-weight: lighter;
}
.controller h3 {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

#et_ajax_info {
  position: fixed;
  top: 50%;
  right: 50%;
  background: #111
    url("../img/ajax-loader.gif")
    no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px;
  z-index: 10000;
}

.et_shadow {
  background: rgba(0, 0, 0, 0.1);
  padding: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.03);
}

#blog_container {
  margin-left: -37px;
}
.blog_entry {
  float: left;
  width: 255px;
  margin: 0 0 35px 37px;
  position: relative;
}
.blog_entry_content {
  background: #fff;
  padding: 20px 22px 5px;
  min-height: 134px;
}
.blog_entry_content p {
  line-height: 20px;
}
h2.title {
  font-size: 25px;
  text-transform: uppercase;
  padding-top: 5px;
}
h2.title a {
  color: #575757;
}
h2.title a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
.post-thumbnail {
  float: left;
  position: relative;
  margin: 0 19px 12px 0;
}
.post-thumbnail a {
  display: block;
}
.post-thumbnail .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  background: url("../img/small_post_overlay.png")
    no-repeat;
}
.post-date {
  position: absolute;
  top: -9px;
  left: -10px;
  padding-left: 20px;
  background: url("../img/post_date.png")
    no-repeat bottom left;
}
.post-date span {
  display: block;
  background: url("../img/post_date.png")
    no-repeat top right;
  height: 34px;
  padding: 0 16px 0 8px;
  line-height: 25px;
  font-size: 12px;
  font-style: italic;
  color: white;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

#projects_container {
  margin-left: -30px;
}
.project_entry {
  float: left;
  width: 259px;
  margin: 0 0 20px 30px;
}
.project_entry_content {
  background: #fff;
  padding: 5px;
}
.project_entry_content a {
  display: block;
  position: relative;
  background: #000;
}
.project_entry_content a:hover {
  text-decoration: none;
}
.project_entry_content img {
  display: block;
}
.project_entry_content span.overlay {
  background: url("../img/description-bg.png");
  display: block;
  width: 249px;
  height: 145px;
  position: absolute;
  top: 0;
  left: 0;
}
.project_entry_content span.magnify {
  background: url("../img/magnify.png")
    no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 38px;
  left: 107px;
}
.project_entry_content span.title {
  position: absolute;
  top: 38px;
  left: 0;
  padding: 0 5px;
  width: 239px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.project_entry_content span.overlay,
.project_entry_content span.magnify,
.project_entry_content span.title {
  display: none;
}

#blog_container {
  padding-top: 22px;
}
#projects_container {
  padding-top: 66px;
}

body.single .post-thumbnail {
  margin: 6px 25px 20px 0;
}
.post-thumbnail .single-post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: url("../img/single_overlay.png")
    no-repeat;
}

.post ul,
.comment-content ul {
  list-style-type: disc;
  padding: 10px 0px 10px 20px;
}
.post ol,
.comment-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px 0px 10px 2px;
}
.post ul li ul,
.post ul li ol,
.comment-content ul li ul,
.comment-content ul li ol {
  padding: 2px 0px 2px 20px;
}
.post ol li ul,
.post ol li ol,
.comment-content ol li ul,
.comment-content ol li ol {
  padding: 2px 0px 2px 35px;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

p#menu_notification {
  padding-top: 34px;
  color: white;
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, serif;
}

#top-menu li {
  float: left;
  padding-right: 2px;
  padding-bottom: 33px;
}
#top-menu a {
  font-family: "HelveticaNeueMediumCondensed", Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 10px 10px 9px;
}
#top-menu a:hover,
body.archive #top-menu li.current-menu-item a,
#top-menu li.current_page_item a {
  color: #ffdf6e;
}

#top-menu li.current-arrow {
  background: url("../img/current_menu_item.png")
    no-repeat bottom center;
}

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#slider,
.single_content,
.comments_content {
  padding: 14px;
  background: #fff;
}
.single_content,
.comments_content {
  padding: 60px 54px 20px;
}
#slides,
#slides .slide {
  width: 847px;
  height: 309px;
}

.slide {
  display: block;
  position: relative;
}
.slide img {
  display: block;
}
.slide span.overlay {
  background: url("../img/overlay.png")
    no-repeat;
  display: block;
  height: 309px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 847px;
  z-index: 2;
}
.description {
  position: absolute;
  background: url("../img/description-bg.png");
  left: 0px;
  bottom: 0px;
  padding: 22px 28px;
  z-index: 3;
}
h2.featured-title {
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: -41px;
  left: 0px;
  z-index: 3;
}
.description p {
  padding-bottom: 0px !important;
  line-height: 18px;
  font-size: 13px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
a.readmore {
  display: block;
  background: url("../img/readmore.png");
  height: 29px;
  padding: 0 16px;
  color: #ffef97;
  font-size: 13px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  line-height: 29px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: bold;
  font-style: italic;
}
a.readmore:hover {
  color: #fae468;
}
#controllers {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background: url("../img/controllers-bg.png")
    repeat-x;
  height: 101px;
}
#left-shadow,
#right-shadow {
  position: absolute;
  top: 0px;
  height: 72px;
  width: 8px;
}
#left-shadow {
  background: url("../img/left-shadow.png")
    no-repeat;
  left: 0px;
}
#right-shadow {
  background: url("../img/right-shadow.png")
    no-repeat;
  right: 0px;
}
#controllers ul {
  border-left: 1px solid #ffffff;
}
#controllers ul li {
  float: left;
  cursor: pointer;
}
#controllers ul li .controller {
  float: left;
  width: 161px;
  height: 81px;
  padding: 20px 25px 0;
}
#controllers .active h3 {
  color: #dd9a40;
}
#controllers .active p {
  color: #272727;
}
#controllers li.active {
  background: url("../img/active-controller-sprite.png")
    no-repeat;
}
#controllers li.active.first {
  background: url("../img/active-controller-sprite.png")
    no-repeat 0 -107px;
}
#controllers li.active.last {
  background: url("../img/active-controller-sprite.png")
    no-repeat 0 -212px;
}

.controller h3 {
  font-family: "HelveticaCondensedBold", Arial, sans-serif;
  font-size: 20px;
  color: #4f4f4f;
  letter-spacing: 0;
}
.controller p {
  font-size: 12px;
  color: #929292;
  text-shadow: 1px 1px 0 #fff;
  line-height: 18px;
  height: 30px;
  overflow: hidden;
}

.featured-title a {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
}
.featured-title a:hover {
  text-decoration: none;
}

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-wrap {
  margin-top: 95px;
}
h3#comments,
h3#reply-title {
  color: #65827d;
  font-size: 48px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}

.comment-body {
  padding: 0 0 0 115px;
  position: relative;
  margin: 15px 0;
}
.avatar-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url("../img/avatar-overlay.png")
    no-repeat;
}
span.comment_date {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: Georgia, serif;
  color: #a8a8a8;
}
.comment-meta {
  font-size: 25px;
  color: #65827d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.comment-meta a {
  color: #65827d;
}
.comment-meta a:hover {
  color: #111;
  text-decoration: none;
}

.reply-container {
  float: right;
  background: url("../img/reply.png")
    no-repeat bottom right;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.reply-container a {
  display: block;
  background: url("../img/reply.png")
    no-repeat;
  height: 36px;
  padding-left: 17px;
  padding-right: 8px;
  line-height: 33px;
}

#trackbacks {
  margin-top: 90px;
}
.comments_respond {
  margin-top: 150px;
}
.comments_respond h3#reply-title {
  position: absolute;
  top: -64px;
  left: 0;
  width: 100%;
  text-align: center;
}

#commentform input[type="text"] {
  width: 40%;
}
#commentform textarea {
  width: 94%;
}
#commentform input[type="text"],
#commentform textarea {
  background: #f2f2f2;
  border: none;
  -moz-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  color: #a1a1a1;
  text-shadow: 0px 1px 0 #fff;
}

#commentform .form-submit {
  overflow: hidden;
}
#commentform input#submit {
  background: url("../img/submit.png")
    no-repeat;
  border: none;
  float: right;
  height: 36px;
  line-height: 19px;
  width: 87px;
}
.reply-container a,
#commentform input#submit {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Goudy Bookletter 1911", Georgia, serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#reply-title small {
  display: block;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-top: -10px;
}
#reply-title small a {
  color: #ecaa4b;
}

.commentlist ul.children {
  padding-left: 115px;
}

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
}
.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 240px;
}
#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
#wp-calendar a:hover {
  text-decoration: underline;
}
#wp-calendar caption {
  text-decoration: none;
  font: bold 13px Arial, Sans-Serif;
}
#wp-calendar td {
  padding: 3px 5px;
  color: #9f9f9f;
}
#wp-calendar td#today {
  color: #ffffff;
}
#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding: 3px 5px;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
  overflow: hidden;
  padding: 15px 12px 0px;
  clear: both;
}
.pagination a {
  color: #fff;
  font-weight: bold;
}
.pagination a:hover {
  color: #eee;
  text-decoration: none;
}

.wp-pagenavi {
  position: relative;
  clear: both;
  background: url("../img/pagination_bg.png")
    no-repeat top center;
  height: 167px;
  text-align: center;
  line-height: 177px;
}
.wp-pagenavi a,
.wp-pagenavi a:link {
  padding: 5px 7px !important;
  margin: 2px;
  text-decoration: none;
  border: none !important;
  color: #88a19c;
  /* background-color: #none; */
  font-weight: normal !important;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi span.current {
  font-size: 36px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.wp-pagenavi a:visited {
  padding: 5px 7px;
  margin: 2px;
  text-decoration: none;
  border: none;
  color: #88a19c;
  background-color: none;
}
.wp-pagenavi span.pages {
  padding: 5px 7px 5px !important;
  margin: 2px !important ;
  border: none !important;
  color: #738d88;
  background-color: none;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.wp-pagenavi span.current,
.wp-pagenavi span.extend,
.wp-pagenavi a:active,
.wp-pagenavi a:hover {
  padding: 5px 7px !important;
  margin: 2px;
  background-color: none !important;
  border: none !important;
  color: #65827d !important;
}

a.readmore:hover,
#sidebar div.custom-sidebar-block ul.control li a:hover,
ul#cats-menu li a:hover,
ul#page-menu li a:hover,
div#slider-control div.featitem h2 a {
  text-decoration: none;
}

.foursixeight {
  margin: 0px 0px 15px 84px;
}

.et_pt_blogentry,
#et_pt_blog {
  position: relative;
}
.page-nav {
  bottom: -231px;
  position: absolute;
  left: 0;
  width: 100%;
}
.et_embedded_videos {
  display: none !important;
}

.js #slides {
  background: url("../img/ajax-loader2.gif")
    no-repeat center;
}
.js #slides .slide {
  display: none;
}

/*----------------------------------------------------*/
/*-------------------[GLOBAL LINKS]-------------------*/
/*----------------------------------------------------*/
.content-bottom {
  text-align: center;
}
.content-bottom ul {
  margin: 15px 0 0 0;
}
.content-bottom ul li {
  display: inline;
  border-right: 1px solid #ccc;
  margin: 0 8px 0 0;
  padding: 0 10px 0 0;
}
.content-bottom ul li.last-menu-item {
  border: none;
}
.content-bottom ul li a {
  color: #fff;
}
.content-bottom ul li a:hover {
  color: #ffdf6e;
  text-decoration: none;
}
