/*
Theme Name: E2I-T01
Description: A custom built thing of beauty that's search engine friendly, crafted for Events 2 Impress and running on WordPress.
Author: Code Turkey
Author URI: http://www.gocodeturkey.com/
Version: 1.0
*/
      

body {
  /*padding-top:40px;*/
  font-family: Arial, sans-serif;
  background-color:#282828;
}

input[type=submit] {
  cursor: pointer;
}

#footer h2 {
  margin-bottom:35px;
  font-size:16pt;
  text-transform:uppercase;
  font-weight: normal;
}

#bokeh {
  padding-top: 40px;
  background-image:url(images/bokeh.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #D6142F;
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#header {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  height:100px;
}

#logo-top{
  width:100px;
  float:left;
}

h1#logo {
  text-indent:-8000px;
  background-repeat: no-repeat;
  height:97px;
  width:176px;
  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/e2i_logo_web.png');

}
h1#logo[id] {
  background-image:url(images/e2i_logo_web.png);
}

#navbar{
  width:780px;
  padding:60px 0 0 0;
  float:right;
}
#navbar ul#nav li {
  display: inline;
  font-size: 14pt;
  margin-right: 30px;
  padding-bottom: 5px;
  float: left;
  color: #eee;
  text-shadow: #111 0px 1px 2px;
}
#navbar ul#nav li a {
  color: #eee;
  text-decoration: none;
  text-transform: uppercase;
}
#navbar ul#nav li a:hover {
  color: #111;
}

#navbar ul#nav li:hover ul {
  display: block;
}

/*subnav*/
#navbar ul#nav li ul {
  display: none;
  position: absolute;
  /*margin-left: 80px;*/
  margin-top: 5px;
  padding: 3px 6px 3px 6px;
  background-color: #111;
  z-index: 99;
}

#navbar ul#nav li ul li {
  display: block;
  float: none;
  font-size: 10pt;
  word-spacing: 0.1em;
  letter-spacing: 0.05em;
  padding: 8px;
  border-bottom: 1px solid #222;
  margin-right: 0px;
  margin-bottom: 0px;
}
#navbar ul#nav li ul li:last-child {
  border-bottom: 0px;
}

#navbar ul#nav li ul li a:hover {
  color: #D6142F;
}

#opener-wrap{
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#fff;
  line-height:16px;
}

#opener-wrap p {
  margin:10px 0 10px 0;
}

#opener-wrap #left {
  width:450px;
  float:left;
  margin:0 50px 10px 0;
  font-size:17pt;
  line-height:30px;
  text-shadow: #111 0px 2px 2px;
}

#opener-wrap #right {
  width:450px;
  float:left;
  margin:0 0 10px 40px;
  text-align: justify;
  font-size: 10pt;
  font-weight: 180;
  line-height: 14pt;
}

#content-wrap {
  float: left;
  width: 100%;
  margin: auto;
  padding: 30px 0 30px 0;
  border-top: 1px solid #888;
  background-image:url(images/slider-shadow.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  background-color: #fff;
}

#content-container {
  width: 960px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* @group content */

#content-container h1 {
  font-size: 16pt;
  color: #D6142F;
  letter-spacing: 0.025em;
  margin: 12px 0 12px 0;
}

#content-container h2 {
  font-size: 14pt;
  color: #777;
  margin: 18px 0 15px 0;
}

#content-container h3 {
  font-size: 12pt;
  color: #000;
  margin: 18px 0 13px 0;
}

#content-container h4 {
  font-size: 10pt;
  color: #000;
  font-weight: bold;
  margin: 14px 0 12px 0;
}

#content-container p {
  font-size: 10pt;
  color: #555;
  letter-spacing: 0.02em;
  line-height: 15pt;
  margin: 10px 0 10px 0;
}

#content-container * strong {
  font-weight: bold;
}

#content-container * a {
  color: #D6142F;
}

#content-container * a:hover {
  color: #888;
}

#content-container ul {
  margin: 15px 30px 15px 20px;
}
#content-container ul li {
  font-size: 10pt;
  line-height: 12pt;
  background-image: url(images/bullet_arrow.jpg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  margin: 8px 0 8px 0;
  padding-left: 15px;
}

#content-container img {
  margin: 10px;
}

#content-container img.alignright {
  float: right;
}

#content-container img.alignleft {
  float: left;
}

#content-container * div.float_left {
  float: left !important;
  width: auto;
}
#content-container * div.float_right {
  float: right !important;
  width: auto;
}


/* @group div widths */

#content-container * div.width100 {
  width: 100%;
}
#content-container * div.width95 {
  width: 95%;
}
#content-container * div.width90 {
  width: 90%;
}
#content-container * div.width85 {
  width: 85%;
}
#content-container * div.width80 {
  width: 80%;
}
#content-container * div.width75 {
  width: 75%;
}
#content-container * div.width70 {
  width: 70%;
}
#content-container * div.width65 {
  width: 65%;
}
#content-container * div.width60 {
  width: 60%;
}
#content-container * div.width55 {
  width: 55%;
}
#content-container * div.width50 {
  width: 50%;
}
#content-container * div.width45 {
  width: 45%;
}
#content-container * div.width40 {
  width: 40%;
}
#content-container * div.width35 {
  width: 35%;
}
#content-container * div.width30 {
  width: 30%;
}
#content-container * div.width25 {
  width: 25%;
}
#content-container * div.width20 {
  width: 20%;
}
#content-container * div.width15 {
  width: 15%;
}
#content-container * div.width10 {
  width: 10%;
}
#content-container * div.width5 {
  width: 5%;
}


/* @end */



/* @end */

/* @group Slider */

#slider-wrap{
  width:100%;
  float:left;
  padding-top:30px;
  padding-bottom:20px;
  overflow: hidden;
}

#slider-container {
  margin: auto;
  width: 1000px;
  overflow: hidden;
}

#slider-stage {
  width:1000px;
  float: left;
  color:#e32b43;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

/* @group slider controls */

#slider-controls {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
}

#left-button, #right-button {
  width: 49px;
  height: 49px;
  /*padding-top: 110px;*/
  float: left;
  clear: none;
}

#left-button {
  padding-right: 1px;
  float: left;
  margin-left: 30px;
}

#right-button {
  padding-left: 1px;
  float: right;
  margin-right: 30px;
}

a.slide_link {
  text-decoration: none;
  cursor: pointer;
  width: 49px;
  height: 49px;
  background-image: url(images/slider_arrow_sprite.png);
  background-repeat: no-repeat;
  float: left;
}

a.slide_link.Ron {
  background-position: 0px 0px;
}
a.slide_link.Roff {
  background-position: 0px -49px;
}
a.slide_link.Lon {
  background-position: 0px -98px;
}
a.slide_link.Loff {
  background-position: 0px -147px;
}

div#slider-dots {
  float: left;
  width: 840px;
  text-align: center;
  margin-top: 18px;
  padding-left: auto;
  padding-right: auto;
}

div#slider-dots span {
  display: inline;
  background-image: url(images/slider_dots_sprite.png);
  background-repeat: no-repeat;
  /*float: left;*/
  width: 10px;
  height: 10px;
  margin: 0px 0px 0px 0px;
}
div#slider-dots span.on {
  background-position: 0px 0px;
}
div#slider-dots span.off {
  background-position: 0px -20px;
}

/* @end */

#slider-stage ul#slider-list,
ul#service-list {
  list-style-type:none;
  width: 3500px;
  overflow: hidden;
  position: inherit;
}

#slider-stage ul li, 
ul#service-list li {
  float:left;
  margin-right:47px;
  background-image: none;  
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  width: 299px !important;
}

#slider-stage ul li:first-child, 
ul#service-list li:first-child {
  margin-left:0px;
}

#slider-stage ul li:last-child,
ul#service-list li:last-child {
  margin-right:0;
}

#slider-stage ul li p,
ul#service-list li p{
  margin-top:10px;
  margin-left: 3px;
  width:299px;
  color:#363535;
  line-height: 20px;
}


div.top-shadow{
  width:299px;
  height: 8px !important;
  float: left;
  display: inline;
  /*background-color: red;*/
  background-image:url(images/slider-shadow-top.jpg);
  background-repeat:no-repeat;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  _padding-bottom: -2x !important;
  _margin-bottom: 0px;
  display: none;
}

.fill-shadow{
  width:299px;
  height: 187px;
  clear: left;
  /*overflow:auto;*/
  background-image:url(images/slider-shadow-full.png);
  padding-top: 4px;
  padding-bottom: 8px;
}

.btm-shadow{
  width:299px;
  height:8px;
  clear: left;
  background-image:url(images/slider-shadow-btm.jpg);
  background-repeat:no-repeat;
  display: none;
}

div.service-image {
  width:283px;
  height:187px;
  margin:auto;
  overflow: hidden;
}
div.service-image a {
  width: 283px;
  height: 187px;
  float: left;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
div.service-image a:hover * {
  color: #fff !important;
}
div.service-image a img {
  float: left;
  overflow: hidden;
}
div.service-image a div {
  color: #e32b43;
  text-transform: uppercase;
  font-size: 13pt;
  bottom: 0;
  /*background-color:#000;*/
  background-image: url(images/transblack80.png);
  line-height:19px;
  word-spacing: -0.2em;
  padding-right:3px;
  margin-bottom:0;
  overflow:hidden;
  z-index: 999;
  padding: 0 0 2px 2px;
}

ul#service-list {
  width: 1000px;
  padding: 0px;
  margin: 0px;
}
ul#service-list div.service_row {
  float: left;
}
ul#service-list li {
  display: inline;
  margin-right: 30px;
}
div#service-container {
  margin-top: 30px;
}

/* @end */
/* @group footer */

#footer {
  float:left;
  background-color:#282828;
  background-image:url(images/footer-shadow.png);
  background-position:center top;
  background-repeat:no-repeat;
  width:100%;
  overflow:auto;
  border-top: 1px solid #111;
}  

#footer-wrap {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

#footer-wrap h2 {
  text-shadow: #111 0px 2px 2px;
}

/* @group contact details */

#details{
  width:299px;
  float:left;
  margin:40px 0 40px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#fff;
  line-height:16px;
}

#details a{
  color:#fff;
  text-decoration:underline;
}

#details a:visited{
  color:#fff;
  text-decoration:underline;
}

#details a:hover{
  color:#fff;
  text-decoration:underline;
}

#details ul {
  list-style-type:none;
  float:left;
}
#details ul li {
  font-size: 11pt;
  margin-bottom: 8px;
}
#tel{
  margin-top:20px;
  font-size: 14pt !important;
}

/* @end */

/* @group contact */

#contact{  
  width:299px;
  float:left;
  margin:40px 50px 40px 50px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#fff;
  line-height:16px;
}

#contact form input[type=text] {
  height:20px;
}

#contact form textarea{
  /*height:200px;*/
  max-height:200px;
}
#contact form label.hidden {
  display: none;
}

#contact input[type=text],
#contact textarea {
  width:284px;
  background-color:#1e1e1e;
  border:1px solid #181818;
  margin-bottom:6px;
  padding:3px 5px 1px 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#7f7f7f;  
}

#send {
  width:60px !important;
  background-color:#7f7f7f !important;
  border:1px solid #1e1e1e;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#1e1e1e !important;
  padding: 0px 5px 1px 5px !important;
}

div#sendmail_response_box {
  margin-bottom: 12px;
}

input.half_width {
  width: 134px !important;
}
/* @end */

/* @group twitter */

#social {
  width:299px;
  float:left;
  margin:40px 0 40px 0;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  line-height:16px;
}

div#social div.network {
  margin-bottom: 20px;
}

ul#tweets li {
  /*border-bottom:1px #1b1b1b dotted;*/
  padding-bottom: 0px;
  margin-bottom: 8px;
  color:#fff;
  list-style-type:none;
}

ul#tweets li:last-child{
  border:none;
}

ul#tweets li p{
  margin:10px 0 0 0;
}

ul#tweets li a{
  color:#fff;
  text-decoration:underline;
}

ul#tweets li a:visted{
  color:#fff;
  text-decoration:underline;
}

ul#tweets li a:hover{
  color:#fff;
  text-decoration:underline;
}

ul#tweets li p.date{
  font-size:8pt;
  color: #c91b32;
  display:list-item;
}

#fb-like-box {
  background-color: #eee;
  border-top: 3px solid #3B5998;
}

/* @end */

/* @end */

.hidden {
  display: none;
}

/* @group Gallery */
div.ngg-galleryoverview {
  margin-left: 30px !important;
}
div.ngg-gallery-thumbnail-box {
  margin: 10px 10px 20px 10px;
  z-index: 0;
  width: 135px;
  height: 105px;
}

div.ngg-gallery-thumbnail-box div a {
  float: left;
  text-align: center;
  display: block;
  width: 100px;
}

div.ngg-gallery-thumbnail-box div a img {
  border: 1px solid #ddd;
}
div.ngg-gallery-thumbnail-box div a img:hover {
  border: 1px solid #D6142F;
  background-color: #fff;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
  font-size:0.9em !important;
  clear:both !important;
  display:block !important;
  padding-top:15px;
  padding-bottom: 8px;
  text-align:center;
  overflow: visible;
}

.ngg-navigation span {
  font-weight:bold;
  margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
  border: 1px solid #ddd !important;
  margin-right:3px;
  padding:3px 7px 3px 7px;
  text-decoration: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
  background-color: #D6142F !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}


/* @end */
  
  
