/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url("/ClientScript/colorbox/colorbox-light-1/images/loading.gif") no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url("/ClientScript/colorbox/colorbox-light-1/images/controls.png") no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url("/Data/style/cluetip/wait.gif");
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip/darrowleft.gif");
}
.clue-left-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip/darrowright.gif");
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip/darrowdown.gif");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip/darrowup.gif");
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip/arrowleft.gif");
}
.clue-left-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip/arrowright.gif");
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip/arrowdown.gif");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip/arrowup.gif");
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url("/Data/style/cluetip/bl.gif") no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url("/Data/style/cluetip/tl.gif") no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url("/Data/style/cluetip/tr.gif") no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url("/Data/style/cluetip/br.gif") no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip/rarrowleft.gif");
}
.clue-left-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip/rarrowright.gif");
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip/rarrowdown.gif");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip/rarrowup.gif");
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



div#toolbar, div#toolbarbut 
{
 position:fixed; 
  bottom: 0px;
  right: 0px;
  z-index: 99; 
  height: 36px;
  background-image: url("/Data/style/jqtoolbar/bcktool.jpg");
  
  /*
using a png caused issues in IE8
background-image: url("/Data/style/jqtoolbar/bcktool.png");
 
  */
  border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
  
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; 
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
  
  
	
}

div#toolbar {
  width: 90%;
  min-width: 800px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #555;
}

.toolbarleft{
  float: left; display:none;
}

.toolbarright 
{ white-space:nowrap;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left:10px;
  float: right;
  
  
}

/* for ipad fixed positioning is problematic */

/*
@media only screen and (device-width: 768px) { 
    div#toolbar, div#toolbarbut { position:static;  }
	
}
*/





/*-- Left Side --*/

ul#social li {
  display: inline;
}

#social { float: left;}

a.rss, a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.rss {
  background: url("/Data/style/jqtoolbar/rss.png") no-repeat;
}

a.facebook {
  background: url("/Data/style/jqtoolbar/facebook.png") no-repeat;
}

a.twitter {
  background: url("/Data/style/jqtoolbar/twitter.png") no-repeat;
}

a.delicious {
  background: url("/Data/style/jqtoolbar/delicious.png") no-repeat;
}

a.digg {
  background: url("/Data/style/jqtoolbar/digg.png") no-repeat;
}

a.stumble {
  background: url("/Data/style/jqtoolbar/stumble.png") no-repeat;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url("/Data/style/jqtoolbar/downarrow.png") no-repeat 5px 7px;
}

#toolbar ul {
	margin:0;
	padding:0;
	list-style:none;
 
  
}

#toolbar a.adminlink ,
#toolbar a.adminlink:link ,
#toolbar a.adminlink:visited ,
#toolbar a.adminlink:hover ,
#toolbar a.adminlink:active { 
font-size: 14px!important; 
border-left: 1px solid #a4a4a4;
  padding: 8px 8px 10px 23px;
  line-height: 32px;
  color: #555;
  text-decoration:none;
}
#toolbar a.adminlink:hover {  text-decoration:underline;}

#toolbar a.adminlink { font-weight:700; text-decoration: underline; }
#toolbar a.adminlink:hover { color: #666;}

#toolbar a.adminmenulink { background: transparent url("/Data/style/jqtoolbar/key.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.filemanlink { background: transparent url("/Data/style/jqtoolbar/folder_explore.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.newpagelink { background: transparent url("/Data/style/jqtoolbar/page_white_add.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.pageeditlink { background: transparent url("/Data/style/jqtoolbar/page_white_edit.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.pagesettingslink { background: transparent url("/Data/style/jqtoolbar/page_white_wrench.png") no-repeat; background-position : 2px 50%;  }


       


span.normalthread{ background: url("/Data/style/forums/folder.png") no-repeat; display:inline-block; width:18px; height:20px; }
span.lockedthread{ background: url("/Data/style/forums/lock.png") no-repeat; display:inline-block; width:18px; height:20px; }
span.stickythread{ background: url("/Data/style/forums/folder_star.png") no-repeat; display:inline-block; width:18px; height:20px; }
.newthread, .newpost { background: url("/Data/style/forums/folder_edit.png") no-repeat; background-position: 0px 2px; padding-left:18px;  }
.forumEdit, .threadEdit, .postEdit { background: url("/Data/style/forums/pencil.png") no-repeat; background-position: 0px 0px; padding-left:18px;  }
.forumfeed { background: url("/Data/style/forums/feed.png") no-repeat; background-position: 0px 0px; padding-left:18px; }.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url("/Data/style/CalExtender/arrow-left.gif");}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url("/Data/style/CalExtender/arrow-right.gif");}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}
/* http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx */

.AspNet-GridView
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#999999 1px solid;
}

.AspNet-GridView table { width: 100%; }
.AspNet-GridView table { width: 100%; }
.AspNet-GridView table.editgrid { margin:0px;}

.AspNet-GridView table thead
{
    background-image: url("/Data/style/gridview/HeaderWhiteChrome.jpg");
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}

.AspNet-GridView table thead th
{
    padding: 5px;
    color: #333;
	text-align:left;
}

.AspNet-GridView table thead th a
{
    text-decoration:none;
    color:#333;
    display:block;
    text-align:left;
   
}

.AspNet-GridView table tbody tr td
{
    padding: 5px;
    border-right: solid 1px #999;
	background-color:#E4E4E4;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination
{
background-image: url("/Data/style/gridview/HeaderWhiteChrome.jpg");
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}

.AspNet-GridView div.AspNet-GridView-Pagination a
{
color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    border-left:solid 1px #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination span
{
font-weight:bold;
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}

.AspNet-GridView tr.AspNet-GridView-Empty
{
	color:#ffffff;
    background-color: #c9c9c9;
	 text-align:center; 
}

.AspNet-GridView tr.AspNet-GridView-Empty p
{ padding-top:20px;}

.formResults .AspNet-GridView table thead, .formResults  div.AspNet-GridView-Pagination
{
background-image: none;
}

html[dir='rtl'] .AspNet-GridView table thead th { text-align: right;}
html[dir='rtl'] .AspNet-GridView table thead th a { text-align: right; }

/* Reset */
.qtfile, 
.qtfile p,
.qtfile ul,
.qtfile li, 
.qtfile a, 
.qtfile span,
.qtfile img
{
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	/*
	zoom: 1;
    */
}

.qtfile
{
	min-width: 650px;
}

.qtfile span
{
	vertical-align: text-top;
	line-height: 100%;
}

/* Button elements */
.qtfile .button
{
	cursor: pointer;
}

.qtfile .button.button-disabled
{
	color: Gray;
	cursor: default;
}

/* Icons */
/* Command buttons */
.qtfile .button.folder-create .icon,
.qtfile .button.folder-rename .icon,
.qtfile .button.folder-move .icon,
.qtfile .button.folder-delete .icon,
.qtfile .button.file-upload .icon,
.qtfile .button.file-refresh .icon,
.qtfile .button.folder-refresh .icon,
/* File actions */
.qtfile .file-panel .icon-file-name,
.qtfile .file-panel .file-actions span,
/* Folder items */
.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-bullet.folder-bullet-closed,
.qtfile .folder-panel .folder-bullet.folder-bullet-opened,
.qtfile .folder-panel .icon-folder,
.qtfile .folder-panel .icon-folder-end,
/* Status icons */
.qtfile .qtfile-footer .icon-status
{
	background-image: url("/Data/style/qtfile/icons.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
}

/* Header */
.qtfile .qtfile-header
{
	padding: 7px 0 3px 10px;
}

/* Footer */
.qtfile .qtfile-footer
{
	border-top: none;
	padding: 6px 0 5px 5px;
	position: relative;
}

.qtfile .qtfile-footer .status-message
{
	position: absolute;
	left: 10px;
	top: 8px;
}

.qtfile .qtfile-footer .icon-status
{
	margin: 0 5px 0 0;
}

.qtfile .qtfile-footer .status-info .icon-status { background-position: 64px 64px; }
.qtfile .qtfile-footer .status-warn .icon-status { background-position: 32px 64px; }
.qtfile .qtfile-footer .status-error .icon-status { background-position: 16px 64px; }

.qtfile .qtfile-footer .credit
{
	display: block;
	float: right;
	margin-right: 15px;
}

.qtfile .qtfile-footer .credit a
{
	line-height: 1.6em;
}

.qtfile .qtfile-footer .credit a:hover
{
	text-decoration: underline;
}

/* Menu list */
.qtfile .menu-bar
{
	margin: 5px 0 5px 5px;
	position: relative;
}

.qtfile .menu-bar .icon
{
	margin-right: 3px;
}

.qtfile .menu-bar .button.file-refresh
{
	position: absolute;
	right: 3px;
	top: 2px;
}

.qtfile .button.file-refresh .icon { background-position: 0 32px; }
.qtfile .button.folder-create .icon { background-position: 0 48px; }
.qtfile .button.folder-rename .icon { background-position: 64px 48px; }
.qtfile .button.folder-delete .icon { background-position: 32px 48px; }
.qtfile .button.folder-move .icon { background-position: 48px 48px; }
.qtfile .button.file-upload .icon { background-position: 64px 32px; }


.qtfile .qtfile-content
{
	position: relative;
	height: 389px;
	/* Only need the top border from jquery-ui */
	border-bottom: none;
	border-right: none;
	border-left: none;
}

/* Headers */

.qtfile .file-header *,
.qtfile .folder-header *
{
	line-height: 27px;
}

.qtfile .folder-header
{
	border-right: none;
	border-left: none;
	position: relative;
	padding-left: 2%;
	margin-right: -2%;
}

.qtfile .folder-header .button.folder-refresh
{
	position: absolute;
	right: 3%;
	top: 3px;
}

.qtfile .button.folder-refresh .icon { background-position: 0 32px; }

.qtfile .file-header
{
	border-right: none;
	padding-left: 0px;
	position: relative;
}

.qtfile .file-header .file-size-header,
.qtfile .file-header .file-name-header,
.qtfile .file-header .file-actions-header
{
	float: left;
	text-align: center;
	background-image: none;
	background-color: Transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	margin-right: -1px;
}

.qtfile .file-header .file-name-header
{
	border: none;
	width: 55%;
	text-align: left;
	text-indent: 1%;
}

.qtfile .file-header .file-size-header
{
	width: 20%;
}

.qtfile .file-header .file-actions-header
{
	width: 25%;
	text-indent: -10000px;
}

/* Folders */

.qtfile .folder-wraper
{
	width: 26%;
	position: absolute;
}

/* Folder list */

.qtfile .folder-panel
{
	height: 360px;
	overflow: auto;
}

.qtfile .folder-panel li,
.qtfile .file-panel li
{
	white-space: nowrap;
}

.qtfile .folder-panel li li
{
	padding-left: 16px;
}

.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-name
{
	cursor: pointer;
}

.qtfile .folder-panel .folder-name-text
{
	line-height: 1.5em;
}

.qtfile .folder-panel .folder-name:hover
{
	color: Blue;
}

.qtfile .folder-bullet { background-image: none; }
.qtfile .icon-folder-end { background-position: 16px 32px; }
.qtfile .icon-folder { background-position: 16px 48px; }
.qtfile .folder-bullet.folder-bullet-closed { background-position: 48px 32px; }
.qtfile .folder-bullet.folder-bullet-opened { background-position: 32px 32px; }

.qtfile .folder-panel .folder-name .icon-folder,
.qtfile .folder-panel .folder-name .icon-folder-end
{
	margin-right: 5px;
}

.qtfile .folder-panel .folder-name .icon-folder-end
{
	visibility: hidden;
	left: 5px;
}

.qtfile .folder-panel .folder-name-selected .icon-folder-end
{
	visibility: visible;
}

/* Files */

.qtfile .file-wraper
{
	width: 74%;
	position: absolute;
	right: 0;
}

.qtfile .file-panel
{
	padding-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-image: none;
	background-color: Transparent;
	height: 360px;
	overflow: auto;
}
.qtfile .file-panel.file-list-empty
{
	/* background: url("/Data/style/qtfile/empty_folder_bg.png") 50% 50% no-repeat; */
}

.qtfile .file-panel .file-name, 
.qtfile .file-panel .file-size, 
.qtfile .file-panel .file-actions
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: left;
	line-height: 1.7em;
}

.qtfile .file-panel .file-name
{
	width: 55%;
	text-indent: 1%;
}

.qtfile .file-panel li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.qtfile .file-panel li { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
.qtfile .file-panel li { height:1%; }
.qtfile .file-panel li { display:block; }
/* end clearfix */

.qtfile .file-panel li.even
{
	background-image: url("/Data/style/qtfile/file_even_bg.png");
}

.qtfile .file-panel li:hover
{
	background-image: url("/Data/style/qtfile/file_hover_bg.png");
}

.qtfile .file-panel .file-size
{
	width: 19%;
	text-align: right;
}

.qtfile .file-panel .file-actions
{
	float: right;
	width: 22%;
	text-align: center;
	margin: 0  0 0 1%;
}

.qtfile .file-panel .icon-file-name
{
	margin: 0 1% 0 0;
}

.qtfile .file-panel .file-actions span
{
	cursor: pointer;
	margin: 0  0 0 1%;
	text-indent: -10000px;
	
	/* Fix for IE7 moved to IE7Specific css
	*text-indent: 0;
	*font-size: 0;
    */

}

.qtfile .file-panel .file-action-link { background-position: 48px 64px; }
.qtfile .file-panel .file-action-delete { background-position: 16px 16px; }
.qtfile .file-panel .file-action-move { background-position: 32px 16px; }
.qtfile .file-panel .file-action-rename { background-position: 48px 16px; }
.qtfile .file-panel .file-action-download { background-position: 64px 16px; }
.qtfile .file-panel .file-action-preview { background-position: 80px 64px; }

/* File preview */

.qtfile .file-preview p,
.qtfile .file-preview img
{
	margin: 0;
	padding: 0;
}

.qtfile .file-preview p
{
	overflow: hidden;
	white-space: nowrap;
}

.qtfile .file-preview p span
{
	line-height: 1.6em;
	vertical-align: text-top;
}

.qtfile .file-preview
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: auto;
	max-width: 65%;
	display: none;
	/* Width must be set in IE7 for header get right moved to IE7Specific.css
	*width: 65%;
    */
}

.qtfile .file-preview-field-name
{
	display: inline-block;
	width: 7.5em;
	font-weight: bold;
}

.qtfile .file-preview p.file-preview-image
{
	line-height: 0;
	width: auto;
}

.qtfile .file-preview .file-preview-image img
{
	max-width: 100%;
	overflow: auto;
	max-height: 150px;
}

.qtfile .file-preview .file-preview-image-loading
{
	display: block;
	width: 48px;
	height: 48px;
	background: url("/Data/style/qtfile/indicator.gif") no-repeat;
}

/* File icons */

.qtfile .file-panel .icon-file-name
{
	background-image: url("/Data/style/qtfile/file_types.png");
	background-position: 16px 16px;
}

.qtfile .file-panel .icon-file-bmp { background-position: 256px 256px; }
.qtfile .file-panel .icon-file-jpg, .qtfile .file-panel .icon-file-jpeg { background-position: 240px 0; }
.qtfile .file-panel .icon-file-png { background-position: 224px 0; }
.qtfile .file-panel .icon-file-gif { background-position: 208px 0; }

.qtfile .file-panel .icon-file-txt { background-position: 256px 240px; }
.qtfile .file-panel .icon-file-pdf { background-position: 240px 240px; }

/* Impromptu 
http://trentrichardson.com/Impromptu/index.php
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

body.filedialog{ color: black;}

h2.logitem { font-size: 1em; }

input.openid_login { background:url("/Data/style/common/openidlogin.gif") no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }


/* autocomplete extender */

ul.autocomplete_completionListElement 
{  
	margin : 0px 0px 0px 0px!important;
	padding: 0px !important;
	background-color : white;
	color : black;
	border-color : gray;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
    text-align : left; 
    list-style-type : none !important;
	
}

li.autocomplete_highlightedListItem
{
	margin-left: 0px !important ;
	background-color: #ffff99;
	color: black;
	padding: 1px !important;
	background-image:none!important;
	
	
}

li.autocomplete_listItem 
{
	
	margin-left: 0px !important;
	background-color : white;
	color : black;
	padding : 1px !important;
	background-image:none!important;

	
}

/* jQuery Cycle Pager 
 * Required for HTML Module "Slide Show Pager" option.
 */
.cyclenav {text-align: center;}
.cyclenav a{margin-right: 3px;}
.cyclenav a.activeSlide {font-weight: bold;}

/* Example of jQuery Cycle Pager with 'dots' for the navigation links
 * To use this, place 'cycledots' (without quotes) in the 
 * 'Custom CSS Class' setting of the HTML Content Module being used 
 * for the slideshow
 */
.cycledots .cyclenav a{
	background: transparent url("/Data/style/common/cyclenav-bullet2.png") no-repeat scroll center -28px; 
	line-height: 40px;
	overflow: hidden;
	height: 14px;
	width: 14px;
	display: inline-block;}
.cycledots .cyclenav a:focus,
.cycledots .cyclenav a.activeSlide{ background-position: center -14px; }
.cycledots .cyclenav a:hover { background-position: center 0; }


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }



/* faq */
.faqs{padding-top:20px}
.faqs dt{font-weight:bold;background:url("/Data/style/common/q.gif") 0 4px no-repeat;padding:3px 0 15px 30px;position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url("/Data/style/common/a.gif") 0 2px no-repeat;padding:0 0 5px 30px;position:relative;color:#333}
.faqs .hover{color:#990000;text-decoration:underline}

/*mojorating */
.ratingcontainer { float:right; white-space:nowrap; margin:5px 5px 5px 5px;  }
.ratingprompt { float: left; margin-right: 5px; }
.voteswrap { margin-left: 5px; }
.ratingcontainer div { float:left; white-space:nowrap; margin:0px 0px 0px 0px;  }
.ratingrow { white-space:nowrap; }
.ratingStar { white-space:nowrap; height:14px; margin:1em; }
.ratingStar .ratingItem { font-size:0; width:13px; height:12px; display:block; background-repeat:no-repeat; cursor:pointer; margin:0; padding:0; }
.ratingStar .Filled { background-image:url("/Data/style/common/ratingStarFilled.png"); }
.ratingStar .Empty { background-image:url("/Data/style/common/ratingStarEmpty.png"); }
.ratingStar .Saved { background-image:url("/Data/style/common/ratingStarSaved.png"); }
.ratingbuttons {  margin: 0px 0px 0px 0px; padding: 2px 0px 0px 0px;  }
.rcommentprompt { display:block;}
.ratingcomments { border:#000 1px solid; background-color:#eee; color:#000; width:206px; height:200px; position:absolute; margin-top:15px; padding:5px; }
.ratingcommentbox { width:200px; height:100px; }



a.addtocal { background: url("/Data/style/common/calendar_add.png") no-repeat; background-position: 0px 2px; padding-left:18px; display:inline-block; min-height:22px; margin-right:4px;  }

/* ***************************************
** Diff related styles
*****************************************/

ins {
	background-color: #cfc;
	text-decoration:inherit;

}

del {
	color: #999;
	background-color:#FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

a.inlineedittoggle.ui-icon { display: inline-block; }

.filedialog { margin: 0; padding: 0;}
#GalleryPreview{ table-layout: fixed; width: 450px; margin: 0 auto;float: left; border: 0px solid #0000ff; }
#GalleryPreview_VerticalFix { width: 450px; display: table-cell; text-align: left; border: 0px solid #00ff00; }
#GalleryPreview img { max-width: 550px; max-height: 550px;}
.boldtext { font-weight: bold;}

#filewrapper {}
#filewrapper .fileoperations { background-color: #F0EFF1; }
#filewrapper .foldercreation,
#filewrapper .fileupload { float: left; width: 50%;}
#filewrapper .operationpanel { padding: 0 5px; }
#filewrapper .operationheading { display: block; text-align: center; background-color: #E0DFE3; font-weight: bold;}
#filewrapper .imageresizeoptions { margin-top: 10px; }
#filewrapper .imageresizeoptions,
#filewrapper .operationinstructions { font-size: 110%; }
#filewrapper .imageresizecheckbox { display: block; }
#filewrapper .imageresizecheckbox input { margin-right: 3px; }
#filewrapper .errorpanel span { margin-top: 5px; }

#filewrapper .fileselection > div { }
#filewrapper .filetreewrapper { float: left; width: 33%; }
#filewrapper .filepreview { float: left; width: 67% }
#filewrapper .filepreview .operationpanel { padding: 0 0 0 15px; }
#filewrapper .rootfolder { float: left; height: 475px; width: 100%; margin-left: 10px; overflow: auto; }
#filewrapper #pnlFileTree { padding-right: 30px; }
#filewrapper .smalltextbox { width: 30px; margin-right: 10px; }

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

div.uploadfilelist {
	padding-top: 10px;
	clear: both;
}

div.uploadfilelist .ui-button,
.uploadcontainer .ui-button {
	padding: 7px;
}

ul.filelist {
	
	list-style: none;
}

ul.filelist .ui-icon-trash {
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	
}

div.fileupload-dropzone {
	padding: 50px 0 50px 0;
	width: 100%;
	border:dashed thin black;
	margin: 4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
}

/* editor styles, classes assigned by toolbar items */
.AlignCenter , p.AlignCenter {
  text-align: center;
}
 
.AlignLeft , p.AlignLeft{
  text-align: left;
}
 
.AlignRight, p.AlignRight {
  text-align: right;
}
 
.AlignJustify, p.AlignJustify {
  text-align: justify;
}
 
.Indent1, p.Indent1 , ol.Indent1, ul.Indent1{
  margin-left: 40px;
}
 
.Indent2, p.Indent2, ol.Indent2, ul.Indent2 {
  margin-left: 80px;
}
 
.Indent3, p.Indent3, ol.Indent3, ul.Indent3 {
  margin-left: 120px;
}

.font-xsmall {
  font-size: 60%;
}
.font-small {
  font-size: 80%;
}
.font-normal {
  font-size: 100%;
}
.font-large {
  font-size: 120%;
}
.font-xlarge {
  font-size: 140%;
}

table.jqtable td { font-weight:bold; }
table.FileManager_table { width:99%; }

div.cmdbar { display:inline-block; min-width:300px; min-height:14px; max-height: 14px; }
a.forumcommand { margin: 0px 10px 0px 10px; }
/* ----------------------------------
MojoPortal Admin Menu CSS
For more information about Crystal Clear icons, http://commons.wikimedia.org/wiki/Category:Crystal_Clear_icons 
This css and few custom modified verasions of crystal icons were contributed by Steve Railsback of Colorado State U 2010-09-29
To use this, add this to your style.config file:
<file cssvpath="/Data/style/adminmenu/style.css" imagebasevpath="/Data/style/adminmenu/">none</file>
------------------------------------- */

/* Admin menu */
div.adminmenu {  }
div.adminmenu ul.simplelist { margin: 0 0 1em -20px; }
div.adminmenu ul.simplelist li { float: left; display: block; background-image:none; }
div.adminmenu ul.simplelist li  a { 
	line-height: 1em; 
	display: block; 
	width: 100px; 
	height: 40px; 
	float: left; 
	padding: 60px 10px 10px 10px; 
	margin: 5px; 
	text-decoration: none; 
	/* color: #666; */
	border: 1px solid #ddd; 
	text-align: center;  
}

html[dir='rtl'] div.adminmenu ul li { float: right;}
html[dir='rtl'] div.adminmenu ul li a { float: right; }


div.adminmenu ul.simplelist li a:hover { color: #000; border: 1px solid #333; background-color: #eee; } 

a.lnkSiteSettings { background: url("/Data/style/adminmenu/Crystal_Clear_action_run.png") no-repeat center 10px; }


a.lnkSecurityAdvisor, a.lnkSecurityAdvisorWarning {background: url("/Data/style/adminmenu/Crystal_Clear_app_agent.png") no-repeat center 10px; }


a.lnkSecurityAdvisorWarning { color:Red !important; border-color:Red !important; }
a.lnkSecurityAdvisorWarning:after { content: " Needs Attention! "; }
span.secwarning { display: none; }


a.lnkCommerceReports { background: url("/Data/style/adminmenu/Crystal_Clear_app_kchart.png") no-repeat center 10px;}
a.lnkContentManager { background: url("/Data/style/adminmenu/Crystal_Clear_mimetype_document.png") no-repeat center 10px;}
a.lnkContentWorkFlow { background: url("/Data/style/adminmenu/Crystal-Clear-content_workflow.png") no-repeat center 10px; }
a.lnkContentTemplates { background: url("/Data/style/adminmenu/Crystal_Clear_app_kivio.png") no-repeat center 10px;}
a.lnkStyleTemplates { background: url("/Data/style/adminmenu/Crystal-Clear-app-stylesheet.png") no-repeat center 10px;}
a.lnkSiteList { background: url("/Data/style/adminmenu/folder_html.png") no-repeat center 10px;}
a.lnkPageTree { background: url("/Data/style/adminmenu/Crystal-Clear-action-view-tree.png") no-repeat  center 10px;}
a.lnkRoleAdmin { background: url("/Data/style/adminmenu/Crystal_Clear_users.png") no-repeat  center 10px;}
a.lnkFileManager { background: url("/Data/style/adminmenu/Cystal_Clear_file_manager.png") no-repeat  center 10px;}
a.lnkAddUser { background: url("/Data/style/adminmenu/Crystal_Clear_add_user.png") no-repeat  center 10px;}
a.lnkCoreData { background: url("/Data/style/adminmenu/Crystal_Clear_app_database.png") no-repeat  center 10px;}
a.lnkAdvancedTools { background: url("/Data/style/adminmenu/Crystal-Clear-action-configure.png") no-repeat  center 10px;}
a.lnkLogViewer { background: url("/Data/style/adminmenu/Crystal-Clear-mimetype-vcalendar.png") no-repeat  center 10px;}
a.lnkServerInfo { background: url("/Data/style/adminmenu/Crystal-Clear-app-ksysguard.png") no-repeat  center 10px;}
a.lnkNewsletter { background: url("/Data/style/adminmenu/Crystal-Clear-app-kontact.png") no-repeat  center 10px;}
a.lnkMemberList { background: url("/Data/style/adminmenu/Crystal-Clear-kuser2.png") no-repeat  center 10px;}
a.lnkCurrencyAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-currency.png") no-repeat  center 10px;}
a.lnkCountryAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-app-locale.png") no-repeat  center 10px;}
a.lnkGeoZone { background: url("/Data/style/adminmenu/Crystal-Clear-app-browser.png") no-repeat  center 10px;}
a.lnkTaxClassAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-app-kspread.png") no-repeat  center 10px;}
a.lnkTaxRateAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-tax.png") no-repeat  center 10px;}
a.lnkUrlManager { background: url("/Data/style/adminmenu/Crystal-Clear-url.png") no-repeat  center 10px;}
a.lnkRedirectManager { background: url("/Data/style/adminmenu/Crystal-Clear-redirect.png") no-repeat  center 10px;}
a.lnkBannedIPs { background: url("/Data/style/adminmenu/Crystal-Clear_banned_ip.png") no-repeat  center 10px;}
a.lnkFeatureAdmin { background: url("/Data/style/adminmenu/Crystal-Clear-app-kpackage.png") no-repeat  center 10px;}
a.lnkTaskQueue { background: url("/Data/style/adminmenu/Crystal_Clear_action_editpaste.png") no-repeat  center 10px;}
a.lnkWebPartAdmin { background: url("/Data/style/adminmenu/Crystal_Clear_Networksettings.png") no-repeat  center 10px;}
a.lnkAwaitingApproval { background: url("/Data/style/adminmenu/Crystal_Clear_waiting_approval.png") no-repeat  center 10px;}
a.lnkRejectedContent { background: url("/Data/style/adminmenu/Crystal_Clear_rejected_content.png") no-repeat  center 10px;}
a.lnkPendingPages { background: url("/Data/style/adminmenu/FileCrystal-Clear-draft_pages.png") no-repeat  center 10px;}
a.AnalyticsMenuLink { background: url("/Data/style/adminmenu/Crystal-Clear-app-browser.png") no-repeat  center 10px; }
a.lnkDevTools  { background: url("/Data/style/adminmenu/devtools.png") no-repeat  center 10px; }
a.lnkDesignTools  { background: url("/Data/style/adminmenu/designtools.png") no-repeat  center 10px; }
a.lnkRegistrationAgreement, a.lnkLoginInfo  { background: url("/Data/style/adminmenu/RegAgreement.png") no-repeat  center 10px; }
a.lnkPermissionAdmin { background: url("/Data/style/adminmenu/permissions.png") no-repeat  center 10px; }
a.lnkSkinList { background: url("/Data/style/adminmenu/skin.png") no-repeat center 10px; }
a.lnkCacheTool { background: url("/Data/style/adminmenu/cache.png") no-repeat center 10px; }


/* Form styles */
fieldset { border:1px solid #ffc796; margin:0; padding:5px 5px 5px 15px; }
legend { font-size:larger; font-weight:700; }
ol.formlist { list-style:none; margin: 0px; }
li.settingrow  { list-style:none; margin-left:2px;  }
.settinglabel { float:left; clear:left; width:20em; padding:1px; }
.settinglabelFixedHeight { float:left; clear:left; width:20em; height:77px; padding:1px; }
.settinglabel,.settinglabelFixedHeight { font-weight:700; font-size:smaller; }
.settingrow { clear:left; padding:4px 0; }
.settinglabeltight { float:left; clear:left; width:8em; font-weight:700; padding:1px; }
.settingrowtight { clear:left; padding:1px 0; }
.modulebuttonrow { clear:left; text-align:center; }
input.smalltextbox { width:4em; }
input.normaltextbox { width:10em; }
input.mediumtextbox, .login .signinbox, .login .passwordbox { width:15em; }
input.widetextbox { width:25em; }
input.verywidetextbox { width:35em; }
.txterror { color:red; font-weight:700; }
.txtcopyright { color:#444; font-size:80%; font-weight:400; }
.watermarktextbox { width:9em; height:19px; color:Gray; }
.subscribeemail { color:Gray; width:14em; }

.pagelayout .addcontent{float: left; margin: 0 0 20px; }
.pagelayout .panelayout { clear: both; margin: 0 0 20px 0; padding: 0;}
.pagelayout .panelayout h2 {text-align: center; margin: 0 10px 10px 0;}
.pagelayout .regularpanes{margin: 0 auto; width: 630px; clear: both;}
.pagelayout .pane{float: left; clear: none;margin: 20px 0 20px 0; position: relative;}
.pagelayout .layoutcenter{margin: 20px 30px;}
.pagelayout .layoutalt1,
.pagelayout .layoutalt2{float: none;clear: both; width: 190px; margin: 0 auto; position: relative;}
.pagelayout .altlayoutnotice{margin-bottom: 20px;}
.pagelayout .panelistbox{position: relative; width: 190px; min-height:150px;}
.pagelayout .pane select {width: 170px; margin-right: 10px;}
.pagelayout .layoutbuttons{right: 0; top: 5px; position: absolute;}
.pagelayout .layoutbuttons input{display: block; margin-bottom: 10px;}

/* Lists */
ol.searchresultlist { list-style-type:none; }
div.simplehorizontalmenu { clear:both; width:100%; height:27px; }
ul.simplehorizontalmenu { float:left; list-style:none; margin:0 0 3px 6px; padding:0; }
ul.simplehorizontalmenu li { display:inline; float:left; padding:0 10px; background-image: none; }
ul.simplehorizontalmenu li.selecteditem { font-weight:700; }

.simplelist,.simplelist li { list-style:none; padding:0 0 4px 10px; }

div.sitemap ul,div.sitemap ul li { list-style:none; font-size:100%; }
.site-statistics { border-bottom:solid thin #ccc; margin:0 0 5px; padding:0 0 5px; }
ul.userstats { list-style-type:none; font-size:90%; margin:0 0 0 6px; }
ul.userstats ul { display:block; margin:0; padding:0; }
ul.userstats li { position:relative; list-style:none; font-size:100%; margin: 0px 0px 0px 0px; background-image: none; }

div.panelwrapper ul.simplelist { margin-bottom:0; }
div.AspNet-RadioButtonList ul,div.AspNet-CheckBoxList ul { list-style-type:none; margin:0; padding:0; }
ul.firstnav span.sitelink,li.topnavitem,li.firstnav { font-weight:700; font-size:12px; }
li.AspNet-RadioButtonList-Item,li.AspNet-CheckBoxList-Item { white-space:nowrap; }

div.sitemap .AspNet-TreeView-Expand
{background:  url("/Data/sites/1/skins/eeba/stylesheets/expand.gif") 0 0 no-repeat; width: 15px; margin-right: 5px;
 float:left; cursor: pointer; line-height: 15px;  }	
div.sitemap .AspNet-TreeView-Collapse
{background: url("/Data/sites/1/skins/eeba/stylesheets/collapse.gif") 0 0 no-repeat; width: 15px; margin-right: 5px;
  float:left; cursor: pointer; line-height: 15px;}
.AspNet-TreeView-Hide { display:none;}
div.sitemap a.AspNet-TreeView-Expand, div.sitemap a.AspNet-TreeView-Collapse  { text-decoration: none; }

ul.tag-cloud  { list-style-type:none; margin:15px 0 3px 10px; }
ul.tag-cloud li { display:inline; list-style-type:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height:100%; }
.tagcount { font-size:x-small; }
.tag-cloud .weight1 { font-size:90%; }
.tag-cloud .weight2 { font-size:110%; }
.tag-cloud .weight3 { font-size:120%; }
.tag-cloud .weight4 { font-size:130%; }
.tag-cloud .weight5 { font-size:140%; }
.tag-cloud .weight6 { font-size:150%; }
.tag-cloud .weight7 { font-size:160%; }
.tag-cloud .weight8 { font-size:180%; }
.tag-cloud .weight9 { font-size:200%; }
.tag-cloud .weight10 { font-size:210%; }

/* Links */
a{color:inherit}
a.ModuleEditLink,
a.ModuleEditLink:link,
a.ModuleEditLink:visited,
a.ModuleEditLink:hover,
a.ModuleEditLink:active { font-size:10px !important; }
.extrasearchlink { padding-left: 10px;  }

.AspNet-GridView td,
.AspNet-GridView a,
.AspNet-GridView a:link,
.AspNet-GridView a:visited,
.AspNet-GridView a:hover,
.AspNet-GridView a:active { color:black; }

/* Misc */
div.topnavwrap { position:absolute; top:0; left:0;   margin:0px 0px 0px 0px; width:100%; z-index:100; padding:5px 0px 7px 10px; }
div.topnav { width: 900px; margin-left:auto; margin-right:0; }
div.topnav ul {  display:inline; margin:0; padding:0;  }
li.topnavitem { float:left; list-style-type:none;  padding:0 7px; }
li.firstnav { float:left; list-style-type:none; padding:0 7px 0 5px; }
.sitelink,a.sitelink:link,a.sitelink:visited { color:inherit; text-decoration: none; font-family: "Century Gothic",Arial, Helvetica, Sans-Serif; }
a.sitelink:hover{ text-decoration:underline; }

.logolist,.pageicons,.skiplink { display:none; }

.modulecontent { padding: 5px; }
.modulefooter { display: none; }

.gmaptextbox { width:27em; }
.gmap { margin:0 0 10px; }
.bmap { position:relative; }

.ratingcontainer { float:left; margin-left:0; }

.albumMetaName { font-weight:700; }
.foldergallery h1 { font-size:large; margin-bottom:20px; }
.albumFloat { float:left; text-align:center; margin-right:8px; margin-bottom:4px; }
.albumMetaSectionHead { background-color:Gray; color:#FFF; font-weight:700; }

.breadcrumbs { padding:10px 4px 4px 10px; clear:left; }
.breadcrumbs a { color:inherit; }
.unselectedcrumb { font-weight:400; }
.selectedcrumb { font-weight:700; }
.modulepager { vertical-align:top; padding:4px; }
.modulepager, .ModulePager, .PageInfo, .SelectedPage, .pageditlinks a { font-size: 18px; }
.buttonlink { background-color:transparent; color:#03F; cursor:pointer; text-decoration:underline; font-size:13px; border-style:none; padding-left: 0px; text-align:left; padding-bottom:5px;}
.mediaedit .buttonlink { color:white; }
.forumthread .modulepager { clear: both; }

.eventcalendar table { clear:both; }
.forumnotify { white-space:nowrap; vertical-align:middle; padding: 10px 0px 5px 0px; }
.forumnotify img {float:left;}
.mojo-tabs {  font-size:inherit;}
.clearpanel { clear:left; padding-top:15px; }
.clear { clear:both; }
.minheightpanel { min-height:200px; }
.center { text-align:center; }
.cmwrapper { margin:10px; }

.vevent { padding:10px; }
.vevent abbr { border:0; }
.whoson { float:left; padding:5px; }
.searchterm { color:#000; background-color:#FF0; }
.templatewrapper { border-bottom:solid 4px #000; }
.linkdescription { padding:5px; }
.padded { padding:7px; }
.vevent  h2.moduletitle { clear: both;}

/* password stength meter */
.pwspoor { background-color: Red; color:White; padding:5px 5px 5px 5px;}
.pwsweak { background-color: Orange; color:White; padding:5px 5px 5px 5px; }
.pwsaverage { background-color: Yellow; color:Black; padding:5px 5px 5px 5px; }
.pwsstrong { background-color:Teal; color:Black; padding:5px 5px 5px 5px; }
.pwsexcellent { background-color:Green; color:White; padding:5px 5px 5px 5px; }
.pwdstrengthbarborder { border-style:solid; border-width:1px; width:200px; vertical-align:middle; }
.pwdstrengthbar { width:200px; height:15px; padding:2px 2px 2px 2px;}

.hidden{ display:none; }
  
.fthumbs img{
    padding:5px;
    margin:5px;
    -moz-box-shadow:#333 2px 2px 5px;
    -webkit-box-shadow:#333 2px 2px 5px;
    cursor:pointer;
  }
  
  span.btn{
    padding:10px;
    margin-left:5px;
    display:inline-block;
    cursor:pointer;
    font:12px/14px Arial, Helvetica, sans-serif;
    color:#aaa;
    background-color:#eee;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -moz-box-shadow:#999 2px 0px 3px;
    -webkit-box-shadow:#999 2px 0px 3px;
  }
  span.btn.pages{ background-color:#fff;}
  span.btn.pages:hover, span.btn.pages.sel { background-color:#f3f3f3; color:#999; }
  span.btn:hover, span.btn.sel{ background-color:#000; }
  .galleryinfo{ position:relative; display:inline-block;  margin-top:10px; }

.floatrightimage { float:right; margin-right:15px; }
.highlight1 { background-color:#FF0; }
.highlight2 { background-color:lime; }
.floatpanel,.floatleftimage { float:left; margin-right:15px; }/* CSS Document */
body {height:100%;font:13px 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;color:#626363;background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/body.jpg");}
div, html, body, p, ul, ol, li, a, form, img, table, td, h1, h2, h3, h4, h5, h6, blockquote, header, section, footer, aside, nav, article, figure, figcaption, dl, dt, dd {margin:0;padding:0;} 
header, section, footer, aside, nav, article, figure, figcaption {display: block;}
table {border-collapse:collapse; font-size: inherit;}
img {border:none;}
ul, li {list-style:none;}
a, a:active, a:visited {text-decoration:none;color:#3fa3c9;}
a:hover {text-decoration:none;color:#3fa3c9;}
input:focus, textarea:focus {outline:none;}

/*  All  */
.content_block:after, .footer footer:after, .wraper:after, .features3_block:after, .most_popular:after, .features4_block:after, .flyout_area dd:after, .accordions dd:after, .intro_text:after, .features6_block ul:after, .why_choose_explore:after, .intro_text .intro_slider li:after, .process ul:after, .team_option ul:after, .services_option:after, .tab_select:after, .c_after:after, .blog_entries .post_medium:after, .leave_comment:after, .controls:after, .pricing_option:after {content:'';display:block;height:0;clear:both;}
.wraper, .footer footer, body.index_v2 .social_block, body.index_v2 .footer {width:960px;margin:0 auto;position:relative;}
.bwWrapper {position:relative;display:block;}

/* header */ 
.header {position:relative;min-height:108px;z-index:1001;}
.header .logo, .header .logo:visited {text-indent:-999em;cursor:pointer;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/logo.png") no-repeat;display:block;width:175px;height:37px;position:absolute;top:37px;left:0;}
	/* top menu */
.header nav {position:absolute;top:48px;right:0;}
.header nav ul {zoom:1;}
.header nav ul li {font-size:14px;font-weight:bold;float:left;padding:0 0 0 38px;position:relative;}
.header nav ul li:after {content:'';background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 6px 7px no-repeat;float:left;display:block;width:12px;height:12px;}
.header nav ul li a, .header nav ul li a:visited {color:#434242;float:left;height:30px;}
.header nav ul li a:hover {color:#3fa3c9;}
.header nav ul li:hover > ul {display:block;}
.header nav ul ul {display:none;position:absolute;top:25px;left:23px;z-index:99999;background:#f6f3f3;}
.header nav ul ul ul {top:0;left:160px;}
.header nav ul ul li {float:none;padding:0;display:block;font-size:12px;font-weight:normal;}
.header nav ul ul a {float:none;padding:14px 16px 14px 12px;width:130px;height:auto;display:block;float:none;border:1px solid #dbe8ed;border-bottom:1px solid #e3e3e3;border-top:1px solid #fff;}
.header nav ul ul li:after {display:none;}
.header nav ul ul li:first-child a {border-top:1px solid #5eb2d1;}
.header nav ul ul li:last-child a {border-bottom:1px solid #9acbdf;}
.header nav ul ul li:first-child li a {border-top:1px solid #fff;}
.header nav ul ul li li:first-child a {border-top:1px solid #b9d9e5;}
.header nav ul ul li:last-child li a {border-bottom:1px solid #e3e3e3;}
.header nav ul ul li:hover a {background:#fff;padding-left:24px;padding-right:4px;color:#3fa3c9;}
.header nav ul ul li:hover li a {background:none;padding-left:12px;padding-right:16px;color:#626363;}
.header nav ul ul li:hover li a:hover {background:#fff;padding-left:24px;padding-right:4px;color:#3fa3c9;}
.header nav ul ul span {visibility:hidden;padding-right:10px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/arrow.gif") right 6px no-repeat;}
.header nav ul ul li:hover span {visibility:visible;}
.header nav ul ul li:hover li span {visibility:hidden;}
.header nav ul ul li li:hover span {visibility:visible;}

.content_block h4 {font-size:17px;color:#434242;}
.content_block h4.bord {margin:0 0 25px 0;padding:10px 0;border-bottom:1px solid #e7e6e6;}
	/* top_title */
.top_title {background:#3fa3c9 url("/Data/sites/1/skins/eeba/stylesheets/../images/text_bar2.png");margin-bottom:30px;position:relative;}
.top_title .text_bar_shadow {position:absolute;top:6px;left:0;width:100%;height:29px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/text_bar_shadow2.png") center top no-repeat;}
.top_title .text_bar_shadow2 {position:absolute;bottom:6px;left:0;width:100%;height:35px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/text_bar_shadow3.png") center bottom no-repeat;}
.top_title .wraper {min-height:60px;padding:29px 0 21px 0;}
.top_title:before {content:'';display:block;width:100%;height:0;border-top:1px solid #e7e6e6;border-bottom:5px solid #fff;}
.top_title:after {content:'';display:block;width:100%;height:0;border-bottom:1px solid #e7e6e6;border-top:5px solid #fff;}
.top_title h2 {text-shadow:#2c2c2c 0 1px 1px;color:#fff;font:bold 22px;float:left;padding:0 36px 0 0;}
.top_title h2 span {font-weight:normal;font-size:16px;display:block;padding-top:4px;}
.top_title ul {position:absolute;top:67px;right:0;}
.top_title ul li {float:left;color:#fff;font-size:10px;}
.top_title ul li:after {color:#fff;content:'/';padding:0 6px;}
.top_title ul li:last-child:after {display:none;}
.top_title ul li a {color:#fff;}

/* Home Version 1 */
.fallback {display:none;}
	/* text bar */
.text_bar {clear:both;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/text_bar.png");}
.text_bar .wraper {min-height:60px;padding:28px 0;}
.text_bar:after {content:'';display:block;width:100%;height:0;border-bottom:1px solid #e7e6e6;border-top:5px solid #fff;}
.text_bar h2 {color:#434242;font:bold italic 22px 'PT Sans';float:left;padding:0 36px 0 0;}
.text_bar h2 span {color:#626363;font-weight:normal;font-size:16px;display:block;}
.text_bar .buy, .text_bar .buy:visited {float:left;}
.text_bar .widget {background:#fff;position:absolute;top:0;right:0;padding:25px 25px 5px 25px;width:205px;min-height:86px;}
.text_bar .widget h3 {color:#434242;font-size:17px;padding-bottom:9px;}
.text_bar .widget p a {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/arrow.gif") right center no-repeat;padding-right:12px;}
	/* features block */
.features_block ul {padding:40px 0 45px 0;float:left;}
.features_block ul li {position:relative;float:left;width:130px;padding:140px 75px 40px 0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/arrow.png") right 70px no-repeat;}
.features_block ul li:last-child {padding-right:0;background:none;}
.features_block ul li h4 {text-align:center;padding:13px 0;position:relative;}
.features_block ul li h4:before {content:'';display:block;width:100%;height:0;position:absolute;top:25px;left:0;border-top:1px solid #d6d5d5;}
.features_block ul li h4 span {padding:0 6px;background:#fff;position:relative;z-index:2;}
.features_block ul li p {text-align:center;}
.features_block ul li .circle {position:absolute;top:20px;left:7px;display:block;width:115px;height:115px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/circles.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.features_block ul li:hover .circle {top:0;}
.features_block ul li .circle_link {visibility:hidden;position:absolute;top:0;left:7px;display:block;width:115px;height:115px;color:#fff;text-indent:-999em;z-index:10;}
.features_block ul li:hover .circle_link {visibility:visible;}
.features_block ul li:after {content:'';visibility:hidden;position:absolute;top:125px;left:2px;display:block;width:126px;height:24px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.features_block ul li:hover:after {visibility:visible;}
.features_block ul li.design .circle {background-position:0 0;}
.features_block ul li.flexible .circle {background-position:-131px 0;}
.features_block ul li.support .circle {background-position:-265px 0;}
.features_block ul li.easy .circle {background-position:-398px 0;}
.features_block ul li.seo .circle {background-position:-530px 0;}

/* Home Version 2 */
body.index_v2 {background:#e0dede url("/Data/sites/1/skins/eeba/stylesheets/../images/index2_bg.png") repeat-x;}
body.index_v2 .wraper {background:#fff;padding:0 20px;}
body.index_v2 .social_block {padding:0 20px;}
body.index_v2 .footer {padding:35px 20px;}
body.index_v2 .social_block .wraper, body.index_v2 .footer .wraper {background:none;padding:0;}
body.index_v2 .copyright .top, body.index_v2 .copyright .top:visited {right:30px;}
	/* features2 block */
.features2_block ul {padding:30px 0 40px 0;float:left;}
.features2_block ul li {position:relative;float:left;width:215px;padding:20px 15px 0 10px;}
.features2_block ul li.last-child {padding-right:0;}
.features2_block ul li h4 {padding-left:65px;}
.features2_block ul li h4 + p {padding:0 10px 20px 65px;}
.features2_block ul li p {padding:0 10px 20px 0;}
.features2_block ul li p span {text-transform:uppercase;font-size:11px;}
.features2_block ul li p:last-child {text-align:right;}
.features2_block ul li p a.btn_col {color:#fff;}
.features2_block ul li .circle {position:absolute;top:15px;left:10px;display:block;width:51px;height:51px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/icons.png") 0 0 no-repeat;-webkit-transition:top .4s linear;-moz-transition:top .4s linear;-o-transition:top .4s linear;-ms-transition:top .4s linear;transition:top .4s linear;-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.features2_block ul li:hover .circle {top:5px;background-position:0 -56px;-webkit-box-shadow:#5eafcd 0 0 0 5px inset;-moz-box-shadow:#5eafcd 0 0 0 5px inset;box-shadow:#5eafcd 0 0 0 5px inset;}
.features2_block ul li .circle_link {visibility:hidden;position:absolute;top:5px;left:10px;display:block;width:51px;height:51px;color:#fff;text-indent:-999em;z-index:10;}
.features2_block ul li:hover .circle_link {visibility:visible;}
.features2_block ul li:after {content:'';visibility:hidden;position:absolute;top:60px;left:0;display:block;width:73px;height:14px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow2.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.features2_block ul li:hover:after {visibility:visible;}
.features2_block ul li.design .circle {background-position:0 0;}
.features2_block ul li.design:hover .circle, .features2_block ul li.design.active .circle {background-position:0 -56px;}
.features2_block ul li.flexible .circle {background-position:-56px 0;}
.features2_block ul li.flexible:hover .circle, .features2_block ul li.flexible.active .circle {background-position:-56px -56px;}
.features2_block ul li.support .circle {background-position:-114px 0;}
.features2_block ul li.support:hover .circle, .features2_block ul li.support.active .circle {background-position:-114px -56px;}
.features2_block ul li.easy .circle {background-position:-172px 0;}
.features2_block ul li.easy:hover .circle, .features2_block ul li.easy.active .circle {background-position:-172px -56px;}
.features2_block ul li.fonts .circle {background-position:-234px 0;}
.features2_block ul li.fonts:hover .circle, .features2_block ul li.fonts.active .circle {background-position:-234px -56px;}
.features2_block ul li.ultra .circle {background-position:-294px 0;}
.features2_block ul li.ultra:hover .circle, .features2_block ul li.ultra.active .circle {background-position:-294px -56px;}
.features2_block ul li.color .circle {background-position:-354px 0;}
.features2_block ul li.color:hover .circle, .features2_block ul li.color.active .circle {background-position:-354px -56px;}
.features2_block ul li.updates .circle {background-position:-413px 0;}
.features2_block ul li.updates:hover .circle, .features2_block ul li.updates.active .circle {background-position:-413px -56px;}
.features2_block ul li.active .circle {-webkit-box-shadow:#5eafcd 0 0 0 5px inset;-moz-box-shadow:#5eafcd 0 0 0 5px inset;box-shadow:#5eafcd 0 0 0 5px inset;}
.features2_block #h_tabs ul li h4 {color:#434242;}
.features2_block #h_tabs ul li.active h4 {color:#3fa3c9;}
	/* features list */
.featured_list {width:100%;overflow:hidden;clear:both;}
.featured_list h3 {font-size:17px;color:#434242;padding:0 0 12px 0;margin:0 0 24px 0;border-bottom:1px solid #e7e6e6;}
.featured_list ul {padding:0 0 50px 0;float:left;}
.featured_list ul li {float:left;position:relative;width:221px;padding:0;margin:0 25px 28px 0;}
.featured_list ul.features_slider li {width:250px;margin-right:0;}
.featured_list ul li div {background:#f6f3f3;position:relative;text-align:center;width:202px;padding:5px;margin:0 25px 0 0;border-bottom:1px solid #c8c6c6;}
.featured_list ul li .bwWrapper {width:auto;padding:0;margin:0;border-bottom:none;}
.featured_list ul li:nth-child(4n+4) {margin-right:0;}
.featured_list ul li:nth-child(4n+4) div {margin-right:0;}
.featured_list ul.features_slider li:nth-child(4n+4) div {margin-right:28px;}
.featured_list ul.features_slider li:nth-child(4n+4) .bwWrapper {margin-right:0;}
.featured_list ul li:hover div {border-bottom:1px solid #5eafcd;}
.featured_list ul li:hover .bwWrapper {border-bottom:none;}
.featured_list ul li p {padding:4px 0 3px 0;}
.featured_list ul li p strong {font-size:14px;}
.featured_list ul li p strong a {color:#626363;}
.featured_list ul li p span {color:#5eafcd;padding-top:2px;display:block;font-style:italic;}
.featured_list ul li .zoom {visibility:hidden;position:absolute;top:101px;right:0px;display:none;width:23px;height:23px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/features/zoom.png") no-repeat;}
.featured_list ul li:hover .zoom {visibility:visible;}

.featured_marg_top {padding-top:30px;}
.featured_marg_top ul li {width:202px;margin-right:47px;}

.features_slider_wrap .bx-prev, .features_slider_wrap .bx-next {display:block;float:left;width:20px;height:20px;position:absolute;right:60px;top:-55px;font-size:0;line-height:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/flex/bg_direction_nav.png") 0 0 no-repeat;cursor:pointer;}
.features_slider_wrap .bx-next {background-position:100% 0;right:40px;}
.features_slider_wrap .bx-next:hover {background-position: 100% -20px;}
.features_slider_wrap .bx-prev:hover {background-position:0 -20px;}
.client_list .features_slider_wrap .bx-prev {right:45px;}
.client_list .features_slider_wrap .bx-next {right:25px;}

/* Home Version 3 */
	/* text bar */
.text_bar2 {background:#3fa3c9 url("/Data/sites/1/skins/eeba/stylesheets/../images/text_bar2.png");margin-bottom:30px;position:relative;}
.text_bar2 .text_bar_shadow {position:absolute;top:6px;left:0;width:100%;height:29px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/text_bar_shadow2.png") center top no-repeat;}
.text_bar2 .text_bar_shadow2 {position:absolute;bottom:6px;left:0;width:100%;height:35px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/text_bar_shadow3.png") center bottom no-repeat;}
/*.text_bar2 .wraper {min-height:60px;padding:29px 0 21px 0;}*/
.text_bar2 .wraper {min-height:60px;padding:21px 0 21px 0;}
	.text_bar2 .wraper a {color: white; text-decoration: underline;}
.text_bar2:before {content:'';display:block;width:100%;height:0;border-top:1px solid #e7e6e6;border-bottom:5px solid #fff;}
.text_bar2:after {content:'';display:block;width:100%;height:0;border-bottom:1px solid #e7e6e6;border-top:5px solid #fff;}
.text_bar2 h2 {text-shadow:#2c2c2c 0 1px 1px;color:#fff;font:bold italic 22px 'PT Sans';float:left;padding:0 36px 0 0;}
.text_bar2 h2 span {font-weight:normal;font-size:16px;display:block;}
.text_bar2 .buy, .text_bar2 .buy:visited {float:left;}
	/* bc list */
.bc_list ul li {float:left;width:300px;padding:300px 10px 65px 10px;position:relative;}
.bc_list ul li h4 {text-align:center;padding-bottom:13px;}
.bc_list ul li p {text-align:center;}
.bc_list ul li:after {content:'';visibility:hidden;position:absolute;top:260px;left:40px;display:block;width:219px;height:40px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow3.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.bc_list ul li:hover:after {visibility:visible;}
.bc_list ul li .bwWrapper {position:absolute;top:20px;left:20px;-webkit-transition:top .4s linear;-moz-transition:top .4s linear;-o-transition:top .4s linear;-ms-transition:top .4s linear;transition:top .4s linear;width:250px;height:250px;border:5px solid #f6f3f3;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.bc_list ul li:hover .bwWrapper {top:0;}
.bc_list ul li .bwWrapper img, .bc_list ul li .bwWrapper canvas {-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");-webkit-box-shadow:#505051 0 0 16px 2px inset;-moz-box-shadow:#505051 0 0 16px 2px inset;box-shadow:#505051 0 0 16px 2px inset;}

	/* why choose */
.why_choose {float:left;width:445px;padding:0 0 20px 0;}
.why_choose h4 {padding:20px 0 10px 0;}
.why_choose ul li {padding:10px 0 10px 35px;position:relative;}
.why_choose ul li:before {content:'';position:absolute;top:10px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
	/* features3 block */
.features3_block ul {padding:0 0 40px 0;float:right;width:485px;}
.features3_block ul li p:last-child {text-align:left;}
.features3_block ul li {padding-right:5px;padding-left:20px;}
.features3_block ul li:first-child, .features3_block ul li:nth-child(3) {border-right:1px solid #e7e6e6;}
.features3_block ul li:nth-child(3) {clear:both;}
.features3_block ul li:nth-child(3), .features3_block ul li:nth-child(4) {border-top:1px solid #e7e6e6;}
.features3_block ul li .circle {left:20px;}
.features3_block ul li:after {left:10px;}
.features2_block ul li .circle_link {left:20px;}
	/* client list */
.client_list ul.features_slider li {width:197px;font-size:0;line-height:0;}
.client_list ul.features_slider li div {width:161px;margin-right:19px;border-bottom:none;}
.client_list ul.features_slider li div.bwWrapper {background:#f6f3f3;width:auto;padding:0;margin:0;border-bottom:none;}
.client_list ul li:hover div {border-bottom:none;}
.client_list ul li:hover .zoom {visibility:hidden;}

/* Home Version 4 */
	/* blog entries */
.blog_entries {float:left;width:650px;padding:10px 60px 50px 0;}
.blog_entries .post {border-bottom:1px solid #e7e6e6;padding-bottom:37px;margin-bottom:40px;}
.blog_entries .post:last-child {border-bottom:none;margin-bottom:0;}
.blog_entries .post .metadata {font-size:11px;font-style:italic;position:relative;}
.blog_entries .post .metadata .dots {display:block;font-size:16px;color:#acacac;padding-bottom:3px;}
.blog_entries .post .metadata .read_more {position:absolute;top:20px;right:0;font-style:normal;}
.blog_entries .post .img_wrap {font-size:0;line-height:0;width:640px;min-height:265px;border:5px solid #f6f3f3;margin-bottom:30px;position:relative;}
.blog_entries .post .img_wrap .date {position:absolute;top:18px;left:0;color:#fff;font-size:11px;line-height:14px;background:#5eafcd;padding:3px 10px;z-index:100;}
.blog_entries .post .img_wrap .post_slider li {width:640px;overflow:hidden;}
.blog_entries .post .post_slider li span {display:block;text-align:right;}
.blog_entries .post .bx-prev, .blog_entries .post .bx-next {display:block;float:left;width:20px;height:20px;position:absolute;left:-1px;top:130px;font-size:0;line-height:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/flex/bg_direction_nav.png") 0 0 no-repeat;cursor:pointer;}
.blog_entries .post .bx-next {background-position:100% 0;left:auto;right:-1px;}
.blog_entries .post .bx-next:hover {background-position:100% -20px;}
.blog_entries .post .bx-prev:hover {background-position: 0 -20px;}
.blog_entries .post h4 {padding-bottom:8px;}
.blog_entries .post h4 a {color:#424242;}
.blog_entries .btn_col {color:#fff;}
	/* post_medium */
.blog_entries .post_medium .img_wrap {float:left;width:327px;min-height:10px;margin:0 28px 0 0;}
.blog_entries .post_medium .desc {float:right;width:285px;}
.blog_entries .post_medium .metadata {padding-right:125px;}
.blog_entries .post_medium .metadata .read_more {top:45px;}
	/* blog entries full */
.blog_entries_full {width:960px;padding:10px 0 0 0;}
.blog_entries_full .post .img_wrap {width:950px;}
	/* blog entries full post_medium */
.blog_entries_full .post_medium .img_wrap {width:493px;}
.blog_entries_full .post_medium .desc {float:right;width:405px;}
.blog_entries_full .post_medium .metadata .read_more {top:35px;}
	/* post full */
.blog_entries .post_full {border-bottom:none;}
.blog_entries .post_full .desc p {padding-bottom:24px;}
.blog_entries .post_full .desc blockquote {color:#3fa3c9;padding-bottom:24px;font-style:italic;}
.blog_entries .post_full .desc ul {margin:0 0 22px 0;}
.blog_entries .post_full .desc ul li {font-weight:bold;margin:0 0 0 38px;padding:3px 0 3px 36px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/dot.png") 0 9px no-repeat;}
.blog_entries .post_full .desc .metadata .icons {position:absolute;top:20px;right:0;}
.blog_entries .post_full .desc .metadata .icons strong {padding:0 0 0 15px;}
.blog_entries .post_full .desc .metadata .icons strong:after {content:'';background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 8px -566px no-repeat;padding:0 17px 0 8px;}
.blog_entries .post_full .desc .metadata .icons strong:nth-child(2):after {background-position:8px -596px;}
/* share_story */
.share_story {clear:both;margin-bottom:80px;background:#f6f3f3;border-bottom:1px solid #c8c6c6;min-height:90px;position:relative;}
.share_story h4 {position:absolute;top:0;left:0;width:224px;height:57px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/share_bg.png") no-repeat;padding:33px 0 0 44px;}
.share_story ul {position:absolute;top:28px;left:290px;}
.share_story ul li {float:left;padding-right:10px;text-indent:-999em;width:36px;}
.share_story ul li a {display:block;float:left;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/share_icons.png") 0 0 no-repeat;width:36px;height:36px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.share_story ul li a:hover {background-position:0 -46px;background-color:#5eafcd;}
.share_story ul li a.facebook {background-position:0 0;}
.share_story ul li a.facebook:hover {background-position:0 -46px;}
.share_story ul li a.tweeter {background-position:-48px 0;}
.share_story ul li a.tweeter:hover {background-position:-48px -46px;}
.share_story ul li a.in {background-position:-97px 0;}
.share_story ul li a.in:hover {background-position:-97px -46px;}
.share_story ul li a.baby {background-position:-145px 0;}
.share_story ul li a.baby:hover {background-position:-145px -46px;}
.share_story ul li a.rss {background-position:-193px 0;}
.share_story ul li a.rss:hover {background-position:-193px -46px;}
.share_story ul li a.google {background-position:-240px 0;}
.share_story ul li a.google:hover {background-position:-240px -46px;}
.share_story ul li a.www {background-position:-290px 0;}
.share_story ul li a.www:hover {background-position:-290px -46px;}
/* Comments */
.comments h4, .leave_comment h4 {border-bottom:1px solid #eceaea;padding:10px 0 25px 60px;margin-bottom:20px;position:relative;}
.comments h4:before, .leave_comment h4:before {content:'';display:block;width:41px;height:31px;background:#57a6c4 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -619px no-repeat;position:absolute;top:5px;left:0;}
.comments .add_comment {float:right;margin-top:-80px;}
.comments .add_comment a {position:relative;z-index:2;}
.comments ul li {border-bottom:1px solid #eceaea;padding-bottom:12px;margin-bottom:25px;}
.comments ul li:last-child {border-bottom:none;}
.comments ul li .info {padding-bottom:14px;}
.comments ul li .info img {vertical-align:bottom;margin-right:6px;}
.comments ul li .info strong, .comments ul li .info i, .comments ul li .info a {margin:0 6px;}
.comments ul li .info i {color:#3fa3c9;font-size:11px;}
.comments ul li .info a {color:#626363;font-size:11px;font-style:italic;}
.comments ul li p {padding-bottom:14px;}
.comments ul li ul {border-top:1px solid #eceaea;margin:12px 0 -37px 106px;padding-top:25px;}
/* Leave a Comment */
.leave_comment {padding:20px 0;}
.leave_comment form p {font-size:11px;color:#bbbaba;float:left;margin:10px 20px 10px 0;}
.leave_comment form p:nth-child(3) {margin-right:0;}
.leave_comment form p label {font-size:13px;color:#525252;padding-right:8px;}
.leave_comment form p input {border:1px solid #e0e0e0;margin-top:8px;width:180px;font:13px 'PT Sans';color:#626363;padding:5px 10px;}
.leave_comment form p textarea {border:1px solid #e0e0e0;margin-top:8px;width:625px;font:13px 'PT Sans';color:#626363;padding:5px 10px;height:150px;}
.leave_comment form p input[type=submit] {cursor:pointer;font-weight:bold;font-style:italic;color:#3fa3c9;width:113px;height:42px;padding:0;border:none;}
.leave_comment form p:last-child {float:right;margin-right:3px;}
	/* sidebar */
.sidebar {float:left;width:250px;padding:10px 0 35px 0;}
		/* most popular */
.most_popular {border-bottom:1px solid #e7e6e6;padding-bottom:35px;margin-bottom:35px;}
.most_popular ul li {clear:both;float:left;padding:15px 0 5px 0;}
.most_popular ul li .bwWrapper {font-size:0;line-height:0;border:5px solid #f6f3f3;float:left;margin:0 14px 5px 0;}
.most_popular ul li .desc {float:left;width:146px;}
.most_popular ul li p {padding:0 0 4px 0;}
.most_popular ul li p strong {color:#434242;}
.most_popular ul li p strong a {color:#434242;}
.most_popular ul li p span {font-size:11px;font-style:italic;}
		/* acc tabs */
.acc_tabs {border-bottom:1px solid #e7e6e6;padding-bottom:35px;margin-bottom:35px;}
.acc_tabs #tabs .tab_select li {float:left;width:76px;margin:0 1px 2px 0;}
.acc_tabs #tabs .tab_select li:last-child {margin-right:0;}
.acc_tabs #tabs .tab_select li a, .acc_tabs #tabs .tab_select li a:visited {display:block;float:left;width:76px;padding:6px 0;color:#626363;text-align:center;background:#f7f5f5;font-weight:bold;}
.acc_tabs #tabs .tab_select li.active a, .acc_tabs #tabs .tab_select li.active a:visited {background:#5eafcd;color:#fff;}
.acc_tabs #tabs .tab_select li a:hover {background:#e4e2e2;color:#626363;}
.acc_tabs #tabs div {background:#f7f5f5;padding:17px 0;clear:both;}
.acc_tabs #tabs div ul li {padding:6px 10px 6px 13px;}
.acc_tabs #tabs div ul li a {color:#626363;}
		/* latest tweets */
.latest_tweets {border-bottom:1px solid #e7e6e6;padding-bottom:35px;margin-bottom:35px;}
.latest_tweets ul li {padding:14px 0 14px 52px;position:relative;}
.latest_tweets ul li:before {content:'';position:absolute;top:16px;left:0;display:block;width:32px;height:24px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -227px no-repeat;}
.latest_tweets ul li a {font-style:italic;}
.latest_tweets h4 {padding-botom:10px;}
		/* our clients */
.our_clients .clients_slider li {padding-top:17px;}
.our_clients .clients_slider li blockquote {padding:0 0 10px 70px;position:relative;}
.our_clients .clients_slider li blockquote:before {content:'';width:38px;height:29px;display:block;position:absolute;top:0;left:9px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -282px no-repeat;}
.our_clients .clients_slider li blockquote p {font-style:italic;padding-bottom:15px;}
.our_clients .clients_slider li blockquote p:last-child {font-size:11px;color:#3fa3c9;padding-bottom:0;}
.our_clients .bx-pager {margin:0 0 0 70px;}
.our_clients .bx-pager a.pager-link {text-indent:-9999em;float:left;height:10px;width:10px;display:block;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -261px no-repeat;margin-right:4px;}
.our_clients .bx-pager a.pager-active, .our_clients .bx-pager a.pager-link:hover {background-position:-15px -261px;background-color:#5eafcd;}
		/* flyout_area sidebar */
.sidebar .flyout_area {width:230px;border-top:1px solid #e7e6e6;margin-top:35px;padding:35px 0 50px 0;}
.sidebar .flyout_area dl:last-child {border-bottom:none;}
.sidebar .flyout_area dd div p {width:auto;padding:0 0 16px 45px;}
		/* recent work */
.recent_work {clear:both;position:relative;border-top:1px solid #e7e6e6;padding-top:35px;margin-top:35px;}
.recent_work .recent_slider {width:250px;margin:28px 0 0 0;overflow:hidden;}
.recent_work .recent_slider li {float:left;position:relative;width:250px;padding:0;margin:0;}
.recent_work .recent_slider li .bwWrapper {float:left;font-size:0;line-height:0;border:5px solid #f6f3f3;margin:0 20px 19px 0;}
.recent_work .recent_slider li .bwWrapper:nth-child(3n+3) {margin-right:0;}
.recent_work .bx-prev, .recent_work .bx-next {display:block;float:left;width:20px;height:20px;position:absolute;right:20px;top:-20px;font-size:0;line-height:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/flex/bg_direction_nav.png") 0 0 no-repeat;cursor:pointer;}
.recent_work .bx-next {background-position:100% 0;right:0;}
.recent_work .bx-next:hover {background-position: 100% -20px;}
.recent_work .bx-prev:hover {background-position:0 -20px;}

/* Home Version 5 */
	/* features4_block */
.features4_block {border-bottom:1px solid #eceaea;margin-bottom:40px;padding-top:10px;}
.features4_block ul li {float:left;width:300px;padding:0 30px 30px 0;position:relative;}
.features4_block ul li:nth-child(3) {padding-right:0;}
.features4_block ul li h4 {padding-bottom:13px;}
.features4_block ul li p {padding-bottom:10px;padding-right:10px;}
.features4_block ul li .bwWrapper {margin:0 10px 10px 0;font-size:0;line-height:0;border:5px solid #f6f3f3;}
.features4_block ul li p:last-child {padding-top:5px;text-align:right;}
	/* flyout_area */
.flyout_area {float:left;width:450px;padding:0 40px 50px 0;}
.flyout_area dl {margin-top:-15px;border-bottom:1px solid #f4f2f2;}
.flyout_area dt h4 {border-top:1px solid #f4f2f2;padding:15px 0 20px 45px;position:relative;}
.flyout_area dt:first-child h4 {border-top:none;}
.flyout_area dt h4:before {content:'';display:block;width:24px;height:24px;position:absolute;top:15px;left:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/closed.png") 0 0 no-repeat;}
.flyout_area dt.selected h4:before {background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/open.png") 0 0 no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.flyout_area dd div .bwWrapper {font-size:0;line-height:0;border:5px solid #f6f3f3;float:left;margin:0 20px 16px 0;}
.flyout_area dd div p {float:left;width:276px;padding-bottom:16px;}
	/* features_explore */
.features_explore {float:left;width:460px;padding-bottom:50px;}
.features_explore h4 {padding-bottom:17px;}
.features_explore ul li {clear:both;padding:0 0 20px 0;float:left;}
.features_explore ul li .bwWrapper {font-size:0;line-height:0;border:5px solid #f6f3f3;float:left;margin:0 20px 10px 0;}
.features_explore ul li p {float:left;width:336px;text-align:justify;}
.features_explore ul li p .read_more {float:right;padding-right:12px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/arrow.gif") right 6px no-repeat;}

/* Home Version 6 */
	/* bxslider */
.bxslider_wrap {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/bxslider/bg.png") no-repeat;width:960px;min-height:334px;padding:5px 0 31px 0;margin:20px 0 0 0;}
#bxslider li .left {float:left;width:625px;padding:0 19px 0 6px;min-height:328px;}
#bxslider li .right {color:#fff;float:left;padding:60px 20px 0 20px;width:264px;min-height:269px;background:#000;opacity:.8;}
#bxslider li .right h4 {font-size:24px;text-shadow:#565656 0 1px 1px;line-height:25px;}
#bxslider li .right h3 {text-transform:uppercase;font-size:44px;line-height:45px;}
#bxslider li .right h3 span {font-size:84px;display:block;line-height:85px;}
.bxslider_wrap .bx-pager {margin:19px 0 0 54px;}
.bxslider_wrap .bx-pager img {border:3px solid #e4e2e2;}
.bxslider_wrap .bx-pager .pager-active img {}
.bxslider_wrap .bx-pager a {margin-right:18px;}
.bxslider_wrap .bx-prev, .bxslider_wrap .bx-next {display:block;float:left;width:18px;height:15px;position:absolute;left:0px;top:368px;font-size:0;line-height:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/bxslider/left.png") 0 0 no-repeat;cursor:pointer;}
.bxslider_wrap .bx-next {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/bxslider/right.png") 0 0 no-repeat;left:auto;right:0px;}
	/* send_quote */
.send_quote {clear:both;margin-bottom:80px;background:#f6f3f3;border-bottom:1px solid #c8c6c6;min-height:90px;position:relative;}
.send_quote:hover {border-bottom:1px solid #5eafcd;}
.send_quote p {text-align:right;padding:35px 35px 0 0;}
.send_quote p a, .send_quote p a:visited {margin-left:40px;}
.send_quote h4 {position:absolute;top:0;left:0;width:362px;height:57px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/quote_bg.png") no-repeat;padding:33px 0 0 68px;}
.send_quote_marg {margin:45px 0;}

/* Home Version 7 */
	/* features5 block */
.features5_block {float:left;width:650px;padding:10px 60px 0 0;}
.features5_block h4 {padding-bottom:15px;}
.features5_block p {padding-bottom:40px;}
.features5_block ul {margin-bottom:60px;}
.features5_block ul li {position:relative;padding:35px 0 35px 160px;}
.features5_block ul li h4 {padding-botom:10px;}
.features5_block ul li .circle {position:absolute;top:20px;left:0;display:block;width:126px;height:126px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/circles2.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.features5_block ul li:hover .circle {top:0;}
.features5_block ul li .circle_link {visibility:hidden;position:absolute;top:0;left:0;display:block;width:126px;height:126px;color:#fff;text-indent:-999em;z-index:10;}
.features5_block ul li:hover .circle_link {visibility:visible;}
.features5_block ul li:after {content:'';visibility:hidden;position:absolute;top:132px;left:8px;display:block;width:126px;height:24px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.features5_block ul li:hover:after {visibility:visible;}
.features5_block ul li.wordpress .circle {background-position:0 0;}
.features5_block ul li.flexibility .circle {background-position:-272px 0;}
.features5_block ul li.support .circle {background-position:-136px 0;}

/* Home Version 8 */
	/* intro text */
.intro_text {padding:10px 0 50px 0;}
.intro_text .bwWrapper {border:5px solid #f6f3f3;float:left;font-size:0;line-height:0;}
.intro_text div.desc {float:right;width:475px;}
.intro_text div.desc h4 {padding-bottom:15px;}
.intro_text .intro_slider {margin:0;}
.intro_text .intro_slider li {float:left;width:100%;}
.intro_text .bx-pager {margin:15px 0 0 370px;}
.intro_text .bx-pager a.pager-link {text-indent:-9999em;float:left;height:10px;width:10px;display:block;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -261px no-repeat;margin-right:4px;}
.intro_text .bx-pager a.pager-active, .intro_text .bx-pager a.pager-link:hover {background-position:-15px -261px;background-color:#5eafcd;}
	/* features6 block */
.features6_block ul {float:none;width:auto;margin:10px 0 30px 0;}
.features6_block ul li {border-right:1px solid #e7e6e6;padding-right:5px;padding-left:25px;}
.features6_block ul li:nth-child(4n+4) {border-right:none;padding-right:0;}
.features6_block ul li:nth-child(4n+1) {clear:both;padding-left:0;padding-right:10px;}
.features6_block ul li:nth-child(4n+1) .circle {left:0px;}
.features6_block ul li:nth-child(4n+1):after {left:-10px;}
.features6_block ul li:nth-child(4n+1) .circle_link {left:0px;}
.features6_block ul li:nth-child(8), .features6_block ul li:nth-child(5), .features6_block ul li:nth-child(6), .features6_block ul li:nth-child(7) {border-top:1px solid #e7e6e6;}
.features6_block ul li:nth-child(3) {clear:none;}
.features6_block ul li:nth-child(3), .features6_block ul li:nth-child(4) {border-top:none;}

/* About page */
.why_choose_explore {padding:0 0 45px 0;}
.why_choose_explore h4 {margin:0 0 35px 0;padding-bottom:10px;border-bottom:1px solid #e7e6e6;}
.why_choose_explore .features_explore {float:right;}
.why_choose_explore .why_choose ul li:first-child {padding-top:0;}
.why_choose_explore .why_choose ul li:first-child:before {top:0;}
	/* process */
.process h4 {margin:0 0 20px 0;padding:10px 0;border-bottom:1px solid #e7e6e6;}
.process ul {padding-bottom:80px;}
.process ul li {float:left;width:220px;padding:0 22px 0 0;}
.process ul li:last-child {padding-right:0;}
.process ul li h3 {color:#626363;font-size:34px;color:#d8d8d8;padding-bottom:15px;}
.process ul li h3 span {font-size:11px;color:#fff;background:#5eafcd;padding:1px 8px;position:relative;top:-4px;font-weight:normal;}

/* Team page */
	/* team_option */
.team_option h4 {margin:0 0 25px 0;padding:10px 0;border-bottom:1px solid #e7e6e6;}
.team_option ul {margin:0 0;}
.team_option ul li {clear:both;float:left;padding:0 0 20px 0;margin:0 0 40px 0;border-bottom:1px solid #e7e6e6;}
.team_option ul li:last-child {border-bottom:none;}
.team_option ul li .img {width:279px;border:5px solid #f6f3f3;border-bottom:none;float:left;font-size:0;line-height:0;}
.team_option ul li .img p {background:#f6f3f3;border-bottom:1px solid #c8c6c6;font-size:13px;line-height:16px;padding:13px 0;text-align:center;}
.team_option ul li .desc {float:left;width:510px;padding:0 105px 0 35px;position:relative;}
.team_option ul li .desc p {padding-bottom:20px;}
.team_option ul li .desc p strong {color:#4d4e50;}
.team_option ul li .desc .social {position:absolute;top:-7px;right:0;}
.team_option ul li .desc .social li {clear:none;float:none;padding:10px 0;margin:0;border:none;font-size:14px;font-weight:bold;}
.team_option ul li .desc .social li a {color:#434242;padding:5px 0 5px 30px;position:relative;}
.team_option ul li .desc .social li a:before {position:absolute;top:5px;left:0;content:'';display:block;width:22px;height:21px;background:#d8d8d8 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -331px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.team_option ul li .desc .social li a:hover:before {background-color:#70b9d5;}
.team_option ul li .desc .social li a.facebook:before {background-position:0 -331px;}
.team_option ul li .desc .social li a.twitter:before {background-position:0 -371px;}
.team_option ul li .desc .social li a.linkedin:before {background-position:0 -414px;}
	/* team_option2 */
.team_option2 ul li {clear:none;width:452px;padding:0;border:none;}
.team_option2 ul li:nth-child(2n+2) {float:right;}
.team_option2 ul li .img {width:auto;border:5px solid #f6f3f3;float:none;margin-bottom:20px;}
.team_option2 ul li .desc {width:auto;float:none;padding:0;}
.team_option2 ul li .desc .social {top:5px;}
.team_option2 ul li .desc .social li {float:left;width:auto;padding:0 0 0 6px;font-size:0;line-height:0;}
.team_option2 ul li .desc .social li a {display:block;float:left;width:21px;height:22px;padding:0;background:#d8d8d8 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -331px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.team_option2 ul li .desc .social li a:hover {background-color:#70b9d5;}
.team_option2 ul li .desc .social li a:before {display:none;}
.team_option2 ul li .desc .social li a.facebook {background-position:0 -331px;}
.team_option2 ul li .desc .social li a.twitter {background-position:0 -371px;}
.team_option2 ul li .desc .social li a.linkedin {background-position:0 -414px;}
	/* team_option3 */
.team_option3 ul li {clear:none;width:290px;padding:0 45px 0 0;border:none;margin-bottom:20px;}
.team_option3 ul li:nth-child(3n+3) {padding-right:0;}
.team_option3 ul li:nth-child(3n+1) {clear:both;}
.team_option3 ul li .img {width:278px;border:5px solid #f6f3f3;float:none;margin-bottom:20px;}
.team_option3 ul li .desc {width:auto;float:none;padding:0;}
.team_option3 ul li .desc .social {top:5px;}
.team_option3 ul li .desc .social li {float:left;width:auto;padding:0 0 0 6px;font-size:0;line-height:0;}
.team_option3 ul li .desc .social li a {display:block;float:left;width:21px;height:22px;padding:0;background:#d8d8d8 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -331px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.team_option3 ul li .desc .social li a:hover {background-color:#70b9d5;}
.team_option3 ul li .desc .social li a:before {display:none;}
.team_option3 ul li .desc .social li a.facebook {background-position:0 -331px;}
.team_option3 ul li .desc .social li a.twitter {background-position:0 -371px;}
.team_option3 ul li .desc .social li a.linkedin {background-position:0 -414px;}
	/* team_option4 */
.team_option4 {padding-top:25px;}
.team_option4 ul li {border:none;width:100%;margin-bottom:20px;}
.team_option4 ul li .img {width:278px;margin-right:35px;border:5px solid #f6f3f3;}
.team_option4 ul li .desc {width:290px;padding:0;}
.team_option4 ul li .desc .social {top:5px;}
.team_option4 ul li .desc .social li {float:left;width:auto;padding:0 0 0 6px;font-size:0;line-height:0;}
.team_option4 ul li .desc .social li a {display:block;float:left;width:21px;height:22px;padding:0;background:#d8d8d8 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -331px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.team_option4 ul li .desc .social li a:hover {background-color:#70b9d5;}
.team_option4 ul li .desc .social li a:before {display:none;}
.team_option4 ul li .desc .social li a.facebook {background-position:0 -331px;}
.team_option4 ul li .desc .social li a.twitter {background-position:0 -371px;}
.team_option4 ul li .desc .social li a.linkedin {background-position:0 -414px;}
.team_option4 ul li .rate {width:270px;float:right;}
.team_option4 ul li .rate p {color:#434242;font-size:11px;text-transform:uppercase;font-weight:bold;padding-bottom:12px;}
.team_option4 ul li .rate p span {display:block;background:#f2f1f1;min-height:15px;padding:3px;font-size:0;line-height:0;margin:3px 0 0 0;position:relative;}
.team_option4 ul li .rate p span .blue {background:#40a2c7;padding:0;margin:0;width:100%;}
.team_option4 ul li .rate p span .w90 {width:90%;}
.team_option4 ul li .rate p span .w95 {width:95%;}
.team_option4 ul li .rate p span .w80 {width:80%;}
.team_option4 ul li .rate p span strong {position:absolute;top:-18px;right:-15px;font-size:11px;line-height:14px;}

/* Services page */
	/* services option */
.services_option h4, .services_option2 h4, .services_option4 h4 {margin:0 0 25px 0;padding:10px 0;border-bottom:1px solid #e7e6e6;}
.services_option .left_list {float:left;width:450px;padding:0 0 90px 0;}
.services_option .left_list li {border:none;width:225px;padding:10px 0 0 0;}
.services_option .left_list li h4 {padding:10px 0 0 65px;margin:0;border:none;}
.services_option .left_list li:hover h4 {color:#ef0000;}
.services_option .left_list li h4 + p {text-align:left;padding-left:65px;}
.services_option .left_list li .tlink {display:block;position:absolute;top:0;left:0;width:100%;height:90%;background:transparent;z-index:1000;}
.services_option .left_list li .circle {left:0;}
.services_option .left_list li .circle_link {left:0;}
.services_option .left_list li:after {left:-10px;}
.services_option .right_desc {float:right;width:480px;padding:20px 0 90px 0;}
.services_option .right_desc p {padding-bottom:15px;}
.services_option .right_desc .bwWrapper {float:left;border:5px solid #f6f3f3;margin-right:27px;font-size:0;line-height:0;padding:0;}
.services_option .right_desc ul {float:left;width:230px;padding:0;}
.services_option .right_desc ul li {padding:7px 0 7px 30px;width:auto;position:relative;}
.services_option .right_desc ul li .circle {position:absolute;top:7px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.services_option .right_desc ul li:after {display:none;}
	/* services option2 */
.services_option2 #tabs {padding:0 0 115px 0;}
.services_option2 #tabs .tab_select {margin-bottom:30px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/services_tabs.png") no-repeat;min-height:50px;width:100%;float:left;}
.services_option2 #tabs .tab_select li {float:left;font-weight:bold;padding:20px 25px 0 25px;min-height:30px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/line.png") right top no-repeat;}
.services_option2 #tabs .tab_select li:first-child {padding-left:10px;}
.services_option2 #tabs .tab_select li:hover {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line.png") right top no-repeat;}
.services_option2 #tabs .tab_select li.active {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line.png") right top no-repeat;}
.services_option2 #tabs .tab_select li a {color:#434242;}
.services_option2 #tabs .tab_select li.active a {color:#5eafcd;}
.services_option2 #tabs .tab_select li:hover a {color:#5eafcd;}
.services_option2 #tabs div h3 {font-size:34px;color:#d8d8d8;}
.services_option2 #tabs div h5 {font-size:16px;color:#626363;font-weight:normal;padding-bottom:25px;}
.services_option2 #tabs div .bwWrapper {width:auto;padding:0;float:right;border:5px solid #f6f3f3;margin-left:15px;font-size:0;line-height:0;}
.services_option2 #tabs div p {padding-bottom:17px;}
.services_option2 #tabs div ul li {position:relative;padding:7px 0 7px 35px;}
.services_option2 #tabs div ul li:before {content:'';position:absolute;top:7px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.services_option2 #tabs div p:last-child {margin:-50px 0 0 480px;}
.services_option2 #tabs div p .learn_more {position:relative;z-index:2;}
	/* services option4 */
.services_option4 ul {padding:0 0 80px 0;float:left;}
.services_option4 ul li {position:relative;float:left;width:285px;padding:20px 50px 0 0;}
.services_option4 ul li:nth-child(3n+3) {padding-right:0;}
.services_option4 ul li h4 {padding:0 0 0 65px;margin:0;border:none;}
.services_option4 ul li h4 + p {padding:0 10px 10px 65px;}
.services_option4 ul li img {float:left;}
.services_option4 ul li p {padding:0 10px 20px 0;line-height:20px;}
.services_option4 ul li p span {text-transform:uppercase;font-size:11px;}
.services_option4 ul li .circle {position:absolute;top:25px;left:0;display:block;width:88px;height:88px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/icons2.png") 0 0 no-repeat;-webkit-transition:top .4s linear;-moz-transition:top .4s linear;-o-transition:top .4s linear;-ms-transition:top .4s linear;transition:top .4s linear;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.services_option4 ul li:hover .circle {top:15px;background-position:0 -56px;-webkit-box-shadow:#8fc7dc 0 0 0 5px inset;-moz-box-shadow:#8fc7dc 0 0 0 5px inset;box-shadow:#8fc7dc 0 0 0 5px inset;}
.services_option4 ul li .circle_link {visibility:hidden;position:absolute;top:15px;left:10px;display:block;width:88px;height:88px;color:#fff;text-indent:-999em;z-index:10;}
.services_option4 ul li:hover .circle_link {visibility:visible;}
.services_option4 ul li:after {content:'';visibility:hidden;position:absolute;top:105px;left:-10px;display:block;width:107px;height:20px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow4.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.services_option4 ul li:hover:after {visibility:visible;}
.services_option4 ul li.design .circle {background-position:0 0;}
.services_option4 ul li.design:hover .circle {background-position:0 -92px;}
.services_option4 ul li.flexible .circle {background-position:-101px 0;}
.services_option4 ul li.flexible:hover .circle {background-position:-101px -92px;}
.services_option4 ul li.fonts .circle {background-position:-201px 0;}
.services_option4 ul li.fonts:hover .circle {background-position:-201px -92px;}
.services_option4 ul li.support .circle {background-position:-301px 0;}
.services_option4 ul li.support:hover .circle {background-position:-301px -92px;}
.services_option4 ul li.easy .circle {background-position:-402px 0;}
.services_option4 ul li.easy:hover .circle {background-position:-402px -92px;}
.services_option4 ul li.color .circle {background-position:-502px 0;}
.services_option4 ul li.color:hover .circle {background-position:-502px -92px;}

.services_option5_marg ul {padding-top:0;}

/* Process page */
.process2 h4, .process3 h4 {margin:0 0 25px 0;padding:0 0 10px 0;border-bottom:1px solid #e7e6e6;}
	/* process option2 */
.process2 #tabs {padding:0 0 50px 0;}
.process2 #tabs .tab_select {float:left;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/process_tabs.png") right center no-repeat;width:215px;min-height:490px;padding-top:10px;}
.process2 #tabs .tab_select li {font-weight:bold;padding:20px 0 0 0;min-height:37px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.process2 #tabs .tab_select li:hover {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.process2 #tabs .tab_select li.active {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.process2 #tabs .tab_select li a {color:#434242;}
.process2 #tabs .tab_select li:hover a {color:#5eafcd;}
.process2 #tabs .tab_select li.active a {color:#5eafcd;}
.process2 #tabs .tab_select li span {color:#fff;font-size:11px;background:#7e7e7e;margin-right:14px;padding:1px 9px;}
.process2 #tabs .tab_select li.active span {background:#5eafcd;}
.process2 #tabs div {width:690px;padding-right:10px;float:right;}
.process2 #tabs div h3 {font-size:34px;color:#d8d8d8;}
.process2 #tabs div h5 {font-size:16px;color:#626363;font-weight:normal;padding-bottom:25px;}
.process2 #tabs .bwWrapper {width:auto;padding:0;float:right;border:5px solid #f6f3f3;margin-left:15px;font-size:0;line-height:0;}
.process2 #tabs div p {padding-bottom:17px;}
.process2 #tabs div ul li {position:relative;padding:7px 0 7px 35px;}
.process2 #tabs div ul li:before {content:'';position:absolute;top:7px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.process2 #tabs div p:last-child {float:right;margin:-50px 0 0 480px;}
.process2 #tabs div p .learn_more {position:relative;z-index:2;}
	/* process option3 */
.process3 ul {margin-bottom:80px;float:left;}
.process3 ul li {clear:both;padding:50px 0 25px 0;}
.process3 ul li img {border-bottom:1px solid #c8c6c6;float:left;margin-right:40px;}
.process3 ul li .desc {float:left;width:705px;}
.process3 ul li .desc h3 {font-size:34px;color:#d8d8d8;}
.process3 ul li .desc h5 {font-size:16px;color:#626363;font-weight:normal;padding-bottom:25px;}
.process3 ul li .desc p {padding-bottom:17px;}

/* Testimonial page */
	/* testimonial_option */
.testimonial_option {padding-top:10px;}
.testimonial_option ul li {padding:10px 0 75px 0;float:left;}
.testimonial_option ul li .img {float:left;border:5px solid #f6f3f3;width:279px;margin-right:36px;font-size:0;line-height:0;}
.testimonial_option ul li .img p {background:#f6f3f3;border-bottom:1px solid #c8c6c6;font-size:13px;line-height:16px;padding:13px 0;text-align:center;}
.testimonial_option ul li .desc {float:right;width:615px;}
.testimonial_option ul li .desc blockquote {position:relative;padding:0 0 0 60px;}
.testimonial_option ul li .desc blockquote:before {content:'';width:38px;height:29px;display:block;position:absolute;top:0;left:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -282px no-repeat;}
.testimonial_option ul li .desc blockquote p {font-style:italic;padding-bottom:20px;}
.testimonial_option ul li .desc p.tit {position:relative;padding:12px 0 10px 40px;}
.testimonial_option ul li .desc p.tit:before {content:'';width:27px;height:30px;display:block;position:absolute;top:0;left:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -458px no-repeat;}
	/* testimonial_option2 */
.testimonial_option2 ul li {width:289px;padding:10px 45px 25px 0;}
.testimonial_option2 ul li:nth-child(3n+3) {padding-right:0;}
.testimonial_option2 ul li .img {float:none;padding-right:0;border-bottom:none;}
.testimonial_option2 ul li .desc {float:none;width:auto;}
.testimonial_option2 ul li .desc blockquote {padding:25px 0 0 0;}
.testimonial_option2 ul li .desc blockquote:before {display:none;}
	/* testimonial_option3 */
.testimonial_option3 {padding-top:20px;}
.testimonial_option3 ul li {width:455px;}
.testimonial_option3 ul li:nth-child(2n+2) {float:right;}
.testimonial_option3 ul li:nth-child(2n+1) {clear:both;}
.testimonial_option3 ul li .desc {float:none;width:auto;}
.testimonial_option3 ul li .desc blockquote {padding:25px 25px 5px 25px;background:#f6f3f3;}
.testimonial_option3 ul li .desc blockquote:before {display:none;}
.testimonial_option3 ul li .desc blockquote:after {content:'';width:21px;height:17px;display:block;margin:0 0 -22px 10px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") -41px -468px no-repeat;font-size:0;line-height:0;}
.testimonial_option3 ul li .desc p.tit {padding-bottom:30px;margin-top:12px;}
	/* testimonial_option4 */
.testimonial_option4 ul li {width:212px;padding:10px 37px 25px 0;}
.testimonial_option4 ul li:nth-child(4n+4) {padding-right:0;}
.testimonial_option4 ul li:nth-child(4n+1) {clear:both;}
.testimonial_option4 ul li .desc {float:none;width:auto;}
.testimonial_option4 ul li .desc blockquote {padding:25px 25px 5px 25px;background:#f6f3f3;}
.testimonial_option4 ul li .desc blockquote:before {display:none;}
.testimonial_option4 ul li .desc blockquote:after {content:'';width:21px;height:17px;display:block;margin:0 0 -22px 10px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") -41px -468px no-repeat;font-size:0;line-height:0;}
.testimonial_option4 ul li .desc p.tit {padding-bottom:30px;margin-top:12px;}
.testimonial_option4 ul li .desc p.tit strong {display:block;}

/* Pricing page */
	/*  pricing option */
.pricing_option {padding-top:10px;}
.pricing_option ul {margin:40px 10px 80px 10px;float:left;border:8px solid #f9f8f8;}
.pricing_option ul li {text-align:center;float:left;border:1px solid #dddcdc;border-left:none;border-right:1px solid #e5e4e3;width:174px;}
.pricing_option ul li:first-child {border-left:1px solid #e5e4e3;}
.pricing_option ul li h4 {padding:10px 0 0 0;border-bottom:1px solid #efefed;min-height:33px;}
.pricing_option ul li p {color:#444;border-bottom:1px solid #efefed;padding:8px 0;}
.pricing_option ul li .price {text-align:center;background:#f8f8f8;font-family:Georgia;border-bottom:1px solid #efefed;min-height:80px;}
.pricing_option ul li .price strong {font-size:21px;position:relative;top:-15px;}
.pricing_option ul li .price span {font-size:55px;font-weight:bold;color:#5eafcd;}
.pricing_option ul li .price em {color:#888888;font-size:11px;margin-left:-19px;}
.pricing_option ul li .price sup {font-size:17px;font-weight:bold;color:#5eafcd;position:relative;top:-16px;}
.pricing_option ul li p:last-child {background:#f7f7f7;border:none;}
.pricing_option ul li p:last-child a {margin:0 auto;}
.pricing_option ul li.active {width:220px;position:relative;}
.pricing_option ul li.active .active_bg {position:absolute;z-index:2;top:-20px;left:0;width:206px;min-height:420px;padding:7px;-webkit-box-shadow:#d3e7ef 0 0 0 7px inset;-moz-box-shadow:#d3e7ef 0 0 0 7px inset;box-shadow:#d3e7ef 0 0 0 7px inset;}
.pricing_option ul li.active .active_bg:before {content:'';z-index:-1;position:absolute;top:0;left:0;width:220px;min-height:434px;-webkit-box-shadow:#d3e7ef 0 0 0 7px inset;-moz-box-shadow:#d3e7ef 0 0 0 7px inset;box-shadow:#e8e8e8 0 0 38px 18px;}
.pricing_option ul li.active h4 {font-size:22px;color:#3ea0c6;background:#fff;min-height:46px;}
.pricing_option ul li.active p:last-child {padding:18px 0;}
	/*  pricing option2 */
.pricing_option2 ul li {width:217px;}
.pricing_option2 ul li.active {width:265px;}
.pricing_option2 ul li.active .active_bg {width:251px;}
.pricing_option2 ul li.active .active_bg:before {width:265px;}
	/*  pricing option3 */
.pricing_option3 ul {margin-bottom:110px;}
.pricing_option3 ul li {width:291px;}
.pricing_option3 ul li.active {width:335px;}
.pricing_option3 ul li.active .active_bg {width:321px;}
.pricing_option3 ul li.active .active_bg:before {width:335px;}

/* Contact us page */
.contact_us {float:left;width:650px;padding:10px 60px 0 0;}
.contact_us h4 {clear:both;padding-bottom:13px;}
.contact_us .bwWrapper {font-size:0;line-height:0;border:5px solid #f6f3f3;}
.contact_us .map_wrap {font-size:0;line-height:0;border:5px solid #f6f3f3;}
/*.contact_us ul li {float:left;width:90px;padding:20px 0 75px 0;line-height:20px;}
.contact_us ul li:nth-child(2) {width:130px;}
.contact_us ul li:nth-child(3) {float:right;width:400px;}
.contact_us ul li strong {color:#3fa3c9;}
.contact_us form p {font-size:11px;color:#bbbaba;float:left;margin:10px 20px 10px 0;}
.contact_us form p:nth-child(3) {margin-right:0;}
.contact_us form p label {font-size:13px;color:#525252;padding-right:8px;}
.contact_us form p input {border:1px solid #e0e0e0;margin-top:8px;width:180px;font:13px 'PT Sans';color:#626363;padding:5px 10px;}
.contact_us form p textarea {border:1px solid #e0e0e0;margin-top:8px;width:625px;font:13px 'PT Sans';color:#626363;padding:5px 10px;height:150px;}
.contact_us form p input[type="submit"] {font-weight:bold;font-style:italic;color:#3fa3c9;width:113px;height:42px;padding:0;border:none;}
.contact_us form p:last-child {float:right;margin-right:3px;}*/

/* FAQ page */
.faq_list {padding:0 0 50px 0;}
.faq_list h4.bord {margin:0;}
.faq_list .filter {float:left;width:100%;border-bottom:1px solid #efefef;margin:10px 0 50px 0;}
.faq_list .filter li {float:left;padding-right:2px;font-style:italic;}
.faq_list .filter li a {color:#7e7e7e;background:#efefef;padding:5px 10px;display:block;}
.faq_list .filter li a:hover {background:#e4e2e2;color:#626363;}
.faq_list .filter li.active a, .faq_list .filter li span {color:#fff;background:#3fa2c8;padding:5px 10px;display:block;}
.faq_list #faq {clear:both;}
.faq_list #faq li {position:relative;}
.faq_list #faq li:before {content:'';z-index:2;cursor:pointer;display:block;width:24px;height:24px;position:absolute;top:14px;right:18px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/closed.png") no-repeat;}
.faq_list #faq li.simpleFAQShowing:before {background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/open.png") no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.faq_list #faq .question {margin:20px 0 0 0;border:1px solid #d3d3d3;min-height:34px;position:relative;padding:13px 0 0 55px;font-size:14px;font-weight:bold;color:#434242;background:#ededed;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9f9f9), to(#ededed));background: -webkit-linear-gradient(#f9f9f9, #ededed);background: -moz-linear-gradient(#f9f9f9, #ededed);background: -ms-linear-gradient(#f9f9f9, #ededed);background: -o-linear-gradient(#f9f9f9, #ededed);background: linear-gradient(#f9f9f9, #ededed);-pie-background: linear-gradient(#f9f9f9, #ededed);behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.faq_list #faq .question:before {content:'Q:';position:absolute;top:8px;left:16px;color:#cccbcb;font-size:22px;font-weight:bold;}
.faq_list #faq .answer {border:1px solid #e7e7e7;position:relative;border-top:none;padding:27px 35px 27px 55px;}
.faq_list #faq .answer:before {content:'A:';position:absolute;top:27px;left:16px;color:#cccbcb;font-size:22px;font-weight:bold;}
.faq_list #faq .answer p {padding-bottom:23px;}

/* Left nav page */
.left_nav #tabs {padding:0 0 50px 0;}
.left_nav #tabs .tab_select {float:left;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/process_tabs.png") right center no-repeat;width:215px;min-height:490px;padding-top:10px;}
.left_nav #tabs .tab_select li {position:relative;font-weight:bold;padding:12px 0 0 31px;min-height:30px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.left_nav #tabs .tab_select li:hover {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.left_nav #tabs .tab_select li.active {background:#3fa1c6 url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.left_nav #tabs .tab_select li:before {visibility:hidden;content:'';width:14px;height:41px;display:block;position:absolute;top:0;right:-14px;background:#3fa2c8 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -503px no-repeat;}
.left_nav #tabs .tab_select li a {color:#434242;}
.left_nav #tabs .tab_select li.active a {color:#fff;}
.left_nav #tabs .tab_select li.active:before {visibility:visible;}
.left_nav #tabs div {width:690px;padding-right:10px;float:right;}
.left_nav #tabs div .wp_img {position:relative;padding:27px 0 10px 0;}
.left_nav #tabs div .wp_img span {font-size:11px;line-height:20px;font-style:italic;position:absolute;top:50px;right:0;display:block;width:120px;color:#3fa3c9;}
.left_nav #tabs div p {padding:0 0 17px 20px;}
.left_nav #tabs div ul li {position:relative;padding:7px 0 7px 35px;margin-left:20px;}
.left_nav #tabs div ul li:before {content:'';position:absolute;top:7px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.left_nav #tabs div p:last-child {float:right;margin:-50px 0 0 480px;}
.left_nav #tabs div p .learn_more {position:relative;z-index:2;}

/* Right nav page */
.right_nav #tabs .tab_select {float:right;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/process_tabs2.png") left center no-repeat;width:205px;padding-right:0;}
.right_nav #tabs .tab_select li {padding:12px 31px 0 0;text-align:right;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/line3.png") right bottom no-repeat;}
.right_nav #tabs .tab_select li.active {background:#3fa1c6 url("/Data/sites/1/skins/eeba/stylesheets/../images/line3.png") right bottom no-repeat;}
.right_nav #tabs .tab_select li:before {right:auto;left:-14px;background:#3fa2c8 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") -20px -503px no-repeat;}
.right_nav #tabs div {float:left;padding-right:0;}

/* Full width page */
.full_width {padding:10px 0 30px 0;}
.full_width .bwWrapper {font-size:0;line-height:0;margin:15px 0 10px 0;border:5px solid #f6f3f3;}
.full_width p {padding:15px 0 10px 0;}

/* Short Text Layout 1 Column page */
.short_text_layout ul {padding:0 0 50px 0;float:left;}
.short_text_layout ul li {float:left;position:relative;text-align:center;width:auto;padding:0;margin:10px 0 45px 0;background:#f6f3f3;border-bottom:1px solid #c8c6c6;}
.short_text_layout ul li:hover {border-bottom:1px solid #5eafcd;}
.short_text_layout ul li .bwWrapper {border:5px solid #f6f3f3;border-bottom:none;}
.short_text_layout ul li p {padding:3px 0 9px 0;}
.short_text_layout ul li p strong {font-size:14px;}
.short_text_layout ul li p strong a {color:#626363;}
.short_text_layout ul li p span {color:#5eafcd;padding-top:2px;display:block;font-style:italic;}
.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {pointer-events: none;z-index: 1;} 

/* Short Text Layout 2 Column page */
.short_text_col_2 {margin-right:0;}
.short_text_col_2 ul li {width:452px;}
.short_text_col_2 ul li:nth-child(2n) {float:right;}

/* Short Text Layout 3 Column page */
.short_text_col_3 ul li {width:289px;margin-right:46px;}
.short_text_col_3 ul li:nth-child(3n) {margin-right:0;}

/* Short Text Layout 4 Column page */
.short_text_col_4 ul li {width:212px;margin-right:37px;}
.short_text_col_4 ul li:nth-child(4n) {margin-right:0;}

/* Filter */
.filter_wrap {width:1029px;}
.filter_wrap ul li {width:960px;}

.filter_wrap.short_text_col_2 ul li {width:452px;margin-right:58px;}
.filter_wrap.short_text_col_2 ul li:nth-child(2n) {float:left;}

.filter_wrap.short_text_col_3 ul li {width:289px;}
.filter_wrap.short_text_col_3 ul li:nth-child(3n) {margin-right:46px;}

.filter_wrap.short_text_col_4 ul li {width:212px;}
.filter_wrap.short_text_col_4 ul li:nth-child(4n) {margin-right:37px;}

/* pager_nav */
.pager_nav {font-weight:bold;margin:0 0 60px 0;clear:both;padding-top:3px;position:relative;}
.pager_nav a {color:#7e7e7e;margin:0 5px 0 2px;}
.pager_nav a:hover, .pager_nav span {color:#5eafcd;margin:0 5px 0 2px;}
.pager_nav .bx-prev, .pager_nav .bx-next {margin:0;display:block;float:left;width:20px;height:20px;position:absolute;right:20px;top:0;font-size:0;line-height:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/flex/bg_direction_nav.png") 0 0 no-repeat;cursor:pointer;}
.pager_nav .bx-next {background-position:100% 0;right:0;}
.pager_nav .bx-next:hover {background-position: 100% -20px;margin:0;}
.pager_nav .bx-prev:hover {background-position:0 -20px;margin:0;}

/* Long Text Layout 1 Column page */
.long_text_layout ul {padding:10px 0 50px 0;float:left;width:100%;}
.long_text_layout ul li {float:left;position:relative;width:100%;padding:0 0 60px 0;margin:0 0 60px 0;border-bottom:1px solid #e7e6e6;}
.long_text_layout ul li:last-child {margin-bottom:0;border-bottom:none;}
.long_text_layout ul li .img {border:5px solid #f6f3f3;position:relative;float:left;font-size:0;line-height:0;}
.long_text_layout ul li .img:before {content:'';display:none;width:641px;height:266px;-webkit-box-shadow: #000 5px 5px 10px 3px inset;-moz-box-shadow: #000 10px 10px 10px 3px inset;box-shadow:#505051 0 0 10px 0 inset;position:absolute;top:0;left:0;}
.long_text_layout ul li .desc {float:right;width:250px;padding:15px 0 0 0;}
.long_text_layout ul li .desc h5 {color:#434242;font-size:17px;padding:0 0 15px 0;}
.long_text_layout ul li .desc h5 a {color:#434242;}
.long_text_layout ul li .desc h5 span {color:#5eafcd;font-size:11px;font-weight:normal;font-style:italic;display:block;padding:8px 0 0 0;}
.long_text_layout ul li .desc p {padding-bottom:15px;}
.long_text_layout ul li .desc ul {float:none;padding:0 0 20px 0;}
.long_text_layout ul li .desc ul li {float:none;margin:0;padding:0 0 5px 30px;border:none;font-weight:bold;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/circle.png") 0 5px no-repeat;}
.long_text_layout ul li .desc p .read_more, .long_text_layout ul li .desc p .read_more:visited {margin-right:14px;color:#fff;}
.long_text_layout ul li .desc p .visit_project, .long_text_layout ul li .desc p .visit_project:visited {padding:3px 10px;color:#fff;}

/* Long Text Layout 1 Column page wide */
.long_text_layout_wide ul li {padding-bottom:40px;margin-bottom:50px;}
.long_text_layout_wide ul li .img:before {width:930px;height:342px;}
.long_text_layout_wide ul li .desc {float:none;clear:both;width:auto;padding-top:25px;}
.long_text_layout_wide ul li .desc h5 span {display:inline;padding:0 0 0 15px;}
.long_text_layout_wide ul li .desc p .visit_project {background:#5eafcd;}
.long_text_layout_wide ul li .desc p .visit_project:hover {background:#6bbddb;}

/* Long Text Layout 2 Column page */
.long_text_col_2 ul li {padding-bottom:40px;margin-bottom:0;border-bottom:none;width:453px;}
.long_text_col_2 ul li:nth-child(2n) {float:right;}
.long_text_col_2 ul li:nth-child(2n+1) {clear:both;}
.long_text_col_2 ul li .img:before {width:443px;height:263px;}
.long_text_col_2 ul li .desc {float:none;clear:both;width:auto;padding-top:25px;}

/* Long Text Layout 3 Column page */
.long_text_col_3 ul li {padding-bottom:40px;margin:0 46px 0 0;border-bottom:none;width:289px;}
.long_text_col_3 ul li:nth-child(3n) {margin-right:0;}
.long_text_col_3 ul li:nth-child(3n+1) {clear:both;}
.long_text_col_3 ul li .img:before {width:279px;height:170px;}
.long_text_col_3 ul li .desc {float:none;clear:both;width:auto;}

/* Long Text Layout 4 Column page */
.long_text_col_4 ul li {padding-bottom:40px;margin:0 37px 0 0;border-bottom:none;width:212px;}
.long_text_col_4 ul li:nth-child(4n) {margin-right:0;}
.long_text_col_4 ul li:nth-child(4n+1) {clear:both;}
.long_text_col_4 ul li .img:before {width:202px;height:127px;}
.long_text_col_4 ul li .desc {float:none;clear:both;width:auto;}

/* portfolio_sidebar page */
.portfolio_sidebar {float:left;width:650px;padding:10px 60px 0 0;}
.portfolio_sidebar_right {padding:10px 0 0 0;float:right;}
.portfolio_sidebar ul li {float:left;position:relative;width:100%;padding:0 0 40px 0;margin:0 0 40px 0;border-bottom:1px solid #e7e6e6;}
.portfolio_sidebar ul li:last-child {margin-bottom:0;border-bottom:none;}
.portfolio_sidebar ul li .img {border:5px solid #f6f3f3;position:relative;float:left;font-size:0;line-height:0;}
.portfolio_sidebar ul li .img:before {content:'';display:none;width:640px;height:266px;-webkit-box-shadow: #000 5px 5px 10px 3px inset;-moz-box-shadow: #000 10px 10px 10px 3px inset;box-shadow:#505051 0 0 10px 0 inset;position:absolute;top:0;left:0;}
.portfolio_sidebar ul li .desc {float:none;clear:both;width:auto;padding:25px 0 0 0;}
.portfolio_sidebar ul li .desc h5 {color:#434242;font-size:17px;padding:0 0 15px 0;}
.portfolio_sidebar ul li .desc h5 a, .portfolio_sidebar ul li .desc h5 a:visited {color:#434242;}
.portfolio_sidebar ul li .desc h5 span {color:#5eafcd;font-size:11px;font-weight:normal;font-style:italic;display:block;padding:8px 0 0 0;}
.portfolio_sidebar ul li .desc p {padding-bottom:15px;}
.portfolio_sidebar ul li .desc p .read_more {margin-right:14px;}
.portfolio_sidebar ul li .desc p .visit_project {padding:3px 10px;}
.portfolio_sidebar .pager_nav {margin-right:0;}
	/* two columns */
.portfolio_sidebar .two_columns li {padding-bottom:40px;margin:0 0 0 0;border-bottom:none;width:309px;}
.portfolio_sidebar .two_columns li:nth-child(2n) {float:right;margin-right:0;}
.portfolio_sidebar .two_columns li:nth-child(2n+1) {clear:both;}
.portfolio_sidebar .two_columns li .img:before {width:299px;height:182px;}
.portfolio_sidebar .two_columns li .desc {float:none;clear:both;width:auto;}
	/* three columns */
.portfolio_sidebar .three_columns li {padding-bottom:40px;margin:0 32px 0 0;border-bottom:none;width:195px;}
.portfolio_sidebar .three_columns li:nth-child(3n) {margin-right:0;}
.portfolio_sidebar .three_columns li:nth-child(3n+1) {clear:both;}
.portfolio_sidebar .three_columns li .img:before {width:185px;height:125px;}
.portfolio_sidebar .three_columns li .desc {float:none;clear:both;width:auto;padding-top:15px;}

/* gallery page */
.gallery_list ul {padding:10px 0 50px 0;float:left;width:100%;}
.gallery_list ul li {float:left;position:relative;width:100%;padding:0 0 70px 0;}
.gallery_list ul li .img {border:5px solid #f6f3f3;position:relative;float:left;font-size:0;line-height:0;}
.gallery_list ul li .img:before {content:'';display:none;width:930px;height:342px;-webkit-box-shadow: #000 5px 5px 10px 3px inset;-moz-box-shadow: #000 10px 10px 10px 3px inset;box-shadow:#505051 0 0 10px 0 inset;position:absolute;top:0;left:0;}
	/* gallery list 2 columns */
.gallery_list_col_2 ul li {width:453px;padding-bottom:35px;}
.gallery_list_col_2 ul li:nth-child(2n) {float:right;}
.gallery_list_col_2 ul li .img:before {width:443px;height:263px;}
	/* gallery list 3 columns */
.gallery_list_col_3 ul li {width:289px;padding-bottom:35px;margin-right:46px;}
.gallery_list_col_3 ul li:nth-child(3n) {margin-right:0;}
.gallery_list_col_3 ul li .img:before {width:279px;height:170px;}
	/* gallery list 4 columns */
.gallery_list_col_4 ul li {width:212px;padding-bottom:35px;margin-right:37px;}
.gallery_list_col_4 ul li:nth-child(4n) {margin-right:0;}
.gallery_list_col_4 ul li .img:before {width:202px;height:127px;}

/* Portfolio Single Post Full Width page */
.single_full {position:relative;padding-top:30px;}
.single_full .bx-prev, .single_full .bx-next {margin:0;display:block;float:left;width:20px;height:20px;position:absolute;right:20px;top:-30px;font-size:0;line-height:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/flex/bg_direction_nav.png") 0 0 no-repeat;cursor:pointer;}
.single_full .bx-next {background-position:100% 0;right:0;}
.single_full .bx-next:hover {background-position: 100% -20px;margin:0;}
.single_full .bx-prev:hover {background-position:0 -20px;margin:0;}
.single_full ul li .img {margin-bottom:40px;position:relative;font-size:0;line-height:0;border:5px solid #f6f3f3;}
.single_full ul li .desc h4 {padding-bottom:5px;}
.single_full ul li .desc i {font-size:11px;color:#5eafcd;}
.single_full ul li .desc p {padding-top:22px;}
.single_full ul li .desc .things_list {float:left;width:182px;min-height:382px;margin-right:44px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/things_bg.png") right 0 no-repeat;}
.single_full ul li .desc .things_list ul {padding:20px 0 0 0;}
.single_full ul li .desc .things_list ul li {padding:7px 0 7px 30px;width:auto;position:relative;}
.single_full ul li .desc .things_list ul li:before {content:'';position:absolute;top:7px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.single_full ul li .desc .things_list p:last-child a {position:relative;z-index:2;}
	/* Right Sidebar */
.single_right ul li .img {float:left;width:641px;margin-right:0;margin-bottom:80px;}
.single_right ul li .img:before {content:'';display:none;width:641px;height:621px;-webkit-box-shadow: #000 5px 5px 10px 3px inset;-moz-box-shadow: #000 10px 10px 10px 3px inset;box-shadow:#505051 0 0 10px 0 inset;position:absolute;top:0;left:0;}
.single_right ul li .desc {float:right;width:233px;}
.single_right ul li .desc .things_list {background:none;margin:33px 0 0 0;}
.single_right ul li .desc .things_list ul {padding-top:9px;}
	/* Left Sidebar */
.single_left ul li .img {float:right;}
.single_left ul li .desc {float:left;}

/* Tabs page */
	/* Accordions */
.accordions {float:left;width:455px;padding:0 0 50px 0;}
.accordions h4.bord {margin-left:0;margin-right:0;}
.accordions dl {margin-top:-15px;border-bottom:1px solid #f4f2f2;}
.accordions dt h4 {color:#434242;font-size:13px;border-top:1px solid #f4f2f2;padding:15px 0 15px 45px;position:relative;}
.accordions dt h4:before {content:'';display:block;width:24px;height:24px;position:absolute;top:15px;left:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/closed.png") 0 0 no-repeat;}
.accordions dt.selected h4:before {background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/open.png") 0 0 no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.accordions dt:first-child h4 {border-top:none;}
.accordions dd div .bwWrapper {float:left;margin:0 10px 10px 0;font-size:0;line-height:0;border:5px solid #f6f3f3;}
.accordions dd div p {float:left;width:276px;padding-bottom:16px;}
	/* Sidebar Tabs */
.sidebar_tabs {float:right;width:455px;margin-bottom:35px;}
.sidebar_tabs h4.bord {margin-left:0;margin-right:0;}
.sidebar_tabs #s_tabs .tab_select li {float:left;width:76px;margin:0 1px 2px 0;}
.sidebar_tabs #s_tabs .tab_select li:last-child {margin-right:0;}
.sidebar_tabs #s_tabs .tab_select li a, .sidebar_tabs #s_tabs .tab_select li a:visited {display:block;float:left;width:76px;padding:6px 0;color:#626363;text-align:center;background:#f7f5f5;font-weight:bold;}
.sidebar_tabs #s_tabs .tab_select li.active a, .sidebar_tabs #s_tabs .tab_select li.active a:visited {background:#5eafcd;color:#fff;}
.sidebar_tabs #s_tabs .tab_select li a:hover {background:#e4e2e2;color:#626363;}
.sidebar_tabs #s_tabs div {background:#f7f5f5;padding:17px 0;clear:both;}
.sidebar_tabs #s_tabs div ul li {padding:6px 10px 6px 13px;}
.sidebar_tabs #s_tabs div ul li a {color:#626363;}
	/* vertical_tabs */
.vertical_tabs {clear:both;}
.vertical_tabs h4 {margin-bottom:25px;}
.vertical_tabs #tabs {padding:0 0 40px 0;}
.vertical_tabs #tabs div p:last-child {margin:0;}
	/* horizontal_tabs */
.horizontal_tabs #h_tabs {padding:0 0 50px 0;}
.horizontal_tabs #h_tabs .tab_select {float:left;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/process_tabs.png") right top no-repeat;width:215px;min-height:200px;padding-top:10px;}
.horizontal_tabs #h_tabs .tab_select li {font-weight:bold;padding:20px 0 0 0;min-height:37px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.horizontal_tabs #h_tabs .tab_select li:hover {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.horizontal_tabs #h_tabs .tab_select li.active {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.horizontal_tabs #h_tabs .tab_select li a {color:#434242;}
.horizontal_tabs #h_tabs .tab_select li:hover a {color:#5eafcd;}
.horizontal_tabs #h_tabs .tab_select li.active a {color:#5eafcd;}
.horizontal_tabs #h_tabs .tab_select li span {color:#fff;font-size:11px;background:#7e7e7e;margin-right:14px;padding:1px 9px;}
.horizontal_tabs #h_tabs .tab_select li.active span {background:#5eafcd;}
.horizontal_tabs #h_tabs div {width:690px;padding-right:10px;float:right;}
.horizontal_tabs #h_tabs div p {padding-top:17px;}

.faq_list_marg ul {margin:35px 0 50px 0;}

/* alert_icons_block */
.alert_icons_block {padding:20px 0 30px 0;}
.alert_icons_block .box {color:#747474;text-align:center;width:360px;padding:10px 40px;border:1px solid #d7d6d6;margin:0 0 24px 0;float:left;position:relative;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/alert_icon.png") 13px center no-repeat;}
.alert_icons_block .box:nth-child(2n) {float:right;}
.alert_icons_block .box .close {position:absolute;top:13px;right:20px;width:12px;height:11px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/x.png") no-repeat;text-indent:-999em;font-size:0;line-height:0;}
.alert_icons_block .success {color:#92b750;background:#e9f3d2 url("/Data/sites/1/skins/eeba/stylesheets/../images/alert_icon2.png") 13px center no-repeat;border:1px solid #acd556;}
.alert_icons_block .success2 {color:#cfb306;background:#fbf6e3 url("/Data/sites/1/skins/eeba/stylesheets/../images/alert_icon4.png") 13px center no-repeat;border:1px solid #e7d48d;}
.alert_icons_block .error {color:#d04544;background:#ffe9e9 url("/Data/sites/1/skins/eeba/stylesheets/../images/alert_icon3.png") 13px center no-repeat;border:1px solid #e7a9a9;}
.alert_block .box {background:#fff;text-align:left;width:377px;padding-left:23px;}
.alert_block .box strong {display:block;font-size:15px;}
.alert_block .box .close {top:23px;}
.alert_block .success {background:#e9f3d2;}
.alert_block .success2 {background:#fbf6e3;}
.alert_block .error {background:#ffe9e9;}

/* buttons icons page */
	/* buttons */
.buttons {padding-bottom:30px;}
.buttons input {margin:0 50px 10px 0;}
.buttons div {padding:20px 0;}
.buttons div a {margin:0 20px 10px 0;}
.btn_l {cursor:pointer;font:bold italic 16px 'PT Sans';color:#3fa3c9;width:151px;height:56px;padding:0;border:none;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -123px no-repeat;}
.btn_l:hover {background-position:-157px -123px;}
.btn_m {cursor:pointer;font:bold italic 13px 'PT Sans';color:#3fa3c9;width:113px;height:42px;padding:0;border:none;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -73px no-repeat;}
.btn_m:hover {background-position:-119px -73px;}
.btn_s {cursor:pointer;font:bold italic 12px 'PT Sans';color:#3fa3c9;width:100px;height:36px;padding:0;border:none;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -681px no-repeat;}
.btn_s:hover {background-position:-125px -681px;}
a.btn_l {height:39px;padding-top:17px;display:block;text-align:center;}
a.btn_m {height:30px;padding-top:12px;display:block;text-align:center;}
a.btn_s {height:26px;padding-top:10px;display:block;text-align:center;}
.btn_col, .btn_col:visited {color:#fff;font-size:11px;background:#5eafcd;padding:3px 9px;}
.btn_col:hover {background:#6bbddb;color:#fff;}
.btn_blue, .btn_blue:visited {background:#6988de;}
.btn_blue:hover {background:#7699fa;}
.btn_green, .btn_green:visited {background:#6ac36a;}
.btn_green:hover {background:#73da73;}
.btn_red, .btn_red:visited {background:#cd5e63;}
.btn_red:hover {background:#ea6c72;}
.btn_orange, .btn_orange:visited {background:#de7d42;}
.btn_orange:hover {background:#f38a49;}
.btn_yellow, .btn_yellow:visited {background:#c2cd0a;}
.btn_yellow:hover {background:#d2de11;}
.btn_grey, .btn_grey:visited {background:#b4b4b4;}
.btn_grey:hover {background:#cac9c9;}
.btn_black, .btn_black:visited {background:#2e2f2f;}
.btn_black:hover {background:#666565;}
	/* social_icons */
.social_icons {float:left;width:410px;margin:0 0 50px 10px;position:relative;}
.social_icons ul li {float:left;padding-right:18px;text-indent:-999em;width:36px;}
.social_icons ul li a {display:block;float:left;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/share_icons.png") 0 0 no-repeat;width:36px;height:36px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.social_icons ul li a:hover {background-position:0 -46px;background-color:#5eafcd;}
.social_icons ul li a.facebook {background-position:0 0;}
.social_icons ul li a.facebook:hover {background-position:0 -46px;}
.social_icons ul li a.tweeter {background-position:-48px 0;}
.social_icons ul li a.tweeter:hover {background-position:-48px -46px;}
.social_icons ul li a.in {background-position:-97px 0;}
.social_icons ul li a.in:hover {background-position:-97px -46px;}
.social_icons ul li a.baby {background-position:-145px 0;}
.social_icons ul li a.baby:hover {background-position:-145px -46px;}
.social_icons ul li a.rss {background-position:-193px 0;}
.social_icons ul li a.rss:hover {background-position:-193px -46px;}
.social_icons ul li a.google {background-position:-240px 0;}
.social_icons ul li a.google:hover {background-position:-240px -46px;}
.social_icons ul li a.www {background-position:-290px 0;}
.social_icons ul li a.www:hover {background-position:-290px -46px;}
.social_icons ul.small {clear:both;padding-top:25px;}
.social_icons ul.small li {padding-right:13px;padding-left:5px;}
.social_icons ul.small li a {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/share_icons2.png") 0 0 no-repeat;width:24px;height:25px;}
.social_icons ul.small li a:hover {background-position:0 -30px;background-color:#5eafcd;}
.social_icons ul.small li a.facebook {background-position:0 0;}
.social_icons ul.small li a.facebook:hover {background-position:0 -30px;}
.social_icons ul.small li a.tweeter {background-position:-58px 0;}
.social_icons ul.small li a.tweeter:hover {background-position:-58px -30px;}
.social_icons ul.small li a.in {background-position:-116px 0;}
.social_icons ul.small li a.in:hover {background-position:-116px -30px;}
.social_icons ul.small li a.baby {background-position:-174px 0;}
.social_icons ul.small li a.baby:hover {background-position:-174px -30px;}
.social_icons ul.small li a.rss {background-position:-232px 0;}
.social_icons ul.small li a.rss:hover {background-position:-232px -30px;}
.social_icons ul.small li a.google {background-position:-289px 0;}
.social_icons ul.small li a.google:hover {background-position:-289px -30px;}
.social_icons ul.small li a.www {background-position:-348px 0;}
.social_icons ul.small li a.www:hover {background-position:-348px -30px;}
	/* social_icons3 */
.social_icons3 {float:right;width:480px;margin:0 0 20px 0;position:relative;}
.social_icons3 ul li {float:left;padding-right:39px;text-indent:-999em;width:31px;}
.social_icons3 ul li:last-child {padding-right:0;}
.social_icons3 ul li a {display:block;float:left;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/share_icons3.png") 0 0 no-repeat;width:31px;height:31px;}
.social_icons3 ul li a.facebook {background-position:0 0;}
.social_icons3 ul li a.tweeter {background-position:-70px 0;}
.social_icons3 ul li a.in {background-position:-141px 0;}
.social_icons3 ul li a.baby {background-position:-210px 0;}
.social_icons3 ul li a.rss {background-position:-281px 0;}
.social_icons3 ul li a.google {background-position:-351px 0;}
.social_icons3 ul li a.www {background-position:-420px 0;}
.social_icons3 ul.small {clear:both;padding-top:25px;}
.social_icons3 ul.small li {padding-right:35px;padding-left:4px;}
.social_icons3 ul.small li:last-child {padding-right:0;}
.social_icons3 ul.small li a {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/share_icons3.png") -4px -66px no-repeat;width:24px;height:23px;}
.social_icons3 ul.small li a.facebook {background-position:-4px -66px;}
.social_icons3 ul.small li a.tweeter {background-position:-74px -66px;}
.social_icons3 ul.small li a.in {background-position:-144px -66px;}
.social_icons3 ul.small li a.baby {background-position:-213px -66px;}
.social_icons3 ul.small li a.rss {background-position:-285px -66px;}
.social_icons3 ul.small li a.google {background-position:-355px -66px;}
.social_icons3 ul.small li a.www {background-position:-423px -66px;}
.clear {clear:both;}
	/* Small Icons */
.small_icons ul {padding:0 0 50px 0;float:left;}
.small_icons ul li {position:relative;float:left;width:75px;padding:60px 15px 0 10px;}
.small_icons ul li.last-child {padding-right:0;}
.small_icons ul li .circle {position:absolute;top:15px;left:10px;display:block;width:51px;height:51px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/icons.png") 0 0 no-repeat;-webkit-transition:top .4s linear;-moz-transition:top .4s linear;-o-transition:top .4s linear;-ms-transition:top .4s linear;transition:top .4s linear;-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.small_icons ul li:hover .circle {top:5px;background-position:0 -56px;-webkit-box-shadow:#5eafcd 0 0 0 5px inset;-moz-box-shadow:#5eafcd 0 0 0 5px inset;box-shadow:#5eafcd 0 0 0 5px inset;}
.small_icons ul li .circle_link {visibility:hidden;position:absolute;top:5px;left:10px;display:block;width:51px;height:51px;color:#fff;text-indent:-999em;z-index:10;}
.small_icons ul li:hover .circle_link {visibility:visible;}
.small_icons ul li:after {content:'';visibility:hidden;position:absolute;top:60px;left:0;display:block;width:73px;height:14px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow2.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.small_icons ul li:hover:after {visibility:visible;}
.small_icons ul li.design .circle {background-position:0 0;}
.small_icons ul li.design:hover .circle {background-position:0 -56px;}
.small_icons ul li.flexible .circle {background-position:-56px 0;}
.small_icons ul li.flexible:hover .circle {background-position:-56px -56px;}
.small_icons ul li.support .circle {background-position:-114px 0;}
.small_icons ul li.support:hover .circle {background-position:-114px -56px;}
.small_icons ul li.easy .circle {background-position:-172px 0;}
.small_icons ul li.easy:hover .circle {background-position:-172px -56px;}
.small_icons ul li.fonts .circle {background-position:-234px 0;}
.small_icons ul li.fonts:hover .circle {background-position:-234px -56px;}
.small_icons ul li.ultra .circle {background-position:-294px 0;}
.small_icons ul li.ultra:hover .circle {background-position:-294px -56px;}
.small_icons ul li.color .circle {background-position:-354px 0;}
.small_icons ul li.color:hover .circle {background-position:-354px -56px;}
.small_icons ul li.updates .circle {background-position:-413px 0;}
.small_icons ul li.updates:hover .circle {background-position:-413px -56px;}
	/* Medium Icons */
.medium_icons ul {padding:0 0 55px 0;float:left;}
.medium_icons ul li {position:relative;float:left;width:110px;padding:90px 40px 0 10px;}
.medium_icons ul li:nth-child(3n+3) {padding-right:40px;}
.medium_icons ul li .circle {position:absolute;top:10px;left:10px;display:block;width:88px;height:88px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/icons2.png") 0 0 no-repeat;-webkit-transition:top .4s linear;-moz-transition:top .4s linear;-o-transition:top .4s linear;-ms-transition:top .4s linear;transition:top .4s linear;-webkit-border-radius:45px;-moz-border-radius:45px;border-radius:45px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.medium_icons ul li:hover .circle {top:0;background-position:0 -56px;-webkit-box-shadow:#8fc7dc 0 0 0 5px inset;-moz-box-shadow:#8fc7dc 0 0 0 5px inset;box-shadow:#8fc7dc 0 0 0 5px inset;}
.medium_icons ul li .circle_link {visibility:hidden;position:absolute;top:0;left:10px;display:block;width:88px;height:88px;color:#fff;text-indent:-999em;z-index:10;}
.medium_icons ul li:hover .circle_link {visibility:visible;}
.medium_icons ul li:after {content:'';visibility:hidden;position:absolute;top:90px;left:0;display:block;width:107px;height:20px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow4.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.medium_icons ul li:hover:after {visibility:visible;}
.medium_icons ul li.design .circle {background-position:0 0;}
.medium_icons ul li.design:hover .circle {background-position:0 -92px;}
.medium_icons ul li.flexible .circle {background-position:-101px 0;}
.medium_icons ul li.flexible:hover .circle {background-position:-101px -92px;}
.medium_icons ul li.fonts .circle {background-position:-201px 0;}
.medium_icons ul li.fonts:hover .circle {background-position:-201px -92px;}
.medium_icons ul li.support .circle {background-position:-301px 0;}
.medium_icons ul li.support:hover .circle {background-position:-301px -92px;}
.medium_icons ul li.easy .circle {background-position:-402px 0;}
.medium_icons ul li.easy:hover .circle {background-position:-402px -92px;}
.medium_icons ul li.color .circle {background-position:-502px 0;}
.medium_icons ul li.color:hover .circle {background-position:-502px -92px;}
	/* Large Icons */
.large_icons ul {padding:40px 0 45px 0;float:left;}
.large_icons ul li {position:relative;float:left;width:130px;padding:140px 75px 40px 0;}
.large_icons ul li:last-child {padding-right:0;}
.large_icons ul li .circle {position:absolute;top:-10px;left:7px;display:block;width:115px;height:115px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/circles.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.large_icons ul li:hover .circle {top:-30px;}
.large_icons ul li .circle_link {visibility:hidden;position:absolute;top:-30px;left:7px;display:block;width:115px;height:115px;color:#fff;text-indent:-999em;z-index:10;}
.large_icons ul li:hover .circle_link {visibility:visible;}
.large_icons ul li:after {content:'';visibility:hidden;position:absolute;top:105px;left:2px;display:block;width:126px;height:24px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/shadow.png") 0 0 no-repeat;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;-ms-transition:all .4s linear;transition:all .4s linear;}
.large_icons ul li:hover:after {visibility:visible;}
.large_icons ul li.design .circle {background-position:0 0;}
.large_icons ul li.flexible .circle {background-position:-131px 0;}
.large_icons ul li.support .circle {background-position:-265px 0;}
.large_icons ul li.easy .circle {background-position:-398px 0;}
.large_icons ul li.seo .circle {background-position:-530px 0;}

/* Google maps */
.google_map {border:5px solid #f6f3f3;margin:0 0 100px 0;min-height:387px;}
.google_map34 {width:75%;}

/* Typography page */
.wraper_typ {color:#838383;}
.wraper_typ h1 {color:#333;font-size:40px;padding-bottom:14px;}
.wraper_typ h2 {color:#333;font-size:28px;padding-bottom:14px;}
.wraper_typ h3 {color:#333;font-size:18px;padding-bottom:14px;}
.wraper_typ h4 {color:#333;font-size:13px;padding-bottom:14px;}
.wraper_typ h4.bord {font-size:17px;}
.wraper_typ h5 {color:#333;font-size:11px;padding-bottom:14px;}
.wraper_typ h6 {color:#333;font-size:10px;padding-bottom:14px;}
.wraper_typ .underline {text-decoration:underline;}
.wraper_typ .bord + div {padding:0 0;}
.wraper_typ .bord + div {padding:0 0;}
.wraper_typ .bord + div p {padding-bottom:40px;}
.wraper_typ blockquote {font-size:13px;color:#444;font-style:italic;background:#f5f5f5;border-left:5px solid #5eafcd;padding:16px 29px 6px 29px;margin-bottom:70px;}
.wraper_typ ul {float:left;padding:0 70px 40px 0;}
.wraper_typ ul li {font-weight:bold;padding:7px 0 7px 13px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/dot.png") 0 center no-repeat;}
.wraper_typ ul.arrows_list li {font-weight:normal;padding-left:30px;position:relative;background:none;}
.wraper_typ ul.arrows_list li:before {content:'';position:absolute;top:7px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.wraper_typ ol li {font-weight:bold;padding:7px 0 7px 0;list-style-type:decimal;}
.wraper_typ .columns {clear:both;float:left;padding:0 10px 20px 0;}
.content_block .wraper_typ .columns div:first-child {padding-left:0;}
.wraper_typ .columns div {padding-left:24px;float:left;}
.wraper_typ .columns .col_2 {width:458px;}
.wraper_typ .columns .col_3 {width:297px;}
.wraper_typ .columns .col_4 {width:217px;}
.wraper_typ .columns .col_5 {width:168px;}
.wraper_typ .columns .col_6 {width:136px;}
.wraper_typ .columns .col_3_4 {width:699px;}
.wraper_typ .columns .col_2_3 {width:619px;}

.headings p, .dropcap p, .columns p {font-size:12px;line-height:20px;}
.html_styles p::selection {background: #000;color:#838383;}
.html_styles p::-moz-selection {background: #000;color:#838383;}
.dropcap p:first-letter {color:#5eafcd;font-size:62px;line-height:62px;float:left;padding-right:10px;}
.wraper_typ .blockquote blockquote p {padding:0 0 10px 0;}
.columns div p {padding:0 0 20px 0;text-align:justify;}
.columns p strong {font-size:13px;color:#444;}

/* Video block */
.video_block {margin:0 0 100px 0;}

/* footer */
	/* social block */
.social_block {position:relative;min-height:44px;border-bottom:1px solid #fff;background:#3fa3c9;}
.social_block:after {content:'';display:block;width:100%;height:44px;position:absolute;top:0;left:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/social/social_bg.png") center top no-repeat;}
.social_block:before {content:'';display:block;width:100%;height:44px;position:absolute;top:0;left:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/social/social_shadow.png") center top no-repeat;}
.social_block .wraper {z-index:2;}
.social_block p {color:#fff;line-height:44px;padding-left:0;}
.social_block p:after {content:'';padding-right:12px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 6px -10px no-repeat;}
.social_block ul {position:absolute;top:0;right:5px;}
.social_block ul li {float:left;min-height:44px;font:bold 14px/44px 'PT Sans';}
.social_block ul li a, .social_block ul li a:visited {color:#fff;display:block;float:left;position:relative;padding:0 16px 0 46px;}
.social_block ul li a:before {content:'';background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -31px no-repeat;z-index:2;position:absolute;top:8px;left:16px;display:block;width:22px;height:26px;}
.social_block ul li.facebook a:before {background-position:0 -31px;}
.social_block ul li.twitter a:before {background-position:-36px -31px;}
.social_block ul li.linkedin a:before {background-position:-73px -31px;}
.social_block ul li.rss a:before {background-position:-110px -31px;}
.social_block ul li.dribbble a:before {background-position:-147px -31px;}
.social_block ul li.google a:before {background-position:-184px -31px;}
.social_block ul li a:after {content:'';position:absolute;top:0;left:0;display:block;height:44px;width:100%;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/social/white_dot.png");}
.social_block ul li:hover a:after {display:none;}

.footer {background:#f6f3f3;border-bottom:5px solid #fff;padding:35px 0;}
.footer footer h3 {font-size:14px;color:#434242;padding:8px 0 26px 0;position:relative;}
.footer footer h3:before {content:'';height:5px;background:#d9d6d7;border-bottom:1px solid #e4e2e2;font-size:0;line-height:0;position:absolute;top:15px;right:0;width:100%;}
.footer footer h3 span {padding-right:8px;background:#f6f3f3;position:relative;z-index:2;}
.footer footer p {padding-bottom:11px;}
	/* bottom about */
.footer footer .bottom_about {float:left;width:212px;padding:0 33px 0 0;}
	/* recent tweets */
.footer footer .recent_tweets {float:left;width:212px;}
.footer footer .recent_tweets ul li {margin-bottom:19px;padding-bottom:19px;border-bottom:1px solid #d1cfcf;}
.footer footer .recent_tweets ul li:last-child {margin-bottom:0;padding-bottom:0;border-bottom:none;}
	/* recent posts */
.footer footer .recent_posts {float:left;width:212px;padding:0 36px;}
.footer footer .recent_posts ul li {padding:0 0 7px 20px;position:relative;}
.footer footer .recent_posts ul li:before {content:'';background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 0 no-repeat;position:absolute;top:6px;left:0;display:block;width:5px;height:5px;}
.footer footer .recent_posts ul li a, .footer footer .recent_posts ul li a:visited {color:#626363;}
.footer footer .recent_posts ul li a:hover {color:#3fa3c9;}
	/* subscribe block */
.footer footer .subscribe_block {float:left;width:212px;}
.footer footer .subscribe_block p {padding:0 0 7px 0;}
.footer footer .subscribe_block p:last-child {text-align:right;}
.footer footer .subscribe_block p input {font:13px 'PT Sans';color:#626363;border:1px solid #c0bebe;background:#f6f3f3;padding:5px 10px;width:190px;}
.footer footer .subscribe_block p input[type=submit] {cursor:pointer;font-weight:bold;font-style:italic;color:#3fa3c9;width:113px;height:42px;padding:0;border:none;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -73px no-repeat;}
.footer footer .subscribe_block p input[type=submit]:hover {background-position:-119px -73px;}
	/* copyright */
.copyright {border-top:1px solid #e7e6e6;}
.copyright p {font-size:11px;padding:20px 0;}
.copyright p span:after, .copyright p a:before {content:'|';padding:0 5px;}
.copyright p a, .copyright p a:visited {color:#626363;}
.copyright p a:hover {color:#3fa3c9;}
.copyright .top, .copyright .top:visited {color:#626363;font-size:11px;position:absolute;top:20px;right:0;padding-right:12px;}
.copyright .top:hover {color:#3fa3c9;}
.copyright .top:after {content:'';position:absolute;top:5px;right:0;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 6px 0 no-repeat;display:block;width:12px;height:5px;}
/* Media Queries */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wraper, .footer footer, body.index_v2 .social_block, body.index_v2 .footer {width:770px;}
.featured_list ul li div img, .features3_block ul, .blog_entries .post .img_wrap img, .features4_block ul li img, .contact_us img, .left_nav #tabs div .wp_img img, .full_width img, .short_text_layout ul li img, .long_text_layout ul li .img img, .portfolio_sidebar ul li .img img, .single_full ul li .img img {width:100%;}
.blog_entries, .features5_block, .contact_us, .portfolio_sidebar {width:500px;padding-right:20px;}
	/* text bar */
.text_bar .wraper {min-height:106px;padding:10px 0 0 0;} 
.text_bar h2 {font-size:18px;}
.text_bar h2 span {font-size:13px;padding-bottom:4px;}
.text_bar .buy, .text_bar .buy:visited {clear:both;}
	/* features block */
.features_block ul li {width:130px;padding:140px 30px 40px 0;background:none;}
/* Home Version 1 */
body .moover-slide .moover-text p img {visibility:hidden;}
body .fallback {display:block;}
body .fallback img {width:100%;height:auto;}
body .moover_wraper .moover, body .moover_wraper .controls {display:none;visibility:hidden;}
/* Home Version 2 */
body.index_v2 .wraper, body.index_v2 .social_block, body.index_v2 .footer {padding-left:0;padding-right:0;}
body.index_v2 .flexslider {width:770px;}
body.index_v2 .flex-caption {width:710px;font-size:11px;padding-top:8px;height:52px;top:265px;}
body.index_v2 .flex-control-paging li a {width:128px;}
body.index_v2 .flex-control-nav li:last-child a {width:125px;}
body.index_v2 .flexslider, body.index_v2 .flex-viewport, body.index_v2 .loading .flex-viewport {min-height:235px;}
.flexslider .slides li img {height:auto;}

	/* features2 block */ 
.features2_block ul li {width:175px;padding:20px 0 0 15px;}
	/* features list */
.featured_list ul li {width:157px;}
.featured_list ul.features_slider li {width:203px;}
.featured_list ul li div {width:147px;}
.featured_list ul li .bwWrapper {width:auto;}
.featured_list ul li .zoom {top:70px;}
/* Home Version 3 */
#piecemaker {width:770px;}
body #piecemaker {display:none;visibility:hidden;}
	/* text bar */
.text_bar2 h2 {font-size:16px}
.text_bar2 h2 span {font-size:12px;}
	/* bc list */
.bc_list ul li:nth-child(2) {float:right;}
	/* why choose */
.why_choose {width:350px;clear:both;}
	/* features3 block */
.features3_block ul {width:390px;}
.features3_block ul li {width:170px;}
	/* client list */
.client_list ul.features_slider li {width:159px;}
.client_list ul.features_slider li div {width:121px;}
/* Home Version 4 */
body .nivo-wrap {padding-left:0;background:none;}
.nivo-wrap .theme-default .nivoSlider {width:760px;height:305px;}
.nivo-wrap .theme-default .nivoSlider img {height:auto;}
/*body .nivo-wrap .slider-wrapper {display:none;visibility:hidden;}*/
	/* blog entries */
.blog_entries .post .img_wrap, .blog_entries .post .img_wrap .post_slider li {width:490px;}
.blog_entries .post .img_wrap {min-height:100px;}
.blog_entries .post .img_wrap img {height:auto;}
.blog_entries .post .img_wrap iframe {width:100%;height:auto;}
	/* post_medium */
.blog_entries .post_medium .img_wrap {width:170px;}
	/* blog entries full */
.blog_entries_full {width:770px;}
.blog_entries_full .post .img_wrap {width:760px;}
	/* blog entries full post_medium */
.blog_entries_full .post_medium .img_wrap {width:303px;}
/* share_story */
.share_story h4 {display:none;}
.share_story ul {left:90px;}
/* Leave a Comment */
.leave_comment form p input {width:130px;}
.leave_comment form p textarea {width:475px;}
/* Home Version 5 */
.unleash_wrap {width:770px !important;overflow:hidden;}
body .unleash_wrap {margin-bottom:0;padding-bottom:0;background:none;}
body .unleash_bg {display:none;visibility:hidden;}
	/* features4_block */
.features4_block ul li {width:236px;}
.features4_block ul li p {padding-right:0;}
.features4_block ul li img {height:auto;}
	/* flyout_area */
.flyout_area {width:355px;}
.flyout_area dd div p {width:181px;}
	/* Accordions */
.accordions {width:355px;}
.accordions dd div p {width:181px;}
	/* Sidebar Tabs */
.sidebar_tabs {width:355px;}
	/* features_explore */
.features_explore {width:365px;}
.features_explore ul li p {width:241px;}
/* Home Version 6 */
	/* bxslider */
.bxslider_wrap {width:770px;}
#bxslider li .left {width:435px;}
body .bxslider_wrap {background:none;min-height:4px;padding:0;margin:0;}
body .bxslider_wrap #bxslider, body .bxslider_wrap .bx-pager {display:none;visibility:hidden;}
	/* send_quote */
.send_quote h4 {width:222px;background-position:right 0;padding:23px 40px 10px 8px;}
/* Home Version 7 */
body #obo_slider {width:770px;}     
body #obo_slider .oneByOne_item {width:770px;}
body #obo_slider .oneByOne_item span.txt1 {font-size:20px;}
body #obo_slider .oneByOne_item span.txt2 {font-size:36px;}
body #obo_slider .oneByOne_item span.txt3, body #obo_slider .oneByOne_item span.txt4 {width:200px;}
body #obo_slider .oneByOne_item span.txt_right {padding-left:510px;}
body #obo_slider .oneByOne_item span.txt4.txt_right {padding-left:510px;}
body #obo_slider .oneByOne_item span.txt_right2 {margin-left:405px;}
body .oneByOne1 {display:none;visibility:hidden;}
/* Home Version 8 */
.intro_text div.desc {width:285px;}
	/* features6 block */
.features6_block ul {width:auto;}
.features6_block ul li {width:175px;padding-left:18px;}
/* About page */
.process ul li {width:170px;}
.process ul li h3 span {display:none;}
/* Team page */
	/* team_option */
.team_option ul li .desc {width:320px;}
.team_option ul li .img img {width:100%;height:auto;}
	/* team_option2 */
.team_option2 ul li {width:100%;}
.team_option2 ul li .desc {width:auto;float:none;padding:0;}
.team_option2 ul li:nth-child(2n+2) {float:left;}
	/* team_option3 */
.team_option3 ul li:nth-child(3n+3) {padding-right:35px;}
.team_option3 ul li:nth-child(3n+1) {clear:none;}
.team_option3 ul li:nth-child(2n+2) {padding-right:0;padding-left:100px;}
.team_option3 ul li:nth-child(2n+1) {clear:both;}
	/* team_option4 */
.team_option4 ul li .rate {display:none;}
/* Services page */
	/* services option */
.services_option .right_desc {width:290px;}
.services_option4 ul li {width:345px;}
.services_option4 ul li:nth-child(3n+3) {padding-right:50px;}
.services_option4 ul li:nth-child(2n+2) {float:right;padding-right:0;}
/* Process page */
	/* process option2 */
.process2 #tabs div, .horizontal_tabs #h_tabs div {width:500px;}
.process2 #tabs div ul li {padding-right:150px;}
	/* process option3 */
.process3 ul li .desc {width:485px;}
/* Testimonial page */
	/* testimonial_option */
.testimonial_option ul li .desc {width:425px;}
	/* testimonial_option2 */
.testimonial_option2 ul li .desc {float:none;width:auto;}
	/* testimonial_option3 */
.testimonial_option3 ul li {width:360px;}
.testimonial_option3 ul li .desc {float:none;width:auto;}
	/* testimonial_option4 */
.testimonial_option4 ul li:nth-child(4n+4) {padding-right:auto;}
.testimonial_option4 ul li:nth-child(4n+1) {clear:none;}
.testimonial_option4 ul li:nth-child(3n+3) {clear:both;}
.testimonial_option4 ul li .desc {float:none;width:auto;}
/* Pricing page */
	/*  pricing option */
.pricing_option ul li {width:136px;}
.pricing_option ul li .price span {font-size:45px;}
.pricing_option ul li.active, .pricing_option ul li.active .active_bg:before {width:180px;}
.pricing_option ul li.active .active_bg {width:166px;}
	/*  pricing option2 */
.pricing_option2 ul li {width:167px;}
.pricing_option2 ul li.active {width:225px;}
.pricing_option2 ul li.active .active_bg {width:211px;}
.pricing_option2 ul li.active .active_bg:before {width:225px;}
	/*  pricing option3 */
.pricing_option3 ul li {width:226px;}
.pricing_option3 ul li.active {width:275px;}
.pricing_option3 ul li.active .active_bg {width:261px;}
.pricing_option3 ul li.active .active_bg:before {width:275px;}
/* Contact us page */
.contact_us img, .contact_us iframe {width:100%;height:auto;}
.contact_us ul li:nth-child(3) {width:250px;}
.contact_us form p input {width:130px;}
.contact_us form p textarea {width:475px;}
/* Left nav page */
.left_nav #tabs div {width:500px;}
.left_nav #tabs div p:last-child {margin:0;}
/* Short Text Layout 1 Column page */
.short_text_layout ul, .short_text_layout ul li {width:100%;}
.short_text_layout ul li img {width:100%;height:auto;}
/* Short Text Layout 2 Column page */
.short_text_col_2 {width:auto;}
.short_text_col_2 ul li {width:362px;}
/* Short Text Layout 3 Column page */
.short_text_col_3 ul li {width:226px;}
/* Short Text Layout 4 Column page */
.short_text_col_4 ul li {width:164px;}
/* Filter */
.filter_wrap {width:828px;}
.filter_wrap ul li {width:770px;}
.filter_wrap.short_text_col_2 ul li {width:362px;margin-right:48px;}
.filter_wrap.short_text_col_3 ul li {width:226px;}
.filter_wrap.short_text_col_3 ul li:nth-child(3n) {margin-right:46px;}
.filter_wrap.short_text_col_4 ul li {width:164px;}
.filter_wrap.short_text_col_4 ul li:nth-child(4n) {margin-right:37px;}
/* Long Text Layout 1 Column page */
.long_text_layout ul li .img, .long_text_layout ul li .img:before {width:451px;}
.long_text_layout ul li .img img {width:100%;height:auto;}
/* Long Text Layout 1 Column page wide */
.long_text_layout_wide ul li .img, .long_text_layout_wide ul li .img:before {width:760px;}
/* Long Text Layout 2 Column page */
.long_text_col_2 ul li {width:350px;}
.long_text_col_2 ul li .img, .long_text_col_2 ul li .img:before {width:100%;}
/* Long Text Layout 3 Column page */
.long_text_col_3 ul li {width:226px;}
.long_text_col_3 ul li .img, .long_text_col_3 ul li .img:before {width:100%;}
/* Long Text Layout 4 Column page */
.long_text_col_4 ul li {width:164px;}
.long_text_col_4 ul li .img, .long_text_col_4 ul li .img:before {width:100%;}
/* portfolio_sidebar page */
.portfolio_sidebar_right {float:right;padding-right:0;}
.portfolio_sidebar ul li .img img {width:100%;height:auto;}
.portfolio_sidebar ul li .img:before {width:480px;}
	/* two columns */
.portfolio_sidebar .two_columns li {width:240px;}
.portfolio_sidebar .two_columns li .img:before {width:230px;}
	/* three columns */
.portfolio_sidebar .three_columns li {width:145px;}
.portfolio_sidebar .three_columns li .img:before {width:130px;}
/* gallery page */
.gallery_list ul li .img img, .gallery_list ul li .img:before {width:760px;}
.gallery_list ul li .img img {width:100%;height:auto;}
	/* gallery list 2 columns */
.gallery_list_col_2 ul li {width:380px;}
.gallery_list_col_2 ul li .img img, .gallery_list_col_2 ul li .img:before {width:370px;}
	/* gallery list 3 columns */
.gallery_list_col_3 ul li {width:226px;}
.gallery_list_col_3 ul li .img img, .gallery_list_col_3 ul li .img:before {width:100%;}
	/* gallery list 4 columns */
.gallery_list_col_4 ul li {width:164px;}
.gallery_list_col_4 ul li .img img, .gallery_list_col_4 ul li .img:before {width:100%;}
	/* Right Sidebar */
.single_right ul li .img, .single_right ul li .img:before {width:451px;}
.single_full ul li .img img {width:100%;height:auto;}
/* buttons icons page */
.social_icons3 {float:left;padding-left:15px;}
.small_icons ul li {padding:60px 5px 0 10px;}
.medium_icons ul li {padding:90px 5px 0 0;}
.large_icons ul li {padding:140px 15px 40px 0;}
/* Typography page */
.wraper_typ ul {padding-right:30px;}
.wraper_typ .columns .col_2 {width:363px;}
.wraper_typ .columns .col_3 {width:234px;}
.wraper_typ .columns .col_4 {width:169px;}
.wraper_typ .columns .col_5 {width:130px;}
.wraper_typ .columns .col_6 {width:105px;}
.wraper_typ .columns .col_3_4 {width:557px;}
.wraper_typ .columns .col_2_3 {width:492px;}
/* Full width page */
.full_width .bwWrapper img {height:auto;}

/* footer */
	/* social block */
.social_block ul li a, .social_block ul li a:visited {padding:0 5px 0 30px;}
.social_block ul li a:before {left:5px;}
.footer footer .bottom_about, .footer footer .recent_tweets, .footer footer .recent_posts, .footer footer .subscribe_block {width:165px;}
.footer footer .bottom_about p img {width:100%;}
.footer footer .subscribe_block p input {width:143px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wraper, .footer footer, body.index_v2 .social_block, body.index_v2 .footer {width:480px;}
.featured_list ul li div img, .features3_block ul, .blog_entries .post .img_wrap img, .features4_block ul li img, .contact_us img, .left_nav #tabs div .wp_img img, .full_width img, .short_text_layout ul li img, .long_text_layout ul li .img img, .portfolio_sidebar ul li .img img, .single_full ul li .img img {width:100%;}
.blog_entries, .features5_block, .contact_us, .portfolio_sidebar {width:480px;padding-right:0;}

.header .logo, .header .logo:visited {top:15px;left:152px;}
.header nav {top:70px;}
.header nav ul li {padding:0 0 0 18px;}
.top_title ul {top:82px;}
	/* text bar */
.text_bar .wraper {min-height:106px;padding:10px 0 0 0;}
.text_bar h2 {display:none;}
.text_bar .buy, .text_bar .buy:visited {clear:both;margin-top:20px;}
	/* features block */
.features_block ul li {width:130px;padding:140px 30px 40px 0;background:none;}
/* Home Version 1 */
body .moover-slide .moover-text p img, body .moover-slide .moover-text p iframe {visibility:hidden;}
body .fallback {display:block;}
body .fallback img {width:100%;height:auto;}
body .moover_wraper .moover, body .moover_wraper .controls {display:none;visibility:hidden;}
/* Home Version 2 */
body.index_v2 .wraper, body.index_v2 .social_block, body.index_v2 .footer {padding-left:0;padding-right:0;}
body.index_v2 .flexslider {width:480px;}
body.index_v2 .flex-caption {width:420px;font-size:11px;padding-top:8px;height:52px;top:140px;}
body.index_v2 .flex-control-paging li a {width:80px;}
body.index_v2 .flex-control-nav li:last-child a {width:75px;}
body.index_v2 .flexslider, body.index_v2 .flex-viewport, body.index_v2 .loading .flex-viewport {min-height:135px;}
.flexslider .slides li img {height:auto;}
	/* features2 block */
.features2_block ul li {width:220px;padding:20px 0 0 15px;}
	/* features list */
.featured_list ul li {width:112px;margin-right:10px;}
.featured_list ul.features_slider li {width:125px;}
.featured_list ul li div {width:95px;}
.featured_list ul li .bwWrapper {width:auto;}
.featured_list ul li .zoom {top:35px;}
.featured_list ul li p, .featured_list ul li p strong {font-size:12px;}

.features_slider_wrap .bx-prev, .features_slider_wrap .bx-next {right:40px;}
.features_slider_wrap .bx-next {right:20px;}
.client_list .features_slider_wrap .bx-prev {right:40px;}
.client_list .features_slider_wrap .bx-next {right:20px;}

/* Home Version 3 */
#piecemaker {width:480px;}
body #piecemaker {display:none;visibility:hidden;}
	/* text bar */
.text_bar2 .wraper {min-height:90px;padding:20px 0 0 0;}
.text_bar2 h2 {font-size:14px;width:280px;}
.text_bar2 h2 span {font-size:11px;}
	/* bc list */
.bc_list ul li {margin:0 auto;float:none;}
.bc_list ul li:nth-child(2) {float:none;}
	/* why choose */
.why_choose {width:460px;clear:both;}
	/* features3 block */
.features3_block ul {width:460px;clear:both;float:left;}
.features3_block ul li {width:200px;}
	/* client list */
.client_list ul.features_slider li {width:100px;}
.client_list ul.features_slider li div {width:71px;margin-right:5px;}
/* Home Version 4 */
body .nivo-wrap {padding-left:0;background:none;}
.nivo-wrap .theme-default .nivoSlider {width:470px;height:190px;}
.nivo-wrap .theme-default .nivoSlider img {height:auto;}
.nivo-wrap .nivo-caption {top:50px;width:335px;padding:10px;}
body .nivo-wrap {font-size:13px;}
body .nivo-wrap span.tit {font-size:16px;}
body .nivo-wrap strong.tit2 {font-size:17px;}
/*body .nivo-wrap .slider-wrapper {display:none;visibility:hidden;}*/
	/* blog entries */
.blog_entries .post .img_wrap, .blog_entries .post .img_wrap .post_slider li {width:470px;}
.blog_entries .post .img_wrap {min-height:50px;}
.blog_entries .post .img_wrap img {height:auto;}
.blog_entries .post .img_wrap iframe {width:100%;height:auto;}
	/* post_medium */
.blog_entries .post_medium .img_wrap {width:170px;}
.blog_entries .post_medium .desc {width:260px;}
	/* blog entries full */
.blog_entries_full {width:480px;}
.blog_entries_full .post .img_wrap {width:470px;}
	/* blog entries full post_medium */
.blog_entries_full .post_medium .img_wrap {width:150px;}
.blog_entries_full .post_medium .desc {width:260px;}
/* share_story */
.share_story h4 {display:none;}
.share_story ul {left:90px;}
/* Leave a Comment */
.leave_comment form p input {width:110px;}
.leave_comment form p textarea {width:455px;}
/* Home Version 5 */
.unleash_wrap {width:480px !important;overflow:hidden;}
body .unleash_wrap {margin-bottom:0;padding-bottom:0;background:none;}
body .unleash_bg {display:none;visibility:hidden;}
	/* features4_block */
.features4_block ul li {width:205px;padding-right:30px;}
.features4_block ul li:nth-child(2) {padding-right:0;float:right;}
.features4_block ul li:nth-child(3) {padding-right:30px;}
.features4_block ul li p {padding-right:0;}
.features4_block ul li img {height:auto;}
	/* flyout_area */
.flyout_area {width:480px;padding-right:0;}
.flyout_area dd div p {width:330px;}
	/* Accordions */
.accordions {width:480px;}
.accordions dd div p {width:300px;}
	/* Sidebar Tabs */
.sidebar_tabs {width:480px;}
	/* features_explore */
.features_explore {width:480px;}
.features_explore ul li p {width:330px;}
/* Home Version 6 */
	/* bxslider */
.bxslider_wrap {width:479px;}
#bxslider li .left {width:200px;}
#bxslider li .right {width:210px;}
#bxslider li .right h4 {font-size:14px;line-height:15px;}
#bxslider li .right h3 {font-size:34px;line-height:35px;}
#bxslider li .right h3 span {font-size:54px;line-height:55px;}
body .bxslider_wrap {background:none;min-height:4px;padding:0;margin:0;}
body .bxslider_wrap #bxslider, body .bxslider_wrap .bx-pager {display:none;visibility:hidden;}
	/* send_quote */
.send_quote h4 {width:222px;background-position:right 0;padding:23px 40px 10px 8px;}
.send_quote p {font-size:0;}
/* Home Version 7 */
body #obo_slider {width:480px;}     
body #obo_slider .oneByOne_item {width:480px;}
body #obo_slider .oneByOne_item img.wp1_3 {visibility:hidden;}
body #obo_slider .oneByOne_item span.txt1 {font-size:20px;}
body #obo_slider .oneByOne_item span.txt2 {font-size:36px;}
body #obo_slider .oneByOne_item span.txt3, body #obo_slider .oneByOne_item span.txt4 {width:200px;}
body #obo_slider .oneByOne_item span.txt_right {padding-left:10px;}
body #obo_slider .oneByOne_item span.txt4.txt_right {padding-left:10px;}
body #obo_slider .oneByOne_item span.txt_right2 {margin-left:10px;}
body .oneByOne1 {display:none;visibility:hidden;}
/* Home Version 8 */
.intro_text img {height:auto;width:150px;}
.intro_text div.desc {width:285px;}
	/* features6 block */
.features6_block ul {width:auto;}
.features6_block ul li {width:215px;}
.features6_block ul li:nth-child(4n+4), .features6_block ul li:nth-child(2n+2) {border-right:none;padding-right:0;}
.features6_block ul li:nth-child(8), .features6_block ul li:nth-child(5), .features6_block ul li:nth-child(6), .features6_block ul li:nth-child(7) {border-top:1px solid #e7e6e6;}
.features6_block ul li:nth-child(3), .features6_block ul li:nth-child(4) {border-top:1px solid #e7e6e6;}
.features6_block ul li:nth-child(2n+1) {clear:both;padding-left:0;padding-right:10px;}
.features6_block ul li:nth-child(2n+1) .circle {left:0px;}
.features6_block ul li:nth-child(2n+1):after {left:-10px;}
.features6_block ul li:nth-child(2n+1) .circle_link {left:0px;}

/* About page */
.process ul li {width:210px;}
.process ul li:nth-child(2n+1) {clear:both;}
.process ul li h3 span {display:none;}
/* Team page */
	/* team_option */
.team_option h4 {margin-left:0;}
.team_option ul {margin:0;}
.team_option ul li .img {width:180px;}
.team_option ul li .img img {width:100%;height:auto;}
.team_option ul li .desc {width:140px;}
	/* team_option2 */
.team_option2 ul li {width:100%;}
.team_option2 ul li .img {width:auto;}
.team_option2 ul li .desc {width:auto;float:none;padding:0;}
.team_option2 ul li .desc .social {right:10px;}
.team_option2 ul li:nth-child(2n+2) {float:left;}
	/* team_option3 */
.team_option3 ul li {width:215px;padding:0 25px 0 0;}
.team_option3 ul li:nth-child(3n+3) {padding-right:25px;}
.team_option3 ul li:nth-child(3n+1) {clear:none;}
.team_option3 ul li:nth-child(2n+2) {float:right;padding-right:0;}
.team_option3 ul li:nth-child(2n+1) {clear:both;}
.team_option3 ul li .img {width:205px;}
.team_option3 ul li .desc {width:auto;float:none;padding:0;}
	/* team_option4 */
.team_option4 ul li .img {width:185px;margin-right:10px;}
.team_option4 ul li .rate {display:none;}
.team_option4 ul li .desc {width:250px;padding:0 0 0 20px;}
/* Services page */
	/* services option */
.services_option .right_desc {width:460px;padding-right:10px;padding-left:10px;}
.services_option .right_desc .bwWrapper {margin-right:17px;}
	/* services option2 */
.services_option2 #tabs .tab_select li {padding:20px 15px 0 15px;}
.services_option2 #tabs div p:last-child {margin:0;float:right;}
	/* services option4 */
.services_option4 ul li {width:440px;}
.services_option4 ul li:nth-child(3n+3) {padding-right:25px;}
.services_option4 ul li:nth-child(2n+2) {padding-right:0;}
.services_option4 ul li:nth-child(2n+1) {clear:both;}
/* Process page */
	/* process option2 */
.process2 #tabs div, .horizontal_tabs #h_tabs div {width:230px;}
.process2 #tabs div ul li {padding-right:0;}
.process2 #tabs div .bwWrapper {display:none;}
.process2 #tabs div p:last-child {margin:0;}
	/* process option3 */
.process3 ul li .desc {width:225px;}
/* Testimonial page */
	/* testimonial_option */
.testimonial_option ul li {padding-bottom:10px;}
.testimonial_option ul li .desc {padding-top:10px;width:460px;}
	/* testimonial_option2 */
.testimonial_option2 ul li {width:460px;padding:10px 10px 25px 10px;}
.testimonial_option2 ul li .desc {float:none;width:auto;}
	/* testimonial_option3 */
.testimonial_option3 ul li {width:480px;}
.testimonial_option3 ul li:nth-child(2n+2) {float:left;}
.testimonial_option3 ul li:nth-child(2n+1) {clear:none;}
.testimonial_option3 ul li .desc {float:none;width:auto;}
	/* testimonial_option4 */
.testimonial_option4 ul li {width:220px;padding:10px 10px 25px 10px;}
.testimonial_option4 ul li:nth-child(4n+4) {padding-right:auto;}
.testimonial_option4 ul li:nth-child(4n+1) {clear:none;}
.testimonial_option4 ul li:nth-child(2n+2) {padding-right:0;float:right;}
.testimonial_option4 ul li .desc {float:none;width:auto;}
/* Pricing page */
	/*  pricing option */
.pricing_option ul li {display:none;}
.pricing_option ul li.active {min-height:420px;}
.pricing_option ul li.active, .pricing_option ul li.active .active_bg:before {display:block;width:430px;}
.pricing_option ul li.active h4 {font-size:16px;}
.pricing_option ul li.active .active_bg {width:416px;}
/* Contact us page */
.contact_us img, .contact_us iframe {width:100%;height:auto;}
.contact_us ul li:nth-child(3) {width:220px;}
.contact_us form p input {width:110px;}
.contact_us form p textarea {width:455px;}
/* FAQ page */
.faq_list #faq li .question {padding-right:50px;}
/* Left nav page */
.left_nav #tabs div {width:220px;}
.left_nav #tabs div .wp_img {display:none;}
.left_nav #tabs div p:last-child {margin:0;}
/* Short Text Layout 1 Column page */
.short_text_layout ul, .short_text_layout ul li {width:100%;}
.short_text_layout ul li img {width:100%;height:auto;}
/* Short Text Layout 2 Column page */
.short_text_col_2 {width:auto;}
.short_text_col_2 ul li:nth-child(2n) {float:none;}
.short_text_col_2 ul li {width:auto;margin:0 0 15px 15px;float:none;clear:both;}
/* Short Text Layout 3 Column page */
.short_text_col_3 ul li {width:200px;}
.short_text_col_3 ul li:nth-child(3n) {margin-right:37px;}
.short_text_col_3 ul li:nth-child(2n) {float:right;margin-right:0;}
/* Short Text Layout 4 Column page */
.short_text_col_4 ul li {width:125px;margin-right:52px;}
.short_text_col_4 ul li img {width:110px;}
.short_text_col_4 ul li:nth-child(4n) {margin-right:52px;}
.short_text_col_4 ul li:nth-child(3n) {margin-right:0;}
/* Filter */
.filter_wrap {width:560px;}
.filter_wrap ul li {width:480px;}
.filter_wrap.short_text_col_2 ul li {width:362px;margin-left:55px;margin-right:0;}
.filter_wrap.short_text_col_3 ul li {width:200px;margin-right:80px;}
.filter_wrap.short_text_col_3 ul li:nth-child(3n) {margin-right:80px;}
.filter_wrap.short_text_col_4 ul li {width:125px;}
.filter_wrap.short_text_col_4 ul li:nth-child(4n) {margin-right:52px;}
/* Long Text Layout 1 Column page */
.long_text_layout ul li .img, .long_text_layout ul li .img:before {width:200px;}
.long_text_layout ul li .img img {width:100%;height:auto;}
/* Long Text Layout 1 Column page wide */
.long_text_layout_wide ul li .img, .long_text_layout_wide ul li .img:before {width:470px;}
/* Long Text Layout 2 Column page */
.long_text_col_2 ul li {width:210px;}
.long_text_col_2 ul li .img, .long_text_col_2 ul li .img:before {width:200px;}
/* Long Text Layout 3 Column page */
.long_text_col_3 ul li {width:210px;margin-right:30px;}
.long_text_col_3 ul li:nth-child(3n) {margin-right:30px;}
.long_text_col_3 ul li:nth-child(3n+1) {clear:none;}
.long_text_col_3 ul li:nth-child(2n) {margin-right:0;float:right;}
.long_text_col_3 ul li:nth-child(2n+1) {clear:both;}
.long_text_col_3 ul li .img, .long_text_col_3 ul li .img:before {width:200px;}
/* Long Text Layout 4 Column page */
.long_text_col_4 ul li {width:140px;margin-right:30px;}
.long_text_col_4 ul li:nth-child(4n) {margin-right:30px;}
.long_text_col_4 ul li:nth-child(4n+1) {clear:none;}
.long_text_col_4 ul li:nth-child(3n) {margin-right:0;}
.long_text_col_4 ul li:nth-child(3n+1) {clear:both;}
.long_text_col_4 ul li .img, .long_text_col_4 ul li .img:before {width:130px;}
/* portfolio_sidebar page */
.portfolio_sidebar_right {padding-left:0;}
.portfolio_sidebar ul li .img img {width:100%;height:auto;}
.portfolio_sidebar ul li .img:before {width:470px;}
	/* two columns */
.portfolio_sidebar .two_columns li {width:230px;}
.portfolio_sidebar .two_columns li .img:before {width:220px;}
	/* three columns */
.portfolio_sidebar .three_columns li {width:140px;margin-right:30px;}
.portfolio_sidebar .three_columns li .img:before {width:130px;}
/* gallery page */
.gallery_list ul li .img img, .gallery_list ul li .img:before {width:470px;}
.gallery_list ul li .img img {width:100%;height:auto;}
	/* gallery list 2 columns */
.gallery_list_col_2 ul li {width:470px;}
.gallery_list_col_2 ul li:nth-child(2n) {float:left;}
.gallery_list_col_2 ul li .img {width:470px;}
.gallery_list_col_2 ul li .img img, .gallery_list_col_2 ul li .img:before {width:100%;}
	/* gallery list 3 columns */
.gallery_list_col_3 ul li {width:220px;margin-right:20px;}
.gallery_list_col_3 ul li:nth-child(3n) {margin-right:20px;}
.gallery_list_col_3 ul li:nth-child(2n) {margin-right:0;float:right;}
.gallery_list_col_3 ul li .img img, .gallery_list_col_3 ul li .img:before {width:100%;}
	/* gallery list 4 columns */
.gallery_list_col_4 ul li {width:150px;margin-right:15px;}
.gallery_list_col_4 ul li:nth-child(4n) {margin-right:15px;}
.gallery_list_col_4 ul li:nth-child(3n) {margin-right:0;}
.gallery_list_col_4 ul li .img img, .gallery_list_col_4 ul li .img:before {width:100%;}
	/* Right Sidebar */
.single_right ul li .img, .single_right ul li .img:before {width:230px;margin-right:0;}
.single_full ul li .img img {width:100%;height:auto;}
.single_right ul li .desc {width:220px;}
.single_left ul li .desc {margin-right:10px;}
/* alert_icons_block */
.alert_icons_block .box {width:390px;}
.alert_icons_block .box:nth-child(2n) {float:left;}
.alert_block .box {width:407px;}
/* Video block */
.video_block iframe {width:460px;height:255px;}
/* Typography page */
.wraper_typ ul {padding-right:0;float:none;}
.wraper_typ ol {padding-left:15px;}
.wraper_typ .columns .col_2 {width:218px;}
.wraper_typ .columns .col_3 {width:137px;}
.wraper_typ .columns .col_4 {width:97px;}
.wraper_typ .columns .col_5 {width:72px;}
.wraper_typ .columns .col_6 {width:56px;}
.wraper_typ .columns .col_3_4 {width:339px;}
.wraper_typ .columns .col_2_3 {width:299px;}
/* Full width page */
.full_width .bwWrapper img {height:auto;}

/* footer */
	/* social block */
.social_block p {display:none;}
.social_block ul li {font-size:12px;}
.social_block ul li a, .social_block ul li a:visited {padding:0 10px 0 30px;}
.social_block ul li a:before {left:5px;}
.footer footer .bottom_about, .footer footer .recent_tweets, .footer footer .recent_posts, .footer footer .subscribe_block {width:240px;}
.footer footer .bottom_about {width:200px;}
.footer footer .bottom_about p img {width:100%;}
.footer footer .recent_posts {clear:both;padding-left:0;width:200px;}
.footer footer .subscribe_block p input {width:215px;}

}

@media only screen and (max-width: 479px) {
.wraper, .footer footer, body.index_v2 .social_block, body.index_v2 .footer {width:300px;}
.featured_list ul li div img, .features3_block ul, .blog_entries .post .img_wrap img, .features4_block ul li img, .contact_us img, .left_nav #tabs div .wp_img img, .full_width img, .short_text_layout ul li img, .long_text_layout ul li .img img, .portfolio_sidebar ul li .img img, .single_full ul li .img img {width:100%;}
.blog_entries, .features5_block, .contact_us, .portfolio_sidebar {width:300px;padding-right:0;}

.header .logo, .header .logo:visited {top:17px;left:62px;}
.header nav {top:75px;right:auto;left:27px;}
.header nav ul li {padding:0 0 0 10px;font-size:12px;}
.header nav ul li:after {display:none;}
.top_title ul {top:82px;display:none;}
.top_title h2 span {display:none;}
	/* text bar */
.text_bar .wraper {min-height:106px;padding:10px 0 0 0;}
.text_bar h2, .text_bar .widget {display:none;}
.text_bar .buy, .text_bar .buy:visited {clear:both;margin:20px auto 0 auto;float:none;}
	/* features block */
.features_block ul li {width:130px;padding:140px 20px 40px 0;background:none;}
/* Home Version 1 */
body .moover-slide .moover-text p img, body .moover-slide .moover-text p iframe {visibility:hidden;}
body .fallback {display:block;}
body .fallback img {width:100%;height:auto;}
body .moover_wraper .moover, body .moover_wraper .controls {display:none;visibility:hidden;}
/* Home Version 2 */
body.index_v2 .wraper, body.index_v2 .social_block, body.index_v2 .footer {padding-left:15px;padding-right:15px;width:270px;}
body.index_v2 .header .logo, body.index_v2 .header .logo:visited {left:47px;}
body.index_v2 .header nav {left:12px;}
body.index_v2 .flexslider {width:300px;}
body.index_v2 .flex-caption {width:300px;overflow:hidden;font-size:11px;padding:5px 0 0 0;height:56px;top:70px;}
body.index_v2 .flex-control-paging li a {width:49px;}
body.index_v2 .flex-control-nav li:last-child a {width:50px;}
body.index_v2 .flexslider, body.index_v2 .flex-viewport, body.index_v2 .loading .flex-viewport {min-height:15px;}
body.index_v2 .featured_list ul.features_slider li {width:145px;}
body.index_v2 .features_slider_wrap .bx-prev, body.index_v2 .features_slider_wrap .bx-next {right:330px;}
body.index_v2 .features_slider_wrap .bx-next {right:310px;}
body.index_v2 .social_block ul li a, body.index_v2 .social_block ul li a:visited {padding:0 3px 0 2px;}
body.index_v2 .footer footer .bottom_about, body.index_v2 .footer footer .recent_tweets, body.index_v2 .footer footer .recent_posts, body.index_v2 .footer footer .subscribe_block {width:250px;}
body.index_v2 .footer footer .subscribe_block p input {width:225px;}
body.index_v2 .footer footer .subscribe_block p input[type="submit"] {width:113px;}
.flexslider .slides li img {height:auto;}
	/* features2 block */
.features2_block ul li {width:270px;padding:20px 0 0 0;}
.features2_block ul li .circle {left:0;}
.features2_block ul li .circle_link {left:0;}
.features2_block ul li:after {left:-10px;}
	/* features list */
.featured_list ul li {width:130px;margin-right:20px;}
.featured_list ul li:nth-child(2n+2) {margin-right:0;}
.featured_list ul li:nth-child(2n+2) div {margin-right:0;}
.featured_list ul.features_slider li {width:160px;}
.featured_list ul li div {width:130px;}
.featured_list ul li .bwWrapper {width:auto;}
.featured_list ul li .zoom {display:none;}
.featured_list ul li p, .featured_list ul li p strong {font-size:10px;}
.features_slider_wrap .bx-prev, .features_slider_wrap .bx-next {right:360px;}
.features_slider_wrap .bx-next {right:340px;}
.client_list .features_slider_wrap .bx-prev {right:470px;}
.client_list .features_slider_wrap .bx-next {right:450px;}

/* Home Version 3 */
#piecemaker {width:300px;}
body #piecemaker {display:none;visibility:hidden;}
	/* text bar */
.text_bar2 .wraper {min-height:90px;padding:20px 0 0 0;}
.text_bar2 h2 {font-size:12px;width:auto;float:none;text-align:center;padding:0 10px;}
.text_bar2 h2 span {display:none;}
.text_bar2 .buy, .text_bar2 .buy:visited {float:none;margin:10px auto;}
	/* bc list */
.bc_list ul li {margin:0 auto;float:none;padding:300px 0 25px 0;}
.bc_list ul li:nth-child(2) {float:none;}
	/* why choose */
.why_choose {width:300px;clear:both;padding-left:0;}
	/* features3 block */
.features3_block ul {width:300px;clear:both;float:left;}
.features3_block ul li {width:275px;border:none;}
.features3_block ul li:first-child, .features3_block ul li:nth-child(3) {border-right:none;}
.features3_block ul li:nth-child(3), .features3_block ul li:nth-child(4) {border-top:none;}
	/* client list */
.client_list ul.features_slider li {width:150px;}
.client_list ul.features_slider li div {width:135px;margin-right:5px;}
/* Home Version 4 */
body .nivo-wrap {padding-left:0;background:none;}
body .nivo-wrap .theme-default .nivoSlider {width:290px;height:115px;}
.nivo-wrap .theme-default .nivoSlider img {height:auto;}
.nivo-wrap .nivo-caption {top:30px;width:150px;padding:10px;}
body .nivo-wrap {font-size:0;line-height:0;}
body .nivo-wrap span.tit {font-size:13px;line-height:16px;}
body .nivo-wrap strong.tit2 {font-size:15px;line-height:20px;}
/*body .nivo-wrap .slider-wrapper {display:none;visibility:hidden;}*/

	/* blog entries */
.blog_entries .post .img_wrap, .blog_entries .post .img_wrap .post_slider li {width:290px;}
.blog_entries .post .metadata .read_more {top:55px;right:10px;}
.blog_entries .post .img_wrap {min-height:50px;}
.blog_entries .post .img_wrap img {height:auto;}
.blog_entries .post .img_wrap iframe {width:100%;height:auto;}
.blog_entries .post .bx-prev, .blog_entries .post .bx-next {top:80px;}
	/* post_medium */
.blog_entries .post_medium .img_wrap {width:290px;margin-right:0;}
.blog_entries .post_medium .desc {clear:both;width:300px;padding-top:10px;}
	/* blog entries full */
.blog_entries_full {width:290px;}
.blog_entries_full .post .img_wrap {width:280px;}
	/* blog entries full post_medium */
.blog_entries_full .post_medium .img_wrap {width:290px;margin-right:0;}
.blog_entries_full .post_medium .desc {clear:both;width:290px;}
.blog_entries .post_medium .metadata {padding-right:0;}
.blog_entries .post_medium .metadata .read_more {top:60px;}
.blog_entries .post_full .desc .metadata .icons {position:static;}
/* share_story */
.share_story h4 {display:none;}
.share_story ul {left:5px;}
.share_story ul li {padding-right:5px;}
/* Leave a Comment */
.leave_comment form p input {width:110px;}
.leave_comment form p textarea {width:275px;}
	/* sidebar */
.sidebar {width:300px;}
.sidebar .flyout_area {width:300px;}
.recent_work .recent_slider, .recent_work .recent_slider li {width:300px;}
.recent_work .recent_slider li .bwWrapper {margin-right:46px;}
/* Home Version 5 */
.unleash_wrap {width:300px !important;overflow:hidden;}
body .unleash_wrap {margin-bottom:0;padding-bottom:0;background:none;}
body .unleash_bg {display:none;visibility:hidden;}
	/* features4_block */
.features4_block ul li {padding-right:0;width:300px;}
.features4_block ul li p {padding-right:0;}
.features4_block ul li .bwWrapper {margin-right:0;}
.features4_block ul li img {height:auto;}
	/* flyout_area */
.flyout_area {width:300px;padding-right:0;}
.flyout_area dd div p {width:170px;}
	/* Accordions */
.accordions {width:300px;}
.accordions dd div p {width:125px;}
	/* Sidebar Tabs */
.sidebar_tabs {width:300px;}
	/* features_explore */
.features_explore {width:300px;}
.features_explore ul li p {width:170px;}
/* Home Version 6 */
	/* bxslider */
.bxslider_wrap {width:299px;}
#bxslider li .left {width:110px;}
#bxslider li .right {width:120px;}
#bxslider li .right h4 {font-size:14px;line-height:15px;}
#bxslider li .right h3 {font-size:24px;line-height:25px;}
#bxslider li .right h3 span {font-size:34px;line-height:35px;}
body .bxslider_wrap {background:none;min-height:4px;padding:0;margin:0;}
body .bxslider_wrap #bxslider, body .bxslider_wrap .bx-pager {display:none;visibility:hidden;}
	/* send_quote */
.send_quote h4 {width:122px;background-position:right 0;padding:10px 40px 23px 8px;}
.send_quote p {font-size:0;}
/* Home Version 7 */
body #obo_slider {width:300px;}     
body #obo_slider .oneByOne_item {width:300px;}
body #obo_slider .oneByOne_item img.wp1_3 {visibility:hidden;}
body #obo_slider .oneByOne_item span.txt1 {font-size:20px;}
body #obo_slider .oneByOne_item span.txt2 {font-size:36px;}
body #obo_slider .oneByOne_item span.txt3, body #obo_slider .oneByOne_item span.txt4 {width:200px;}
body #obo_slider .oneByOne_item span.txt_right {padding-left:10px;}
body #obo_slider .oneByOne_item span.txt4.txt_right {padding-left:10px;}
body #obo_slider .oneByOne_item span.txt_right2 {margin-left:10px;}
body .oneByOne1 {display:none;visibility:hidden;}
/* Home Version 8 */
.intro_text img {width:100%;height:auto;}
.intro_text div.desc {clear:both;width:300px;padding-top:10px;}
	/* features6 block */
.features6_block ul {width:auto;}
.features6_block ul li {width:300px;}
.features6_block ul li:nth-child(4n+4), .features6_block ul li:nth-child(2n+2) {border-right:none;padding-right:0;}
.features6_block ul li:nth-child(8), .features6_block ul li:nth-child(5), .features6_block ul li:nth-child(6), .features6_block ul li:nth-child(7) {border-top:none;}
.features6_block ul li:nth-child(3), .features6_block ul li:nth-child(4) {border-top:none;}
.features6_block ul li:nth-child(1n+1) {clear:both;padding-left:0;padding-right:10px;}
.features6_block ul li:nth-child(1n+1) .circle {left:0px;}
.features6_block ul li:nth-child(1n+1):after {left:-10px;}
.features6_block ul li:nth-child(1n+1) .circle_link {left:0px;}
/* About page */
.intro_text .bx-pager {margin-left:10px;}
.intro_text .desc {min-height:auto;position:relative;}
.process ul li {width:300px;}
.process ul li:nth-child(2n+1) {clear:both;}
.process ul li h3 span {display:none;}
/* Team page */
	/* team_option */
.team_option h4 {margin-left:0;}
.team_option ul {margin:0;}
.team_option ul li .img {width:290px;margin-bottom:10px;}
.team_option ul li .img img {width:100%;height:auto;}
.team_option ul li .desc {width:auto;padding:0 0 0 0;}
.team_option ul li .desc .social {position:static;}
.team_option ul li .desc .social li {float:left;padding-right:10px;width:auto;}
	/* team_option2 */
.team_option2 ul li {width:100%;}
.team_option2 ul li .img {width:290px;}
.team_option2 ul li .desc {width:auto;float:none;padding:0;}
.team_option2 ul li .desc .social li {padding-right:0;}
.team_option2 ul li .desc .social {right:10px;}
.team_option2 ul li:nth-child(2n+2) {float:left;}
	/* team_option3 */
.team_option3 ul li {width:300px;padding:0 0 0 0;}
.team_option3 ul li:nth-child(3n+3) {padding-right:25px;}
.team_option3 ul li:nth-child(3n+1) {clear:none;}
.team_option3 ul li:nth-child(2n+2) {padding-right:0;}
.team_option3 ul li:nth-child(2n+1) {clear:both;}
.team_option3 ul li .img {width:290px;}
.team_option3 ul li .desc {width:auto;float:none;padding:0;}
.team_option3 ul li .desc .social li {padding-right:0;}
	/* team_option4 */
.team_option4 ul li .rate {display:none;}
.team_option4 ul li .desc {width:250px;padding:0 0 0 20px;}
.team_option4 ul li .desc .social li {padding-right:0;}
/* Services page */
	/* services option */
.services_option .left_list {width:300px;padding-bottom:20px;}
.services_option .left_list li {width:275px;}
.services_option .right_desc {width:280px;padding-right:10px;padding-left:10px;}
.services_option .right_desc .bwWrapper {margin-right:0;}
	/* services option2 */
.services_option2 #tabs .tab_select li {font-size:10px;padding:20px 5px 0 5px;}
.services_option2 #tabs div p:last-child {margin:0;float:right;}
.services_option2 #tabs div .bwWrapper {margin-bottom:10px;}
	/* services option4 */
.services_option4 ul li {width:300px;}
.services_option4 ul li:nth-child(3n+3) {padding-right:25px;}
.services_option4 ul li:nth-child(2n+2) {padding-right:0;}
/* Process page */
	/* process option2 */
.process2 #tabs .tab_select, .horizontal_tabs #h_tabs .tab_select {width:125px;}
.process2 #tabs .tab_select li, .horizontal_tabs #h_tabs .tab_select li {font-size:11px;}
.process2 #tabs .tab_select li span, .horizontal_tabs #h_tabs .tab_select li span {display:none;}
.process2 #tabs div, .horizontal_tabs #h_tabs div {width:150px;}
.process2 #tabs div ul li {padding-right:0;}
.process2 #tabs div .bwWrapper {display:none;}
.process2 #tabs div p:last-child {margin:0;}
	/* process option3 */
.process3 ul li .desc {width:270px;}
/* Testimonial page */
	/* testimonial_option */
.testimonial_option ul li .img {width:290px;margin-right:0;}
.testimonial_option ul li .img img {width:100%;height:auto;}
.testimonial_option ul li .desc {padding-top:10px;width:280px;}
	/* testimonial_option2 */
.testimonial_option2 ul li {width:300px;padding:10px 0 25px 0;}
.testimonial_option2 ul li .desc {float:none;width:auto;}
	/* testimonial_option3 */
.testimonial_option3 ul li {width:300px;}
.testimonial_option3 ul li .desc {float:none;width:auto;}
	/* testimonial_option4 */
.testimonial_option4 ul li {width:300px;padding:10px 0 25px 0;}
.testimonial_option4 ul li:nth-child(4n+4) {padding-right:auto;}
.testimonial_option4 ul li:nth-child(4n+1) {clear:none;}
.testimonial_option4 ul li .desc {float:none;width:auto;}
/* Pricing page */
	/*  pricing option */
.pricing_option ul li {display:none;}
.pricing_option ul li.active {min-height:420px;}
.pricing_option ul li.active, .pricing_option ul li.active .active_bg:before {display:block;width:260px;}
.pricing_option ul li.active h4 {font-size:16px;}
.pricing_option ul li.active .active_bg {width:246px;}
/* Contact us page */
.contact_us img, .contact_us iframe {width:100%;height:auto;}
.contact_us ul li {padding-bottom:10px;}
.contact_us ul li:nth-child(3) {clear:both;width:280px;float:left;}
.contact_us form p input {width:110px;}
.contact_us form p textarea {width:275px;}
/* FAQ page */
.faq_list #faq li .question {padding-right:50px;padding-bottom:13px;}
/* Left nav page */
.left_nav #tabs .tab_select {width:145px;}
.left_nav #tabs .tab_select li {font-size:11px;padding-left:10px;}
.right_nav #tabs .tab_select li {padding:12px 10px 0 0;}
.left_nav #tabs div {width:140px;}
.left_nav #tabs div .wp_img {display:none;}
.left_nav #tabs div p:last-child {margin:0;}
.right_nav #tabs div {float:left;padding-right:0;}
/* Short Text Layout 1 Column page */
.short_text_layout ul, .short_text_layout ul li {width:100%;}
.short_text_layout ul li img {width:100%;height:auto;}
/* Short Text Layout 2 Column page */
.short_text_col_2 {width:auto;}
.short_text_col_2 ul li:nth-child(2n) {float:none;}
.short_text_col_2 ul li {width:auto;margin:0 0 15px 0;float:none;clear:both;}
/* Short Text Layout 3 Column page */
.short_text_col_3 ul li {width:auto;}
.short_text_col_3 ul li:nth-child(3n) {margin-right:0;}
.short_text_col_3 ul li:nth-child(2n) {margin-right:0;}
.short_text_col_3 ul li {width:auto;margin:0 0 15px 0;float:none;clear:both;}
/* Short Text Layout 4 Column page */
.short_text_col_4 ul li {width:135px;margin:0 0 10px 0;}
.short_text_col_4 ul li img {width:125px;}
.short_text_col_4 ul li:nth-child(4n) {margin-right:0;}
.short_text_col_4 ul li:nth-child(3n) {margin-right:0;}
.short_text_col_4 ul li:nth-child(2n) {float:right;margin-right:0;}
/* Filter */
.filter_wrap {width:330px;}
.filter_wrap ul li {width:300px;}
.filter_wrap.short_text_col_2 ul li {width:300px;margin-left:0;margin-right:0;}
.filter_wrap.short_text_col_3 ul li {width:300px;margin-right:0;}
.filter_wrap.short_text_col_3 ul li:nth-child(3n) {margin-right:0;}
.filter_wrap.short_text_col_4 ul li {width:135px;margin-right:30px;}
.filter_wrap.short_text_col_4 ul li:nth-child(4n) {margin-right:30px;}
.filter_wrap.short_text_col_4 ul li:nth-child(3n) {margin-right:30px;}
.filter_wrap.short_text_col_4 ul li:nth-child(2n) {float:left;margin-right:30px;}
/* Long Text Layout 1 Column page */
.long_text_layout ul li .img, .long_text_layout ul li .img:before {width:290px;}
.long_text_layout ul li .img img {width:100%;height:auto;}
.long_text_layout ul li .desc {float:left;width:270px;padding-left:0;}
/* Long Text Layout 1 Column page wide */
.long_text_layout_wide ul li .img, .long_text_layout_wide ul li .img:before {width:290px;}
/* Long Text Layout 2 Column page */
.long_text_col_2 ul li {width:300px;}
.long_text_col_2 ul li:nth-child(2n) {float:left;}
.long_text_col_2 ul li .img, .long_text_col_2 ul li .img:before {width:290px;}
/* Long Text Layout 3 Column page */
.long_text_col_3 ul li {width:300px;margin-right:0;}
.long_text_col_3 ul li:nth-child(3n) {margin-right:0;}
.long_text_col_3 ul li:nth-child(3n+1) {clear:none;}
.long_text_col_3 ul li:nth-child(2n) {margin-right:0;}
.long_text_col_3 ul li:nth-child(2n+1) {clear:both;}
.long_text_col_3 ul li .img, .long_text_col_3 ul li .img:before {width:290px;}
/* Long Text Layout 4 Column page */
.long_text_col_4 ul li {width:300px;margin-right:0;}
.long_text_col_4 ul li:nth-child(4n) {margin-right:0;}
.long_text_col_4 ul li:nth-child(4n+1) {clear:none;}
.long_text_col_3 ul li:nth-child(2n) {margin-right:0;}
.long_text_col_3 ul li:nth-child(2n+1) {clear:both;}
.long_text_col_4 ul li .img, .long_text_col_4 ul li .img:before {width:290px;}
/* portfolio_sidebar page */
.portfolio_sidebar_right {padding-left:0;}
.portfolio_sidebar ul li .img img {width:100%;height:auto;}
.portfolio_sidebar ul li .img:before {width:290px;}
	/* two columns */
.portfolio_sidebar .two_columns li {width:300px;}
.portfolio_sidebar .two_columns li:nth-child(2n) {float:left;}
.portfolio_sidebar .two_columns li .img:before {width:290px;}
	/* three columns */
.portfolio_sidebar .three_columns li {width:140px;margin-right:0;}
.portfolio_sidebar .three_columns li .img:before {width:130px;}
.portfolio_sidebar .three_columns li:nth-child(3n) {margin-right:0;}
.portfolio_sidebar .three_columns li:nth-child(3n+1) {clear:none;}
.portfolio_sidebar .three_columns li:nth-child(2n) {margin-right:0;float:right;}
.portfolio_sidebar .three_columns li:nth-child(2n+1) {clear:both;}
/* gallery page */
.gallery_list ul li .img img, .gallery_list ul li .img:before {width:290px;}
.gallery_list ul li .img img {width:100%;height:auto;}
	/* gallery list 2 columns */
.gallery_list_col_2 ul li {width:300px;}
.gallery_list_col_2 ul li:nth-child(2n) {float:left;}
.gallery_list_col_2 ul li .img img, .gallery_list_col_2 ul li .img:before {width:290px;}
	/* gallery list 3 columns */
.gallery_list_col_3 ul li {width:300px;margin-right:0;}
.gallery_list_col_3 ul li:nth-child(3n) {margin-right:0;}
.gallery_list_col_3 ul li:nth-child(2n) {margin-right:0;}
.gallery_list_col_3 ul li .img img, .gallery_list_col_3 ul li .img:before {width:290px;}
	/* gallery list 4 columns */
.gallery_list_col_4 ul li {width:140px;margin-right:0;}
.gallery_list_col_4 ul li:nth-child(4n) {margin-right:0;}
.gallery_list_col_4 ul li:nth-child(3n) {margin-right:0;}
.gallery_list_col_4 ul li:nth-child(2n+1) {margin-right:0;float:right;}
.gallery_list_col_4 ul li:nth-child(2n) {margin-right:0;}
.gallery_list_col_4 ul li .img img, .gallery_list_col_4 ul li .img:before {width:130px;}
	/* Right Sidebar */
.single_full ul li .img img {width:100%;height:auto;}
.single_full ul li .desc {padding-bottom:50px;}
.single_full ul li .desc .things_list {width:300px;margin-right:0;}
.single_right ul li .img, .single_right ul li .img:before {width:290px;margin-right:0;}
.single_right ul li .img {margin-bottom:10px;}
.single_right ul li .desc {width:300px;padding-left:0;}
.single_left ul li .desc {margin-right:0;}
.single_left ul li .img {margin-top:-150px;margin-bottom:30px;}
/* alert_icons_block */
.alert_icons_block .box {width:218px;}
.alert_icons_block .box:nth-child(2n) {float:left;}
.alert_block .box {width:227px;}
/* buttons icons page */
.social_icons {width:285px;}
.social_icons li {padding-bottom:5px;}
.social_icons3 {float:left;padding-left:15px;width:285px;}
.social_icons3 li {padding-bottom:5px;}
.small_icons ul li {padding:60px 5px 0 10px;}
.medium_icons ul li {padding:90px 5px 0 10px;}
.medium_icons ul li:nth-child(3n+3) {padding-right:5px;}
.large_icons ul li {padding:140px 15px 40px 0;}
/* Video block */
.video_block iframe {width:300px;height:165px;}
/* Typography page */
.wraper_typ ul {padding-right:0;float:none;}
.wraper_typ ol {padding-left:15px;}
.wraper_typ .columns .col_2 {width:128px;}
.wraper_typ .columns .col_3 {width:77px;}
.wraper_typ .columns .col_4 {width:52px;}
.wraper_typ .columns .col_5 {width:36px;}
.wraper_typ .columns .col_6 {width:26px;}
.wraper_typ .columns .col_3_4 {width:204px;}
.wraper_typ .columns .col_2_3 {width:179px;}
/* Full width page */
.full_width .bwWrapper img {height:auto;}

/* footer */
	/* social block */
.social_block p {display:none;}
.social_block ul li {font-size:12px;}
.social_block ul li a, .social_block ul li a:visited {padding:0 5px 0 4px;}
.social_block ul li a:before {display:none;}
.social_block ul li a:after {background:none;}
.footer footer .bottom_about, .footer footer .recent_tweets, .footer footer .recent_posts, .footer footer .subscribe_block {width:280px;padding:0 10px 10px 10px;float:none;}
.footer footer .subscribe_block p input {width:255px;}
}/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite_x.png") top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite_y.png") top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite_next.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite_prev.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/default_thumb.png") center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite_x.png") bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/sprite.png") -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/default/loader.gif") center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/btnNext.png") center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 789500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 7810000;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}
				
				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }
				
				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 782000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 7810000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url("/Data/sites/1/skins/eeba/stylesheets/../images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 7820000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 789999;
		}#obo_slider{   
	position: relative;margin:0 auto;width:960px;   
}     

.oneByOne1{	
	margin: 0;
	width: 100%;
	height: 420px;   
	background: #fff;    
	position: relative;
	overflow: hidden;

}   

#obo_slider .oneByOne_item{
	position: absolute;
	width: 960px;
	height: 420px;  
	overflow: hidden;  
}         
                      
#obo_slider .oneByOne_item span{
font:13px 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;color:#393939;
}                                                                                        

#obo_slider .oneByOne_item a{
	text-decoration: none;
	color: #B22222;
}
              


#obo_slider .oneByOne_item span.slide2Txt1{ 
  	position: relative;
	float: left;
	margin: 120px 12px 0 120px;
	color: #9ACD32;	
	font-size: 24px;  
	background: #FFFFFF;
	padding: 8px;             
}
 
#obo_slider .oneByOne_item span.slide2Txt2{ 
  	position: relative;
	clear: left;
	float: left;
	margin: 6px 12px 0 120px;
	color: #666666;	
	font-size: 14px;  
	background: #FFFFFF;
	padding: 8px;             
}   

#obo_slider .oneByOne_item span.slide2Txt3{ 
  	position: relative;
	clear: left;
	float: left;
	margin: 6px 12px 0 120px;
	color: #666666;	
	font-size: 12px;  
	background: #FFFFFF;
	padding: 8px;             
}     
                    
  

#obo_slider img.wp1_1{
	position: absolute;
	top: 255px;
	left: 512px;
}
#obo_slider img.wp1_2{
	position: absolute;
	top: 190px;
	left: 360px;
}              
#obo_slider img.wp1_3{
	position: absolute;
	top: 28px;
	right: 0px;
}   
#obo_slider img.wp1_left {left:0;right:auto;}
#obo_slider .oneByOne_item span.txt1{
	clear: left;
	position: relative;
	float: left;
	margin: 70px 0 0 10px;    
	font-size:24px;
} 
#obo_slider .oneByOne_item  span.txt1 a{
	color: #FFFFFF;
}         
#obo_slider .oneByOne_item span.txt2{
	clear: left;
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	text-transform:uppercase;
	text-shadow:#fff 0 1px 1px, #bfbfbf 0 2px 2px;
	color: #5eafcd;  
	font-weight:bold;
	font-size: 46px;
}                   
    
#obo_slider .oneByOne_item span.txt3{
	clear: left;
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	width:400px;
}   
#obo_slider .oneByOne_item span.txt4{
	clear: left;
	position: relative;
	float: left;
	margin: 55px 0 0 10px;
	width:400px;
}   
    
#obo_slider .oneByOne_item span.txt4 a {display:block;text-align:center;cursor:pointer;font:bold italic 16px 'PT Sans';color:#3fa3c9;width:151px;height:39px;padding:17px 0 0 0;}
 
#obo_slider img.wp1{
	position: absolute;
	top: 240px;
	left: 380px;
}
#obo_slider img.wp2{
	position: absolute;
	top: 200px;
	left: 470px;
}              
#obo_slider img.wp3{
	position: absolute;
	top: 100px;
	left: 600px;
}   

#obo_slider .oneByOne_item span.txt_right {padding-left:550px;}
#obo_slider .oneByOne_item span.txt4.txt_right {padding-left:735px;}
#obo_slider .oneByOne_item span.blue {background:#3fa3c9;color:#fff;padding:6px 17px;margin-bottom:5px;}
#obo_slider .oneByOne_item span.txt_right2 {margin-left:405px;}
#obo_slider .oneByOne_item span.short {width:290px;margin-top:20px;}

.homeone .oneByOne1 {background:#63b4d2 url("/Data/sites/1/skins/eeba/stylesheets/../images/moover/moover_shadow.png") center top no-repeat;}
.homeone #obo_slider .oneByOne_item span.txt1, .homeone #obo_slider .oneByOne_item span.txt2, .homeone #obo_slider .oneByOne_item span.txt3 {color:#fff;}
.homeone #obo_slider .oneByOne_item span.txt1 {margin-top:80px;}
.homeone #obo_slider .oneByOne_item span.txt1.blue {margin-top:66px;}
.homeone #obo_slider .oneByOne_item span.blue {background:#fff;color:#3fa3c9;}
.homeone #obo_slider .oneByOne_item span.txt4up {margin-top:30px;}
.homeone #obo_slider .oneByOne_item .slide1_bot {margin-top:10px;}
.homeone #obo_slider .oneByOne_item .slide2_bot {margin-top:15px;}
.homeone #obo_slider .oneByOne_item .slide3_bot {margin-top:5px;}
.homeone .arrowButton .prevArrow, .homeone .arrowButton .nextArrow {top:180px;}

#obo_slider .oneByOne_item span.wp1{
	clear: left;
	position: relative;
	float: left;
	margin: 120px 12px 0 60px;    
	background: #20B2AA;     
	padding: 8px;
	color: #FFFFFF;
	font-size: 40px;
} 
#obo_slider .oneByOne_item span.wp1 a{
	color: #FFFFFF;
}         
#obo_slider .oneByOne_item span.wp2{
	clear: left;
	position: relative;
	float: left;
	margin: 12px 12px 0 60px; 
	
	color: #FFFFFF;  
	background: #5F9EA0;
	padding: 8px;
	font-size: 16px;
}                  

#obo_slider .oneByOne_item img.bigImage{ 
	position: absolute;
	top: 0; 
	left: 0;

}

#obo_slider .oneByOne_item span.slide5Txt1{ 
  	position: relative;
	float: left;
	margin: 150px 12px 0 600px;
	color: #9ACD32;	
	font-size: 24px;  
	background: #FFFFFF;
	padding: 8px;             
}
 
#obo_slider .oneByOne_item span.slide5Txt2{ 
  	position: relative;
	clear: left;
	float: left;
	margin: 12px 12px 0 600px;
	color: #666666;	
	font-size: 12px;  
	background: #FFFFFF;
	padding: 8px;             
}  



.buttonArea{
    float: left;
    left:38%;
    position: relative;            
    top:285px;
}                     
.buttonCon{  
    float: left;
    position: relative;        
}
.buttonCon .theButton {
	display:none;
	color: #B22222;
	width: 10px;
	height: 11px;
	background:url("/Data/sites/1/skins/eeba/stylesheets/../images/obo/circlebutton.png") -5px -3px no-repeat;
	text-indent: -9999px;
	border: 0;
	float: left;
	margin-right:5px;
	-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");
}
.buttonArea a.active {
	background-position: -5px -25px;
	background-color:#5eafcd;
}             

.arrowButton{    
	cursor: pointer;  
}            
.arrowButton .prevArrow{
	background: url("/Data/sites/1/skins/eeba/stylesheets/../images/obo/prev.png") no-repeat; 
	width: 60px;
	height: 60px;      
	position: absolute;
	top: 127px;	 
	left: 50px;        
} 
.arrowButton .nextArrow{                 
	background: url("/Data/sites/1/skins/eeba/stylesheets/../images/obo/next.png") no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 127px;
	right: 50px;
}   

.arrowButton .prevArrow:hover, .arrowButton .nextArrow:hover {opacity:.9;}

.animate0{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}         

.animate1{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate2{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate3{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}   

.animate4{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .8s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}  

.animate5{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}    


.animated {
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	animation: 1s ease;
}

.animated.hinge {
	-webkit-animation: 2s ease;
	-moz-animation: 2s ease;
	-ms-animation: 2s ease;
	animation: 2s ease;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-ms-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-ms-keyframes shake {
	0%, 100% {-ms-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-ms-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-ms-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-ms-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-ms-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-ms-transform: translateY(0);}
	40% {-ms-transform: translateY(-30px);}
	60% {-ms-transform: translateY(-15px);}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-ms-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-ms-keyframes tada {
	0% {-ms-transform: scale(1);}	
	10%, 20% {-ms-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-ms-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-ms-transform: scale(1.1) rotate(-3deg);}
	100% {-ms-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -moz-transform-origin: top center; }
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-ms-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -ms-transform-origin: top center; }
	20% { -ms-transform: rotate(15deg); }	
	40% { -ms-transform: rotate(-10deg); }
	60% { -ms-transform: rotate(5deg); }	
	80% { -ms-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@keyframes swing {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-ms-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-ms-keyframes wobble {
  0% { -ms-transform: translateX(0%); }
  15% { -ms-transform: translateX(-25%) rotate(-5deg); }
  30% { -ms-transform: translateX(20%) rotate(3deg); }
  45% { -ms-transform: translateX(-15%) rotate(-3deg); }
  60% { -ms-transform: translateX(10%) rotate(2deg); }
  75% { -ms-transform: translateX(-5%) rotate(-1deg); }
  100% { -ms-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-ms-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(1); }	
	50% { -ms-transform: scale(1.1); }
    100% { -ms-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-ms-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-ms-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-ms-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-ms-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-ms-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-ms-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-ms-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-ms-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-ms-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-ms-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-ms-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-ms-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-ms-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-ms-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-ms-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(-20px);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-ms-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-ms-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-ms-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-ms-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-ms-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-ms-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-ms-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-ms-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-ms-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-ms-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-ms-keyframes bounceIn {
	0% {
		opacity: 0;
		-ms-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-ms-transform: scale(1.05);
	}
	
	70% {
		-ms-transform: scale(.9);
	}
	
	100% {
		-ms-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes bounceInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-ms-transform: translateY(-30px);
	}
	
	80% {
		-ms-transform: translateY(10px);
	}
	
	100% {
		-ms-transform: translateY(0);
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-ms-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-ms-transform: translateY(30px);
	}
	
	80% {
		-ms-transform: translateY(-10px);
	}
	
	100% {
		-ms-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-ms-transform: translateX(30px);
	}
	
	80% {
		-ms-transform: translateX(-10px);
	}
	
	100% {
		-ms-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-ms-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes bounceInRight {
	0% {
		opacity: 0;
		-ms-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-ms-transform: translateX(-30px);
	}
	
	80% {
		-ms-transform: translateX(10px);
	}
	
	100% {
		-ms-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-ms-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-ms-keyframes bounceOut {
	0% {
		-ms-transform: scale(1);
	}
	
	25% {
		-ms-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-ms-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-ms-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-ms-keyframes bounceOutUp {
	0% {
		-ms-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-ms-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-ms-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-ms-keyframes bounceOutDown {
	0% {
		-ms-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-ms-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-ms-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-ms-keyframes bounceOutLeft {
	0% {
		-ms-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-ms-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-ms-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-ms-keyframes bounceOutRight {
	0% {
		-ms-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-ms-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-ms-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-ms-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-ms-keyframes rotateIn {
	0% {
		-ms-transform-origin: center center;
		-ms-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-ms-transform-origin: center center;
		-ms-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-ms-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInUpLeft {
	0% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-ms-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInDownLeft {
	0% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-ms-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInUpRight {
	0% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-ms-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-ms-keyframes rotateInDownRight {
	0% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-ms-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOut {
	0% {
		-ms-transform-origin: center center;
		-ms-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-ms-transform-origin: center center;
		-ms-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-ms-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutUpLeft {
	0% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-ms-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutDownLeft {
	0% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-ms-transform-origin: left bottom;
		-ms-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-ms-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutUpRight {
	0% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-ms-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-ms-keyframes rotateOutDownRight {
	0% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-ms-transform-origin: right bottom;
		-ms-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-ms-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-ms-keyframes hinge {
	0% { -ms-transform: rotate(0); -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }	
	20%, 60% { -ms-transform: rotate(80deg); -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }	
	40% { -ms-transform: rotate(60deg); -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }	
	80% { -ms-transform: rotate(60deg) translateY(0); opacity: 1; -ms-transform-origin: top left; -ms-animation-timing-function: ease-in-out; }	
	100% { -ms-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-ms-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-ms-keyframes rollIn {
	0% { opacity: 0; -ms-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -ms-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-ms-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-ms-keyframes rollOut {
    0% {
		opacity: 1;
		-ms-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-ms-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-ms-animation-name: rollOut;
	animation-name: rollOut;
}/* Custom Theme Styles */

/* Color Changes */

/* Replaces #3fa3c9 */
a, a:active, a:visited {color:#99c945;}
a:hover {color:#99c945;}
.header nav ul li a:hover {color:#99c945;}
.top_title {background-color: #99c945;}
.header nav ul ul li:hover a {color:#99c945;}
.header nav ul ul li:hover li a:hover {color:#99c945;}
.features2_block #h_tabs ul li.active h4 {color:#99c945;}
.text_bar2 {background-color:#99c945;}
.blog_entries .post_full .desc blockquote {color:#99c945;}
.comments ul li .info i {color:#99c945;}
.leave_comment form p input[type=submit] {color:#99c945;}
.our_clients .clients_slider li blockquote p:last-child {color:#99c945;}
.contact_us ul li strong {color:#99c945;}
.contact_us form p input[type=submit] {color:#99c945;}
.left_nav #tabs div .wp_img span {color:#99c945;}
.btn_l {color:#99c945;}
.btn_m {color:#99c945;}
.btn_s {color:#99c945;}
.social_block {background-color:#99c945;}
.footer footer .recent_posts ul li a:hover {color:#99c945;}
.footer footer .subscribe_block p input[type=submit] {color:#99c945;}
.copyright p a:hover {color:#99c945;}
.copyright .top:hover {color:#99c945;}
.pp_pic_holder .ppt {display: none!important;}

.header-top {display: block; position: absolute; top: 0; right: 0; padding: 10px 40px 0 0;}
	.header-top a {font-size: 13px; font-weight: bold; text-transform: uppercase;}

.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left  {text-align: left;}
.text-indent-1 {margin-left: 25px;}
.text-indent-2 {margin-left: 50px;}
.text-indent-3 {margin-left: 75px;}
.font-xsmall {font-size: 80%;}
.font-small {font-size: 90%;}
.font-normal {font-size: 100%;}
.font-large {font-size: 110%;}
.font-xlarge {font-size: 120%;}
.image-left {float: left; margin: 0 10px 10px 0;}
.image-center {text-align: center; margin: 0 10px 10px;}
.image-right {float: right; margin: 0 0 10px 10px;}

/*Replaces #5eafcd and #5eb2d1 */
.header nav ul ul li:first-child a {border-top:1px solid #AACC44;}
.features2_block ul li:hover .circle {-webkit-box-shadow:#AACC44 0 0 0 5px inset;-moz-box-shadow:#AACC44 0 0 0 5px inset;box-shadow:#AACC44 0 0 0 5px inset;}
.features2_block ul li.active .circle {-webkit-box-shadow:#AACC44 0 0 0 5px inset;-moz-box-shadow:#AACC44 0 0 0 5px inset;box-shadow:#AACC44 0 0 0 5px inset;}
.featured_list ul li:hover div {border-bottom:1px solid #AACC44;}
.featured_list ul li p span {color:#AACC44;}
.featured_list ul li .zoom {background-color:#AACC44;}
.why_choose ul li:before {background-color:#AACC44;}
.blog_entries .post .img_wrap .date {background:#AACC44;}
.share_story ul li a:hover {background-color:#AACC44;}
.acc_tabs #tabs .tab_select li.active a, .acc_tabs #tabs .tab_select li.active a:visited {background:#AACC44;}
.our_clients .bx-pager a.pager-active, .our_clients .bx-pager a.pager-link:hover {background-color:#AACC44;}
.flyout_area dt.selected h4:before {background-color:#AACC44;}
.send_quote:hover {border-bottom:1px solid #AACC44;}
.intro_text .bx-pager a.pager-active, .intro_text .bx-pager a.pager-link:hover {background-color:#AACC44;}
.process ul li h3 span {background:#AACC44;}
.services_option .right_desc ul li .circle {background-color:#AACC44;}
.services_option2 #tabs .tab_select li.active a {color:#AACC44;}
.services_option2 #tabs .tab_select li:hover a {color:#AACC44;}
.services_option2 #tabs div ul li:before {background-color:#AACC44;}
.process2 #tabs .tab_select li:hover a {color:#AACC44;}
.process2 #tabs .tab_select li.active a {color:#AACC44;}
.process2 #tabs .tab_select li.active span {background:#AACC44;}
.process2 #tabs div ul li:before {background-color:#AACC44;}
.pricing_option ul li .price span {color:#AACC44;}
.pricing_option ul li .price sup {color:#AACC44;}
.faq_list #faq li.simpleFAQShowing:before {background-color:#AACC44;}
.left_nav #tabs div ul li:before {background-color:#AACC44;}
.short_text_layout ul li:hover {border-bottom:1px solid #AACC44;}
.short_text_layout ul li p span {color:#AACC44;}
.pager_nav a:hover, .pager_nav span {color:#AACC44;}
.long_text_layout ul li .desc h5 span {color:#AACC44;}
.long_text_layout_wide ul li .desc p .visit_project {background:#AACC44;}
.portfolio_sidebar ul li .desc h5 span {color:#AACC44;}
.single_full ul li .desc i {color:#AACC44;}
.single_full ul li .desc .things_list ul li:before {background-color:#AACC44;}
.accordions dt.selected h4:before {background-color:#AACC44;}
.sidebar_tabs #s_tabs .tab_select li.active a, .sidebar_tabs #s_tabs .tab_select li.active a:visited {background:#AACC44;}
.horizontal_tabs #h_tabs .tab_select li:hover a {color:#AACC44;}
.horizontal_tabs #h_tabs .tab_select li.active a {color:#AACC44;}
.horizontal_tabs #h_tabs .tab_select li.active span {background:#AACC44;}
.btn_col, .btn_col:visited {background:#AACC44;}
.social_block ul li a {padding: 0 16px;}
.social_block ul li a:before {background: none;}
.social_block ul li a i {font-size: 150%; padding-top: 5px;}
.social_icons ul li a:hover {background-color:#AACC44;}
.social_icons ul.small li a:hover {background-color:#AACC44;}
.small_icons ul li:hover .circle {-webkit-box-shadow:#AACC44 0 0 0 5px inset;-moz-box-shadow:#AACC44 0 0 0 5px inset;box-shadow:#AACC44 0 0 0 5px inset;}
.wraper_typ blockquote {border-left:5px solid #AACC44;}
.wraper_typ ul.arrows_list li:before {background-color:#AACC44;}
.dropcap p:first-letter {color:#AACC44;}

.content_block p {padding: 0 0 10px;}
.content_block h1,.content_block h2,.content_block h3,.content_block h4 {margin: 10px 0 10px;}
.content_block blockquote {font-size:13px;color:#444;font-style:italic;background:#f5f5f5;border-left:5px solid #5eafcd;padding:16px 29px 6px 29px;margin-bottom:70px;}
.content_block ul+p {padding: 10px 0;}
.content_block ul li {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/dot.png") 0 7px no-repeat; margin: 0 0 5px 20px; padding:0 0 0 13px; border: none;}
.content_block ul.arrows_list li {font-weight:normal;padding-left:30px;position:relative;background:none;}
.content_block ul.arrows_list li:before {content:'';position:absolute;top:7px;left:0;display:block;width:18px;height:18px;background:#5eafcd url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -189px no-repeat;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;behavior: url("/Data/sites/1/skins/eeba/stylesheets/PIE.htc");}
.content_block ol li {font-weight:bold;padding:7px 0;list-style-type:decimal;}
.content_block .columns {clear:both;float:left;padding:0 10px 20px 0;}
.content_block .columns div:first-child {padding-left:0;}
.content_block .columns div {padding-left:24px;float:left;}
.content_block .columns .col_2 {width:458px;}
.content_block .columns .col_3 {width:297px;}
.content_block .columns .col_4 {width:217px;}
.content_block .columns .col_5 {width:168px;}
.content_block .columns .col_6 {width:136px;}
.content_block .columns .col_3_4 {width:699px;}
.content_block .columns .col_2_3 {width:619px;}
.content_block a:hover {text-decoration: underline;}
.content_block a.btn_col:hover {text-decoration: none;}
.content_block blockquote {border-left: 5px solid #AACC44; margin-bottom: 20px;}

.header .logo, .header .logo:visited {text-indent:-999em;cursor:pointer;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/logo-horizontal-156.png") no-repeat;display:block;width:156px;height:45px;position:absolute;top:32px;left:0;}

.header nav ul li {padding:0 0 0 30px;}

.bxslider_wrap {margin-top: 0;}

.featured_list ul {margin-left: 30px; padding: 0;}
.featured_list ul li {background: none; padding: 0;}

.features2_block ul {padding:0 0 40px 0; margin-left: -10px;}
.features2_block ul li {background: none; margin: 0; padding:20px 15px 0 10px;}
.features2_block ul li .circle {background-image:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/icons-green.png");}
.features2_block ul li:hover .circle {-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.features2_block ul li.active .circle {-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.small_icons ul li .circle {background-image:url("/Data/sites/1/skins/eeba/stylesheets/../images/features/icons-green.png");}

.top_title {margin-bottom:20px;}
.top_title .wraper {min-height:85px;}
.top_title h2 {font-size: 30px;}
	.top_title h2 span {font-size: 20px;}

/* Breadcrumbs */
.top_title .breadcrumbs {position: absolute; top: 60px; right: 0; color: white; font-size: 13px;}
.top_title .breadcrumbs a {color: white; height: 15px; z-index: 100;}
/*.top_title .breadcrumbs a:after {color:#fff; content:'/'; padding:0 6px;}
.top_title .breadcrumbs a:last-child:after {display: none;}*/
	.top_title .breadcrumbs a:hover {text-decoration: underline;}

/*Outline*/
ol.outline li {
	margin: 7px 0;
	padding: 0;
}
ol.outline > li {
  list-style: upper-roman;
  margin-left: 30px;
}
ol.outline > li > ol > li {
  list-style: upper-alpha;
  margin-left: 20px;
}
ol.outline > li > ol > li > ol > li {
  list-style: decimal;
  margin-left: 20px;
}
ol.outline > li > ol > li > ol > li > ol > li {
  list-style: lower-roman;
  margin-left: 20px;
}
ol.outline > li > ol > li > ol > li > ol > li > ol > li {
  list-style: lower-alpha;
  margin-left: 20px;
}

.content_block ol li {
	margin-left: 25px;
	font-weight: normal;
}

/*Sidebar*/
/*.content_block ul li.AspNet-TreeView-Leaf {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 7px no-repeat; margin: 0 0 5px 0px; padding:0 0 0 13px; border: none;}*/
#ctl00_mainContent_ctl00_divContent > h1 {margin-top: 0; padding-top: 0;}

.sidebar h1 {font-size: 15pt;}
.sidebar {position: relative;}
.sidebar .left_nav {float:left;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/process_tabs.png") right center no-repeat;width:215px;/*min-height:490px;*/margin-bottom: 20px;}
.sidebar .left_nav li {position:relative;font-weight:bold;margin: 0; /*padding:12px 0 0 31px;*/min-height:30px;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.sidebar .left_nav li:hover {background:#fff url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.sidebar .left_nav li.active {background:#99c945 url("/Data/sites/1/skins/eeba/stylesheets/../images/line2.png") right bottom no-repeat;}
.sidebar .left_nav li:before {visibility:hidden;content:'';width:14px;height:41px;display:block;position:absolute;top:0;right:-14px;background:#3fa2c8 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") 0 -503px no-repeat;}
.sidebar .left_nav li a {color:#434242; display: block; min-height:30px; padding:12px 0 0 31px; vertical-align: middle;}
.sidebar .left_nav li a:hover {text-decoration: none;}
.sidebar .left_nav li.active a {color:#fff;}
.sidebar .left_nav li.active:before {visibility:visible;}

.sidebar .right_nav  {float:right;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/process_tabs2.png") left center no-repeat;width:205px;padding-right:0;}
.sidebar .right_nav li {/*padding:12px 31px 0 0;*/text-align:right;background:url("/Data/sites/1/skins/eeba/stylesheets/../images/line3.png") right bottom no-repeat;}
.sidebar .right_nav li.active {background:#99c945 url("/Data/sites/1/skins/eeba/stylesheets/../images/line3.png") right bottom no-repeat;}
.sidebar .right_nav li:before {right:auto;left:-14px;background:#99c945 url("/Data/sites/1/skins/eeba/stylesheets/../images/sprite.png") -20px -503px no-repeat;}
.sidebar .left_nav li a {color:#434242; display: block; min-height:30px; padding:12px 31px 0 0; vertical-align: middle;}
.sidebar .right_nav div {float:left;padding-right:0;}

/* Footer */
/*.footer footer .recent_tweets {float:left;width:424px;padding:0 36px;}*/

/* Board */
.board {margin: 0; padding: 0;}
	.board th {padding: 15px; background-color: #99c945; color: white; border: none; vertical-align: top; font-size: 125%; font-weight: bold; text-align: left;}
	.board td {vertical-align: top; padding: 15px 0; border-bottom: 1px solid black;}
		.board td:only-child {border: none;}
		.board td p {margin: 10px 0; padding: 0;}
		.board td p:first-child {margin-top: 0;}
	.board tr td:nth-child(2) {padding: 15px;}
		.board tr td:nth-child(3) {text-align: center;}
	.board img {width: 150px;}

/* Alliances */
.alliances {margin: 0; padding: 0;}
	.alliances th {padding: 15px; background-color: #99c945; color: white; border: none; vertical-align: top; font-size: 125%; font-weight: bold; text-align: left;}
	.alliances td {vertical-align: top; padding: 15px 0; border-bottom: 1px solid black;}
		.alliances td:only-child {border: none;}
		.alliances td p {margin: 10px 0; padding: 0;}
		.alliances td p:first-child {margin-top: 0;}
	.alliances tr td:nth-child(2) {padding: 15px;}
		.alliances tr td:nth-child(3) {text-align: center;}
	.alliances img {max-width: 250px;}

/* Conference Program */
.program {border-collapse: collapse; margin-bottom: 25px;}
	.program.day2 {margin-left: -10px;}
	.program a {color: red;}
	.program td {padding: 5px; border: 2px solid white; font-size: 9pt;}
	.program th {padding: 5px; border: 2px solid white; font-size: 10pt; font-weight: bold;}
		.program td.day {background-color: #76933f; color: white; font-size: 11pt; font-weight: bold;}
		.program th.cellspacer,.program td.cellspacer {max-width: 1px; width: 1px; margin: 0; padding: 5px; border: 0; font-size: 1px; visibility: hidden;}
		.program th.time,.program td.time {width: 120px; background-color: #c3d79b;}
		.program.day1 th.track,.program.day1 td.track,.program.day2 th.track,.program.day2 td.track {width: 17.5%;}
		.program.day3 th.track,.program.day3 td.track {width: 22%;}
		.program th.policy,.program td.policy {background-color: #f8c08f;}
		.program th.envelope,.program td.envelope {background-color: #92cedc;}
		.program th.hvac,.program td.hvac {background-color: #d99594;}
		.program th.economics,.program td.economics {background-color: #b1a1c7;}
		.program th.ba,.program td.ba {background-color: #efeee3;}
		.program td.break {background-color: #fcead9; text-align: center; font-weight: bold;}

/* Search Form */
a.searchbutton {
	float: right;
	width: 20px;
	height: 20px;
	padding: 10px;
	color: #99c945;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
	a.searchbutton:hover {
		color: white;
		background: #99c945;
		-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
	}

/* Search Style */
#search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0); -moz-transform: translate(0px, -100%) scale(0, 0); -ms-transform: translate(0px, -100%) scale(0, 0); -o-transform: translate(0px, -100%) scale(0, 0); transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}
	#search.open {
		-webkit-transform: translate(0px, 0px) scale(1, 1); -moz-transform: translate(0px, 0px) scale(1, 1); -ms-transform: translate(0px, 0px) scale(1, 1); -o-transform: translate(0px, 0px) scale(1, 1); transform: translate(0px, 0px) scale(1, 1);
		opacity: 1;
		z-index: 106;
		display: block;
	}
	#search input.SearchBox {
		position: absolute;
		top: 50%;
		left: 0;
		width: 60%;
		margin-top: -51px;
		margin-left: 20%;
		padding: 10px;
		color: rgb(255, 255, 255);
		background: transparent;
		border-top: 1px solid rgba(255, 255, 255, .8);
		border-bottom: 2px solid rgba(255, 255, 255, .5);
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		font-size: 40px;
		font-weight: 300;
		text-align: center;
		outline: none;
	}
	#search .SearchSubmit {display: none;}
	#search .close {
		position: fixed;
		top: 15px;
		right: 15px;
		opacity: 1;
		font-size: 27px;
		color: white;
	}
		#search .close:hover {
			color: #99c945;
			cursor: pointer;
		}

/* Home Slider */
.homeone .oneByOne1 {background-color: #99c945;}
	#obo_slider .oneByOne_item span.txt4 a {color: #99c945;}
	#obo_slider .oneByOne_item img.wp1_3 {max-width: 450px; top: 50px; left: auto;}
	#obo_slider .oneByOne_item img.wp1_3.wp1_left {max-width: 350px; left: 0;}

/* Partner Slider */
.partnerbanners {width: 825px; max-width: 100%; height: auto; margin: 0 auto; position: relative;}
#obo_slider {height: auto;}
.oneByOne_item {height: auto;}
#obo_partners img {top: 0; left: 0; max-width: 100%; height: auto;}
.arrowButton .prevArrow {top: 70px; left: 10px;}
.arrowButton .nextArrow {top: 70px; right: 10px;}

.footer footer .subscribe_block p select {
	font: 13px 'PT Sans';
	color: #626363;
	border: 1px solid #c0bebe;
	background: #f6f3f3;
	padding: 5px 10px;
	width: 212px;
}

.modulecontent {padding: 0;}
.wysiwygeditor {padding: 10px;}
.wysiwygeditor h1, .wysiwygeditor h2, .wysiwygeditor h3, .wysiwygeditor h4, .wysiwygeditor h5, .wysiwygeditor p {margin-bottom: 10px;}
.wysiwygeditor li {background:url("/Data/sites/1/skins/eeba/stylesheets/../images/dot.png") 0 7px no-repeat; margin: 0 0 5px 20px; padding:0 0 0 13px; border: none;}

.tinynav {display: none;}

@media only screen and (min-width: 960px) {
	.portfolio_sidebar {float:left;width:715px;padding:10px 20px 0 0;}
	.sidebar {width: 225px;}
}
@media only screen and (min-width: 768px) {
	.featured_list ul li {margin:0 25px 28px 0;}
}
@media only screen and (max-width: 959px) {
	.modulelinks img {width: auto;}
	.admin img {width: auto;}
	.mhelp img {width: auto;}
	.bx-wrapper {display: none;}
	.partnerbanners {max-width: 100%; height: auto;}
	.features2_block ul li {padding: 20px 8px 0;}
}
@media only screen and (max-width: 767px) {
	/* Tiny Nav */
    .tinynav {display: block;}
    nav ul {display: none;}
	.featured_list ul {margin: 0;}
	body .fallback {display: none;}
	.text_bar {background: #99c945;}
		.text_bar h2 {display: block; font-size: 16px; color: white;}
		.text_bar h2 span {font-size: 14px; color: white;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.header .logo, .header .logo:visited {top:15px;left:307px;}
	.header nav {position: relative; top: 70px; margin-left: 60px;}
	.header nav ul li {padding:0 0 0 25px;}
	body .oneByOne1 {display: block; visibility: visible;}
	body .fallback {display: none;}
	.modulelinks img {width: auto;}
	.admin img {width: auto;}
	.top_title .breadcrumbs {top: auto; left: 0; right: auto; bottom: 0; padding-left: 0;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header .logo, .header .logo:visited {top:15px;left:152px;}
	nav, .tinynav {width: 360px; left: 60px;}
	.featured_list ul li {width: 45%; margin: 0 10px 10px 0; padding: 0;}
		.featured_list ul li div {width: 90%;}
		.featured_list ul li p, .featured_list ul li p strong {font-size:10px;}
	.top_title {height: 100px;}
		.top_title .wraper {padding-top: 2px;}
	.breadcrumbs {display: none;}
	/*.sidebar {display: none;}*/
}
@media only screen and (max-width: 479px) {
	.header .logo, .header .logo:visited {top: 17px; left: 62px;}
	a.searchbutton {display: none;}
	nav, .tinynav {width: 250px; left: 25px;}
	.featured_list ul li {margin: 0 20px 20px 0;}
	.top_title {height: 100px;}
		.top_title .wraper {padding-top: 5px;}
		.top_title h2 {font-size: 24px;}
	.breadcrumbs {display: none;}
	/*.sidebar {display: none;}*/
}

/* Admin and Table Styles */
.List1 label,.List1bold label,.List2 label,.List2bold label {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #14314F; font-weight: normal;}

/* This class defines the styles for table headers in the  */
.TableHeader 
{
	color: white; 
	background-color: #99c945;
	font: bold 11px Verdana,tahoma,Arial;
	padding: 2px 6px 2px 6px; 
	border: 1px solid white;
}

/* This class defines table backgrounds */
.List1
{
	color: #14314F; 
	background-color: #C0C0C0;
	font: normal 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}

/* This class defines table backgrounds with bold type */
.List1bold
{
	color: #14314F; 
	background-color: #C0C0C0;
	font: bold 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}

/* This class defines table backgrounds */
.List2,.List2 p
{
	color: #14314F; 
	background-color: #E2E2E2;
	font: normal 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}

/* This class defines table backgrounds with bold type*/
.List2bold,.List2bold p
{
	color: #14314F; 
	background-color: #E2E2E2;
	font: bold 10px/14px Verdana,tahoma,Arial;
	border: 1px solid white;
	padding: 2px;
}
.List1 p, .List1bold p, .List2 p, .List2bold p,
.List1 ul, .List1bold ul, .List2 ul, .List2bold ul
{
	font: normal 10px/14px Verdana,tahoma,Arial;
	margin: 0;
	border: 0;
}

/* This class defines the styles for all generic buttons */
.InputSubmit1
{
	color: white;
	background-color: #99c945;
	font: bold 10px Verdana,Arial,Helvetica,Sans Serif;
	border: 1px solid #14314F;
}

/* This class defines the styles for all buttons on the main admin display*/
.InputSubmit2
{
	color: black; 
	background-color: white;
	font: bold 10px Verdana,Arial,Helvetica,Sans Serif;
	border: 1px solid #14314F;
}

/* This class defines the styles for all input boxes*/
.InputBox
{
	color: black;
	background-color: #FDFDFD;
	font: normal 10px Verdana,tahoma,Arial;
	border: 1px solid black;
}

/* This class defines the styles for all text areas*/
.InputBoxTextArea
{
	color: black;
	background-color: #FDFDFD;
	font: normal 10px Verdana,tahoma,Arial;
	border: 1px solid black;
}

/* This class defines the styles for main tables*/
.Table1
{
	border: 1px solid black;
	margin: 1px 0 10px 0;
	border-collapse: separate;
}

/* This class defines the styles for all  control panel links*/
.IconLink {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #999999; font-weight: normal}
a.IconLink:link {color: #1064a2;  text-decoration: none} 
a.IconLink:active {color: #1064a2; text-decoration: none} 
a.IconLink:visited {color: #1064a2; text-decoration: none} 
a.IconLink:hover {color: black; text-decoration: underline;}

/* This class defines the styles for all header links*/
.HeaderLink {color: white;}
a.HeaderLink:link {color: white; text-decoration: none} 
a.HeaderLink:active {color: white; text-decoration: none} 
a.HeaderLink:visited {color: white; text-decoration: none} 
a.HeaderLink:hover {color: #fa9300; text-decoration: underline;}

/* This class defines the styles for all error messages */
.Error {
	color: #FF0000;
}

/* This class defines the styles for all required field markers */
.Required {
	font: bold 10px Verdana,tahoma,Arial;
	color: red;
}

.Message {display: block; padding: 10px; margin-bottom: 10px; background-color: lemonchiffon;}

.validatorHighlight {background-color: lemonchiffon;}

.background {background-color: #1b2e5b;}

.progressBackgroundFilter,#progressBackgroundFilter {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000; 
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 1000;
}
.popupPanel {
    z-index: 1002;
    padding: 10px;
    background-color: White;
    color: Black;
    border: 2px solid black;
    position: relative;
}

.exceltext {mso-number-format: \@;}

.Watermark {
	color: #888888;
	background-color: #FDFDFD;
	border: 1px solid black;
	font-family: Verdana,tahoma,Arial;
	font-size: 10px;
	font-weight: normal;
}

/*Blog*/
.sidebar .blognavright {width: 215px;}
.tagslabel + .blogtags a {border: 1px solid #000}
.content_block h2.blogtitle {margin-bottom: 0;}
.blogview h3.subtitle {margin-top: -15px; font-weight: normal; font-size: 16px;}
.blogitem .subtitle {margin: -10px 0 15px; font-size: 16px;}
.blog-post__featured-image {float: right; width: 300px; margin: 0 0 15px 15px;}
.blogtext {padding-top: 15px;}
.blogdate {clear: both; padding-top: 10px;}
.bsocial {margin-top: 10px;}
	.bsocial .twitter-share-button,.bsocial .fblikebutton {float: left; margin-right: 15px;}
.blogcommentlink,.commentpanel {clear: both;}
body.blogviewpost .blog-post__featured-image[src$="greenhill2.jpg"] {display: none;}
body.blogviewpost .blogpager {clear: both;}
body.blogviewpost .commentpanel {margin-bottom: 20px;}
fieldset {border-color: #99c945;}