/*
    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%;  }


       


/* 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/retooling/css/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/retooling/css/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; }


	
	/* NAVIGATION BAR  */
	
	.nav-wrap1, .nav-wrap2 { height:110px;  position:relative; }
	.nav-wrap2 { height:77px; border-top:1px solid #f0f0f0; margin-bottom:-4px; border-bottom:4px solid #f3f3f3;  }
	.nav-wrap2.mn4 { height:50px; }
	
	/* menu icon */
	#menu-icon { display: none; /* hide menu icon initially */}
	
	#nav { float:right;}
	#nav li { list-style: none; float:left; display:block; height:100%; vertical-align:middle; }	
	
	/* nav link */
	#nav a { display: block; font-family: 'Roboto', sans-serif; font-size: 14px; line-height:24px; font-weight:600; padding: 70px 16px 16px; color: #777; outline: 0; text-align: left; background-color:#fff; opcity:1; text-align:center; -webkit-transition:background .15s ease-in-out;	-moz-transition:background .15s ease-in-out;	-ms-transition:background .15s ease-in-out;	-o-transition:background .15s ease-in-out; transition:background .15s ease-in-out; }
	#nav a:hover, #nav li:hover > a { background-color:#f0f0f0; }
	#nav a i { font-size:16px; line-height:16px; display:inline; color:inherit; margin-right:4px; vertical-align:baseline;}
	#nav > li > a i { margin-right:6px; font-weight:normal;}
	#nav > li.current:after { display:block; float:left; content:""; width:100%; height:4px; background:#7cbc20; bottom:0px; margin-bottom:-4px;}
	
	/* nav link Header2 */
	.nav-wrap2 #nav { float:left; margin-bottom:0; }
	.nav-wrap2 #nav li { margin:0; }
	.nav-wrap2 #nav > li > a { padding: 20px 20px 15px; font-size: 15px; line-height:18px; font-weight:400; text-align:left; border-right:1px solid #eee; }
	.nav-wrap2 #nav > li:first-child > a { border-left:1px solid #eee;}
	#nav a span, #nav a:after { margin-top:6px; display:block; font-size:11px;  color:#919191; text-transform:lowercase; font-weight:400;  }
	#nav a:after  { content: attr(data-description);}
	.nav-wrap1 #nav a:after, .nav-wrap2.mn4 #nav a:after { content:""; display:none; }
	.nav-wrap2.mn4 #nav > li > a { padding:16px 20px;}
	
	.nav-wrap2.darknavi { background: #333; border-top:2px solid #202020; border-bottom-color: #222;}
	.nav-wrap2.darknavi #nav > li > a { color:#fff; background:#333; border-color:#222;}
	.nav-wrap2.darknavi #nav > li > a:hover, .nav-wrap2.darknavi #nav > li:hover > a { background-color:#222;}
	.nav-wrap2.darknavi #nav ul { border-color:#222;}
	
	
	/* nav link fixes */
	.homedark #nav > li > a, .darkhalf #nav > li > a { background:transparent; color:#fff;}
	.homedark #nav > li:hover > a, .darkhalf #nav > li:hover > a  { background:#f0f0f0; color:#777;}
	.homedark .is-sticky #nav > li > a, .darkhalf .is-sticky #nav > li > a  { color:#777;}	
	.is-sticky #header #nav > li > a:link { background:inherit;}
	.is-sticky #header #nav > li:hover > a { background:#f0f0f0;}
	
	#header.super-fixed #nav > li > a { padding:0 16px; line-height:90px;}
	#header.super-fixed #nav > li > a:after { display:none; content:"";}
	#header.super-fixed #nav > li.current > a { color:#7cbc20;}
	#header.super-fixed #nav > li.current:after { display:none; height:0;}
	#header.super-fixed .nav-wrap1 { height:90px;}
	
	
	/* nav dropdown */
	#nav ul { position: absolute;  width: 182px; background: #fff ;  padding: 5px 0; padding-left: 20px; margin:0;  border: 4px solid #e2e2e2; z-index:91000; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;  display: none; /* hide dropdown */  }
	#nav > li:last-child ul { left:auto; right:0;}
	.nav-wrap2 #nav > li:last-child ul { right:auto;} 
	#nav ul li { float: none; border-bottom:1px solid #efefef; display:block; position:relative;	margin: 0; padding:0;	}
	#nav ul li:last-child { border:none;}
	#nav ul li a, #nav ul li:hover > a { background:#fff; color:#777; width:auto; display:block; text-align:left; padding: 9px 11px 9px 0; border-radius:0; font-size:13px; font-weight:400; border:0 none; text-transform:capitalize; line-height:24px; height:24px; }
	#nav ul li a:hover, #nav li.current ul li a:hover, .nav-wrap2 #nav ul li a:hover, .nav-wrap2.darknavi #nav ul li a:hover, #nav ul li.current > a , #nav ul li:hover > a { color:#7cbc20; }
	#nav li:hover > ul { display: block; visibility:visible; /* show dropdown on hover */}
	#nav ul li ul { margin:-44px 0 0 182px; width:170px; }

	#nav li.submenu:after { font-family: 'icomoon'; content: "\e3b0"; position:absolute; color:#cdcdcd; font-size:8px; display:inline; speak: none; cursor:pointer; right:9px; top:12px;} 
	
	#nav ul.mega, #nav > li:last-child ul.mega { width:100%; left:0; float:left;}
	#nav ul.mega ul { float:none; border:none; width:auto; position:static; left:auto; right:auto; display:block; padding:0; margin:0;}
	#nav ul.mega div:last-child { margin-right:0 !important;}
	#nav h4.subtitle { margin:14px 0; border-color:#e2e2e2; border-width:2px;}
	#nav img { max-width:100%; margin-bottom:10px;}
	#nav p { font-size:13px; font-weight:400; color:#747474;}
	#header #nav h6 { margin:0; margin-bottom:7px; color:#555;}
	#nav .sendbtn { padding:7px 20px; font-size:13px;}
	
	
	
	/* nav dropdown for(ie7) */
	
	*+html #nav li { position:relative; display:block; }
	*+html #nav li ul, *+html #nav li.current ul {  left:0; clear:both; position:absolute; border:1px solid #d4d4d4; }
	*+html .container { z-index:2; }
	*+html #header { z-index:3; position:relative;  }
	*+html #nav ul li ul { position:absolute; left:0; margin-top:-31px; display:none; visibility:hidden; }
	*+html #nav ul li:hover > ul { display:block; visibility:visible; }

/* --------------------- */

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) { 
	
			/* nav-wrap */
	#nav-wrap {	position: relative; height:30px; text-align:center; margin:0 0 32px 0; }
	#header.super-fixed .nav-wrap1 { height:30px; }

	/* menu icon */
	#menu-icon { color: rgba(255,255,255,0.7); margin:0 auto; width: 246px; font-size:16px; font-weight:400; height: 30px; border-radius:2px; background: #363f46; padding: 11px 10px 3px 42px; cursor: pointer;	 clear:both; box-shadow:  0 2px 2px -2px rgba(0,0,0,0.3); text-align:left; display: block; /* how menu icon */	}
	#menu-icon i { font-size:16px; color:rgba(0,0,0,0.6); float:left; margin-left:-28px; margin-top:3px; }
	#menu-icon:hover, #menu-icon.active {	background-color: #0093d0; }
	.mn-clk { font-size:12px; color:rgba(255,255,255,0.5);}
	
	/* main nav */
	#nav { clear: both; margin:0 auto; background:#fff; left:1px; position: absolute; width: 278px; z-index: 10000; padding:2px 0 44px 18px; border: 1px solid #d2d2d2; border-top:0 none;	display: none; /* visibility will be toggled with jquery */	}
	#nav ul { padding:5px 0;}
	#nav li, .nav-wrap2 #nav li { clear: both; float: none; border:0 none; margin:0; margin-left:10px; padding:0 !important; border-bottom:1px solid #e5e5e5; }
	#nav ul li:last-child, .nav-wrap2 #nav ul li:last-child { border:none;}
	
	#nav a, .nav-wrap2 #nav > li > a, .nav-wrap2.mn4 #nav li a, #header.super-fixed #nav > li > a { padding:14px 0 12px; line-height:24px;}
	#nav a, #nav ul a, .nav-wrap2 #nav > li > a, .nav-wrap2.mn4 #nav li a, #header.super-fixed #nav > li > a { width:auto; height:20px; display:block; text-align:left; border:0 none; margin:0; line-height:1.2; }
	.nav-wrap2 #nav > li > a , .nav-wrap2 #nav > li:first-child > a { border:0 none; }
	.nav-wrap2 #nav > li > a { font-size:14px; font-weight:600;}
	.nav-wrap2.darknavi #nav > li > a, .homedark #nav > li > a, .darkhalf #nav > li > a { color:#777;}
	#nav a span, #nav a:after { display:none; visibility:hidden; }
	#nav > li.current:after { display:none;}
	#nav a { background-color:#fff !important;}
	.darkhalf #sticker { position:relative !important; height:auto; background:#fff;}
	.darkhalf section.homedark { margin-top:0;}
	
	
	
	/* dropdown */
	#nav li ul { display:none; margin:0; padding:0; padding-left:10px; }
	#nav.ie10mfx li ul { display:block;}
	#nav a:hover > #nav li ul{ display:block; }
	#nav ul { width: auto; margin:0; box-shadow: none; position: static; display: block; border: none;  }
	#nav ul li ul { margin:0; display: block;  width: auto; padding:0; padding-left:10px; }
	#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type { display: block; }
	#nav li.submenu:after {content: "\e3b1"; }
	
	.nav-wrap2, .nav-wrap2.darknavi { border:0 none; box-shadow:0 0 0 0; background:none;}
	#nav ul.mega, #nav ul.mega div, #nav ul.mega, #nav > li:last-child ul.mega { width:auto; max-width:100%; clear:both; float:none;}
	
	}
	
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	#nav { left:61px;}
	}

/* End
 --------------------- */
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc 

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		:focus { outline:0; }
        

/* #Basic Styles
================================================== */

	body {
		background: #f4f7f8 url('/Data/sites/1/skins/retooling/css/../images/bdbg1.png');
		font: 14px/22px 'Roboto', Trebuchet MS, Helvetica, Arial, sans-serif;
		color: #404040;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
}


/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 {
		color: #292929;
		font-weight: 300; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 48px; line-height: 51px; margin-bottom: 12px; }
	h2 { font-size: 36px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 22px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 19px; line-height: 24px; margin-bottom: 5px; }
	h6 { font-size: 16px; line-height: 23px; }
	h2 { letter-spacing: -0.03em; }
	.subheader { color: #849098; }
	h1.slight, h2.slight, h3.slight, h4.slight, h5.slight, h6.slight, p.slight { color: #a2a5a7; }
	h1.extr { font-size:56px; font-weight:100; }
	h5.helvetic5 { font-family:Helvetica, Arial, sans-serif; font-size: 18px; line-height: 24px; margin-bottom:14px; }
	h1 strong { font-weight:700; letter-spacing: -0.04em; }
	h3 strong, h4 strong, h5 strong, h6 strong { font-weight:400;}
	h3 strong, h4 strong { letter-spacing: -0.02em;}
	h1.maxtitle { font-size:56px; line-height:60px; font-weight:100;}

	p { margin: 0 0 20px 0; color:#424242; font-size:15px; line-height:24px; font-weight:300; letter-spacing:0.2px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #818a92;  }
	p.magic { font-size: 19px; line-height: 25px; margin: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	p strong { font-size:14px; }
	small { font-size: 75%; color: #969a9e; }
	p small { font-size:12px; font-weight:400; }
	i:hover { cursor:default;}
	a i:hover { cursor:pointer;}
	
/* Dropcaps */
    .dropcap1, .dropcap2, .dropcap3 { text-transform:uppercase; line-height:1; float: left; font-size: 44px; margin: 0 8px 0 0; font-family: Times, serif, Arial; }
	.dropcap2, .dropcap3 {	background: #4a4a4a; color: #fff; display: block; padding:10px; border-radius:5px; margin-top: -2px; }
	.dropcap3 { background: #0093d0; }
	
/* Text Highlights */	
	.highlight1 { padding:2px 5px; background:#85bc36; color:#fff; vertical-align:baseline; }
	.highlight2 { padding:2px 5px; background:#f4f4f4; color:#666; vertical-align:baseline; }
	.highlight3 { padding:3px 6px; background:#0093d0; color:#fff; vertical-align:baseline; }
	.highlight4 { background-color:#fffdcc; vertical-align:baseline; padding:1px 3px;}
	
/*	Blockquotes  */
	blockquote, blockquote p, q { font-size: 15px; line-height: 24px; color: #6a747d; font-family:"Roboto Slab";  }
	blockquote { position:relative; margin: 0 0 21px; padding: 18px 10px 14px 60px; /*background: url('/Data/sites/1/skins/retooling/css/../images/b-qot1.png') no-repeat 12px 9px;*/}
	blockquote:before { position:absolute; left:12px; top:26px; content:'\201C'; font-size:62px; color:#bbb; font-weight:bold; font-family: Georgia, Times, serif; }
	blockquote cite { display: block; font-style: italic;  font-size: 12px; color: #777f87; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	blockquote small { font-size:13px; font-style: italic;}
	blockquote img { max-width:100%; width:auto; display:inline; }

	hr { border: solid #e5e5e5; border-width: 1px 0 0; clear: both; margin: 14px 0 35px; height: 0; width: auto; }
	hr.boldbx { border-width: 4px 0 0; border-color:#efefef; }	
	.container hr { margin-right: 10px; margin-left: 10px;}
	.container .columns hr, .container .column hr  { margin-right: 0px; margin-left: 0px;}
		
	::selection { background: #e4744f; color: #fff; }
	::-moz-selection { background: #e4744f; color: #fff; }


/* #Links
================================================== */

	a, a:visited { color: #0093d0; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #ff9900; }
	p a, p a:visited { line-height: inherit; }
	a:active { outline:none; opacity: 0.75; }


/* #Lists
================================================== */

	ul, ol { margin-bottom: 18px; margin-left: 3px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.disc { margin-left: 20px; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 10px; font-weight:300; }
	ul.large li { line-height: 21px; }
	li p { line-height: 18px; }
	ul.check li, li.check { background:url('/Data/sites/1/skins/retooling/css/../images/li-check.png') no-repeat left 4px; }
	ul.plus li, li.plus { background:url('/Data/sites/1/skins/retooling/css/../images/li-plus.png') no-repeat left 4px; }
	ul.minus li, li.minus { background:url('/Data/sites/1/skins/retooling/css/../images/li-minus.png') no-repeat left 3px; }
	ul.star li, li.star { background:url('/Data/sites/1/skins/retooling/css/../images/li-star.png') no-repeat left 4px; }
	ul.arrow li, li.arrow { background:url('/Data/sites/1/skins/retooling/css/../images/li-arrow.png') no-repeat left 4px; }
	ul.arrow2 li, li.arrow2 { background:url('/Data/sites/1/skins/retooling/css/../images/li-arrow2.png') no-repeat left 4px; }
	ul.square li, li.square { background:url('/Data/sites/1/skins/retooling/css/../images/li-square.png') no-repeat left 4px; }
	ul.circle li, li.circle { background:url('/Data/sites/1/skins/retooling/css/../images/li-circle.png') no-repeat left 5px; }
	ul.cross li, li.cross { background:url('/Data/sites/1/skins/retooling/css/../images/li-cross.png') no-repeat left 3px; }
	ul.check li, li.check, ul.plus li, li.plus, ul.minus li, li.minus, ul.star li, li.star,
	 ul.arrow li, li.arrow, ul.arrow2 li, li.arrow2, ul.square li, li.square,
	  ul.circle li, li.circle, ul.cross li, li.cross { padding:0 0 1px 16px;  } 
	    

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
	img.full-width {
		width: 100%;
		height: auto; }
	p img { margin-bottom:14px;}


/* #Buttons
================================================== */

	.button, button, a.price-send, input[type=submit], input[type=reset], input[type=button], .button.green, button.green, input[type=submit].green, input[type=reset].green, input[type=button].green  {
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  border:0 none;
	  color: #fff;
	  display: inline-block;
	  font-size: 14px;
	  line-height:1;
	  text-transform:capitalize;
	  font-weight: 400;
	  font-family: "Roboto", Helvetica, Arial, sans-serif;
	  text-decoration: none;
	  text-shadow: 0 -1px rgba(0, 0, 0, .29);
	  cursor: pointer;
	  margin-bottom: 21px;
	  line-height: 1;
	  padding: 15px 40px;
	  background: #8fbe32;
	  -webkit-transition: background 0.18s ease;
		-moz-transition: background 0.18s ease;
		-o-transition: background 0.18s ease;
		transition: background 0.18s ease;
	   }

	.button:hover, button:hover, a.price-send:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, .button.green:hover, button.green:hover, input[type=submit].green:hover, input[type=reset].green:hover, input[type=button].green:hover  {
		background: #9ecd40;
		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
	  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
	  box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
		}


	.button.full-width, button.full-width, input[type=submit].full-width, input[type=reset].full-width, input[type=button].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; 
		}
		
	 .button.large, button.large, input[type=submit].large, input[type=reset].large, input[type=button].large {
		padding: 20px 60px;
		font-size:15px;
		 }
		 
	 .button.small, button.small, input[type=submit].small, input[type=reset].small, input[type=button].small {
		padding: 10px 30px;
		font-size: 12px;
		 }
		 
	 .button.blue, button.blue, input[type=submit].blue, input[type=reset].blue, input[type=button].blue {
	  background: #128abc;   
		 }
		 
	 .button.blue:hover, button.blue:hover, input[type=submit].blue:hover, input[type=reset].blue:hover, input[type=button].blue:hover {
		background: #32a6d6;
		}
		 
	 .button.red, button.red, input[type=submit].red, input[type=reset].red, input[type=button].red {

	  background: #e53f51;   
		 }
		 
	  .button.red:hover, button.red:hover, input[type=submit].red:hover, input[type=reset].red:hover, input[type=button].red:hover {
		background: #eb5162;
		}
		 
	 .button.gray, button.gray, input[type=submit].gray, input[type=reset].gray, input[type=button].gray {
	  color:#656f79;
	  text-shadow: 0 -1px #fff;
	  background: #f3f4f5;    
		 }
		 
		 		 
	  .button.gray:hover, button.gray:hover, input[type=submit].gray:hover, input[type=reset].gray:hover, input[type=button].gray:hover {
		background: #f6f7f7;
		}
				 
	 .button.cherry, button.cherry, input[type=submit].cherry, input[type=reset].cherry, input[type=button].cherry {
	  background: #93516a;   
		 }
		 
	 .button.cherry:hover, button.cherry:hover, input[type=submit].cherry:hover, input[type=reset].cherry:hover, input[type=button].cherry:hover {
		background: #a45d78;
		}
						 
	 .button.orchid, button.orchid, input[type=submit].orchid, input[type=reset].orchid, input[type=button].orchid {
	  background: #9661ab; 	  	  
		 }
		 
	 .button.orchid:hover, button.orchid:hover, input[type=submit].orchid:hover, input[type=reset].orchid:hover, input[type=button].orchid:hover {
		background: #a06ab5;
		}
								 
	 .button.pink, button.pink, input[type=submit].pink, input[type=reset].pink, input[type=button].pink {
	  background: #e64883; 	  
		 }
		 
	 .button.pink:hover, button.pink:hover, input[type=submit].pink:hover, input[type=reset].pink:hover, input[type=button].pink:hover {
		background: #ea598f;
		}
										 
	 .button.orange, button.orange, input[type=submit].orange, input[type=reset].orange, input[type=button].orange {
	  background: #f98805; 	  
		 }
		 
	 .button.orange:hover, button.orange:hover, input[type=submit].orange:hover, input[type=reset].orange:hover, input[type=button].orange:hover {
		background: #eb9634;
		}		
												 
	 .button.teal, button.teal, input[type=submit].teal, input[type=reset].teal, input[type=button].teal {
	  background: #1fa79e; 
		 }
		 
	 .button.teal:hover, button.teal:hover, input[type=submit].teal:hover, input[type=reset].teal:hover, input[type=button].teal:hover {
		background: #34b7ae;
		}
		
														 
	 .button.skyblue, button.skyblue, input[type=submit].skyblue, input[type=reset].skyblue, input[type=button].skyblue {
	  background: #03acdc; 	  
		 }
		 
	 .button.skyblue:hover, button.skyblue:hover, input[type=submit].skyblue:hover, input[type=reset].skyblue:hover, input[type=button].skyblue:hover {
		background: #1db7e3;
		}
				
														 
	 .button.jade, button.jade, input[type=submit].jade, input[type=reset].jade, input[type=button].jade {
	  background: #0aad80;   
		 }
		 
	 .button.jade:hover, button.jade:hover, input[type=submit].jade:hover, input[type=reset].jade:hover, input[type=button].jade:hover {
		background: #19bc8f;
		}


		
	a.button, .button.blue, .button.red, .button.cherry, .button.orchid, .button.pink, .button.orange, .button.teal {
		 color: #fff;
		 }
		
	  .button:active, button:active, a.price-send:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
		color: #c1d7dc;
		opacity: 0.94;
		 }
		 
		 
	/* Bordered Buttons */		 
		.button.bordered-bot, button.bordered-bot, input[type=submit].bordered-bot, input[type=reset].bordered-bot, input[type=button].bordered-bot {
		background:none !important;
		border:2px solid #dedede;
		color:#363f46;
		text-shadow:none;
		letter-spacing:2px;
		text-transform:uppercase;
		}
		
	    .button.bordered-bot:hover, button.bordered-bot:hover, input[type=submit].bordered-bot:hover, input[type=reset].bordered-bot:hover, input[type=button].bordered-bot:hover {
		border-color:#363f46;
		color:#363f46;
		}
		
	 .button.blue.bordered-bot, button.blue.bordered-bot, input[type=submit].blue.bordered-bot, input[type=reset].blue.bordered-bot, input[type=button].blue.bordered-bot {
	  border-color: #128abc;
	  color: #128abc;   
		 }
		 
		 
	 .button.red.bordered-bot, button.red.bordered-bot, input[type=submit].red.bordered-bot, input[type=reset].red.bordered-bot, input[type=button].red.bordered-bot {

	  border-color: #e53f51;
	  color: #e53f51;   
		 }
		 
				 
	 .button.cherry.bordered-bot, button.cherry.bordered-bot, input[type=submit].cherry.bordered-bot, input[type=reset].cherry.bordered-bot, input[type=button].cherry.bordered-bot {
	  border-color: #93516a;
	  color: #93516a;   
		 }

						 
	 .button.orchid.bordered-bot, button.orchid.bordered-bot, input[type=submit].orchid.bordered-bot, input[type=reset].orchid.bordered-bot, input[type=button].orchid.bordered-bot {
	  border-color: #9661ab;
	  color: #9661ab; 	  	  
		 }
		 
								 
	 .button.pink.bordered-bot, button.pink.bordered-bot, input[type=submit].pink.bordered-bot, input[type=reset].pink.bordered-bot, input[type=button].pink.bordered-bot {
	  border-color: #e64883;
	  color: #e64883; 	  
		 }
		 
										 
	 .button.orange.bordered-bot, button.orange.bordered-bot, input[type=submit].orange.bordered-bot, input[type=reset].orange.bordered-bot, input[type=button].orange.bordered-bot {
	  border-color: #f98805;
	  color: #f98805; 	  
		 }
		 		
												 
	 .button.teal.bordered-bot, button.teal.bordered-bot, input[type=submit].teal.bordered-bot, input[type=reset].teal.bordered-bot, input[type=button].teal.bordered-bot {
	  border-color: #1fa79e;
	  color: #1fa79e; 
		 }
		
														 
	 .button.skyblue.bordered-bot, button.skyblue.bordered-bot, input[type=submit].skyblue.bordered-bot, input[type=reset].skyblue.bordered-bot, input[type=button].skyblue.bordered-bot {
	  border-color: #03acdc;
	  color: #03acdc; 	  
		 }
				
														 
	 .button.jade.bordered-bot, button.jade.bordered-bot, input[type=submit].jade.bordered-bot, input[type=reset].jade.bordered-bot, input[type=button].jade.bordered-bot {
	  border-color: #0aad80;
	  color: #0aad80;   
		 }
		 
		 
		.button.green.bordered-bot, button.green.bordered-bot, input[type=submit].green.bordered-bot, input[type=reset].green.bordered-bot, input[type=button].green.bordered-bot {
	  border-color: #8fbe32;
	  color: #8fbe32;   
		 }
		 
		 
		 
	/* Buttons icon */
	.button i, button i, input[type=submit] i, input[type=reset] i, input[type=button] i {
	  color: inherit;
	  font-size:16px; 
	  vertical-align:baseline;
	  line-height:1;
	  display:inline;
	  margin-right:4px;   
		 }

		 

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type=text], input[type=password], input[type=email], textarea, select {
		border: 1px solid #e5e5e5;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		color: #888;
		margin: 0;
		width: 210px;
		max-width: 100%;
		min-height: 21px;
		display: block;
		margin-bottom: 20px;
		background: #fdfdfd;
 } 
	select {
		padding: 5px ;
		outline:0 none; }

	input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, textarea:hover {
		border-color: #c1dfed;
	    -moz-box-shadow: 0 0 1px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
		box-shadow:  0 0 1px rgba(0,0,0,.1); 
		
 }
	input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
		background: #fff;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }

	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type=checkbox] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */

	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 7px !important; }
	.add-bottom { margin-bottom: 21px !important; }	/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */


    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 21px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }
	.container .one-half.column                 { width: 450px; } 

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
	
	
	
	
/* #Additional - Large Screens beyond 1280px
================================================== */
    /* Note: Design for a width of 1280px */
    @media only screen and (min-width: 1200px) {
        .container                                  { width: 1120px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }
        .container .one.column,
        .container .one.columns                     { width: 50px; }
        .container .two.columns                     { width: 120px; }
        .container .three.columns                   { width: 190px; }
        .container .four.columns                    { width: 260px; }
        .container .five.columns                    { width: 330px; }
        .container .six.columns                     { width: 400px; }
        .container .seven.columns                   { width: 470px; }
        .container .eight.columns                   { width: 540px; }
        .container .nine.columns                    { width: 610px; }
        .container .ten.columns                     { width: 680px; }
        .container .eleven.columns                  { width: 750px; }
        .container .twelve.columns                  { width: 820px; }
        .container .thirteen.columns                { width: 890px; }
        .container .fourteen.columns                { width: 960px; }
        .container .fifteen.columns                 { width: 1030px; }
        .container .sixteen.columns                 { width: 1100px; }
        .container .one-third.column                { width: 353px; }
        .container .two-thirds.column               { width: 716px; }
        /* Offsets */
        .container .offset-by-one                   { padding-left: 70px; }
        .container .offset-by-two                   { padding-left: 140px; }
        .container .offset-by-three                 { padding-left: 210px; }
        .container .offset-by-four                  { padding-left: 280px; }
        .container .offset-by-five                  { padding-left: 350px; }
        .container .offset-by-six                   { padding-left: 420px; }
        .container .offset-by-seven                 { padding-left: 490px; }
        .container .offset-by-eight                 { padding-left: 560px; }
        .container .offset-by-nine                  { padding-left: 630px; }
        .container .offset-by-ten                   { padding-left: 700px; }
        .container .offset-by-eleven                { padding-left: 770px; }
        .container .offset-by-twelve                { padding-left: 840px; }
        .container .offset-by-thirteen              { padding-left: 910px; }
        .container .offset-by-fourteen              { padding-left: 980px; }
        .container .offset-by-fifteen               { padding-left: 1050px; }
    }
	
	
	
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px; margin-bottom:21px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
		.container .one-half.column                 { width: 354px; } 

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {

        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; margin-bottom:14px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
		.container .one-half.column,
        .container .two-thirds.column  { width: 300px; } 

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
		.container .one-half.column,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; margin-bottom:21px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; } 
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear, .clr {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	.clr { visibility:visible; overflow:visible;}
	.columns img, .column img, .one_half img, .one_third img, .two_third img, .three_fourth img, .one_fourth img, .one_fifth img, .two_fifth img { max-width:100%; }
	.promobox .columns { max-width:100%; }	
	/* #Eelements + (Bootstrap)
	================================================== */
	
	/* Callout (Promo Box) */
	
	.callout { padding: 34px 0; min-height: 60px; margin: 8px 10px 30px; position: relative; clear: both; border-width: 2px 0; border-style: solid; border-color: #e5e5e5; }
	.callout h1, .callout h2, .callout h3 { font-weight: 400; }
	.callout a { text-decoration: underline; }
	.callout a.callurl { display: block; padding: 10px 30px; background: #fff; text-decoration: none; color: #363f46; border: 2px solid #e5e5e5; text-transform: uppercase; letter-spacing: 2px; margin: 4px 0 10px 15px; position: relative; float: right; border-radius: 3px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
	.callout a.callurl:hover { border-color: #363f46; }
	.container .callout p { margin: 0; }
	.container div .callout { margin-left: 0; margin-right: 0; }
	
	
	/* Distance (Vertical Spaces) */
	
	.vertical-space, .vertical-space1, .vertical-space2, .vertical-space3, .vertical-space4, .vertical-space5 { display: block; width: 100%; margin: 0; clear: both; border: 0 none; height: 20px; }
	.vertical-space2 { height: 40px; }
	.vertical-space3 { height: 60px; }
	.vertical-space4 { height: 80px; }
	.vertical-space5 { height: 100px; }
	*+html hr.vertical-space, *+html hr.vertical-space1, *+html hr .vertical-space2, *+html hr.vertical-space3, *+html hr.vertical-space4, *+html hr.vertical-space5 { height: 0px; margin: 10px 0; background: #fff; border: 1px solid #fff; }
	*+html hr.vertical-space2 { margin: 20px 0; }
	*+html hr.vertical-space3 { margin: 30px 0; }
	*+html hr.vertical-space4 { margin: 40px 0; }
	*+html hr.vertical-space5 { margin: 50px 0; }
	
		
	/* TITLE */
	
	h4.subtitle { border-bottom: 1px solid #ff5656; font-family: 'Roboto', Helvetica, Arial; font-weight: 900; letter-spacing:1px; text-transform: uppercase; line-height: 2; padding-bottom:8px; font-size: 13px; color: #54606b; clear: both; margin: 19px 0 21px 0; }
	h4.subtitle img { float: left; margin-right: 5px; vertical-align: baseline }
	h4.subtitle.r1dd { margin-top: 20px; }
	.title { background: #fff url('/Data/sites/1/skins/retooling/css/../images/title-left1.png') repeat-x 0 6px; overflow: hidden; margin-bottom: 21px; clear: both; }
	.title h4, .title h3 { background: #fff; display: inline; margin-left: 18px; padding: 0 3px; font-weight: 400; text-transform: capitalize; font-size: 18px; }
	h6.h-sub-content { display: inline-block; letter-spacing: 0.2px; font-size: 18px; font-weight: 400; text-transform: capitalize; border-bottom: 2px solid #e12121; line-height: 47px; margin-bottom: -2px; width: auto; max-width: 100%; }
	.sub-content span { display: inline-block; font-size: 10px; font-weight: bold; letter-spacing: 2px; }
	.sub-content { border-bottom: 2px solid #e5e5e5; position: relative; margin-bottom: 30px; }
	
	
	/*	ACCORDION */
	
	.acc-trigger {	border-top: 3px solid #f3f2f2; cursor: pointer; display: block; margin: 0;	}
	.acc-trigger:last-of-type, .acc-container:last-of-type { border-bottom: 3px solid #f3f2f2; margin-bottom: 20px; }
	.no-js .acc-trigger:last-of-type { border-bottom: none; }
	.acc-trigger a { background: url('/Data/sites/1/skins/retooling/css/../images/accordion-ico.png') no-repeat 6px 18px;	display: block;	color:#656f78;	padding: 19px 14px 16px 40px; text-decoration: none; text-shadow: none; font-weight:bold; font-size:16px; }
	.acc-trigger a:hover { background-color: #fbfbfb;  }
	.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #0093d0; }
	.acc-trigger.active a:hover { background-color: transparent; }
	.acc-trigger.active { cursor: default;  border-top-color:#b0afaf; background-color:#fff; }
	.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
	.acc-trigger.active a { background-position: 6px -54px; cursor: default;	}
	.acc-container .content {  padding: 0 14px 21px 40px;  }
	
	/* Quote of the Week */
	
	.qot-week { clear: both; margin: 10px; margin-top: 36px; padding-bottom: 18px; position: relative; text-align: center; border-top: 1px solid #e5e5e5; }
	.qot-week .qot-pic { position: relative; margin: 0 auto; margin-top: 7px; height: 40px; width: 74px; }
	.qot-week .qot-pic:before { content: '\201C'; border-top: 2px solid #c4c4c4; border-radius: 50%; font-size: 62px; color: #555; font-weight: bold; background: #fff; padding: 3px 20px; margin-top: 20px; font-family: Georgia, Times, serif }
	.qot-week h6.qot-title { text-transform: uppercase; margin: 8px 0; color: #999; display: block; clear: both; font-size: 10px; font-weight: bold; }
	.qot-week blockquote, .qot-week blockquote cite, .qot-week blockquote cite small { padding: 0; margin: 0; font-style: normal; }
	.qot-week blockquote:before { content: ''; content: none; }
	.qot-week h3 { font-family: "Roboto Slab"; font-size: 24px; }
	.qot-week h3:before { content: '\201C'; }
	.qot-week h3:after { content: '\201D'; }
	.qot-week h3:before, .qot-week h3:after { font-family: Times, serif; font-size: 30px; margin: 0 10px; font-weight: bold; }
	.qot-week cite { display: block; font-weight: 400; margin-top: 20px; font-family: "Roboto", Arial, Helvetica, sans-serif; font-size: 17px; color: #494949; margin-bottom: 8px; }
	.qot-week cite:before { content: '\2014\0020'; }
	.column .qot-week, .columns .qot-week { margin-left: 0; margin-right: 0; }
	
	
	/* TESTIMONIALS */
	
	.testimonial { margin-bottom: 50px; clear: both; min-width: 220px; }
	.testimonial b { color: red; }
	.testimonial-content { padding: 12px; position: relative; border: 1px solid #e3e3e3; background: #f8f8f8; margin: 10px 0; }
	.b-author { float: right; display: block; text-align: right; }
	.b-author img { width: 90px; height: 90px; margin-left: 5px; border-radius: 45px; float: right; }
	.b-author p { margin: 0; float: left; font-size: 17px; color: #393939; margin-top: 22px; margin-right: 10px; font-weight: 400; }
	.b-author span { color: #797979; letter-spacing: 0; font-size: 14px; font-weight: 300; }
	
	.testimonial-content p { margin: 12px; color: #444; line-height: 1.7; font-family: "Roboto Slab", Times; font-size: 21px; padding: 10px 0; }
	.testimonial-arrow { position: absolute; width: 11px; height: 6px; background: url('/Data/sites/1/skins/retooling/css/../images/testimonial-arrow.png') no-repeat; bottom: -6px; right: 110px; }
	
	
	
	/*	jCarousel */
	
	.jcarousel-container { max-width: 100%; padding: 0; display: block; position: relative; }
	.jcarousel-clip { position: relative; overflow: hidden; width: 100%; }
	ul.jcarousel-list { overflow: hidden; position: relative; top: 0px; margin: 0px; padding: 0px; left: 0px; }
	ul.jcarousel-list li { float: left; list-style: none; }
	ul.jcarousel-list li img { max-width: 100%; }
	.jcarousel-item { display: block; }
	.jcarousel-next, .jcarousel-prev { background-color: #818c90; width: 12px; height: 13px; padding: 5px; border-radius: 0 2px 2px 0; position: absolute; right: 0; top: -55px; cursor: pointer; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
	.jcarousel-prev { right: 23px; border-radius: 2px 0 0 2px; }
	.jcarousel-next:after, .jcarousel-prev:after { position: absolute; top: 6px; right: 6px; font-family: 'icomoon'; font-size: 10px; color: #fff; content: "\e3b0"; speak: none; font-style: normal; font-weight: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
	.jcarousel-prev:after { content: "\e3b2"; }
	.jcarousel-next:hover, .jcarousel-next:active, .jcarousel-prev:hover, .jcarousel-prev:active { background-color: #da131e; }
	.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover { background-color: #e5e8ea; cursor: auto; border-bottom-color: #e0e0e0; }
	.related-works .jcarousel-next, .related-works .jcarousel-prev { margin-right: 10px; }
	.related-works p { text-transform: uppercase; font-size: 12px; }
	
	
	.white-space { clear: both; width: 100%; height: 40px; }
	.mex-title { border-bottom: 1px solid rgba(0, 0, 0, 0.08); display: inline-block; padding-bottom: 20px; margin-bottom: 20px; font-weight: 100; letter-spacing: 0; }


/* #Bootstrap
================================================== */

	.dropup,
	.dropdown {
	  position: relative;
	}
	
	.dropdown-toggle {
	  *margin-bottom: -3px;
	}
	
	.dropdown-toggle:active,
	.open .dropdown-toggle {
	  outline: 0;
	}
	
	.caret {
	  display: inline-block;
	  width: 0;
	  height: 0;
	  vertical-align: top;
	  border-top: 4px solid #000000;
	  border-right: 4px solid transparent;
	  border-left: 4px solid transparent;
	  content: "";
	  opacity: 0.3;
	  filter: alpha(opacity=30);
	}
	
	.dropdown .caret {
	  margin-top: 8px;
	  margin-left: 2px;
	}
	
	.dropdown:hover .caret,
	.open .caret {
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	
	.dropdown-menu {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 4px 0;
	  margin: 1px 0 0;
	  list-style: none;
	  background-color: #ffffff;
	  border: 1px solid #ccc;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	  *border-right-width: 2px;
	  *border-bottom-width: 2px;
	  -webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
			  border-radius: 5px;
	  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
			  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	  -webkit-background-clip: padding-box;
		 -moz-background-clip: padding;
			  background-clip: padding-box;
	}
	
	.dropdown-menu.pull-right {
	  right: 0;
	  left: auto;
	}
	
	.dropdown-menu .divider {
	  *width: 100%;
	  height: 1px;
	  margin: 8px 1px;
	  *margin: -5px 0 5px;
	  overflow: hidden;
	  background-color: #e5e5e5;
	  border-bottom: 1px solid #ffffff;
	}
	
	.dropdown-menu a {
	  display: block;
	  padding: 3px 15px;
	  clear: both;
	  font-weight: normal;
	  line-height: 18px;
	  color: #7a7f83;
	  white-space: nowrap;
	}
	
	.dropdown-menu li > a:hover,
	.dropdown-menu .active > a,
	.dropdown-menu .active > a:hover {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #1eb1e4;
	}
	
	.open {
	  *z-index: 1000;
	}
	
	.open > .dropdown-menu {
	  display: block;
	}
	
	.pull-right > .dropdown-menu {
	  right: 0;
	  left: auto;
	}
	
	
	.well, .promobox {
	  min-height: 20px;
	  padding: 19px;
	  margin-bottom: 20px;
	  background-color: #f9f9f9;
	  border: 1px solid #e1e7ec;
	  border: 1px solid rgba(0, 0, 0, 0.05);
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}
	
	.well blockquote {
	  border-color: #e5e5e5;
	  border-color: rgba(0, 0, 0, 0.15);
	}
	
	.well blockquote:before, blockquote.well:before { content:""; content:none;}
	
	.well-large {
	  padding: 24px;
	  -webkit-border-radius: 6px;
		 -moz-border-radius: 6px;
			  border-radius: 6px;
	}
	
	.well-small {
	  padding: 9px;
	  -webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
			  border-radius: 3px;
	}
	
	.promobox {
	  background: #fdfdfd;
	  padding-bottom: 11px;
	}
	.promobox button, .promobox .button {
	  float:right;
	}
	
	.collapse {
	  position: relative;
	  height: 0;
	  overflow: hidden;
	  -webkit-transition: height 0.35s ease;
		 -moz-transition: height 0.35s ease;
		  -ms-transition: height 0.35s ease;
		   -o-transition: height 0.35s ease;
			  transition: height 0.35s ease;
	}
	
	.collapse.in {
	  height: auto;
	}
	
	.close {
	  float: right;
	  font-size: 20px;
	  font-weight: bold;
	  line-height: 18px;
	  color: #000000;
	  text-shadow: 0 1px 0 #ffffff;
	  opacity: 0.2;
	  filter: alpha(opacity=20);
	}
	
	.close:hover {
	  color: #000000;
	  text-decoration: none;
	  cursor: pointer;
	  opacity: 0.4;
	  filter: alpha(opacity=40);
	}
	
	.nav {
	  margin-bottom: 18px;
	  margin-left: 0;
	  list-style: none;
	}
	   
	.nav > li > a {
	  display: block;
	}
	
	.nav > li > a:hover {
	  text-decoration: none;
	  background-color: #e1e7ec;
	}
	
	.nav > .pull-right {
	  float: right;
	}
	
	.nav .nav-header {
	  display: block;
	  padding: 3px 15px;
	  font-size: 11px;
	  font-weight: bold;
	  line-height: 18px;
	  color: #999999;
	  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	  text-transform: uppercase;
	}
	
	.nav li + .nav-header {
	  margin-top: 9px;
	}
	
	.nav-list {
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-bottom: 0;
	}
	
	.nav-list > li > a,
	.nav-list .nav-header {
	  margin-right: -15px;
	  margin-left: -15px;
	  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	}
	
	.nav-list > li > a {
	  padding: 3px 15px;
	}
	
	.nav-list > .active > a,
	.nav-list > .active > a:hover {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	  background-color: #0088cc;
	}
	
	.nav-list [class^="icon-"] {
	  margin-right: 2px;
	}
	
	.nav-list .divider {
	  *width: 100%;
	  height: 1px;
	  margin: 8px 1px;
	  *margin: -5px 0 5px;
	  overflow: hidden;
	  background-color: #e5e5e5;
	  border-bottom: 1px solid #ffffff;
	}
	.nav-tabs,
	.nav-pills {
	  *zoom: 1;
	}
	
	.nav-tabs:before,
	.nav-pills:before,
	.nav-tabs:after,
	.nav-pills:after {
	  display: table;
	  content: "";
	}
	
	.nav-tabs:after,
	.nav-pills:after {
	  clear: both;
	}
	
	.nav-tabs > li,
	.nav-pills > li {
	  float: left;
	}
	
	.nav-tabs > li > a,
	.nav-pills > li > a {
	  padding-right: 18px;
	  padding-left: 18px;
	
	  line-height: 14px;
	}
	
	.nav-tabs {
	  border-bottom: 1px solid #e5e5e5;
	  
	}
	
	.nav-tabs > li {
	  margin-bottom: -1px;
	  
	}
	
	.nav-tabs > li > a {
	  padding-top: 12px;
	  background:#f7f7f7;
	  padding-bottom: 12px;
	  color:#555;
	  line-height: 18px;
	  border: 1px solid #e5e5e5;
	  border-right:0 none;
	  font-family:Arial, Helvetica, sans-serif; font-size:13px; 
	
	}
	
	.nav-tabs > li > a:hover {
	  background:#fbfbfb;
	}
	
	.nav-tabs > .active > a,
	.nav-tabs > .active > a:hover {
	  cursor: default;
	  background-color: #ffffff;
	  border: 1px solid #e5e5e5;
	  border-bottom: 0 none;
	  padding-top:20px;
	  margin-top:-7px;
	  
	}
	
	.nav-pills > li > a {
	  padding-top: 8px;
	  padding-bottom: 8px;
	  margin-top: 2px;
	  margin-bottom: 2px;
	  -webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
			  border-radius: 5px;
	}
	
	.nav-pills > .active > a,
	.nav-pills > .active > a:hover {
	  color: #ffffff;
	  background-color: #0088cc;
	}
	
	.nav-stacked > li {
	  float: none;
	}
	
	.nav-stacked > li > a {
	  margin-right: 0;
	}
	
	.nav-tabs.nav-stacked {
	  border-bottom: 0;
	}
	
	.nav-tabs.nav-stacked > li > a {
	  border: 1px solid #e5e5e5;
	  -webkit-border-radius: 0;
		 -moz-border-radius: 0;
			  border-radius: 0;
	}
	
	.nav-tabs.nav-stacked > li:first-child > a {
	  -webkit-border-radius: 4px 4px 0 0;
		 -moz-border-radius: 4px 4px 0 0;
			  border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs.nav-stacked > li:last-child > a {
	  -webkit-border-radius: 0 0 4px 4px;
		 -moz-border-radius: 0 0 4px 4px;
			  border-radius: 0 0 4px 4px;
	}
	
	.nav-tabs.nav-stacked > li > a:hover {
	  z-index: 2;
	  border-color: #e5e5e5;
	}
	
	.nav-pills.nav-stacked > li > a {
	  margin-bottom: 3px;
	}
	
	.nav-pills.nav-stacked > li:last-child > a {
	  margin-bottom: 1px;
	}
	
	.nav-tabs .dropdown-menu {
	  -webkit-border-radius: 0 0 5px 5px;
		 -moz-border-radius: 0 0 5px 5px;
			  border-radius: 0 0 5px 5px;
	}
	
	.nav-pills .dropdown-menu {
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	}
	
	.nav-tabs .dropdown-toggle .caret,
	.nav-pills .dropdown-toggle .caret {
	  margin-top: 6px;
	  border-top-color: #0088cc;
	  border-bottom-color: #0088cc;
	}
	
	.nav-tabs .dropdown-toggle:hover .caret,
	.nav-pills .dropdown-toggle:hover .caret {
	  border-top-color: #005580;
	  border-bottom-color: #005580;
	}
	
	.nav-tabs .active .dropdown-toggle .caret,
	.nav-pills .active .dropdown-toggle .caret {
	  border-top-color: #333333;
	  border-bottom-color: #333333;
	}
	
	.nav > .dropdown.active > a:hover {
	  color: #000000;
	  cursor: pointer;
	}
	
	.nav-tabs .open .dropdown-toggle,
	.nav-pills .open .dropdown-toggle,
	.nav > li.dropdown.open.active > a:hover {
	  color: #ffffff;
	  background-color: #999999;
	  border-color: #999999;
	}
	
	.nav li.dropdown.open .caret,
	.nav li.dropdown.open.active .caret,
	.nav li.dropdown.open a:hover .caret {
	  border-top-color: #ffffff;
	  border-bottom-color: #ffffff;
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	
	.tabs-stacked .open > a:hover {
	  border-color: #999999;
	}
	
	.tabbable {
	  *zoom: 1;
	}
	
	.tabbable:before,
	.tabbable:after {
	  display: table;
	  content: "";
	}
	
	.tabbable:after {
	  clear: both;
	}
	
	.tab-content {
	  overflow: auto;
	  border:1px solid #e5e5e5;
	  border-top:0 none;
	  padding-top:18px;
	  margin-top:-18px;	
	}
	
	.tab-content .columns {
	   max-width:100%;
	   }
	 
	.tab-content .columns p {
	   padding:0;
	   }
	
	.tabs-below > .nav-tabs,
	.tabs-right > .nav-tabs,
	.tabs-left > .nav-tabs {
	  border-bottom: 0;
	}
	
	.tab-content > .tab-pane,
	.pill-content > .pill-pane {
	  display: none;
	  padding:15px 25px;
	}
	
	.tab-content > .active,
	.pill-content > .active {
	  display: block;
	}
	
	.tabs-below > .nav-tabs {
	  border-top: 1px solid #e5e5e5;
	}
	
	.tabs-below > .nav-tabs > li {
	  margin-top: -1px;
	  margin-bottom: 0;
	}
	
	.tabs-below > .nav-tabs > li > a {
	  -webkit-border-radius: 0 0 4px 4px;
		 -moz-border-radius: 0 0 4px 4px;
			  border-radius: 0 0 4px 4px;
	}
	
	.tabs-below > .nav-tabs > li > a:hover {
	  border-top-color: #e5e5e5;
	  border-bottom-color: transparent;
	}
	
	.tabs-below > .nav-tabs > .active > a,
	.tabs-below > .nav-tabs > .active > a:hover {
	  border-color: transparent #e5e5e5 #e5e5e5 #e5e5e5;
	}
	
	.tabs-left > .nav-tabs > li,
	.tabs-right > .nav-tabs > li {
	  float: none;
	}
	
	.tabs-left > .nav-tabs > li > a,
	.tabs-right > .nav-tabs > li > a {
	  min-width: 190px;
	  margin-right: 0;
	  margin-bottom: 3px;
	  text-transform:uppercase;
	  font-size:12px;
	  font-weight:bold;
	  border-left:0 none;
	  background:#fdfdfd;
	  color:#838383;
	}
	
	.tabs-left > .nav-tabs {
	  float: left;
	  margin-right:-1px;
	  padding-top:40px;
	}
	
	.tabs-left > .nav-tabs > li > a {
	  margin-right: -1px;
		border: 1px solid #e5e5e5;
		padding:10px;
		margin:0;
		border-left:0 none;

	}
	
	.tabs-left > .nav-tabs > li > a:hover {
	  border-bottom:1px solid #e5e5e5;
	  color:#444;
	}
	
	.tabs-left > .nav-tabs .active > a,
	.tabs-left > .nav-tabs .active > a:hover {
	  border-bottom:1px solid #e5e5e5;
	  border-right-color: #ffffff;
	  padding:10px;
	  border-left:0 none;
	  margin:0;
	  color:#333;
	  background:#fff;
	}
	
	.tabs-right > .nav-tabs {
	  float: right;
	  border-left: 1px solid #e5e5e5;
	}
	
	.tabs-right > .nav-tabs > li > a {
	  margin-left: -1px;
		border: 1px solid #e5e5e5;
	}
	
	.tabs-right > .nav-tabs > li > a:hover {
	  border-color: #e5e5e5 #e5e5e5 #e5e5e5 #e5e5e5;
	  border-width:1px;
	}
	
	.tabs-right > .nav-tabs .active > a,
	.tabs-right > .nav-tabs .active > a:hover {
	  border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
	  *border-left-color: #ffffff;
	}
	.tabs-right > .tab-content,
	.tabs-left > .tab-content,
	.tabs-below > .tab-content {
	  margin:0;
	  padding:4px;
	  padding-top:10px;
	  display:block;
	  border:0 none;
	  border-left:1px solid #e5e5e5;
	  box-shadow : 0 0 0 0;
	}
	
	.tabs-below > .tab-content {
	  border:1px solid #e5e5e5;
	  border-bottom:0 none;
	  }
	
	
	.tooltip {
	  position: absolute;
	  z-index: 1020;
	  display: block;
	  padding: 5px;
	  font-size: 11px;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  visibility: visible;
	}
	
	.tooltip.in {
	  opacity: 0.8;
	  filter: alpha(opacity=80);
	}
	
	.tooltip.top {
	  margin-top: -2px;
	}
	
	.tooltip.right {
	  margin-left: 2px;
	}
	
	.tooltip.bottom {
	  margin-top: 2px;
	}
	
	.tooltip.left {
	  margin-left: -2px;
	}
	
	.tooltip.top .tooltip-arrow {
	  bottom: 0;
	  left: 50%;
	  margin-left: -5px;
	  border-top: 5px solid #000000;
	  border-right: 5px solid transparent;
	  border-left: 5px solid transparent;
	}
	
	.tooltip.left .tooltip-arrow {
	  top: 50%;
	  right: 0;
	  margin-top: -5px;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 5px solid #000000;
	}
	
	.tooltip.bottom .tooltip-arrow {
	  top: 0;
	  left: 50%;
	  margin-left: -5px;
	  border-right: 5px solid transparent;
	  border-bottom: 5px solid #000000;
	  border-left: 5px solid transparent;
	}
	
	.tooltip.right .tooltip-arrow {
	  top: 50%;
	  left: 0;
	  margin-top: -5px;
	  border-top: 5px solid transparent;
	  border-right: 5px solid #000000;
	  border-bottom: 5px solid transparent;
	}
	
	.tooltip-inner {
	  max-width: 200px;
	  padding: 3px 8px;
	  color: #ffffff;
	  text-align: center;
	  text-decoration: none;
	  background-color: #000000;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	}
	
	.tooltip-arrow {
	  position: absolute;
	  width: 0;
	  height: 0;
	}
	
	
	.pull-right {
	  float: right;
	}
	
	.pull-left {
	  float: left;
	}
	
	.hide {
	  display: none;
	}
	
	.show {
	  display: block;
	}
	
	.invisible {
	  visibility: hidden;
	}
	
	.pagination2 {
	  height: 36px;
	  margin: 18px 0;
	}
	
	.pagination2 ul {
	  display: inline-block;
	  *display: inline;
	  margin-bottom: 0;
	  margin-left: 0;
	  -webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
			  border-radius: 3px;
	  *zoom: 1;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
			  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	
	.pagination2 li {
	  display: inline;
	}
	
	.pagination2 a {
	  float: left;
	  padding: 0 14px;
	  line-height: 34px;
	  text-decoration: none;
	  border: 1px solid #e5e5e5;
	  border-left-width: 0;
	}
	
	.pagination2 a:hover,
	.pagination2 .active a {
	  background-color: #f5f5f5;
	}
	
	.pagination2 .active a {
	  color: #999999;
	  cursor: default;
	}
	
	.pagination2 .disabled span,
	.pagination2 .disabled a,
	.pagination2 .disabled a:hover {
	  color: #999999;
	  cursor: default;
	  background-color: transparent;
	}
	
	.pagination2 li:first-child a {
	  border-left-width: 1px;
	  -webkit-border-radius: 3px 0 0 3px;
		 -moz-border-radius: 3px 0 0 3px;
			  border-radius: 3px 0 0 3px;
	}
	
	.pagination2 li:last-child a {
	  -webkit-border-radius: 0 3px 3px 0;
		 -moz-border-radius: 0 3px 3px 0;
			  border-radius: 0 3px 3px 0;
	}
	
	.pagination2-centered {
	  text-align: center;
	}
	
	.pagination2-right {
	  text-align: right;
	}
	
	
	.alert {
	  padding: 8px 35px 8px 36px;
	  background:url('/Data/sites/1/skins/retooling/css/../images/alert-notice-ico.png') no-repeat;
	  background-position: 9px 50%;
	  margin-bottom: 18px;
	  color: #c09853;
	  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	  background-color: #fcf8e3;
	  border: 1px solid #f3d9a6;
	  -webkit-border-radius: 2px;
		 -moz-border-radius: 2px;
			  border-radius: 2px;
	}
	
	.alert img {
	   float: left;
	   margin:-2px 6px 4px -4px;
	   }
	
	.alert-heading {
	  color: inherit;
	}
	
	.alert .close {
	  position: relative;
	  top: -2px;
	  right: -21px;
	  line-height: 18px;
	}
	
	.alert-success {
	  color: #468847;
	  background:url('/Data/sites/1/skins/retooling/css/../images/alert-success-ico.png') no-repeat;
	  background-position: 8px 50%;
	  background-color: #e1eec9;
	  border-color: #8fbe32;
	}
	
	.alert-danger,
	.alert-error {
	  color: #b94a48;
	  background:url('/Data/sites/1/skins/retooling/css/../images/alert-error-ico.png') no-repeat;
	  background-position: 9px 50%;
	  background-color: #fce6e9;
	  border-color: #ed9aa3;
	}
	
	.alert-info {
	  color: #3a87ad;
	  background:url('/Data/sites/1/skins/retooling/css/../images/alert-info-ico.png') no-repeat;
	  background-position: 9px 50%;
	  background-color: #d9edf7;
	  border-color: #98cdd8;
	}
	
	.alert-block {
	  padding-top: 14px;
	  padding-bottom: 14px;
	}
	
	.alert-block > p,
	.alert-block > ul {
	  margin-bottom: 0;
	}
	
	.alert-block p + p {
	  margin-top: 5px;
	}
	
	button.close {
		padding:0;
		margin:0;
		border:0;
		background:none;
		}
	
	table {
	  max-width: 100%;
	  background-color: transparent;
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	
	.table {
	  width: 100%;
	  margin-bottom: 18px;
	}
	
	.table th,
	.table td {
	  padding: 8px;
	  line-height: 18px;
	  text-align: left;
	  vertical-align: top;
	  border-top: 1px dotted #e5e5e5;
	}
	
	.table th {
	  font-weight: bold;
	}
	
	.table thead th {
	  vertical-align: bottom;
	  border-top:0 none;
	  background:#f7f7f7;
	}
	
	
	.table tbody + tbody {
	  border-top: 2px solid #e5e5e5;
	}
	
	.table-condensed th,
	.table-condensed td {
	  padding: 4px 5px;
	}
	
	.table-bordered {
	  border: 1px solid #e5e5e5;
	  border-collapse: separate;
	  *border-collapse: collapsed;
	  border-left: 0;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	}
	
	.table-bordered th,
	.table-bordered td {
	  border-left: 1px solid #e5e5e5;
	}
	
	
	.table tbody tr:hover td,
	.table tbody tr:hover th {
	  background-color: #fcfcfc;
	}
	
	@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
	
	@-moz-keyframes progress-bar-stripes {
	  from {
		background-position: 40px 0;
	  }
	  to {
		background-position: 0 0;
	  }
	}
	
	@-ms-keyframes progress-bar-stripes {
	  from {
		background-position: 40px 0;
	  }
	  to {
		background-position: 0 0;
	  }
	}
	
	@-o-keyframes progress-bar-stripes {
	  from {
		background-position: 0 0;
	  }
	  to {
		background-position: 40px 0;
	  }
	}
	
	@keyframes progress-bar-stripes {
	  from {
		background-position: 40px 0;
	  }
	  to {
		background-position: 0 0;
	  }
	}
	
	.progress {
	  height: 32px;
	  margin-bottom: 18px;
	  overflow: hidden;
	  background-color: #f7f7f7;
	  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	  background-repeat: repeat-x;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
	  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
		 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
			  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	}
	
	.progress .bar {
	  width: 0;
	  height: 34px;
	  font-size: 15px;
	  line-height:33px;
	  color: #ffffff;
	  text-align: left;
	  padding-left:12px;
	  background-color: #0e90d2;
	  background-repeat: repeat-x;
	  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		 -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
			  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		  -ms-box-sizing: border-box;
			  box-sizing: border-box;
	  -webkit-transition: width 0.6s ease;
		 -moz-transition: width 0.6s ease;
		  -ms-transition: width 0.6s ease;
		   -o-transition: width 0.6s ease;
			  transition: width 0.6s ease;
	}
	
	
	.progress .bar small { color:#fafafa; font-size:12px; }
	
	.progress-striped .bar {
	  background-color: #149bdf;

	}
	
	.progress.active .bar {
	  -webkit-animation: progress-bar-stripes 2s linear infinite;
		 -moz-animation: progress-bar-stripes 2s linear infinite;
		  -ms-animation: progress-bar-stripes 2s linear infinite;
		   -o-animation: progress-bar-stripes 2s linear infinite;
			  animation: progress-bar-stripes 2s linear infinite;
	}
	
	.progress-danger .bar, .progress-red .bar {
	  background-color: #e53f51;

	}
	
	.progress-success .bar, .progress-green .bar {
	  background-color: #8fbe32;

	}
	
	.progress-info .bar, .progress-blue .bar {
	  background-color: #03acdc;

	}
	
	.progress-warning .bar, .progress-orange .bar {
	  background-color: #f98805;
	}	
	/* #Full width Sections + Parallax Stylesheet
	================================================== */
	
	.blox { padding:45px 0 43px; clear:both; background:#f1f8fc; }
	.blox.nopad { padding:0; margin:0;}
	.blox.dark { background:#384852;  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.23);}
	.blox.dark .nonetextshadow *{ text-shadow:none;}
	.blox.gray { background:#f0f0f0; }
	.blox.redbox { background:#ffc5cb;}
	.blox.greenbox { background:#dbebb9;}
	.blox.yellowbox { background:#f7c218;}
	.dark.redbox { background:#de3059;}
	.dark.bluebox { background:#128abc;}
	.dark.blackbox { background:#25272a; margin-top:-1px;}
	.blox hr { border-color: rgba(255, 255, 255, 0.2); }
	.dark.greenbox { background:#5aa300; }
	.dark.yellowbox { background:#fdb012;}
	.blox.dark * { color:#fff; }
	.blox.dark a { color:#07add4; }
	.blox.dark a.button { color:#fff; }
	.blox.dark a:lhover { color:#ff9900;}
	.blox.dark .magic-link a { color:#fff; }
	.blox.dark p { color:rgba(255, 255, 255, 0.9); }
	.blox.dark small { color:rgba(255, 255, 255, 0.8); }
	.bloxcirc { width:70px; height:70px; border-radius:35px; background:#e53f51 url('/Data/sites/1/skins/retooling/css/../images/ico-bulb1.png') no-repeat center center; position:relative; margin:-78px auto 21px; display:block; }
	.bloxcirc.portx { width:50px; height:50px; border-radius:25px;  margin:-58px auto 21px; background-color:#0093d0;  }
	.bloxcirc.bell-bg { background:#e53f51 url('/Data/sites/1/skins/retooling/css/../images/ico-bell1.png') no-repeat center center; }
	.bloxcirc.flash-bg { background:#e53f51 url('/Data/sites/1/skins/retooling/css/../images/ico-flash1.png') no-repeat center center; }
	.bloxcirc.eye-bg { background:#e53f51 url('/Data/sites/1/skins/retooling/css/../images/ico-eye1.png') no-repeat center center; }
	.bloxcirc.calendar-bg { background:#e53f51 url('/Data/sites/1/skins/retooling/css/../images/ico-calendar1.png') no-repeat center center; }
	.bloxcirc.video-bg { background:#e53f51 url('/Data/sites/1/skins/retooling/css/../images/ico-video1.png') no-repeat center center; }
	.bloxcirc.clock-bg { background:#e53f51 url('/Data/sites/1/skins/retooling/css/../images/ico-clock1.png') no-repeat center center; }
	.blox.promoblox { padding:46px 0 34px; margin:0; text-shadow:none;}
	.blox.promoblox a.button { background:transparent; padding:16px 26px; border:2px solid #fff; font-weight:400; float:right; margin-left:20px; vertical-align:middle; letter-spacing:3px; text-shadow:none; box-shadow:none; text-transform:uppercase; 	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease; } 
	.blox.promoblox a.button:hover { background:#fff; color:#000;}
	
	.blox.dark.bot-blox { padding:14px 0; clear:both; background: #303740 url('/Data/sites/1/skins/retooling/css/../images/pattern-bg2.png'); border-top:5px solid #242e38; margin:0; }
	.dark.bot-blox .magic-link { margin:0; float:right; }
	*+html .blox.dark.bot-blox { margin-bottom:-21px; }
	
	.blox h1.extr {font-size:63px; font-size:57px\9; font-weight:lighter; line-height:80px; letter-spacing:-4px;}
	.blox h1.extr span, .blox.dark h1.extr span { color:#fc4f4f; }
	.extrabgsec { padding:20px; background:rgba(255,255,255,0.6);}
	
	.blox.section-bg1 { background:url('/Data/sites/1/skins/retooling/css/../images/section-bg1.jpg') no-repeat center; }
	.blox.dark.section-bg2 { background:#8a93a4 url('/Data/sites/1/skins/retooling/css/../images/section-bg3.jpg') no-repeat center top; background-size:cover; background-attachment:fixed; min-height:520px; border-top:5px solid #e5e5e5;}
	.blox.section-bg3 { background:url('/Data/sites/1/skins/retooling/css/../images/section-bg2.jpg') no-repeat center; }
	.blox.section-bg4 { background:url('/Data/sites/1/skins/retooling/css/../images/contact-mpic1.jpg') no-repeat center; }
	.blox.section-bg1, .blox.section-bg4, .blox.section-bg5, .blox.section-bg6  { height:380px; margin-top:0; padding:0; border-top: 1px solid #d9d9d9; }
	.blox.section-bg5 { background:#384852 url('/Data/sites/1/skins/retooling/css/../images/pricing-tpbg1.jpg') no-repeat center; height:260px;  }
	.blox.section-bg6 { background:#384852 url('/Data/sites/1/skins/retooling/css/../images/pages-tpbg1.jpg') no-repeat center; height:260px; border-bottom:4px solid #e8e8e8;  }
	.blox.dark .mex-title { border-bottom: 4px solid rgba(255, 255, 255, 0.27);} 
	
	.parallax-sec, .parallax-sec2, .parallax-sec3 { background:#eee url('/Data/sites/1/skins/retooling/css/../images/section-bg-prlx1.jpg') center bottom fixed; background-repeat:no-repeat;   min-height: 400px;  height: 590px;  margin: 0 auto;  width: 100%;  max-width: 1920px;  position: relative; }
	.parallax-sec2 { background:#eee url('/Data/sites/1/skins/retooling/css/../images/section-bg-prlx2.jpg') center bottom fixed;}
	.parallax-sec3 { background:#eee url('/Data/sites/1/skins/retooling/css/../images/about-ext-img2.jpg') center bottom fixed;}
	.parallax-sec article { position: relative; }
	.parallax-sec .blox, .parallax-sec .blox.dark { background:none;}
	
	.homedark, .aboutdark { width:100%; background:#141319 url('/Data/sites/1/skins/retooling/css/../images/about-ext-img1.jpg') no-repeat top fixed; height:760px; border-bottom: 4px solid #f1f1f1; position:relative;}
	.aboutdark {background:#eee url('/Data/sites/1/skins/retooling/css/../images/about-ext-img1.jpg') center top fixed; height:645px; border:none;}

	.homedark #header { border-bottom: 3px solid rgba(255, 255, 0255, 0.12); }
	.homedark #search-form, .homedark #search-form2 { opacity:0.77;}
	.homedark .slogan { padding-top:5%;}
	.aboutdark .slogan { position:absolute; bottom:10%; right:7%; float:none;}
	.aboutdark.wpabtdrk { background:none; border:none;}
	.slogan h1 { font-size:67px; line-height:80px; font-weight:100; }
	.homedark .nonetextshadow *{ text-shadow:none;}
	.slogan  span, .blox.dark .slogan  span { color:#fc4f4f;}
	
	/* #Video Background
	================================================== */
	
	.video-sec { height: 590px; position: relative; overflow: hidden; }
	.video-item { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; overflow: hidden }
	.video-sec .pattern-bg { background-image: url('/Data/sites/1/skins/retooling/css/../images/overlay-pattern.png'); opacity: 0.5; width: 100%; height: 100%; z-index: 1; padding: 45px 0 43px; clear: both; background-repeat: repeat; position: absolute; text-indent:-99990000; }
	.video-sec .dark-content, .video-sec .light-content { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.53); padding: 45px 0 43px; z-index: 2; width: 100%; height: 100%; position:relative; }
	.video-sec .dark-content * { color: #fff; }
	.video-sec .light-content { text-shadow:none; }
	.video-sec .slight { color: #292929; }


	/* #Media Queries
	================================================== */

	@media only screen and (max-width: 767px) { 
	.blox.dark, .blox.gray { height:auto !important;}
	}
	@media only screen and (max-width: 959px) { 
	.parallax-sec, .video-sec  { height:auto !important; background-attachment:scroll; background-repeat:repeat-y !important;  }
	.homedark { height:auto !important; background-size:cover; }
	.slogan h1 { font-size:41px; line-height:53px;}
	.aboutdark .slogan { position:relative; right:auto; margin:0 auto; padding:3%;}
	}/*----------------------------------

	Theme Name: Florida WP
	----------------------
		
	/* #Blog Styles
	================================================== */
	
	.sidebar, .rgt-cntt { min-height:160px;}
	.sidebar { padding-bottom:40px; }
	.sidebar.leftside { background-position: 245px; padding-right:60px; }
	.sidebar h4.subtitle { border:0 none; color:#54606b; margin-bottom:14px; font-size:13px; letter-spacing:2px; }
	.sidebar p, .sidebar li { font-size:13px; line-height:21px; font-weight:400; letter-spacing:0.5px; color:#797979;}
	.sidebar input[type="text"].search-side { width:97%; max-width:100%; }
	input[type="text"].search-side, input[type="text"].header-saerch { background:#fdfdfd url('/Data/sites/1/skins/retooling/css/../images/find-ico1.png') no-repeat right;}
	input[type="text"].header-saerch  { float:right; margin:10px 0 0 0; border-radius:2px; padding:5px 28px 5px 8px; width:120px; min-height:18px; -webkit-transition: width 0.22s ease; -moz-transition: width 0.22s ease; -o-transition: width 0.22s ease; transition: width 0.22s ease;}
	input[type="text"].header-saerch:focus { width:160px;}
	
	#main-content-pin, #main-timeline { max-width:100%; background:url('/Data/sites/1/skins/retooling/css/../images/bgb1.png') fixed repeat; padding-top:30px;}
	#main-content-pin { box-shadow:0 1px 2px rgba(0,0,0,0.3) inset; -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3) inset; }
	#main-content-pin .container { width: auto; }
	#main-timeline { background:#fbfbfb; border-top:2px solid #f0f0f0; }
	#pin-content, #tline-content { width:auto; margin:0 auto; position:relative; overflow: hidden; }
	#tline-content { background:url('/Data/sites/1/skins/retooling/css/../images/tline-cnt-bg1.png') repeat-y center center; width:890px; margin:0 auto; }
	#tline-content p { margin-bottom:32px;}
	
	.pin-box, .tline-box { width:212px; width:210px\9; padding:12px; display:block; background:#fff; margin:10px; float:left; border:1px solid #efefef\9; box-shadow:0 1px 3px rgba(0,0,0,0.33); -webkit-box-shadow:0 1px 5px rgba(0,0,0,0.33);}
	.pin-box { border-radius:3px; overflow:hidden;}
	.pin-box  .img-item, .pin-box  iframe { max-width:236px; margin:-12px; margin-bottom:0; }
	.img-item img { margin-bottom:-6px;}
	.pin-box .zoomex { border-radius: 3px 3px 0 0; }
	.tline-box  iframe, .tline-box  img { width:100%; max-width:100%; border-bottom:2px solid #e5e5e5;}
	.pin-box h4, .tline-box h4 { font-size:18px; font-weight:400; margin-top:8px; margin-bottom:10px;}
	.pin-box h4 { font-size:15px; margin-bottom:4px;}
	.pin-box h4 a, .tline-box h4 a { color:#434343;}
	.pin-box h4 a:hover, .tline-box h4 a:hover { color:#d11e25;}
	.pin-ecxt h6.blog-author, .tline-ecxt h6.blog-author, .tline-box h6  { font-size:12px; font-weight:600;  }
	.pin-ecxt, .tline-ecxt { border-bottom:1px solid #efefef; padding:0 12px 8px; margin:0 -12px 8px -12px; }
	.container .pin-ecxt2 p, .pin-ecxt2 p small { font-size:12px; font-weight:bold; margin:0;}
	.pin-ecxt2 p { line-height:20px;}
	.pin-ecxt2 p small { color:#a2a2a2; display:block; }
	.pin-ecxt2 img { width:40px; height:40px; float:left; margin:0; margin-top:4px; margin-right:10px; border-radius:3px;}
	
	.tline-box  { width:380px;  padding:10px; padding-bottom:20px; margin-top:21px; min-height:160px; border-radius:3px; position:relative; border:1px solid #d7dce7; box-shadow:0 1px 3px -2px rgba(0,0,0,0.3); -webkit-box-shadow:0 1px 6px -3px rgba(0,0,0,0.3); }
	.tline-row-l, .tline-row-r { background:url('/Data/sites/1/skins/retooling/css/../images/tmln-ro-r1.png') no-repeat right 12%; width:46px; height:17px; margin-right:-44px; display:block; position:absolute; right:0; top:16px;}
	.tline-row-r { background:url('/Data/sites/1/skins/retooling/css/../images/tmln-ro-l1.png') no-repeat left 12%; left:0; margin:0; margin-left:-43px; }
	.tline-box.rgtline { float:right;  margin-top:53px; right:0; clear: right; }
	
	.tline-box:hover  { box-shadow:0 1px 6px -2px rgba(141,161,199,0.9); -webkit-box-shadow:0 1px 11px -3px rgba(141,161,199,0.9); }
	.tline-topdate { width:150px; height:26px; position:relative; display:block; clear:both; zoom:1; padding:4px; border:2px solid #e5e5e5; background:#fff; font-size:16px; text-align:center; font-weight:bold; line-height:26px; color:#aaa;  margin:0 auto 7px; border-radius:2px;  text-shadow: 0 1px 1px #fff;}
	.tline-topdate.enddte { bottom:0; margin-bottom:0; }
	
	.blog-post { margin-bottom: 40px; }
	.postmetadata { margin-bottom:20px;}
	.postmetadata h6 { display:inline; letter-spacing:1px; text-transform:uppercase; font-size:14px;}
	.blog-post h4, .blog-post h1, .blog-post h3, .blog-line h4 { font-weight: 300; font-family: 'Roboto Slab'; line-height: 1; letter-spacing: -0.03em; }
	.blog-post h3 { font-size: 28px; margin-bottom:8px; font-weight:400; line-height:38px; }
	.blog-single-post h1 {font-size:44px; line-height:54px; font-weight:400;  font-family: 'Roboto Slab'; letter-spacing: -0.06em;}
	.blog-single-post p { font-size:17px; line-height:1.7; letter-spacing:0;}
	.blog-single-post h6.blog-author { letter-spacing:0.2em;}
	.blog-single-post .postmetadata { margin-bottom:0;}
	
	.latest-f-blog .blog-post h4 { font-size: 24px; font-weight:300; margin-bottom:14px;}
	.blog-post a, .blog-line a { color: #2e373d; -webkit-transition: color 0.18s ease; -moz-transition: color 0.18s ease; -o-transition: color 0.18s ease; transition: color 0.18s ease; }
	.blog-post a:hover, .blog-author span, .blog-line p a:hover { color: #e84a52; }
	.blog-post a.readmore { color: #363f46; margin-top: 22px; }
	.blog-post p { margin-bottom:34px;}
	.blog-line p, .blog-line p a, .blog-post p.blog-author, .blog-post p.blog-author a { text-align: left; font-size: 12px; text-transform:uppercase; line-height: 1.6; color: #888; margin-bottom: 10px; letter-spacing: 2px;  }
	.blog-post p.blog-cat a, .blog-line p.blog-cat a { color:#e84a52; margin-bottom:7px; letter-spacing:0.3px; font-size:14px; }
	.blog-line p a:hover, .blog-post p a:hover { text-decoration:underline;}
	
	.blog-post p strong, .blog-line p strong { font-weight:400;}
	.blog-post img, .blog-post iframe, .blog-single-post img, .blog-single-post iframe { width: 100%; border-bottom: 3px solid #eee; margin-bottom:14px; }
	.blog-post .flex-control-nav li { margin-bottom: 0;}
	.blog-post .flexslider img, .blog-single-post .flexslider img { margin-bottom:0px;}
	
	.blog-q { border-left: 1px solid #d8d8d8; padding-left: 12px; }
	.blog-q em { color: #a5adae; }
	p.blog-inpic img { float:left; border:1px solid #c9c9c9; background:#f9f9f9; width:280px; max-width:100%; padding:6px; margin:0 14px 14px 0;}
	
	.date-sp-wrap { max-width: 100px; margin: 0 10px; float: left; }
	.blog-date-sp, .blog-com-sp { height: 40px; padding: 6px; padding-bottom: 20px; width: 90px; float: right; border-top-left-radius: 6px; color: #fff; background: #636e75 url('/Data/sites/1/skins/retooling/css/../images/blg-date-botpic1.png') no-repeat bottom right; font-weight: bold; font-family: Arial, sans-serif; }
	.blog-date-sp h3 { width: 30px; float: left; margin: 1px 5px; color: #0093d0; }
	.blog-date-sp span { float: right; margin: 4px; color: #a2aab0; font-size: 12px; line-height: 1.2; }
	.blog-com-sp { background: none; color: #95a2aa; padding: 0 6px 8px; margin-top: -12px; text-align: center; font-size: 12px; height: 16px; border-radius: 0px; border-bottom-left-radius: 11px; }
	.blog-com-sp a { color: #95a2aa; }
	.pin-box .blog-date-sp, .pin-box .blog-com-sp, .tline-box .blog-date-sp, .tline-box .blog-com-sp { position: relative; bottom: 0; margin: -12px; margin-top: 7px; width: 50%; border: 0; border-radius: 0; background: #ebebeb; padding: 0; }
	.pin-box .blog-com-sp, .tline-box .blog-com-sp { float: left; height: 28px; padding: 12px 23px 0 0; }
	.pin-box .blog-date-sp h3, .tline-box .blog-date-sp h3 { margin-left: 12px; margin-top:3px; text-shadow: 0 0 1px rgba(0,0,0,0.1); font-weight:300; font-family:"Roboto", Arial; }
	.tline-box .blog-date-sp, .tline-box .blog-com-sp { width: 49%; margin: -10px; margin-bottom: 0; }
	
	h6.blog-date , h6.blog-cat , h6.blog-author, h6.blog-date a, h6.blog-cat a, h6.blog-author a  { color: #a8b1b4;}
	h6.blog-date a:hover, h6.blog-cat a:hover, h6.blog-author a:hover { text-decoration:underline;}
	
	.tline-box h6.blog-cat { font-size: 13px; background: #f2f2f2; color: #666666; padding-left: 7px; }
	

	.next-prev-posts { border-top:3px solid #e9e9e9; padding:16px 0; margin-top:20px;}
	.next-prev-posts a.next-post { float:right;}
	.post-tags { background:#fafafa; padding:16px; margin-top:20px;}
	.post-tags a { color:#7c7c7c;}
	.post-tags a:hover { text-decoration:underline;}
	.about-author-sec { padding:16px 0; border-top:4px solid #b3b3b3; border-bottom:2px solid #d3d3d3; margin:10px 0 20px;}
	.about-author-sec img { float:left; width:90px; height:90px; border-radius:50%; margin-right:30px; background:#fff; padding:2px; border:3px solid #b3b3b3;}
	.about-author-sec h5 { font-weight:bold;}
	.about-author-sec p { font-size:13px; font-weight:400; color:#888; line-height:1.7;}
	
	.blog-date-sec { color: #555; padding-right:20px; text-align: center; line-height: 10px; border-right: 1px solid #eaeaea; letter-spacing: 2px; }
	.blog-date-sec h3 { color: #555; font-weight: 300; line-height: 1.2; padding-top: 2px; margin: 0; letter-spacing: 4px; }
	.blog-date-sec span { display: block; font-weight: 300; text-transform: uppercase; margin-top: 8px; }
	.blog-line { margin-bottom: 15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; }
	.blog-line img { float: right; width: 140px; height: 110px; -webkit-transition: all 0.18s ease; -moz-transition: all 0.18s ease; -o-transition: all 0.18s ease; transition: all 0.18s ease; }
	.img-hover { position: relative; max-width: 100%; float: right; margin-left: 15px; }
	.img-hover:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; -webkit-box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8); -moz-box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8); box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8); opacity: 1; -webkit-transition: all 0.18s ease; -moz-transition: all 0.18s ease; -o-transition: all 0.18s ease; transition: all 0.18s ease; }
	.blog-line:hover .img-hover:before { -webkit-box-shadow: inset 0 0 0 5px #e84a52; -moz-box-shadow: inset 0 0 0 5px #e84a52; box-shadow: inset 0 0 0 5px #e84a52; }
	.blog-line h4 { font-size: 17px; letter-spacing: 0; font-weight: 400; margin-bottom: 10px; line-height:1.4; }
	.blog-line:hover h4 a { color: #e84a52; }
	a.readmore { position: relative; margin: 4px 0 3px 1px; -webkit-transition: all 0.17s ease-in-out; -moz-transition: all 0.17s ease-in-out; -ms-transition: all 0.17s ease-in-out; -o-transition: all 0.17s ease-in-out; transition: all 0.17s ease-in-out; border:2px solid #e5e5e5; padding: 6px 32px 6px 22px; border-radius: 4px; color: #363f46; box-shadow: 0 0 0 0; font-size: 12px; text-transform: capitalize; }
	a.readmore:after, a.magicmore:after, a.addtocart:before, a.select-options:before { position: absolute; right: 10px; top: 9px; font-family: 'icomoon'; font-size: 11px; color: #363f46; content: "\e3c2"; speak: none; font-style: normal; font-weight: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
	a.readmore:hover { border-color: #363f46; }
	a.readmore:active { background-color: #fafafa; color: #999; }
	a.magicmore, a.addtocart, a.select-options { position: relative; padding: 3px 14px 2px 0; color: #0093d0; -webkit-transition: all 0.18s ease; -moz-transition: all 0.18s ease; -ms-transition: all 0.18s ease; -o-transition: all 0.18s ease; transition: all 0.18s ease; }
	a.magicmore { font-size: 15px; line-height: 22px; }
	a.magicmore:hover { color: #ffa02f; background-position: 100% 69%; }
	a.magicmore:after { content: "\e3b0"; color: inherit; top: 10px; right: 1px; font-size: 9px; }
	a.magicmore:hover:after { right: 0; }
	a.addtocart, a.select-options { padding: 4px 2px 2px 18px; color: #7f7f7f; float: right; display: inline-block; font-size: 12px; font-weight: bold; }
	a.select-options { float: left; }
	a.addtocart:hover, a.select-options:hover { color: #85bc36; cursor: pointer; }
	a.addtocart:before, a.select-options:before { content: "\e0ca"; color: inherit; top: 8px; left: 1px; font-size: 13px; }
	a.select-options:before { content: "\e08f"; }
	.row.magic { padding-left: 40px; }
	.columns.magic { padding-left: 20px; }
	.magic-link { clear: both; }
	.magic-link a { display: inline-block; font-size: 13px; width: auto; color: #fff; text-shadow: 1px 1px 0 #eb8710; border-radius: 15px; padding: 3px 22px 3px 16px; text-transform: capitalize; background: #ffa02f url('/Data/sites/1/skins/retooling/css/../images/rowp3.png') no-repeat right; background-position: 97% 52%; -webkit-transition: padding 0.2s ease, background 0.16s ease; -moz-transition: background 0.16s ease; -ms-transition: background 0.16s ease; -o-transition: background 0.16s ease; transition: background 0.16s ease; text-align: center; }
	.magic-link a.get { padding: 7px 26px 7px 20px; background-color: #7ebd22; border-radius: 5px; text-shadow: 1px 1px 0 #649b19; text-transform: uppercase; }
	.magic-link a.get.shadow1 { box-shadow: 0px 0px 5px #fff inset, 0 2px 3px -1px #74ad20; -webkit-box-shadow: 0px 0px 7px #fff inset, 0 2px 5px -1px #74ad20; }
	.magic-link a:hover { background-color: #4c4665; background-position: center right; text-shadow: 1px 1px 0 #666; }
	
	/* COMMENT */
	
	.commentbox { min-height:156px;  border-radius:6px; text-align:left; margin:12px 0; }
	#commentform { padding-top:12px; border-top:1px dotted #d3d3d3; }
	#commentform label { font-size:17px; font-weight:300; display:inline;}
	#commentform .required { margin-left:3px;}
	/* comments list */
	ol.commentlist { padding: 0; margin-left:0; background: #fff;   }
	.commentlist li { list-style: none;	margin: 0;	padding: 18px 0 0 0;border-top: 1px solid #c1c1c1; overflow:hidden; }
	.commentlist li a:link, .commentlist li a:visited { color: #85bc36; }
	.commentlist li .comment-info {	margin: 0; padding: 0; overflow:hidden; min-height:96px; padding-left:123px; padding-top:14px; }
	.commentlist li .comment-info img {	float: left; margin: 3px 30px 3px -120px; width:90px; height:90px; border-radius:45px; background: #eee;	display: inline; }
	.commentlist li .comment-info cite { display: inline; font-size:16px; line-height:17px;	text-transform:capitalize;	margin: 0;	padding: 5px 6px 5px 0px;	font-style: normal;	font-weight: bold; margin-bottom:0; }
	.commentlist li .comment-info cite .comment-data {	font-size: 11px; font-weight: normal; float:right; display: inline; padding-right:10px;}
	.commentlist li .comment-text {	clear: both;	margin: 0; margin-top:-76px;	padding: 0 20px 25px 123px; }
	.commentlist li .comment-text p {	margin:  5px 0 20px 0;	padding: 0; line-height:1.8;}
	.commentlist li .comment-text .reply a {	padding: 4px 8px;   border-radius:1px;	background-color: #f0f0f0;	font-size: 13px;	color: #444;}
	.commentlist li .comment-text .reply a:hover { background-color:#85bc36; border-color:#48a648; color: #fff; }
	.commentlist li ul.children { margin:0; padding: 0; }
	.commentlist li ul.children li.depth-2, .commentlist li ul.children li.depth-3 { margin-left: 40px; border-color:#e3e3e3; }
	.commentlist li .comment-text ol li, .commentlist li .comment-text ul li { border:none;  padding:5px 0;}
	.commentlist li .comment-text ol, .commentlist li .comment-text ol li { list-style:decimal; overflow:visible; }
	.commentbox h3 { margin-top:14px;}
	.comment-form-comment textarea { width:98%; }
	.form-allowed-tags { font-size:11px; padding:6px; background:#f3f3f3; }
	
	@media only screen and (max-width: 767px) {
	.commentlist li .comment-info { padding-left:50px; padding-top:20px; }
	.commentlist li .comment-info img { width:40px; height:40px; border-radius:20px; margin-top:-2px; margin-right:10px; margin-left:-50px;}
	.commentlist li .comment-text { padding-left:50px; }
	.commentlist li .comment-info cite .comment-data { position:relative; top:-44px; right:-8px; display:inline;}
	.commentlist li .comment-text p { font-size:14px;}
	}	/* #Portfolio Styles
	================================================== */
	
	.latest-works { overflow: hidden; width: 100%; background: #f0eeed; padding: 40px 0 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
	.latest-works .portfolio-item { width: 24.97%; float: left; margin: 0; height: auto; padding: 0; box-sizing: border-box; }
	.icon-top-title i { display: inline-block; color: #e84a52; font-size: 64px; }
	.img-item { position: relative; overflow: hidden; margin-bottom: -6px; }
	.img-item img { width: 100%; height: auto; margin: 0; padding: 0; }
	.portfolio { display: block; padding: 0; }
	.portfolio h4, .recent-works-items h4, .shop-item h4, .side-list h5 { font-weight: 400; margin: 10px 0 7px; font-size: 18px; }
	.portfolio h4 a, .recent-works-items h4 a, .shop-item h4 a, .side-list h5 a { color: #494949; }
	.portfolio h4 a:hover, .recent-works-items h4 a:hover, .shop-item h4 a:hover, .side-list h5 a:hover { text-decoration: underline; }
	.portfolio p, .recent-works-items p { color: #909090; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 4px solid #ededed; text-transform: uppercase; }
	.portfolio-item h5 { margin-top: 8px; }
	nav.primary { padding: 10px; }
	nav.primary .portfolioFilters a { border-radius: 20px; padding: 6px 12px; font-size: 14px; line-height: 1.2; color: #333; font-weight: normal; margin-top: 0 !important; text-align: center; width: auto; border: 2px solid #f0eeed; }
	nav.primary .portfolioFilters a:hover { border-color: #e84a52; }
	nav.primary .portfolioFilters a.selected, nav.primary ul li a:active { border: 2px solid #e84a52; color: #e84a52; margin-top: 0 !important; }
	nav.primary .portfolioFilters .portf { color: #61A300; font-weight: bold; margin-right: 10px; padding-top: 5px; }
	nav.primary .portfolioFilters { text-align: center; clear: both; list-style: none outside none; }
	nav.primary .portfolioFilters { margin-right: 10px; }
	
	
	.zoomex, .zoomex2 { width: 100%; background: rgba(0,0,0,.35) url('/Data/sites/1/skins/retooling/css/../images/fancy-big-ico.png') no-repeat center; background-color: url('/Data/sites/1/skins/retooling/css/../images/fancy-big-ico.png')\9;  opacity: 0; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; color: transparent; display: block; left: 0; filter: alpha(opacity=0); position: absolute; top: 0; bottom: 5px; }
	.zoomex2 { background: rgba(0,0,0,.72); background: #000\9; }
	.zoomex2 * { filter: alpha(opacity=0)\9; }
	.zoomex2 i { color: inherit; font-size: 16px; padding: 10px; border: 2px solid #fff; border-radius: 50%; }
	.zoomex2 a.zoomlink1, .zoomex2 a.zoomlink2 { position: absolute; bottom: 14%; left: 50%; color: #fff; margin-left: -45px; }
	.zoomex2 a.zoomlink2 { margin-left: 12px; }
	.zoomex2 a:hover i { color: #e84a52; border-color: #e84a52; }
	.zoomex2 h6 { font-weight: bold; color: #fff; font-size: 22px; text-align: center; position: absolute; bottom: 44%; left: auto; width: 100%; }
	.zoomex2 h6 small { font-size: 14px; color: #e9e9e9; font-weight: 400; display: block; margin-top: 16px; }
	.img-item:hover .zoomex, .prettyPhoto:hover .zoomex, .img-item:hover .zoomex2, .img-item:hover .zoomex2 * { opacity: 1; filter: alpha(opacity=100); }
	.pin-box  .img-item, .pin-box  iframe { max-width:236px; margin:-12px; margin-bottom:0; }
	
	/* ISOTOPE */
	
	.isotope-item { z-index: 2; }
	.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
	.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
	.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
	.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
	
	/*------------ portfolio item ------------*/
	
	.portfolio-item-dets { width:290px; float:right; border-bottom:2px solid #e5e5e5; margin-right:10px; margin-top:20px;}
	.portfolio-item-dets i { font-size:32px; color:#ddd;}
	.portfolio-item-dets i.liked, .portfolio-item-dets i:hover { color:#e53f51; cursor:pointer;}
	.portfolio-item-like-box { width:36px; text-align:center; float:left; padding-bottom:10px; color:#c3c3c3; padding-left:20px; margin-right:20px;}
	.portfolio-item-detail-box { width:193px; float:left; padding:7px 0 10px 20px; color:#c3c3c3; border-left:1px solid #e5e5e5; line-height:1; }
	.portfolio-item-detail-box a { color:#bbb;}
	.portfolio-item-detail-box a:hover { text-decoration:underline;}
	.portfolio-item-detail-box hr { margin:10px 0;}
	.portfolio-item i.icomoon-heart-7 { color:#ef7c88; margin-top:3px;}
	
	
	    @media only screen and (max-width: 959px) {
		
		.latest-works .portfolio-item { width:49.8%; }
		
		}
		
		@media only screen and (max-width: 479px) {
		
		.latest-works .portfolio-item { width:100%; }
		nav.primary .portfolioFilters a { border-radius:2px; margin-bottom:10px; margin-right:5px; padding:4px 8px; font-size:13px; font-weight:400; display:block; float:left;}
		
		}	/* #Page Styles
	================================================== */
	
	.page-subtitle { position: relative; width: 275px; height: 114px; border-top-left-radius: 29px; background: #fff; margin-bottom: -80px; bottom: 144px; left: 30px; padding: 30px 15px 0 30px; z-index: 98; display: block; }
	.page-subtitle h3 { color: #69bddb; }
	.page-subtitle p { color: #b0bbc3; }
	
	
	/* CONTACT */
	
	.contact-form { border: 5px solid #e9e9e9; text-align: center; padding: 20px; padding-bottom: 0; border-radius: 9px; }
	.contact-form h5 { text-align: left; padding-left: 11px; }
	.contact-form .txbx { width: 91%; height: 36px; border-width: 3px; border-radius: 4px; float: none; margin: 11px; padding-left: 14px; font-size: 16px; }
	.contact-form .txbx:focus { border-width: 2px; border-radius: 2px; }
	.contact-form .era { min-height: 190px; max-height: 300px; width: 91%; }
	.contact-form .erabox { width: 100%; height: 100%; margin-left: -20px; margin-top: 12px; padding: 20px; background: #fff; border-top: 5px solid #e9e9e9; }
	.contact-form .sendbtn { padding: 10px 18px; font-size: 14px; }
	#contact-map { box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1) inset; border: 1px solid #d6dbdc; border-left: none; border-right: none; padding: 0; margin: 0 }
	#contact-map iframe { width: 100%; padding: 0; margin: 0; margin-bottom: -7px; }
	.contact-inf { background: url('/Data/sites/1/skins/retooling/css/../images/world-map2.png') no-repeat center 30px; }
	.row.magic { padding-left: 40px; }
	.columns.magic { padding-left: 20px; }
	.magic-link { clear: both; }
	.magic-link a { display: inline-block; font-size: 13px; width: auto; color: #fff; text-shadow: 1px 1px 0 #eb8710; border-radius: 15px; padding: 3px 22px 3px 16px; text-transform: capitalize; background: #ffa02f url('/Data/sites/1/skins/retooling/css/../images/rowp3.png') no-repeat right; background-position: 97% 52%; -webkit-transition: padding 0.2s ease, background 0.16s ease; -moz-transition: background 0.16s ease; -ms-transition: background 0.16s ease; -o-transition: background 0.16s ease; transition: background 0.16s ease; text-align: center; }
	.magic-link a.get { padding: 7px 26px 7px 20px; background-color: #7ebd22; border-radius: 5px; text-shadow: 1px 1px 0 #649b19; text-transform: uppercase; }
	.magic-link a.get.shadow1 { box-shadow: 0px 0px 5px #fff inset, 0 2px 3px -1px #74ad20; -webkit-box-shadow: 0px 0px 7px #fff inset, 0 2px 5px -1px #74ad20; }
	.magic-link a:hover { background-color: #4c4665; background-position: center right; text-shadow: 1px 1px 0 #666; }
	
	
	
	/* Our Team */
	
	.our-team { position:relative; margin-bottom:20px; border-bottom:4px solid #e5e5e5; text-align:left;}
	.our-team h4 { margin-top:-82px; font-size:26px;   color:#fff; padding-left:10px; margin-bottom:30px; text-shadow:0 1px 2px rgba(0,0,0,0.9);}
	.our-team h4 strong { font-weight:300; letter-spacing:0;}
	.our-team h4 small { color:#fff; font-weight:300; font-size:16px;}
	.our-team .socailfollow { height:40px; clear:both; border-top:1px solid #e5e5e5; padding-top:11px; float:none;}
	.our-team img { border-bottom:5px solid #e5e5e5; min-height:120px; background:#e8e8e8; min-width:180px; display:block;}
	.our-team:hover img { border-color:#e84a52;}
	.our-team p { color:#797979; font-size:14px;}
	.container .our-skills p { margin-bottom:5px;}
	.team-member { border-radius: 4px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
	
	
	/* ---- help-block ---- */
	
	.help-block { width: 100%; padding: 40px 0 110px; background: url('/Data/sites/1/skins/retooling/css/../images/help-block.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-align: center; }
	.help-block h2 { color: #fff; padding: 10px 0; background: #555; background: rgba(0,0,0,.4); font-weight: 600; }
	.help-block > h4 { font-weight: 400; margin-bottom: 30px; }
	.help-box { background: #3b3b3b; width: 27%; margin: 0 3% 20px; padding-bottom: 30px; display: inline-block; overflow: hidden; position: relative; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
	.help-box h4 { color: #fff; padding: 15px 0 10px; margin: 0; font-weight: 500; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
	.help-block hr { width: 68%; margin: 0 auto; border-color: #B0B0B0; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
	.help-block p { color: #b9b9b9; font-size: 14px; text-align: left; padding: 15px 15px 60px; margin: 0; }
	.help-box .help-iconBox { width: 100%; position: absolute; bottom: 0; left: 0; border-bottom: 6px solid #3B3B3B; text-align: right; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
	.help-iconBox i { font-size: 48px; padding: 10px; display: inline-block; color: #6a6a6a; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
	.help-box:hover { background: #fff; }
	.help-box:hover p { color: #878787; }
	.help-box:hover h4, .help-box:hover i { color: #e84a52; }
	.help-box:hover .help-iconBox, .help-box:hover hr { border-color: #e84a52; }

	
	/*--- our client ---*/
	
	.client-block { width: 100%; display: block; margin-bottom: 60px; }
	.our-clients-wrap { float: none; margin-top: 140px; position: relative; }
	.our-clients-wrap:after { content: ""; width: 120px; height: 2px; display: block; background: #efefef; position: absolute; left: 50%; bottom: -50px; margin-left: -60px; }
	.our-clients-wrap .jcarousel-next, .our-clients-wrap .jcarousel-prev { background-color: #fff; width: 16px; height: 16px; padding: 10px; border-radius: 50%; right: auto; left: 50%; margin-left: 5px; top: -85px; border: 2px solid #b0b0b0; color: #b0b0b0; }
	.our-clients-wrap .jcarousel-prev { margin-left: -44px; }
	.our-clients-wrap .jcarousel-next:hover, .our-clients-wrap .jcarousel-next:active, .our-clients-wrap .jcarousel-prev:hover, .our-clients-wrap .jcarousel-prev:active { border-color: #e84a52; color: #e84a52; }
	.our-clients-wrap .jcarousel-next-disabled, .our-clients-wrap .jcarousel-next-disabled:hover, .our-clients-wrap .jcarousel-prev-disabled, .our-clients-wrap .jcarousel-prev-disabled:hover { border-color: #e5e5e5; color: #e5e5e5; }
	.our-clients-wrap .jcarousel-next:after, .our-clients-wrap .jcarousel-prev:after { position: absolute; top: 10px; right: 9px; font-family: 'icomoon'; font-size: 16px; color: inherit; }
	.our-clients-wrap .jcarousel-prev:after { right:11px;}
	ul.our-clients { display: block; padding-left: 3px; margin: 20px 0; box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.1); }
	ul.our-clients li { float: left; display: inline; margin-left: 20px; text-align: center; vertical-align: middle; width: 168px; }
	ul.our-clients li:first-child { margin-left: 0; }
	ul.our-clients li:hover { /*background:#fdfdfd;*/ }
	ul.our-clients:after { clear: both; }
	ul.our-clients img { max-width: 100%; max-height: 100%; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale'); filter: grayscale(100%); filter: gray; -webkit-filter: grayscale(1); }
	ul.our-clients img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); filter: grayscale(0%); filter: none; -webkit-filter: grayscale(0); }
	
	
	/* OUR PROCESS SECTION */
	
	.our-process-wrap { min-height: 260px; margin-bottom: 40px; }
	.our-process { border-bottom: 1px dashed #e0e0e0; position: relative; height: 160px; }
	.our-process:before, .our-process:after, .our-process-item:after { content: "\e285"; position: absolute; left: -8px; bottom: -4px; font-family: 'icomoon'; font-size: 16px; color: #ccc; }
	.our-process:after { left: auto; bottom: -11px; right: -8px; content: "\e278"; }
	.our-process.proc4level .our-process-item { width: 25%; }
	.our-process.proc5level .our-process-item { width: 20%; }
	.our-process.proc3level .our-process-item { width: 33.33%; }
	.our-process-item { height: 160px; float: left; position: relative; }
	.our-process-item:before { width: 1px; background: #e5e5e5; height: 82px; float: left; position: absolute; bottom: 0; left: 39px; content: ""; }
	.our-process-item:after { bottom: -12px; left: 60%; content: "\e3b4"; font-size: 16px; background: none; }
	.our-process-item .our-process-content { position: absolute; left: 85px; overflow: hidden; }
	.our-process-item i { width: 32px; height: 32px; color: #7d7d86; font-size: 32px; float: left; padding: 20px; border-radius: 39px; border: 3px solid #e5e5e5; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
	.our-process-item:hover i { background: #e84a52; color: #fff; border-color: #f28d93; }
	.our-process-item h5 { font-weight: 400; font-size: 17px; margin: 16px 10px 8px 0; }
	
	@media only screen and (max-width: 767px) {
	.our-process.proc4level { height: 640px; }
	.our-process.proc5level { height: 800px; }
	.our-process.proc3level { height: 480px; }
	.our-process { border: none }
	.our-process:before { display: none; }
	.our-process:after { left: 31px; }
	.our-process.proc4level .our-process-item, .our-process.proc5level .our-process-item, .our-process.proc3level .our-process-item { width: 100%; }
	.our-process-item:after { content: "\e3b5"; left: 31px; bottom: 30px; }
	.our-clients-wrap { padding-top: 110px; }
	}
	
	
	
	/* Plans & Pricing
	================================================== */
	.plan-wrap { display: block; width: 940px; margin: 0 auto; border: 4px solid #d8d8d8; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.plan-wrap article { width: 25%; float: left; text-align: center; margin: 12px 0; background: #fff; border-right: 1px solid #EDEDED; -webkit-transition: all .03s ease; -moz-transition: all .03s ease; -ms-transition: all .03s ease; -o-transition: all .03s ease; transition: all .03s ease; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	article.ultimate { border: none; }
	.plan-wrap h2 { font-size: 38px; font-weight: 900; letter-spacing: -2px; color: #ef7b49; margin: 20px 0 0; }
	.plan-wrap h3 { color: #777; font-weight: 900; margin-bottom: 20px; }
	.plan-wrap ul { text-align: left; margin: 0 12px; margin-bottom: 30px; border-top: 1px solid #ededed; }
	.plan-wrap li { padding: 10px 0; margin: 0; font-size: 13px; font-weight: 400; border-bottom: 1px solid #ededed; }
	.premium h2 { color: #19bc9b; }
	.ultimate h2 { color: #35a4da; }
	.plan-wrap article i { margin: 0 10px 0 15%; }
	.plan-wrap .icomoon-checkmark { color: #19bc9b; }
	.plan-wrap .icomoon-close { color: #fe5742; }
	.starter button, .basic button { background: #ef7b49; }
	.premium button { background: #19bc9b; }
	.ultimate button { background: #35a4da; }
	.plan-wrap button { color: #fff; font-size: 14px; font-family: Arial; padding: 14px 36px; border: none; margin-bottom: 13px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.2))); background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); }
	.plan-wrap article:hover { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.plan-wrap article.basic:hover, .plan-wrap article.starter:hover { -webkit-box-shadow: 0 0 0 5px #ef7b49, 0 4px 12px #000; -moz-box-shadow: 0 0 0 5px #ef7b49, 0 4px 12px #000; box-shadow: 0 0 0 5px #ef7b49, 0 4px 12px #000; }
	.plan-wrap article.premium:hover { -webkit-box-shadow: 0 0 0 5px #19bc9b, 0 4px 12px #000; -moz-box-shadow: 0 0 0 5px #19bc9b, 0 4px 12px #000; box-shadow: 0 0 0 5px #19bc9b, 0 4px 12px #000; }
	.plan-wrap article.ultimate:hover { -webkit-box-shadow: 0 0 0 5px #35a4da, 0 4px 12px #000; -moz-box-shadow: 0 0 0 5px #35a4da, 0 4px 12px #000; box-shadow: 0 0 0 5px #35a4da, 0 4px 12px #000; }
	
	@media only screen and (max-width: 959px) {
	.plan-wrap { width: 100%; }
	}
	
	@media only screen and (max-width: 767px) {
	.plan-wrap article { width: 50%; }
	}
	
	@media only screen and (max-width: 479px) {
	.plan-wrap article { width: 100%; }
	}
	
/* -------- end ----------- */	
	/* #Icon Box
	================================================== */
	
	.icon-box { vertical-align: baseline; margin-bottom: 30px; }
	.icon-box img, .icon-box5 img, .icon-box i { float: left; display: block; vertical-align: text-top; margin: -1px 20px 95px 0; }
	.icon-box5 img { margin: 0 12px 0 0; }
	.icon-box5 i, .icon-box i { font-size: 32px; color: #484b4d; float: left; margin-right: 10px; cursor: default; }
	.icon-box i { margin-right: 20px; }
	.icon-box h5 { margin-bottom: 10px; line-height: 1; }
	.container .icon-box p { margin-bottom: 12px; }
	.container .icon-box5 p { margin-top: 4px; margin-right: 20px; margin-bottom: 10px; }
	.icon-box2 { background-color:#fff; vertical-align:baseline; text-align:center; border-radius:5px; padding:20px 0; 	-webkit-transition:background .3s ease-in-out;	-moz-transition:background .3s ease-in-out;	-ms-transition:background .3s ease-in-out;	-o-transition:background .3s ease-in-out;	transition:background .3s ease-in-out;}
	.icon-box2 i { display:block; margin:16px 0 20px; font-size:64px;}
	.icon-box2 p { padding:0 12px;}
	.icon-box2:hover { background-color:#fafafa; cursor:default;}
	.icon-box3 i, .icon-box4 i { font-size: 48px; color: #2e373d; margin-bottom: 10px; display: inline-block; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
	.icon-box3:hover i { color: #0093d0; cursor: default; }
	.icon-box3 h5, .icon-box4 h5 { margin-bottom: 4px; color: #2e373d; font-size: 16px; letter-spacing: 0.25px; }
	.icon-box3 h5 strong, .icon-box4 h5 strong { font-weight: bold; }
	.icon-box3 p { line-height: 21px; margin-right: 10px; }
	.icon-colorx i, i.icon-colorx { color: #e53f51; }
	.icon-box4 { text-align: center; margin-bottom: 20px; }
	.icon-box4 i { padding: 30px; font-size: 32px; background: #f2f2f2; border-radius: 50%; margin-bottom: 24px; cursor: default; }
	.container .icon-box4 p { margin: 0 10px 30px; }
	.icon-box4:hover i { color: #fff; background: #e53f51; }
	.icon-box6 { position: relative; text-align:center; background-color: rgba(255,255,255,0.81); background-color:#fff\9; border: 1px solid #e5e5e5; border-radius: 3px; padding: 36px 20px 28px; text-shadow: 0 0 0 0; margin: 40px 0 20px; }
	.icon-box6 * { text-shadow: none; }
	.icon-box6 i { font-size: 24px; padding: 15px 16px 17px; background: #e53f51; color: #fff; position: absolute; top: -30px; left: 50%; margin-left: -27px; border-radius: 30px; cursor: default; }
	.icon-box6 h4, .blox .icon-box6 h4, .blox.dark .icon-box6 h4 { color: #363636; font-weight: 400; }
	.container .icon-box6 p, .container .blox .icon-box6 p, .container .blox.dark .icon-box6 p { color: #818181; margin-bottom: 12px; }
	.icon-box7 { padding: 0px 0 10px 0; }
	.icon-box7 i { display: block; text-align: center; padding: 40px 0; border-radius: 2px; background: #f7f7f7; font-size: 64px; line-height: 1; margin-bottom: 20px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
	.icon-box7:hover i { background: #e53f51; color: #fff; cursor: default; }
	.icon-box1 { text-align: center; color: #a9a9a9; margin-bottom:20px; }
	.icon-box1 i { display: inline-block; font-size: 64px; padding: 50px; margin-bottom: 26px; color: #FDFDFD; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 15px solid #f0f0f0; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; background: #e84a52; background: #e84a52 -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #e84a52 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.15))); background: #e84a52 -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #e84a52 -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #e84a52 -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #e84a52 radial-gradient(ellipse at center, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000', GradientType=1 );
	}
	.icon-box1:hover i { background: #89bf42; border-color: #daf3b9; background: #89bf42 -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #89bf42 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.15))); background: #89bf42 -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #89bf42 -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #89bf42 -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #89bf42 radial-gradient(ellipse at center, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000', GradientType=1 );
	}
	.icon-box1 h5 { margin-bottom: 16px; font-size: 22px; font-weight: 500; letter-spacing: -0.2px; color: #555; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; }
	.icon-box1:hover h5 { color: #89bf42 }
	.icon-box1 p { padding: 0 10px 20px;  }

	.icon-box5 i { display: inline-block; font-size: 28px; float: left; color: #F3F3F3; padding: 10px; background: #4a4d4f; margin-right: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2); -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.2); box-shadow: inset 0 0 10px rgba(0,0,0,.2); -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; }
	.icon-box5 h4 { font-size: 14px; line-height: 48px; font-weight: 900; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; }
	.icon-box5 p { display: block; padding-top: 5px; }
	.icon-box5:hover i { background: #de513f; }
	.icon-box5:hover h4 { color: #de513f; }

/* #Shop Styles
================================================== */

.shop-wrap {display:block; position:relative; }
.shop-item { display:block; position:relative;}
.shop-item img { border:1px solid #e5e5e5;}
.shop-item .product-shop { height:42px; margin-right:-2px; border-top:3px solid #e5e5e5; padding-top:8px; margin-bottom:40px;}
p.price { font-family:"Open Sans", Arial;}
p.price span.amount, h2.price span.amount { color:#6bb15f; font-size:18px; font-weight:400;}
p.price small, h2.price small { color:#797979; font-size:13px; text-decoration:line-through; margin-right:10px;}
h2.price small { font-size:21px;}
h2.price span.amount { font-size:34px;}
.shop-item .onsale { min-height: 32px; min-width: 32px;	padding: 4px; font-size: 12px; font-weight: bold; position: absolute; text-align: center; line-height: 32px; top: -14px; left: 10px; margin: 0; background: #ff5d5e; color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px;	border-radius: 30px;}

.buttons_added a.addtocart { padding:6px 12px 5px 26px; background-color:#f1f1f1; border-radius:5px;}
.buttons_added a.addtocart:before { left:10px; top:9px;}
.buttons_added a.addtocart:hover { background-color:#f6f6f6;}
.buttons_added input[type=text] { width:30px; text-align:center; float:left;  padding:5px 10px; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset; border:1px solid #9a9a9a; margin:0;}
.buttons_added input[type=button] { float: left; height:33px ; padding:4px 16px 5px; font-size:20px; margin:0; }
.buttons_added input[type=button].minus { border-radius: 3px 0 0 3px; }
.buttons_added input[type=button].plus { border-radius: 0 3px 3px 0; }
.result-count { display:inline-block; float:left; margin-right:20px; border-left:7px solid #ff5d5e; padding:4px 0 4px 7px;}
.ordering { float:right;}
/* #Widgets Styles
================================================== */

	/* Sidebar Lists  */
	
	.listbox1 { height: auto; padding: 0px; text-align: left; font-size:13px; font-weight:normal; }
	.listbox1 ul, .listbox1 ul li { margin: 0; padding: 0; list-style: none; letter-spacing:0; }
	.listbox1 ul { margin-bottom: 10px; }
	.listbox1 ul li, #footer.litex .listbox1 ul li { border-bottom: 1px dotted #e2e2e2; }
	.listbox1 ul li a, #footer.litex .footer-in .listbox1 ul li a { text-decoration: none; color: #95a3a6; background: #fff; display: block; padding: 8px 0;
	-webkit-transition: all .07s ease; -moz-transition: all .07s ease; -ms-transition: all .07s ease; -o-transition: all .07s ease; transition: all .07s ease; }
	.listbox1 ul li a:hover, #footer.litex .footer-in .listbox1 ul li a:hover { color: #515151; background:#fafafa; padding-left:6px; }
	#footer.litex .footer-in .listbox1 ul li a { background:none; color:#666;}
	#footer.litex .footer-in .listbox1 ul li a:hover { background:#fff; color:#555;}
	.listbox1 ul li a:after { float:right; font-family: 'icomoon'; padding-right:3px; font-size: 6px; content: "\e3b0"; color: #bbb; vertical-align:middle;}
	.listbox1 ul li span { float: right; font-size: 10px; }
	#footer .listbox1 ul li { border-color:#414141;}
	#footer .listbox1 ul li a { background:none; color:#a9a9a9;}
	#footer .listbox1 ul li a:hover { background:#292929; color:#d9d9d9;}
	
	/* Sidebar Image Lists */
	
	.side-list ul, ul.side-list { list-style:none; margin-left:0; margin-bottom:30px; border-top:1px solid #e5e5e5;}
	.side-list li, #footer.litex .side-list li { border-bottom:1px solid #e5e5e5; padding:15px 0 5px; margin:0;}
	.side-list li:hover { background:#fdfdfd;}
	.side-list img { float:left; width:62px; height:62px; padding:3px; background:#e5e5e5; margin-right:10px;
	-webkit-transition: all .14s ease; -moz-transition: all .14s ease; -ms-transition: all .14s ease; -o-transition: all .14s ease; transition: all .14s ease;}
	.side-list li:hover img { background:#e84a52;}
	.side-list h5 { font-size:15px; margin:0 0 10px;}
	.side-list p { font-size:13px;}
	#footer .side-list ul, #footer ul.side-list { border:none;}
	#footer .side-list li { background:none; border-color:#393939;}
	#footer .side-list li:hover { border-color:#444;}
	#footer .side-list h5 a { color:#b9b9b9;}
	#footer .side-list img { background:#454545;}
	#footer .side-list li:hover img { background:#e84a52;}
	#footer.litex .footer-in .side-list h5 a { color:#5e5e5e;}
	#footer.litex .side-list img { background:#c9c9c9;}
	.flickr-feed { padding-left:10px; margin-bottom:14px;}
	.flickr-feed a { float:left; margin:0 1px 1px 0; opacity: 0.5; filter: alpha(opacity=50);  -webkit-transition: opacity 0.31s ease; -moz-transition: opacity 0.31s ease; -ms-transition: opacity 0.31s ease; -o-transition: opacity 0.31s ease; transition: opacity 0.31s ease;}
	#footer.litex .flickr-feed a { opacity: 0.85; filter: alpha(opacity=85); }
	.flickr-feed a img { margin:0; width:82px; height:82px; box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.7);  }
	.flickr-feed a:hover, #footer.litex .flickr-feed a:hover { opacity: 1; filter: alpha(opacity=100);}
	
	/* Shop Sidebar */
	
	.side-cart { padding:0 0 10px 0; margin-bottom:30px; position:relative;}
	.side-cart h4.subtitle { margin-top:0px; color:#ff5d5e; margin-bottom:2px; margin-left:0;}
	.side-cart i { float:left; display:in-block; font-size:18px; color:inherit; margin-right:5px; margin-top:4px;}
	.side-cart .side-list { border-top:3px solid #ff5d5e;  margin-bottom:2px; }
	.side-cart .total { border-top:2px solid #dfdfdf; padding-top:12px;}
	.side-cart .button { float:left; margin-right:10px; background:#ff5d5e;}
	
	/* Tag Cloud */
	
	.tagcloud a, #footer.litex .tagcloud a { line-height: 16px; padding: 4px 10px; font-size: 11px; font-weight:bold; margin: 0 5px 5px 0; min-width: 18px; border-radius: 3px; width: auto; background: #fefefe; color: #898989; display:inline-block; text-decoration: none; border:2px solid #e1e1e1; text-transform:uppercase; }
	.tagcloud a:hover, #footer.litex .tagcloud a:hover { color: #333 ; border-color: #ffcc00; }
	#footer .tagcloud a { padding: 7px 14px; background: #363636; margin: 3px; display: inline-block; color: #808080; border:none; }
	#footer .tagcloud a:hover { color: #fff; background: #e84a52; }
	#footer.litex .footer-in .tagcloud a { color: #898989;}
	#footer.litex .footer-in .tagcloud a:hover { color: #333; background: #fff; }

/* -------- end ----------- *//* ------------------------------------------------------------------------
	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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../images/prettyPhoto/default/sprite.png') -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../images/prettyPhoto/light_rounded/sprite.png') -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../images/prettyPhoto/dark_rounded/contentPattern.png') top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url('/Data/sites/1/skins/retooling/css/../images/prettyPhoto/dark_rounded/contentPattern.png') top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../images/prettyPhoto/dark_rounded/sprite.png') -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../images/prettyPhoto/dark_square/loader.gif') center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../images/prettyPhoto/facebook/sprite.png') -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url('/Data/sites/1/skins/retooling/css/../images/prettyPhoto/facebook/contentPatternTop.png') top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../images/prettyPhoto/facebook/contentPatternLeft.png') top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../images/prettyPhoto/facebook/sprite.png') -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url('/Data/sites/1/skins/retooling/css/../images/prettyPhoto/facebook/sprite.png') -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url('/Data/sites/1/skins/retooling/css/../images/prettyPhoto/facebook/sprite.png') 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../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/retooling/css/../images/prettyPhoto/facebook/loader.gif') center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../images/prettyPhoto/facebook/sprite.png') -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url('/Data/sites/1/skins/retooling/css/../images/prettyPhoto/facebook/btnNext.png') center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../images/prettyPhoto/facebook/sprite.png') -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url('/Data/sites/1/skins/retooling/css/../images/prettyPhoto/facebook/contentPatternBottom.png') top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url('/Data/sites/1/skins/retooling/css/../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/retooling/css/../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/retooling/css/../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/retooling/css/../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;
		}/* LayerSlider Styles */



.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-inner {
	position: relative;
	background-position: center center;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
}

.ls-shadow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}



/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* Trying to remove all the default global styles of WordPress :) */

.ls-container img {
	max-width: none !important;
}

.ls-container img,
.entry-content .ls-container img,
.comment-content .ls-container img,
.widget .ls-container img {
	border-radius: 0px;
	box-shadow: none;
}

.entry-content .ls-container *,
.comment-content .ls-container *,
.widget .ls-container * {
	line-height: normal;
	padding: 0px;
	outline: none;
	border: 0px;
}

.entry-content .ls-yourlogo,
.entry-content .ls-inner *,
.comment-content .ls-inner *,
.widget .ls-inner * {
	margin: 0px;
}

.entry-content .ls-tn,
.comment-content .ls-tn,
.widget .ls-tn {
	display: none;
}
			

			.ls-layer h1, .ls-layer h2, .ls-layer h3, .ls-layer h4, .ls-layer h5, .ls-layer h6 { font-weight:300;}
			.ls-layer h2 { font-weight:300; font-size:49px;}
			.ls-layer h1 {text-transform:uppercase; font-size:73px; font-weight:100;}
			.ls-layer h4 { border:1px solid #444; border-width:2px 0; padding:16px 0; margin:40px 0;}
			.ls-layer h3 { color:#128abc; }
			.ls-layer p { line-height:26px; }
			.ls-layer a.button { padding:16px 40px; border:2px solid #fff; color:#ff; background:transparent; font-size:16px; text-shadow:none;}

			.l1-s1s {
				height: 110px;
				color: white;
				background: #0093d0;
				opacity: .74;
				filter: alpha(opacity=70);
				width: 650px;
				text-align: center;
			}
			
			.l2-s1s {
				color: white;
				background: #0093d0;
				opacity: .69;
				filter: alpha(opacity=60); 
				white-space: nowrap;
				left:0;
			}
			h1.l2-s1s { background:#ff9900; opacity: .76; filter: alpha(opacity=70); }
			
			.l3-s1 {
				width:440px;
				padding-bottom:12px;
				color: black;
				background: white;
				opacity: .59;
				box-shadow: 0px 4px 10px -5px black;

			}
			
			@media screen and (max-width: 1024px) {
			
			.ls-layer h1, .ls-layer h3 { left:0; margin-left:100px;}
			
			}/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; position:relative; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block; position:relative;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { background: #fff; margin: 0; padding: 0; z-index: 1;  position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 16px; height: 16px; padding:30px 20px; margin: -46px 0 0; background: rgba(0,0,0,0.9); display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0;  -webkit-transition: all .19s ease; }
.flex-direction-nav a i { color:#fff; font-size:16px;}
.flex-direction-nav a span { display:none;}
.flex-direction-nav .flex-next { right: 0px; border-radius: 4px 0 0 4px; }
.flex-direction-nav .flex-prev {left: 0x; border-radius: 0 4px 4px 0;}
.flexslider:hover .flex-next {opacity: 0.8; }
.flexslider:hover .flex-prev {opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1; background-color: #0c78b8;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: auto; position: absolute; right:56px; bottom: 36px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 16px; height: 16px; display: block; background: #fff; background: rgba(255,255,255,0.9); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #0c78b8; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Caption */
.slide-caption {  padding: 30px; max-width:40%; margin: 0;	position: absolute;	display: block;	left: 90px; bottom: 40px;	background-color: #222;	background: rgba(0, 0, 0, 0.5);}
.slide-caption h3 {	color: #fff; padding-bottom: 10px;	margin:0; font-weight:400; }
.slide-caption p {	margin:0;	line-height: 20px;	color: #c9c9c9;}


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
  .flex-direction-nav a { padding:16px 8px; margin-top:-30px; top:50%;}
  .flex-control-nav { bottom:16px; right:26px;}
  .flex-control-paging li a { width:10px; height:10px;}
  .slide-caption { display:none;}
  .flex-control-nav li { margin:0 4px;}
}@font-face {
	font-family: 'icomoon';
	src:url('/Data/sites/1/skins/retooling/css/../fonts/icomoon.eot');
	src:url('/Data/sites/1/skins/retooling/css/../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/Data/sites/1/skins/retooling/css/../fonts/icomoon.woff') format('woff'),
		url('/Data/sites/1/skins/retooling/css/../fonts/icomoon.ttf') format('truetype'),
		url('/Data/sites/1/skins/retooling/css/../fonts/icomoon.svg#icomoon') format('svg');		
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'icomoon';
        src: url('/Data/sites/1/skins/retooling/css/../fonts/icomoon.svg#icomoon') format('svg');
    }
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icomoon-"] {
*/
.icomoon-home, .icomoon-home-2, .icomoon-home-3, .icomoon-home-4, .icomoon-home-5, .icomoon-home-6, .icomoon-home-7, .icomoon-home-8, .icomoon-home-9, .icomoon-home-10, .icomoon-office, .icomoon-newspaper, .icomoon-pencil, .icomoon-pencil-2, .icomoon-pencil-3, .icomoon-pencil-4, .icomoon-pencil-5, .icomoon-pencil-6, .icomoon-quill, .icomoon-quill-2, .icomoon-quill-3, .icomoon-pen, .icomoon-pen-2, .icomoon-pen-3, .icomoon-pen-4, .icomoon-pen-5, .icomoon-marker, .icomoon-home-11, .icomoon-marker-2, .icomoon-blog, .icomoon-blog-2, .icomoon-brush, .icomoon-palette, .icomoon-palette-2, .icomoon-eyedropper, .icomoon-eyedropper-2, .icomoon-droplet, .icomoon-droplet-2, .icomoon-droplet-3, .icomoon-droplet-4, .icomoon-paint-format, .icomoon-paint-format-2, .icomoon-image, .icomoon-image-2, .icomoon-image-3, .icomoon-images, .icomoon-image-4, .icomoon-image-5, .icomoon-image-6, .icomoon-images-2, .icomoon-image-7, .icomoon-camera, .icomoon-camera-2, .icomoon-camera-3, .icomoon-camera-4, .icomoon-music, .icomoon-music-2, .icomoon-music-3, .icomoon-music-4, .icomoon-music-5, .icomoon-music-6, .icomoon-piano, .icomoon-guitar, .icomoon-headphones, .icomoon-headphones-2, .icomoon-play, .icomoon-play-2, .icomoon-movie, .icomoon-movie-2, .icomoon-movie-3, .icomoon-film, .icomoon-film-2, .icomoon-film-3, .icomoon-film-4, .icomoon-camera-5, .icomoon-camera-6, .icomoon-camera-7, .icomoon-camera-8, .icomoon-camera-9, .icomoon-dice, .icomoon-gamepad, .icomoon-gamepad-2, .icomoon-gamepad-3, .icomoon-pacman, .icomoon-spades, .icomoon-clubs, .icomoon-diamonds, .icomoon-king, .icomoon-queen, .icomoon-rock, .icomoon-bishop, .icomoon-knight, .icomoon-pawn, .icomoon-chess, .icomoon-bullhorn, .icomoon-megaphone, .icomoon-new, .icomoon-connection, .icomoon-connection-2, .icomoon-podcast, .icomoon-radio, .icomoon-feed, .icomoon-connection-3, .icomoon-radio-2, .icomoon-podcast-2, .icomoon-podcast-3, .icomoon-mic, .icomoon-mic-2, .icomoon-mic-3, .icomoon-mic-4, .icomoon-mic-5, .icomoon-book, .icomoon-book-2, .icomoon-books, .icomoon-reading, .icomoon-library, .icomoon-library-2, .icomoon-graduation, .icomoon-file, .icomoon-profile, .icomoon-file-2, .icomoon-file-3, .icomoon-file-4, .icomoon-file-5, .icomoon-file-6, .icomoon-files, .icomoon-file-plus, .icomoon-file-minus, .icomoon-file-download, .icomoon-file-upload, .icomoon-file-check, .icomoon-file-remove, .icomoon-file-7, .icomoon-file-8, .icomoon-file-plus-2, .icomoon-file-minus-2, .icomoon-file-download-2, .icomoon-file-upload-2, .icomoon-file-check-2, .icomoon-file-remove-2, .icomoon-file-9, .icomoon-copy, .icomoon-copy-2, .icomoon-copy-3, .icomoon-copy-4, .icomoon-paste, .icomoon-paste-2, .icomoon-paste-3, .icomoon-stack, .icomoon-stack-2, .icomoon-stack-3, .icomoon-folder, .icomoon-folder-download, .icomoon-folder-upload, .icomoon-folder-plus, .icomoon-folder-plus-2, .icomoon-folder-minus, .icomoon-folder-minus-2, .icomoon-folder8, .icomoon-folder-remove, .icomoon-folder-2, .icomoon-folder-open, .icomoon-folder-3, .icomoon-folder-4, .icomoon-folder-plus-3, .icomoon-folder-minus-3, .icomoon-folder-plus-4, .icomoon-folder-remove-2, .icomoon-folder-download-2, .icomoon-folder-upload-2, .icomoon-folder-download-3, .icomoon-folder-upload-3, .icomoon-folder-5, .icomoon-folder-open-2, .icomoon-folder-6, .icomoon-folder-open-3, .icomoon-certificate, .icomoon-cc, .icomoon-tag, .icomoon-tag-2, .icomoon-tag-3, .icomoon-tag-4, .icomoon-tag-5, .icomoon-tag-6, .icomoon-tag-7, .icomoon-tags, .icomoon-tags-2, .icomoon-tag-8, .icomoon-barcode, .icomoon-barcode-2, .icomoon-qrcode, .icomoon-ticket, .icomoon-cart, .icomoon-cart-2, .icomoon-cart-3, .icomoon-cart-4, .icomoon-cart-5, .icomoon-cart-6, .icomoon-cart-7, .icomoon-cart-plus, .icomoon-cart-minus, .icomoon-cart-add, .icomoon-cart-remove, .icomoon-cart-checkout, .icomoon-cart-remove-2, .icomoon-basket, .icomoon-basket-2, .icomoon-bag, .icomoon-bag-2, .icomoon-bag-3, .icomoon-coin, .icomoon-coins, .icomoon-credit, .icomoon-credit-2, .icomoon-calculate, .icomoon-calculate-2, .icomoon-support, .icomoon-phone, .icomoon-phone-2, .icomoon-phone-3, .icomoon-phone-4, .icomoon-contact-add, .icomoon-contact-remove, .icomoon-contact-add-2, .icomoon-contact-remove-2, .icomoon-call-incoming, .icomoon-call-outgoing, .icomoon-phone-5, .icomoon-phone-6, .icomoon-phone-hang-up, .icomoon-phone-hang-up-2, .icomoon-address-book, .icomoon-address-book-2, .icomoon-notebook, .icomoon-envelop, .icomoon-envelop-2, .icomoon-mail-send, .icomoon-envelop-opened, .icomoon-envelop-3, .icomoon-pushpin, .icomoon-location, .icomoon-location-2, .icomoon-location-3, .icomoon-location-4, .icomoon-location-5, .icomoon-location-6, .icomoon-location-7, .icomoon-compass, .icomoon-compass-2, .icomoon-map, .icomoon-map-2, .icomoon-map-3, .icomoon-map-4, .icomoon-direction, .icomoon-history, .icomoon-history-2, .icomoon-clock, .icomoon-clock-2, .icomoon-clock-3, .icomoon-clock-4, .icomoon-watch, .icomoon-clock-5, .icomoon-clock-6, .icomoon-clock-7, .icomoon-alarm, .icomoon-alarm-2, .icomoon-bell, .icomoon-bell-2, .icomoon-alarm-plus, .icomoon-alarm-minus, .icomoon-alarm-check, .icomoon-alarm-cancel, .icomoon-stopwatch, .icomoon-calendar, .icomoon-calendar-2, .icomoon-calendar-3, .icomoon-calendar-4, .icomoon-calendar-5, .icomoon-print, .icomoon-print-2, .icomoon-print-3, .icomoon-mouse, .icomoon-mouse-2, .icomoon-mouse-3, .icomoon-mouse-4, .icomoon-keyboard, .icomoon-keyboard-2, .icomoon-screen, .icomoon-screen-2, .icomoon-screen-3, .icomoon-screen-4, .icomoon-laptop, .icomoon-mobile, .icomoon-mobile-2, .icomoon-tablet, .icomoon-mobile-3, .icomoon-tv, .icomoon-cabinet, .icomoon-archive, .icomoon-drawer, .icomoon-drawer-2, .icomoon-drawer-3, .icomoon-box, .icomoon-box-add, .icomoon-box-remove, .icomoon-download, .icomoon-upload, .icomoon-disk, .icomoon-cd, .icomoon-storage, .icomoon-storage-2, .icomoon-database, .icomoon-database-2, .icomoon-database-3, .icomoon-undo, .icomoon-redo, .icomoon-rotate, .icomoon-rotate-2, .icomoon-flip, .icomoon-flip-2, .icomoon-unite, .icomoon-subtract, .icomoon-interset, .icomoon-exclude, .icomoon-align-left, .icomoon-align-center-horizontal, .icomoon-align-right, .icomoon-align-top, .icomoon-align-center-vertical, .icomoon-align-bottom, .icomoon-undo-2, .icomoon-redo-2, .icomoon-forward, .icomoon-reply, .icomoon-reply-2, .icomoon-bubble, .icomoon-bubbles, .icomoon-bubbles-2, .icomoon-bubble-2, .icomoon-bubbles-3, .icomoon-bubbles-4, .icomoon-bubble-notification, .icomoon-bubbles-5, .icomoon-bubbles-6, .icomoon-bubble-3, .icomoon-bubble-dots, .icomoon-bubble-4, .icomoon-bubble-5, .icomoon-bubble-dots-2, .icomoon-bubble-6, .icomoon-bubble-7, .icomoon-bubble-8, .icomoon-bubbles-7, .icomoon-bubble-9, .icomoon-bubbles-8, .icomoon-bubble-10, .icomoon-bubble-dots-3, .icomoon-bubble-11, .icomoon-bubble-12, .icomoon-bubble-dots-4, .icomoon-bubble-13, .icomoon-bubbles-9, .icomoon-bubbles-10, .icomoon-bubble-blocked, .icomoon-bubble-quote, .icomoon-bubble-user, .icomoon-bubble-check, .icomoon-bubble-video-chat, .icomoon-bubble-link, .icomoon-bubble-locked, .icomoon-bubble-star, .icomoon-bubble-heart, .icomoon-bubble-paperclip, .icomoon-bubble-cancel, .icomoon-bubble-plus, .icomoon-bubble-minus, .icomoon-bubble-notification-2, .icomoon-bubble-trash, .icomoon-bubble-left, .icomoon-bubble-right, .icomoon-bubble-up, .icomoon-bubble-down, .icomoon-bubble-first, .icomoon-bubble-last, .icomoon-bubble-replu, .icomoon-bubble-forward, .icomoon-bubble-reply, .icomoon-bubble-forward-2, .icomoon-user, .icomoon-users, .icomoon-user-plus, .icomoon-user-plus-2, .icomoon-user-minus, .icomoon-user-minus-2, .icomoon-user-cancel, .icomoon-user-block, .icomoon-users-2, .icomoon-user-2, .icomoon-users-3, .icomoon-user-plus-3, .icomoon-user-minus-3, .icomoon-user-cancel-2, .icomoon-user-block-2, .icomoon-user-3, .icomoon-user-4, .icomoon-user-5, .icomoon-user-6, .icomoon-users-4, .icomoon-user-7, .icomoon-user-8, .icomoon-users-5, .icomoon-vcard, .icomoon-tshirt, .icomoon-hanger, .icomoon-quotes-left, .icomoon-quotes-right, .icomoon-quotes-right-2, .icomoon-quotes-right-3, .icomoon-busy, .icomoon-busy-2, .icomoon-busy-3, .icomoon-busy-4, .icomoon-spinner, .icomoon-spinner-2, .icomoon-spinner-3, .icomoon-spinner-4, .icomoon-spinner-5, .icomoon-spinner-6, .icomoon-spinner-7, .icomoon-spinner-8, .icomoon-spinner-9, .icomoon-spinner-10, .icomoon-spinner-11, .icomoon-spinner-12, .icomoon-microscope, .icomoon-binoculars, .icomoon-binoculars-2, .icomoon-search, .icomoon-search-2, .icomoon-zoom-in, .icomoon-zoom-out, .icomoon-search-3, .icomoon-search-4, .icomoon-zoom-in-2, .icomoon-zoom-out-2, .icomoon-search-5, .icomoon-expand, .icomoon-contract, .icomoon-scale-up, .icomoon-scale-down, .icomoon-expand-2, .icomoon-contract-2, .icomoon-scale-up-2, .icomoon-scale-down-2, .icomoon-fullscreen, .icomoon-expand-3, .icomoon-contract-3, .icomoon-key, .icomoon-key-2, .icomoon-key-3, .icomoon-key-4, .icomoon-key-5, .icomoon-keyhole, .icomoon-lock, .icomoon-lock-2, .icomoon-lock-3, .icomoon-lock-4, .icomoon-unlocked, .icomoon-lock-5, .icomoon-unlocked-2, .icomoon-wrench, .icomoon-wrench-2, .icomoon-wrench-3, .icomoon-wrench-4, .icomoon-settings, .icomoon-equalizer, .icomoon-equalizer-2, .icomoon-equalizer-3, .icomoon-cog, .icomoon-cogs, .icomoon-cog-2, .icomoon-cog-3, .icomoon-cog-4, .icomoon-cog-5, .icomoon-cog-6, .icomoon-cog-7, .icomoon-factory, .icomoon-hammer, .icomoon-tools, .icomoon-screwdriver, .icomoon-screwdriver-2, .icomoon-wand, .icomoon-wand-2, .icomoon-health, .icomoon-aid, .icomoon-patch, .icomoon-bug, .icomoon-bug-2, .icomoon-inject, .icomoon-inject-2, .icomoon-construction, .icomoon-cone, .icomoon-pie, .icomoon-pie-2, .icomoon-pie-3, .icomoon-pie-4, .icomoon-pie-5, .icomoon-pie-6, .icomoon-pie-7, .icomoon-stats, .icomoon-stats-2, .icomoon-stats-3, .icomoon-bars, .icomoon-bars-2, .icomoon-bars-3, .icomoon-bars-4, .icomoon-bars-5, .icomoon-bars-6, .icomoon-stats-up, .icomoon-stats-down, .icomoon-stairs-down, .icomoon-stairs-down-2, .icomoon-chart, .icomoon-stairs, .icomoon-stairs-2, .icomoon-ladder, .icomoon-cake, .icomoon-gift, .icomoon-gift-2, .icomoon-balloon, .icomoon-rating, .icomoon-rating-2, .icomoon-rating-3, .icomoon-podium, .icomoon-medal, .icomoon-medal-2, .icomoon-medal-3, .icomoon-medal-4, .icomoon-medal-5, .icomoon-crown, .icomoon-trophy, .icomoon-trophy-2, .icomoon-trophy-star, .icomoon-diamond, .icomoon-diamond-2, .icomoon-glass, .icomoon-glass-2, .icomoon-bottle, .icomoon-bottle-2, .icomoon-mug, .icomoon-food, .icomoon-food-2, .icomoon-hamburger, .icomoon-cup, .icomoon-cup-2, .icomoon-leaf, .icomoon-leaf-2, .icomoon-apple-fruit, .icomoon-tree, .icomoon-tree-2, .icomoon-paw, .icomoon-steps, .icomoon-flower, .icomoon-rocket, .icomoon-meter, .icomoon-meter2, .icomoon-meter-slow, .icomoon-meter-medium, .icomoon-meter-fast, .icomoon-dashboard, .icomoon-hammer-2, .icomoon-balance, .icomoon-bomb, .icomoon-fire, .icomoon-fire-2, .icomoon-lab, .icomoon-atom, .icomoon-atom-2, .icomoon-magnet, .icomoon-magnet-2, .icomoon-magnet-3, .icomoon-magnet-4, .icomoon-dumbbell, .icomoon-skull, .icomoon-skull-2, .icomoon-skull-3, .icomoon-lamp, .icomoon-lamp-2, .icomoon-lamp-3, .icomoon-lamp-4, .icomoon-remove, .icomoon-remove-2, .icomoon-remove-3, .icomoon-remove-4, .icomoon-remove-5, .icomoon-remove-6, .icomoon-remove-7, .icomoon-remove-8, .icomoon-briefcase, .icomoon-briefcase-2, .icomoon-briefcase-3, .icomoon-airplane, .icomoon-airplane-2, .icomoon-paper-plane, .icomoon-car, .icomoon-gas-pump, .icomoon-bus, .icomoon-truck, .icomoon-bike, .icomoon-road, .icomoon-train, .icomoon-ship, .icomoon-boat, .icomoon-cube, .icomoon-cube-2, .icomoon-cube-3, .icomoon-cube4, .icomoon-pyramid, .icomoon-pyramid-2, .icomoon-cylinder, .icomoon-package, .icomoon-puzzle, .icomoon-puzzle-2, .icomoon-puzzle-3, .icomoon-puzzle-4, .icomoon-glasses, .icomoon-glasses-2, .icomoon-glasses-3, .icomoon-sun-glasses, .icomoon-accessibility, .icomoon-accessibility-2, .icomoon-brain, .icomoon-target, .icomoon-target-2, .icomoon-target-3, .icomoon-gun, .icomoon-gun-ban, .icomoon-shield, .icomoon-shield-2, .icomoon-shield-3, .icomoon-shield-4, .icomoon-soccer, .icomoon-football, .icomoon-baseball, .icomoon-basketball, .icomoon-golf, .icomoon-hockey, .icomoon-racing, .icomoon-eight-ball, .icomoon-bowling-ball, .icomoon-bowling, .icomoon-bowling-2, .icomoon-lightning, .icomoon-power, .icomoon-power-2, .icomoon-switch, .icomoon-power-cord, .icomoon-cord, .icomoon-socket, .icomoon-clipboard, .icomoon-clipboard-2, .icomoon-signup, .icomoon-clipboard-3, .icomoon-clipboard-4, .icomoon-list, .icomoon-list-2, .icomoon-list-3, .icomoon-numbered-list, .icomoon-list-4, .icomoon-list-5, .icomoon-playlist, .icomoon-grid, .icomoon-grid-2, .icomoon-grid-3, .icomoon-grid-4, .icomoon-grid-5, .icomoon-grid-6, .icomoon-tree-3, .icomoon-tree-4, .icomoon-tree-5, .icomoon-menu, .icomoon-menu-2, .icomoon-circle-small, .icomoon-menu-3, .icomoon-menu-4, .icomoon-menu-5, .icomoon-menu-6, .icomoon-menu-7, .icomoon-menu-8, .icomoon-menu-9, .icomoon-cloud, .icomoon-cloud-2, .icomoon-cloud-3, .icomoon-cloud-download, .icomoon-cloud-upload, .icomoon-download-2, .icomoon-upload-2, .icomoon-download-3, .icomoon-upload-3, .icomoon-download-4, .icomoon-upload-4, .icomoon-download-5, .icomoon-upload-5, .icomoon-download-6, .icomoon-upload-6, .icomoon-download-7, .icomoon-upload-7, .icomoon-globe, .icomoon-globe-2, .icomoon-globe-3, .icomoon-earth, .icomoon-network, .icomoon-link, .icomoon-link-2, .icomoon-link-3, .icomoon-link2, .icomoon-link-4, .icomoon-link-5, .icomoon-link-6, .icomoon-anchor, .icomoon-flag, .icomoon-flag-2, .icomoon-flag-3, .icomoon-flag-4, .icomoon-flag-5, .icomoon-flag-6, .icomoon-attachment, .icomoon-attachment-2, .icomoon-eye, .icomoon-eye-blocked, .icomoon-eye-2, .icomoon-eye-3, .icomoon-eye-blocked-2, .icomoon-eye-4, .icomoon-eye-5, .icomoon-eye-6, .icomoon-eye-7, .icomoon-eye-8, .icomoon-bookmark, .icomoon-bookmark-2, .icomoon-bookmarks, .icomoon-bookmark-3, .icomoon-spotlight, .icomoon-starburst, .icomoon-snowflake, .icomoon-temperature, .icomoon-temperature-2, .icomoon-weather-lightning, .icomoon-weather-rain, .icomoon-weather-snow, .icomoon-windy, .icomoon-fan, .icomoon-umbrella, .icomoon-sun, .icomoon-sun-2, .icomoon-brightness-high, .icomoon-brightness-medium, .icomoon-brightness-low, .icomoon-brightness-contrast, .icomoon-contrast, .icomoon-moon, .icomoon-bed, .icomoon-bed-2, .icomoon-star, .icomoon-star-2, .icomoon-star-3, .icomoon-star-4, .icomoon-star-5, .icomoon-star-6, .icomoon-heart, .icomoon-heart-2, .icomoon-heart-3, .icomoon-heart-4, .icomoon-heart-broken, .icomoon-heart-5, .icomoon-heart-6, .icomoon-heart-broken-2, .icomoon-heart-7, .icomoon-heart-8, .icomoon-heart-broken-3, .icomoon-lips, .icomoon-lips-2, .icomoon-thumbs-up, .icomoon-thumbs-up-2, .icomoon-thumbs-down, .icomoon-thumbs-down-2, .icomoon-thumbs-up-3, .icomoon-thumbs-up-4, .icomoon-thumbs-up-5, .icomoon-thumbs-up-6, .icomoon-people, .icomoon-man, .icomoon-male, .icomoon-woman, .icomoon-female, .icomoon-peace, .icomoon-yin-yang, .icomoon-happy, .icomoon-happy-2, .icomoon-smiley, .icomoon-smiley-2, .icomoon-tongue, .icomoon-tongue-2, .icomoon-sad, .icomoon-sad-2, .icomoon-wink, .icomoon-wink-2, .icomoon-grin, .icomoon-grin-2, .icomoon-cool, .icomoon-cool-2, .icomoon-angry, .icomoon-angry-2, .icomoon-evil, .icomoon-evil-2, .icomoon-shocked, .icomoon-shocked-2, .icomoon-confused, .icomoon-confused-2, .icomoon-neutral, .icomoon-neutral-2, .icomoon-wondering, .icomoon-wondering-2, .icomoon-cursor, .icomoon-cursor-2, .icomoon-point-up, .icomoon-point-right, .icomoon-point-down, .icomoon-point-left, .icomoon-pointer, .icomoon-hand, .icomoon-stack-empty, .icomoon-stack-plus, .icomoon-stack-minus, .icomoon-stack-star, .icomoon-stack-picture, .icomoon-stack-down, .icomoon-stack-up, .icomoon-stack-cancel, .icomoon-stack-checkmark, .icomoon-stack-list, .icomoon-stack-clubs, .icomoon-stack-spades, .icomoon-stack-hearts, .icomoon-stack-diamonds, .icomoon-stack-user, .icomoon-stack-4, .icomoon-stack-music, .icomoon-stack-play, .icomoon-move, .icomoon-resize, .icomoon-resize-2, .icomoon-warning, .icomoon-warning-2, .icomoon-notification, .icomoon-notification-2, .icomoon-question, .icomoon-question-2, .icomoon-question-3, .icomoon-question-4, .icomoon-question-5, .icomoon-plus-circle, .icomoon-plus-circle-2, .icomoon-minus-circle, .icomoon-minus-circle-2, .icomoon-info, .icomoon-info-2, .icomoon-blocked, .icomoon-cancel-circle, .icomoon-cancel-circle-2, .icomoon-checkmark-circle, .icomoon-checkmark-circle-2, .icomoon-cancel, .icomoon-spam, .icomoon-close, .icomoon-close-2, .icomoon-close-3, .icomoon-close-4, .icomoon-close-5, .icomoon-checkmark, .icomoon-checkmark-2, .icomoon-checkmark-3, .icomoon-checkmark-4, .icomoon-spell-check, .icomoon-minus, .icomoon-plus, .icomoon-minus-2, .icomoon-plus-2, .icomoon-enter, .icomoon-exit, .icomoon-enter-2, .icomoon-exit-2, .icomoon-enter-3, .icomoon-exit-3, .icomoon-exit-4, .icomoon-play-3, .icomoon-pause, .icomoon-stop, .icomoon-backward, .icomoon-forward-2, .icomoon-play-4, .icomoon-pause-2, .icomoon-stop-2, .icomoon-backward-2, .icomoon-forward-3, .icomoon-first, .icomoon-last, .icomoon-previous, .icomoon-next, .icomoon-eject, .icomoon-volume-high, .icomoon-volume-medium, .icomoon-volume-low, .icomoon-volume-mute, .icomoon-volume-mute-2, .icomoon-volume-increase, .icomoon-volume-decrease, .icomoon-volume-high-2, .icomoon-volume-medium-2, .icomoon-volume-low-2, .icomoon-volume-mute-3, .icomoon-volume-mute-4, .icomoon-volume-increase-2, .icomoon-volume-decrease-2, .icomoon-volume5, .icomoon-volume4, .icomoon-volume3, .icomoon-volume2, .icomoon-volume1, .icomoon-volume0, .icomoon-volume-mute-5, .icomoon-volume-mute-6, .icomoon-loop, .icomoon-loop-2, .icomoon-loop-3, .icomoon-loop-4, .icomoon-loop-5, .icomoon-shuffle, .icomoon-shuffle-2, .icomoon-wave, .icomoon-wave-2, .icomoon-arrow-first, .icomoon-arrow-right, .icomoon-arrow-up, .icomoon-arrow-right-2, .icomoon-arrow-down, .icomoon-arrow-left, .icomoon-arrow-up-2, .icomoon-arrow-right-3, .icomoon-arrow-down-2, .icomoon-arrow-left-2, .icomoon-arrow-up-left, .icomoon-arrow-up-3, .icomoon-arrow-up-right, .icomoon-arrow-right-4, .icomoon-arrow-down-right, .icomoon-arrow-down-3, .icomoon-arrow-down-left, .icomoon-arrow-left-3, .icomoon-arrow-up-left-2, .icomoon-arrow-up-4, .icomoon-arrow-up-right-2, .icomoon-arrow-right-5, .icomoon-arrow-down-right-2, .icomoon-arrow-down-4, .icomoon-arrow-down-left-2, .icomoon-arrow-left-4, .icomoon-arrow-up-left-3, .icomoon-arrow-up-5, .icomoon-arrow-up-right-3, .icomoon-arrow-right-6, .icomoon-arrow-down-right-3, .icomoon-arrow-down-5, .icomoon-arrow-down-left-3, .icomoon-arrow-left-5, .icomoon-arrow-up-left-4, .icomoon-arrow-up-6, .icomoon-arrow-up-right-4, .icomoon-arrow-right-7, .icomoon-arrow-down-right-4, .icomoon-arrow-down-6, .icomoon-arrow-down-left-4, .icomoon-arrow-left-6, .icomoon-arrow, .icomoon-arrow-2, .icomoon-arrow-3, .icomoon-arrow-4, .icomoon-arrow-5, .icomoon-arrow-6, .icomoon-arrow-7, .icomoon-arrow-8, .icomoon-arrow-up-left-5, .icomoon-arrow-square, .icomoon-arrow-up-right-5, .icomoon-arrow-right-8, .icomoon-arrow-down-right-5, .icomoon-arrow-down-7, .icomoon-arrow-down-left-5, .icomoon-arrow-left-7, .icomoon-arrow-up-7, .icomoon-arrow-right-9, .icomoon-arrow-down-8, .icomoon-arrow-left-8, .icomoon-arrow-up-8, .icomoon-arrow-right-10, .icomoon-arrow-bottom, .icomoon-arrow-left-9, .icomoon-arrow-up-left-6, .icomoon-arrow-up-9, .icomoon-arrow-up-right-6, .icomoon-arrow-right-11, .icomoon-arrow-down-right-6, .icomoon-arrow-down-9, .icomoon-arrow-down-left-6, .icomoon-arrow-left-10, .icomoon-arrow-up-left-7, .icomoon-arrow-up-10, .icomoon-arrow-up-right-7, .icomoon-arrow-right-12, .icomoon-arrow-down-right-7, .icomoon-arrow-down-10, .icomoon-arrow-down-left-7, .icomoon-arrow-left-11, .icomoon-arrow-up-11, .icomoon-arrow-right-13, .icomoon-arrow-down-11, .icomoon-arrow-left-12, .icomoon-arrow-up-12, .icomoon-arrow-right-14, .icomoon-arrow-down-12, .icomoon-arrow-left-13, .icomoon-arrow-up-13, .icomoon-arrow-right-15, .icomoon-arrow-down-13, .icomoon-arrow-left-14, .icomoon-arrow-up-14, .icomoon-arrow-right-16, .icomoon-arrow-down-14, .icomoon-arrow-left-15, .icomoon-arrow-up-15, .icomoon-arrow-right-17, .icomoon-arrow-down-15, .icomoon-arrow-left-16, .icomoon-arrow-up-16, .icomoon-arrow-right-18, .icomoon-arrow-down-16, .icomoon-arrow-left-17, .icomoon-menu-10, .icomoon-menu-11, .icomoon-menu-close, .icomoon-menu-close-2, .icomoon-enter-4, .icomoon-enter-5, .icomoon-esc, .icomoon-backspace, .icomoon-backspace-2, .icomoon-backspace-3, .icomoon-tab, .icomoon-transmission, .icomoon-transmission-2, .icomoon-sort, .icomoon-sort-2, .icomoon-key-keyboard, .icomoon-key-A, .icomoon-key-up, .icomoon-key-right, .icomoon-key-down, .icomoon-key-left, .icomoon-command, .icomoon-checkbox-checked, .icomoon-checkbox-unchecked, .icomoon-square, .icomoon-checkbox-partial, .icomoon-checkbox, .icomoon-checkbox-unchecked-2, .icomoon-checkbox-partial-2, .icomoon-checkbox-checked-2, .icomoon-checkbox-unchecked-3, .icomoon-checkbox-partial-3, .icomoon-radio-checked, .icomoon-radio-unchecked, .icomoon-circle, .icomoon-circle-2, .icomoon-crop, .icomoon-crop-2, .icomoon-vector, .icomoon-rulers, .icomoon-scissors, .icomoon-scissors-2, .icomoon-scissors-3, .icomoon-filter, .icomoon-filter-2, .icomoon-filter-3, .icomoon-filter-4, .icomoon-font, .icomoon-font-size, .icomoon-type, .icomoon-text-height, .icomoon-text-width, .icomoon-height, .icomoon-width, .icomoon-bold, .icomoon-underline, .icomoon-italic, .icomoon-strikethrough, .icomoon-strikethrough-2, .icomoon-font-size-2, .icomoon-bold-2, .icomoon-underline-2, .icomoon-italic-2, .icomoon-strikethrough-3, .icomoon-omega, .icomoon-sigma, .icomoon-nbsp, .icomoon-page-break, .icomoon-page-break-2, .icomoon-superscript, .icomoon-subscript, .icomoon-superscript-2, .icomoon-subscript-2, .icomoon-text-color, .icomoon-highlight, .icomoon-pagebreak, .icomoon-clear-formatting, .icomoon-table, .icomoon-table-2, .icomoon-insert-template, .icomoon-pilcrow, .icomoon-left-to-right, .icomoon-right-to-left, .icomoon-paragraph-left, .icomoon-paragraph-center, .icomoon-paragraph-right, .icomoon-paragraph-justify, .icomoon-paragraph-left-2, .icomoon-paragraph-center-2, .icomoon-paragraph-right-2, .icomoon-paragraph-justify-2, .icomoon-indent-increase, .icomoon-indent-decrease, .icomoon-paragraph-left-3, .icomoon-paragraph-center-3, .icomoon-paragraph-right-3, .icomoon-paragraph-justify-3, .icomoon-indent-increase-2, .icomoon-indent-decrease-2, .icomoon-share, .icomoon-new-tab, .icomoon-new-tab-2, .icomoon-popout, .icomoon-embed, .icomoon-code, .icomoon-console, .icomoon-seven-segment-0, .icomoon-seven-segment-1, .icomoon-seven-segment-2, .icomoon-seven-segment-3, .icomoon-seven-segment-4, .icomoon-seven-segment-5, .icomoon-seven-segment-6, .icomoon-seven-segment-7, .icomoon-seven-segment-8, .icomoon-seven-segment-9, .icomoon-share-2, .icomoon-share-3, .icomoon-mail, .icomoon-mail-2, .icomoon-mail-3, .icomoon-mail-4, .icomoon-google, .icomoon-google-plus, .icomoon-google-plus-2, .icomoon-google-plus-3, .icomoon-google-plus-4, .icomoon-google-drive, .icomoon-facebook, .icomoon-facebook-2, .icomoon-facebook-3, .icomoon-facebook-4, .icomoon-instagram, .icomoon-twitter, .icomoon-twitter-2, .icomoon-twitter-3, .icomoon-feed-2, .icomoon-feed-3, .icomoon-feed-4, .icomoon-youtube, .icomoon-youtube-2, .icomoon-vimeo, .icomoon-vimeo2, .icomoon-vimeo-2, .icomoon-lanyrd, .icomoon-flickr, .icomoon-flickr-2, .icomoon-flickr-3, .icomoon-flickr-4, .icomoon-picassa, .icomoon-picassa-2, .icomoon-dribbble, .icomoon-dribbble-2, .icomoon-dribbble-3, .icomoon-forrst, .icomoon-forrst-2, .icomoon-deviantart, .icomoon-deviantart-2, .icomoon-steam, .icomoon-steam-2, .icomoon-github, .icomoon-github-2, .icomoon-github-3, .icomoon-github-4, .icomoon-github-5, .icomoon-wordpress, .icomoon-wordpress-2, .icomoon-joomla, .icomoon-blogger, .icomoon-blogger-2, .icomoon-tumblr, .icomoon-tumblr-2, .icomoon-yahoo, .icomoon-tux, .icomoon-apple, .icomoon-finder, .icomoon-android, .icomoon-windows, .icomoon-windows8, .icomoon-soundcloud, .icomoon-soundcloud-2, .icomoon-skype, .icomoon-reddit, .icomoon-linkedin, .icomoon-lastfm, .icomoon-lastfm-2, .icomoon-delicious, .icomoon-stumbleupon, .icomoon-stumbleupon-2, .icomoon-stackoverflow, .icomoon-pinterest, .icomoon-pinterest-2, .icomoon-xing, .icomoon-xing-2, .icomoon-flattr, .icomoon-foursquare, .icomoon-foursquare-2, .icomoon-paypal, .icomoon-paypal-2, .icomoon-paypal-3, .icomoon-yelp, .icomoon-libreoffice, .icomoon-file-pdf, .icomoon-file-openoffice, .icomoon-file-word, .icomoon-file-excel, .icomoon-file-zip, .icomoon-file-powerpoint, .icomoon-file-xml, .icomoon-file-css, .icomoon-html5, .icomoon-html5-2, .icomoon-css3, .icomoon-chrome, .icomoon-firefox, .icomoon-IE, .icomoon-opera, .icomoon-safari, .icomoon-IcoMoon, .icomoon-home-12 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icomoon-home:before {
	content: "\e001";
}
.icomoon-home-2:before {
	content: "\e002";
}
.icomoon-home-3:before {
	content: "\e008";
}
.icomoon-home-4:before {
	content: "\e1f4";
}
.icomoon-home-5:before {
	content: "\e1f3";
}
.icomoon-home-6:before {
	content: "\e1f2";
}
.icomoon-home-7:before {
	content: "\e1f1";
}
.icomoon-home-8:before {
	content: "\e1f0";
}
.icomoon-home-9:before {
	content: "\e1ef";
}
.icomoon-home-10:before {
	content: "\e1ee";
}
.icomoon-office:before {
	content: "\e009";
}
.icomoon-newspaper:before {
	content: "\e00a";
}
.icomoon-pencil:before {
	content: "\e00b";
}
.icomoon-pencil-2:before {
	content: "\e00c";
}
.icomoon-pencil-3:before {
	content: "\e00d";
}
.icomoon-pencil-4:before {
	content: "\e00e";
}
.icomoon-pencil-5:before {
	content: "\e00f";
}
.icomoon-pencil-6:before {
	content: "\e010";
}
.icomoon-quill:before {
	content: "\e011";
}
.icomoon-quill-2:before {
	content: "\e013";
}
.icomoon-quill-3:before {
	content: "\e012";
}
.icomoon-pen:before {
	content: "\e014";
}
.icomoon-pen-2:before {
	content: "\e015";
}
.icomoon-pen-3:before {
	content: "\e016";
}
.icomoon-pen-4:before {
	content: "\e017";
}
.icomoon-pen-5:before {
	content: "\e000";
}
.icomoon-marker:before {
	content: "\e028";
}
.icomoon-home-11:before {
	content: "\e003";
}
.icomoon-marker-2:before {
	content: "\e027";
}
.icomoon-blog:before {
	content: "\e004";
}
.icomoon-blog-2:before {
	content: "\e026";
}
.icomoon-brush:before {
	content: "\e025";
}
.icomoon-palette:before {
	content: "\e024";
}
.icomoon-palette-2:before {
	content: "\e005";
}
.icomoon-eyedropper:before {
	content: "\e023";
}
.icomoon-eyedropper-2:before {
	content: "\e006";
}
.icomoon-droplet:before {
	content: "\e022";
}
.icomoon-droplet-2:before {
	content: "\e007";
}
.icomoon-droplet-3:before {
	content: "\e021";
}
.icomoon-droplet-4:before {
	content: "\e020";
}
.icomoon-paint-format:before {
	content: "\e01f";
}
.icomoon-paint-format-2:before {
	content: "\e018";
}
.icomoon-image:before {
	content: "\e01e";
}
.icomoon-image-2:before {
	content: "\e01d";
}
.icomoon-image-3:before {
	content: "\e019";
}
.icomoon-images:before {
	content: "\e01c";
}
.icomoon-image-4:before {
	content: "\e01a";
}
.icomoon-image-5:before {
	content: "\e01b";
}
.icomoon-image-6:before {
	content: "\e029";
}
.icomoon-images-2:before {
	content: "\e02a";
}
.icomoon-image-7:before {
	content: "\e02b";
}
.icomoon-camera:before {
	content: "\e02c";
}
.icomoon-camera-2:before {
	content: "\e02d";
}
.icomoon-camera-3:before {
	content: "\e02e";
}
.icomoon-camera-4:before {
	content: "\e02f";
}
.icomoon-music:before {
	content: "\e030";
}
.icomoon-music-2:before {
	content: "\e031";
}
.icomoon-music-3:before {
	content: "\e032";
}
.icomoon-music-4:before {
	content: "\e033";
}
.icomoon-music-5:before {
	content: "\e034";
}
.icomoon-music-6:before {
	content: "\e035";
}
.icomoon-piano:before {
	content: "\e036";
}
.icomoon-guitar:before {
	content: "\e037";
}
.icomoon-headphones:before {
	content: "\e038";
}
.icomoon-headphones-2:before {
	content: "\e039";
}
.icomoon-play:before {
	content: "\e03a";
}
.icomoon-play-2:before {
	content: "\e03b";
}
.icomoon-movie:before {
	content: "\e03c";
}
.icomoon-movie-2:before {
	content: "\e03d";
}
.icomoon-movie-3:before {
	content: "\e03e";
}
.icomoon-film:before {
	content: "\e03f";
}
.icomoon-film-2:before {
	content: "\e040";
}
.icomoon-film-3:before {
	content: "\e041";
}
.icomoon-film-4:before {
	content: "\e042";
}
.icomoon-camera-5:before {
	content: "\e043";
}
.icomoon-camera-6:before {
	content: "\e044";
}
.icomoon-camera-7:before {
	content: "\e045";
}
.icomoon-camera-8:before {
	content: "\e046";
}
.icomoon-camera-9:before {
	content: "\e047";
}
.icomoon-dice:before {
	content: "\e048";
}
.icomoon-gamepad:before {
	content: "\e049";
}
.icomoon-gamepad-2:before {
	content: "\e04a";
}
.icomoon-gamepad-3:before {
	content: "\e04b";
}
.icomoon-pacman:before {
	content: "\e04c";
}
.icomoon-spades:before {
	content: "\e04d";
}
.icomoon-clubs:before {
	content: "\e04e";
}
.icomoon-diamonds:before {
	content: "\e04f";
}
.icomoon-king:before {
	content: "\e050";
}
.icomoon-queen:before {
	content: "\e051";
}
.icomoon-rock:before {
	content: "\e052";
}
.icomoon-bishop:before {
	content: "\e053";
}
.icomoon-knight:before {
	content: "\e054";
}
.icomoon-pawn:before {
	content: "\e055";
}
.icomoon-chess:before {
	content: "\e056";
}
.icomoon-bullhorn:before {
	content: "\e057";
}
.icomoon-megaphone:before {
	content: "\e058";
}
.icomoon-new:before {
	content: "\e059";
}
.icomoon-connection:before {
	content: "\e05a";
}
.icomoon-connection-2:before {
	content: "\e05b";
}
.icomoon-podcast:before {
	content: "\e05c";
}
.icomoon-radio:before {
	content: "\e05d";
}
.icomoon-feed:before {
	content: "\e05e";
}
.icomoon-connection-3:before {
	content: "\e05f";
}
.icomoon-radio-2:before {
	content: "\e060";
}
.icomoon-podcast-2:before {
	content: "\e061";
}
.icomoon-podcast-3:before {
	content: "\e062";
}
.icomoon-mic:before {
	content: "\e063";
}
.icomoon-mic-2:before {
	content: "\e064";
}
.icomoon-mic-3:before {
	content: "\e065";
}
.icomoon-mic-4:before {
	content: "\e066";
}
.icomoon-mic-5:before {
	content: "\e067";
}
.icomoon-book:before {
	content: "\e068";
}
.icomoon-book-2:before {
	content: "\e069";
}
.icomoon-books:before {
	content: "\e06a";
}
.icomoon-reading:before {
	content: "\e06b";
}
.icomoon-library:before {
	content: "\e06c";
}
.icomoon-library-2:before {
	content: "\e06d";
}
.icomoon-graduation:before {
	content: "\e06e";
}
.icomoon-file:before {
	content: "\e06f";
}
.icomoon-profile:before {
	content: "\e070";
}
.icomoon-file-2:before {
	content: "\e071";
}
.icomoon-file-3:before {
	content: "\e072";
}
.icomoon-file-4:before {
	content: "\e073";
}
.icomoon-file-5:before {
	content: "\e074";
}
.icomoon-file-6:before {
	content: "\e075";
}
.icomoon-files:before {
	content: "\e076";
}
.icomoon-file-plus:before {
	content: "\e077";
}
.icomoon-file-minus:before {
	content: "\e078";
}
.icomoon-file-download:before {
	content: "\e079";
}
.icomoon-file-upload:before {
	content: "\e07a";
}
.icomoon-file-check:before {
	content: "\e07b";
}
.icomoon-file-remove:before {
	content: "\e07c";
}
.icomoon-file-7:before {
	content: "\e07d";
}
.icomoon-file-8:before {
	content: "\e07e";
}
.icomoon-file-plus-2:before {
	content: "\e07f";
}
.icomoon-file-minus-2:before {
	content: "\e080";
}
.icomoon-file-download-2:before {
	content: "\e081";
}
.icomoon-file-upload-2:before {
	content: "\e082";
}
.icomoon-file-check-2:before {
	content: "\e083";
}
.icomoon-file-remove-2:before {
	content: "\e084";
}
.icomoon-file-9:before {
	content: "\e085";
}
.icomoon-copy:before {
	content: "\e086";
}
.icomoon-copy-2:before {
	content: "\e087";
}
.icomoon-copy-3:before {
	content: "\e088";
}
.icomoon-copy-4:before {
	content: "\e089";
}
.icomoon-paste:before {
	content: "\e08a";
}
.icomoon-paste-2:before {
	content: "\e08b";
}
.icomoon-paste-3:before {
	content: "\e08c";
}
.icomoon-stack:before {
	content: "\e08d";
}
.icomoon-stack-2:before {
	content: "\e08e";
}
.icomoon-stack-3:before {
	content: "\e08f";
}
.icomoon-folder:before {
	content: "\e090";
}
.icomoon-folder-download:before {
	content: "\e091";
}
.icomoon-folder-upload:before {
	content: "\e092";
}
.icomoon-folder-plus:before {
	content: "\e093";
}
.icomoon-folder-plus-2:before {
	content: "\e094";
}
.icomoon-folder-minus:before {
	content: "\e095";
}
.icomoon-folder-minus-2:before {
	content: "\e096";
}
.icomoon-folder8:before {
	content: "\e097";
}
.icomoon-folder-remove:before {
	content: "\e098";
}
.icomoon-folder-2:before {
	content: "\e099";
}
.icomoon-folder-open:before {
	content: "\e09a";
}
.icomoon-folder-3:before {
	content: "\e09b";
}
.icomoon-folder-4:before {
	content: "\e09c";
}
.icomoon-folder-plus-3:before {
	content: "\e09d";
}
.icomoon-folder-minus-3:before {
	content: "\e09e";
}
.icomoon-folder-plus-4:before {
	content: "\e09f";
}
.icomoon-folder-remove-2:before {
	content: "\e0a0";
}
.icomoon-folder-download-2:before {
	content: "\e0a1";
}
.icomoon-folder-upload-2:before {
	content: "\e0a2";
}
.icomoon-folder-download-3:before {
	content: "\e0a3";
}
.icomoon-folder-upload-3:before {
	content: "\e0a4";
}
.icomoon-folder-5:before {
	content: "\e0a5";
}
.icomoon-folder-open-2:before {
	content: "\e0a6";
}
.icomoon-folder-6:before {
	content: "\e0a7";
}
.icomoon-folder-open-3:before {
	content: "\e0a8";
}
.icomoon-certificate:before {
	content: "\e0a9";
}
.icomoon-cc:before {
	content: "\e0aa";
}
.icomoon-tag:before {
	content: "\e0ab";
}
.icomoon-tag-2:before {
	content: "\e0ac";
}
.icomoon-tag-3:before {
	content: "\e0ad";
}
.icomoon-tag-4:before {
	content: "\e0ae";
}
.icomoon-tag-5:before {
	content: "\e0af";
}
.icomoon-tag-6:before {
	content: "\e0b0";
}
.icomoon-tag-7:before {
	content: "\e0b1";
}
.icomoon-tags:before {
	content: "\e0b2";
}
.icomoon-tags-2:before {
	content: "\e0b3";
}
.icomoon-tag-8:before {
	content: "\e0b4";
}
.icomoon-barcode:before {
	content: "\e0b5";
}
.icomoon-barcode-2:before {
	content: "\e0b6";
}
.icomoon-qrcode:before {
	content: "\e0b7";
}
.icomoon-ticket:before {
	content: "\e0b8";
}
.icomoon-cart:before {
	content: "\e0b9";
}
.icomoon-cart-2:before {
	content: "\e0ba";
}
.icomoon-cart-3:before {
	content: "\e0bb";
}
.icomoon-cart-4:before {
	content: "\e0bc";
}
.icomoon-cart-5:before {
	content: "\e0bd";
}
.icomoon-cart-6:before {
	content: "\e0be";
}
.icomoon-cart-7:before {
	content: "\e0bf";
}
.icomoon-cart-plus:before {
	content: "\e0c0";
}
.icomoon-cart-minus:before {
	content: "\e0c1";
}
.icomoon-cart-add:before {
	content: "\e0c2";
}
.icomoon-cart-remove:before {
	content: "\e0c3";
}
.icomoon-cart-checkout:before {
	content: "\e0c4";
}
.icomoon-cart-remove-2:before {
	content: "\e0c5";
}
.icomoon-basket:before {
	content: "\e0c6";
}
.icomoon-basket-2:before {
	content: "\e0c7";
}
.icomoon-bag:before {
	content: "\e0c8";
}
.icomoon-bag-2:before {
	content: "\e0c9";
}
.icomoon-bag-3:before {
	content: "\e0ca";
}
.icomoon-coin:before {
	content: "\e0cb";
}
.icomoon-coins:before {
	content: "\e0cc";
}
.icomoon-credit:before {
	content: "\e0cd";
}
.icomoon-credit-2:before {
	content: "\e0ce";
}
.icomoon-calculate:before {
	content: "\e0cf";
}
.icomoon-calculate-2:before {
	content: "\e0d0";
}
.icomoon-support:before {
	content: "\e0d1";
}
.icomoon-phone:before {
	content: "\e0d2";
}
.icomoon-phone-2:before {
	content: "\e0d3";
}
.icomoon-phone-3:before {
	content: "\e0d4";
}
.icomoon-phone-4:before {
	content: "\e0d5";
}
.icomoon-contact-add:before {
	content: "\e0d6";
}
.icomoon-contact-remove:before {
	content: "\e0d7";
}
.icomoon-contact-add-2:before {
	content: "\e0d8";
}
.icomoon-contact-remove-2:before {
	content: "\e0d9";
}
.icomoon-call-incoming:before {
	content: "\e0da";
}
.icomoon-call-outgoing:before {
	content: "\e0db";
}
.icomoon-phone-5:before {
	content: "\e0dc";
}
.icomoon-phone-6:before {
	content: "\e0dd";
}
.icomoon-phone-hang-up:before {
	content: "\e0de";
}
.icomoon-phone-hang-up-2:before {
	content: "\e0df";
}
.icomoon-address-book:before {
	content: "\e0e0";
}
.icomoon-address-book-2:before {
	content: "\e0e1";
}
.icomoon-notebook:before {
	content: "\e0e2";
}
.icomoon-envelop:before {
	content: "\e0e3";
}
.icomoon-envelop-2:before {
	content: "\e0e4";
}
.icomoon-mail-send:before {
	content: "\e0e5";
}
.icomoon-envelop-opened:before {
	content: "\e0e6";
}
.icomoon-envelop-3:before {
	content: "\e0e7";
}
.icomoon-pushpin:before {
	content: "\e0e8";
}
.icomoon-location:before {
	content: "\e0e9";
}
.icomoon-location-2:before {
	content: "\e0ea";
}
.icomoon-location-3:before {
	content: "\e0eb";
}
.icomoon-location-4:before {
	content: "\e0ec";
}
.icomoon-location-5:before {
	content: "\e0ed";
}
.icomoon-location-6:before {
	content: "\e0ee";
}
.icomoon-location-7:before {
	content: "\e0ef";
}
.icomoon-compass:before {
	content: "\e0f0";
}
.icomoon-compass-2:before {
	content: "\e0f1";
}
.icomoon-map:before {
	content: "\e0f2";
}
.icomoon-map-2:before {
	content: "\e0f3";
}
.icomoon-map-3:before {
	content: "\e0f4";
}
.icomoon-map-4:before {
	content: "\e0f5";
}
.icomoon-direction:before {
	content: "\e0f6";
}
.icomoon-history:before {
	content: "\e0f7";
}
.icomoon-history-2:before {
	content: "\e0f8";
}
.icomoon-clock:before {
	content: "\e0f9";
}
.icomoon-clock-2:before {
	content: "\e0fa";
}
.icomoon-clock-3:before {
	content: "\e0fb";
}
.icomoon-clock-4:before {
	content: "\e0fc";
}
.icomoon-watch:before {
	content: "\e0fd";
}
.icomoon-clock-5:before {
	content: "\e0fe";
}
.icomoon-clock-6:before {
	content: "\e0ff";
}
.icomoon-clock-7:before {
	content: "\e100";
}
.icomoon-alarm:before {
	content: "\e101";
}
.icomoon-alarm-2:before {
	content: "\e102";
}
.icomoon-bell:before {
	content: "\e103";
}
.icomoon-bell-2:before {
	content: "\e104";
}
.icomoon-alarm-plus:before {
	content: "\e105";
}
.icomoon-alarm-minus:before {
	content: "\e106";
}
.icomoon-alarm-check:before {
	content: "\e107";
}
.icomoon-alarm-cancel:before {
	content: "\e108";
}
.icomoon-stopwatch:before {
	content: "\e109";
}
.icomoon-calendar:before {
	content: "\e10a";
}
.icomoon-calendar-2:before {
	content: "\e10b";
}
.icomoon-calendar-3:before {
	content: "\e10c";
}
.icomoon-calendar-4:before {
	content: "\e10d";
}
.icomoon-calendar-5:before {
	content: "\e10e";
}
.icomoon-print:before {
	content: "\e10f";
}
.icomoon-print-2:before {
	content: "\e110";
}
.icomoon-print-3:before {
	content: "\e111";
}
.icomoon-mouse:before {
	content: "\e112";
}
.icomoon-mouse-2:before {
	content: "\e113";
}
.icomoon-mouse-3:before {
	content: "\e114";
}
.icomoon-mouse-4:before {
	content: "\e115";
}
.icomoon-keyboard:before {
	content: "\e116";
}
.icomoon-keyboard-2:before {
	content: "\e117";
}
.icomoon-screen:before {
	content: "\e118";
}
.icomoon-screen-2:before {
	content: "\e119";
}
.icomoon-screen-3:before {
	content: "\e11a";
}
.icomoon-screen-4:before {
	content: "\e11b";
}
.icomoon-laptop:before {
	content: "\e11c";
}
.icomoon-mobile:before {
	content: "\e11d";
}
.icomoon-mobile-2:before {
	content: "\e11e";
}
.icomoon-tablet:before {
	content: "\e11f";
}
.icomoon-mobile-3:before {
	content: "\e120";
}
.icomoon-tv:before {
	content: "\e121";
}
.icomoon-cabinet:before {
	content: "\e122";
}
.icomoon-archive:before {
	content: "\e123";
}
.icomoon-drawer:before {
	content: "\e124";
}
.icomoon-drawer-2:before {
	content: "\e125";
}
.icomoon-drawer-3:before {
	content: "\e126";
}
.icomoon-box:before {
	content: "\e127";
}
.icomoon-box-add:before {
	content: "\e128";
}
.icomoon-box-remove:before {
	content: "\e129";
}
.icomoon-download:before {
	content: "\e12a";
}
.icomoon-upload:before {
	content: "\e12b";
}
.icomoon-disk:before {
	content: "\e12c";
}
.icomoon-cd:before {
	content: "\e12d";
}
.icomoon-storage:before {
	content: "\e12e";
}
.icomoon-storage-2:before {
	content: "\e12f";
}
.icomoon-database:before {
	content: "\e130";
}
.icomoon-database-2:before {
	content: "\e131";
}
.icomoon-database-3:before {
	content: "\e132";
}
.icomoon-undo:before {
	content: "\e133";
}
.icomoon-redo:before {
	content: "\e134";
}
.icomoon-rotate:before {
	content: "\e135";
}
.icomoon-rotate-2:before {
	content: "\e136";
}
.icomoon-flip:before {
	content: "\e137";
}
.icomoon-flip-2:before {
	content: "\e138";
}
.icomoon-unite:before {
	content: "\e139";
}
.icomoon-subtract:before {
	content: "\e13a";
}
.icomoon-interset:before {
	content: "\e13b";
}
.icomoon-exclude:before {
	content: "\e13c";
}
.icomoon-align-left:before {
	content: "\e13d";
}
.icomoon-align-center-horizontal:before {
	content: "\e13e";
}
.icomoon-align-right:before {
	content: "\e13f";
}
.icomoon-align-top:before {
	content: "\e140";
}
.icomoon-align-center-vertical:before {
	content: "\e141";
}
.icomoon-align-bottom:before {
	content: "\e142";
}
.icomoon-undo-2:before {
	content: "\e143";
}
.icomoon-redo-2:before {
	content: "\e144";
}
.icomoon-forward:before {
	content: "\e145";
}
.icomoon-reply:before {
	content: "\e146";
}
.icomoon-reply-2:before {
	content: "\e147";
}
.icomoon-bubble:before {
	content: "\e148";
}
.icomoon-bubbles:before {
	content: "\e149";
}
.icomoon-bubbles-2:before {
	content: "\e14a";
}
.icomoon-bubble-2:before {
	content: "\e14b";
}
.icomoon-bubbles-3:before {
	content: "\e14c";
}
.icomoon-bubbles-4:before {
	content: "\e14d";
}
.icomoon-bubble-notification:before {
	content: "\e14e";
}
.icomoon-bubbles-5:before {
	content: "\e14f";
}
.icomoon-bubbles-6:before {
	content: "\e150";
}
.icomoon-bubble-3:before {
	content: "\e151";
}
.icomoon-bubble-dots:before {
	content: "\e152";
}
.icomoon-bubble-4:before {
	content: "\e153";
}
.icomoon-bubble-5:before {
	content: "\e154";
}
.icomoon-bubble-dots-2:before {
	content: "\e155";
}
.icomoon-bubble-6:before {
	content: "\e156";
}
.icomoon-bubble-7:before {
	content: "\e157";
}
.icomoon-bubble-8:before {
	content: "\e158";
}
.icomoon-bubbles-7:before {
	content: "\e159";
}
.icomoon-bubble-9:before {
	content: "\e15a";
}
.icomoon-bubbles-8:before {
	content: "\e15b";
}
.icomoon-bubble-10:before {
	content: "\e15c";
}
.icomoon-bubble-dots-3:before {
	content: "\e15d";
}
.icomoon-bubble-11:before {
	content: "\e15e";
}
.icomoon-bubble-12:before {
	content: "\e15f";
}
.icomoon-bubble-dots-4:before {
	content: "\e160";
}
.icomoon-bubble-13:before {
	content: "\e161";
}
.icomoon-bubbles-9:before {
	content: "\e162";
}
.icomoon-bubbles-10:before {
	content: "\e163";
}
.icomoon-bubble-blocked:before {
	content: "\e164";
}
.icomoon-bubble-quote:before {
	content: "\e165";
}
.icomoon-bubble-user:before {
	content: "\e166";
}
.icomoon-bubble-check:before {
	content: "\e167";
}
.icomoon-bubble-video-chat:before {
	content: "\e168";
}
.icomoon-bubble-link:before {
	content: "\e169";
}
.icomoon-bubble-locked:before {
	content: "\e16a";
}
.icomoon-bubble-star:before {
	content: "\e16b";
}
.icomoon-bubble-heart:before {
	content: "\e16c";
}
.icomoon-bubble-paperclip:before {
	content: "\e16d";
}
.icomoon-bubble-cancel:before {
	content: "\e16e";
}
.icomoon-bubble-plus:before {
	content: "\e16f";
}
.icomoon-bubble-minus:before {
	content: "\e170";
}
.icomoon-bubble-notification-2:before {
	content: "\e171";
}
.icomoon-bubble-trash:before {
	content: "\e172";
}
.icomoon-bubble-left:before {
	content: "\e173";
}
.icomoon-bubble-right:before {
	content: "\e174";
}
.icomoon-bubble-up:before {
	content: "\e175";
}
.icomoon-bubble-down:before {
	content: "\e176";
}
.icomoon-bubble-first:before {
	content: "\e177";
}
.icomoon-bubble-last:before {
	content: "\e178";
}
.icomoon-bubble-replu:before {
	content: "\e179";
}
.icomoon-bubble-forward:before {
	content: "\e17a";
}
.icomoon-bubble-reply:before {
	content: "\e17b";
}
.icomoon-bubble-forward-2:before {
	content: "\e17c";
}
.icomoon-user:before {
	content: "\e17d";
}
.icomoon-users:before {
	content: "\e17e";
}
.icomoon-user-plus:before {
	content: "\e17f";
}
.icomoon-user-plus-2:before {
	content: "\e180";
}
.icomoon-user-minus:before {
	content: "\e181";
}
.icomoon-user-minus-2:before {
	content: "\e182";
}
.icomoon-user-cancel:before {
	content: "\e183";
}
.icomoon-user-block:before {
	content: "\e184";
}
.icomoon-users-2:before {
	content: "\e185";
}
.icomoon-user-2:before {
	content: "\e186";
}
.icomoon-users-3:before {
	content: "\e187";
}
.icomoon-user-plus-3:before {
	content: "\e188";
}
.icomoon-user-minus-3:before {
	content: "\e189";
}
.icomoon-user-cancel-2:before {
	content: "\e18a";
}
.icomoon-user-block-2:before {
	content: "\e18b";
}
.icomoon-user-3:before {
	content: "\e18c";
}
.icomoon-user-4:before {
	content: "\e18d";
}
.icomoon-user-5:before {
	content: "\e18e";
}
.icomoon-user-6:before {
	content: "\e18f";
}
.icomoon-users-4:before {
	content: "\e190";
}
.icomoon-user-7:before {
	content: "\e191";
}
.icomoon-user-8:before {
	content: "\e192";
}
.icomoon-users-5:before {
	content: "\e193";
}
.icomoon-vcard:before {
	content: "\e194";
}
.icomoon-tshirt:before {
	content: "\e195";
}
.icomoon-hanger:before {
	content: "\e196";
}
.icomoon-quotes-left:before {
	content: "\e197";
}
.icomoon-quotes-right:before {
	content: "\e198";
}
.icomoon-quotes-right-2:before {
	content: "\e199";
}
.icomoon-quotes-right-3:before {
	content: "\e19a";
}
.icomoon-busy:before {
	content: "\e19b";
}
.icomoon-busy-2:before {
	content: "\e19c";
}
.icomoon-busy-3:before {
	content: "\e19d";
}
.icomoon-busy-4:before {
	content: "\e19e";
}
.icomoon-spinner:before {
	content: "\e19f";
}
.icomoon-spinner-2:before {
	content: "\e1a0";
}
.icomoon-spinner-3:before {
	content: "\e1a1";
}
.icomoon-spinner-4:before {
	content: "\e1a2";
}
.icomoon-spinner-5:before {
	content: "\e1a3";
}
.icomoon-spinner-6:before {
	content: "\e1a4";
}
.icomoon-spinner-7:before {
	content: "\e1a5";
}
.icomoon-spinner-8:before {
	content: "\e1a6";
}
.icomoon-spinner-9:before {
	content: "\e1a7";
}
.icomoon-spinner-10:before {
	content: "\e1a8";
}
.icomoon-spinner-11:before {
	content: "\e1a9";
}
.icomoon-spinner-12:before {
	content: "\e1aa";
}
.icomoon-microscope:before {
	content: "\e1ab";
}
.icomoon-binoculars:before {
	content: "\e1ac";
}
.icomoon-binoculars-2:before {
	content: "\e1ad";
}
.icomoon-search:before {
	content: "\e1ae";
}
.icomoon-search-2:before {
	content: "\e1af";
}
.icomoon-zoom-in:before {
	content: "\e1b0";
}
.icomoon-zoom-out:before {
	content: "\e1b1";
}
.icomoon-search-3:before {
	content: "\e1b2";
}
.icomoon-search-4:before {
	content: "\e1b3";
}
.icomoon-zoom-in-2:before {
	content: "\e1b4";
}
.icomoon-zoom-out-2:before {
	content: "\e1b5";
}
.icomoon-search-5:before {
	content: "\e1b6";
}
.icomoon-expand:before {
	content: "\e1b7";
}
.icomoon-contract:before {
	content: "\e1b8";
}
.icomoon-scale-up:before {
	content: "\e1b9";
}
.icomoon-scale-down:before {
	content: "\e1ba";
}
.icomoon-expand-2:before {
	content: "\e1bb";
}
.icomoon-contract-2:before {
	content: "\e1bc";
}
.icomoon-scale-up-2:before {
	content: "\e1bd";
}
.icomoon-scale-down-2:before {
	content: "\e1be";
}
.icomoon-fullscreen:before {
	content: "\e1bf";
}
.icomoon-expand-3:before {
	content: "\e1c0";
}
.icomoon-contract-3:before {
	content: "\e1c1";
}
.icomoon-key:before {
	content: "\e1c2";
}
.icomoon-key-2:before {
	content: "\e1c3";
}
.icomoon-key-3:before {
	content: "\e1c4";
}
.icomoon-key-4:before {
	content: "\e1c5";
}
.icomoon-key-5:before {
	content: "\e1c6";
}
.icomoon-keyhole:before {
	content: "\e1c7";
}
.icomoon-lock:before {
	content: "\e1c8";
}
.icomoon-lock-2:before {
	content: "\e1c9";
}
.icomoon-lock-3:before {
	content: "\e1ca";
}
.icomoon-lock-4:before {
	content: "\e1cb";
}
.icomoon-unlocked:before {
	content: "\e1cc";
}
.icomoon-lock-5:before {
	content: "\e1cd";
}
.icomoon-unlocked-2:before {
	content: "\e1ce";
}
.icomoon-wrench:before {
	content: "\e1cf";
}
.icomoon-wrench-2:before {
	content: "\e1d0";
}
.icomoon-wrench-3:before {
	content: "\e1d1";
}
.icomoon-wrench-4:before {
	content: "\e1d2";
}
.icomoon-settings:before {
	content: "\e1d3";
}
.icomoon-equalizer:before {
	content: "\e1d4";
}
.icomoon-equalizer-2:before {
	content: "\e1d5";
}
.icomoon-equalizer-3:before {
	content: "\e1d6";
}
.icomoon-cog:before {
	content: "\e1d7";
}
.icomoon-cogs:before {
	content: "\e1d8";
}
.icomoon-cog-2:before {
	content: "\e1d9";
}
.icomoon-cog-3:before {
	content: "\e1da";
}
.icomoon-cog-4:before {
	content: "\e1db";
}
.icomoon-cog-5:before {
	content: "\e1dc";
}
.icomoon-cog-6:before {
	content: "\e1dd";
}
.icomoon-cog-7:before {
	content: "\e1de";
}
.icomoon-factory:before {
	content: "\e1df";
}
.icomoon-hammer:before {
	content: "\e1e0";
}
.icomoon-tools:before {
	content: "\e1e1";
}
.icomoon-screwdriver:before {
	content: "\e1e2";
}
.icomoon-screwdriver-2:before {
	content: "\e1e3";
}
.icomoon-wand:before {
	content: "\e1e4";
}
.icomoon-wand-2:before {
	content: "\e1e5";
}
.icomoon-health:before {
	content: "\e1e6";
}
.icomoon-aid:before {
	content: "\e1e7";
}
.icomoon-patch:before {
	content: "\e1e8";
}
.icomoon-bug:before {
	content: "\e1e9";
}
.icomoon-bug-2:before {
	content: "\e1ea";
}
.icomoon-inject:before {
	content: "\e1eb";
}
.icomoon-inject-2:before {
	content: "\e1ec";
}
.icomoon-construction:before {
	content: "\e1ed";
}
.icomoon-cone:before {
	content: "\e1f5";
}
.icomoon-pie:before {
	content: "\e1f6";
}
.icomoon-pie-2:before {
	content: "\e1f7";
}
.icomoon-pie-3:before {
	content: "\e1f8";
}
.icomoon-pie-4:before {
	content: "\e1f9";
}
.icomoon-pie-5:before {
	content: "\e1fa";
}
.icomoon-pie-6:before {
	content: "\e1fb";
}
.icomoon-pie-7:before {
	content: "\e1fc";
}
.icomoon-stats:before {
	content: "\e1fd";
}
.icomoon-stats-2:before {
	content: "\e1fe";
}
.icomoon-stats-3:before {
	content: "\e1ff";
}
.icomoon-bars:before {
	content: "\e200";
}
.icomoon-bars-2:before {
	content: "\e201";
}
.icomoon-bars-3:before {
	content: "\e202";
}
.icomoon-bars-4:before {
	content: "\e203";
}
.icomoon-bars-5:before {
	content: "\e204";
}
.icomoon-bars-6:before {
	content: "\e205";
}
.icomoon-stats-up:before {
	content: "\e206";
}
.icomoon-stats-down:before {
	content: "\e207";
}
.icomoon-stairs-down:before {
	content: "\e208";
}
.icomoon-stairs-down-2:before {
	content: "\e209";
}
.icomoon-chart:before {
	content: "\e20a";
}
.icomoon-stairs:before {
	content: "\e20b";
}
.icomoon-stairs-2:before {
	content: "\e20c";
}
.icomoon-ladder:before {
	content: "\e20d";
}
.icomoon-cake:before {
	content: "\e20e";
}
.icomoon-gift:before {
	content: "\e20f";
}
.icomoon-gift-2:before {
	content: "\e210";
}
.icomoon-balloon:before {
	content: "\e211";
}
.icomoon-rating:before {
	content: "\e212";
}
.icomoon-rating-2:before {
	content: "\e213";
}
.icomoon-rating-3:before {
	content: "\e214";
}
.icomoon-podium:before {
	content: "\e215";
}
.icomoon-medal:before {
	content: "\e216";
}
.icomoon-medal-2:before {
	content: "\e217";
}
.icomoon-medal-3:before {
	content: "\e218";
}
.icomoon-medal-4:before {
	content: "\e219";
}
.icomoon-medal-5:before {
	content: "\e21a";
}
.icomoon-crown:before {
	content: "\e21b";
}
.icomoon-trophy:before {
	content: "\e21c";
}
.icomoon-trophy-2:before {
	content: "\e21d";
}
.icomoon-trophy-star:before {
	content: "\e21e";
}
.icomoon-diamond:before {
	content: "\e21f";
}
.icomoon-diamond-2:before {
	content: "\e220";
}
.icomoon-glass:before {
	content: "\e221";
}
.icomoon-glass-2:before {
	content: "\e222";
}
.icomoon-bottle:before {
	content: "\e223";
}
.icomoon-bottle-2:before {
	content: "\e224";
}
.icomoon-mug:before {
	content: "\e225";
}
.icomoon-food:before {
	content: "\e226";
}
.icomoon-food-2:before {
	content: "\e227";
}
.icomoon-hamburger:before {
	content: "\e228";
}
.icomoon-cup:before {
	content: "\e229";
}
.icomoon-cup-2:before {
	content: "\e22a";
}
.icomoon-leaf:before {
	content: "\e22b";
}
.icomoon-leaf-2:before {
	content: "\e22c";
}
.icomoon-apple-fruit:before {
	content: "\e22d";
}
.icomoon-tree:before {
	content: "\e22e";
}
.icomoon-tree-2:before {
	content: "\e22f";
}
.icomoon-paw:before {
	content: "\e230";
}
.icomoon-steps:before {
	content: "\e231";
}
.icomoon-flower:before {
	content: "\e232";
}
.icomoon-rocket:before {
	content: "\e233";
}
.icomoon-meter:before {
	content: "\e234";
}
.icomoon-meter2:before {
	content: "\e235";
}
.icomoon-meter-slow:before {
	content: "\e236";
}
.icomoon-meter-medium:before {
	content: "\e237";
}
.icomoon-meter-fast:before {
	content: "\e238";
}
.icomoon-dashboard:before {
	content: "\e239";
}
.icomoon-hammer-2:before {
	content: "\e23a";
}
.icomoon-balance:before {
	content: "\e23b";
}
.icomoon-bomb:before {
	content: "\e23c";
}
.icomoon-fire:before {
	content: "\e23d";
}
.icomoon-fire-2:before {
	content: "\e23e";
}
.icomoon-lab:before {
	content: "\e23f";
}
.icomoon-atom:before {
	content: "\e240";
}
.icomoon-atom-2:before {
	content: "\e241";
}
.icomoon-magnet:before {
	content: "\e242";
}
.icomoon-magnet-2:before {
	content: "\e243";
}
.icomoon-magnet-3:before {
	content: "\e244";
}
.icomoon-magnet-4:before {
	content: "\e245";
}
.icomoon-dumbbell:before {
	content: "\e246";
}
.icomoon-skull:before {
	content: "\e247";
}
.icomoon-skull-2:before {
	content: "\e248";
}
.icomoon-skull-3:before {
	content: "\e249";
}
.icomoon-lamp:before {
	content: "\e24a";
}
.icomoon-lamp-2:before {
	content: "\e24b";
}
.icomoon-lamp-3:before {
	content: "\e24c";
}
.icomoon-lamp-4:before {
	content: "\e24d";
}
.icomoon-remove:before {
	content: "\e24e";
}
.icomoon-remove-2:before {
	content: "\e24f";
}
.icomoon-remove-3:before {
	content: "\e250";
}
.icomoon-remove-4:before {
	content: "\e251";
}
.icomoon-remove-5:before {
	content: "\e252";
}
.icomoon-remove-6:before {
	content: "\e253";
}
.icomoon-remove-7:before {
	content: "\e254";
}
.icomoon-remove-8:before {
	content: "\e255";
}
.icomoon-briefcase:before {
	content: "\e256";
}
.icomoon-briefcase-2:before {
	content: "\e257";
}
.icomoon-briefcase-3:before {
	content: "\e258";
}
.icomoon-airplane:before {
	content: "\e259";
}
.icomoon-airplane-2:before {
	content: "\e25a";
}
.icomoon-paper-plane:before {
	content: "\e25b";
}
.icomoon-car:before {
	content: "\e25c";
}
.icomoon-gas-pump:before {
	content: "\e25d";
}
.icomoon-bus:before {
	content: "\e25e";
}
.icomoon-truck:before {
	content: "\e25f";
}
.icomoon-bike:before {
	content: "\e260";
}
.icomoon-road:before {
	content: "\e261";
}
.icomoon-train:before {
	content: "\e262";
}
.icomoon-ship:before {
	content: "\e263";
}
.icomoon-boat:before {
	content: "\e264";
}
.icomoon-cube:before {
	content: "\e265";
}
.icomoon-cube-2:before {
	content: "\e266";
}
.icomoon-cube-3:before {
	content: "\e267";
}
.icomoon-cube4:before {
	content: "\e268";
}
.icomoon-pyramid:before {
	content: "\e269";
}
.icomoon-pyramid-2:before {
	content: "\e26a";
}
.icomoon-cylinder:before {
	content: "\e26b";
}
.icomoon-package:before {
	content: "\e26c";
}
.icomoon-puzzle:before {
	content: "\e26d";
}
.icomoon-puzzle-2:before {
	content: "\e26e";
}
.icomoon-puzzle-3:before {
	content: "\e26f";
}
.icomoon-puzzle-4:before {
	content: "\e270";
}
.icomoon-glasses:before {
	content: "\e271";
}
.icomoon-glasses-2:before {
	content: "\e272";
}
.icomoon-glasses-3:before {
	content: "\e273";
}
.icomoon-sun-glasses:before {
	content: "\e274";
}
.icomoon-accessibility:before {
	content: "\e275";
}
.icomoon-accessibility-2:before {
	content: "\e276";
}
.icomoon-brain:before {
	content: "\e277";
}
.icomoon-target:before {
	content: "\e278";
}
.icomoon-target-2:before {
	content: "\e279";
}
.icomoon-target-3:before {
	content: "\e27a";
}
.icomoon-gun:before {
	content: "\e27b";
}
.icomoon-gun-ban:before {
	content: "\e27c";
}
.icomoon-shield:before {
	content: "\e27d";
}
.icomoon-shield-2:before {
	content: "\e27e";
}
.icomoon-shield-3:before {
	content: "\e27f";
}
.icomoon-shield-4:before {
	content: "\e280";
}
.icomoon-soccer:before {
	content: "\e281";
}
.icomoon-football:before {
	content: "\e282";
}
.icomoon-baseball:before {
	content: "\e283";
}
.icomoon-basketball:before {
	content: "\e284";
}
.icomoon-golf:before {
	content: "\e285";
}
.icomoon-hockey:before {
	content: "\e286";
}
.icomoon-racing:before {
	content: "\e287";
}
.icomoon-eight-ball:before {
	content: "\e288";
}
.icomoon-bowling-ball:before {
	content: "\e289";
}
.icomoon-bowling:before {
	content: "\e28a";
}
.icomoon-bowling-2:before {
	content: "\e28b";
}
.icomoon-lightning:before {
	content: "\e28c";
}
.icomoon-power:before {
	content: "\e28d";
}
.icomoon-power-2:before {
	content: "\e28e";
}
.icomoon-switch:before {
	content: "\e28f";
}
.icomoon-power-cord:before {
	content: "\e290";
}
.icomoon-cord:before {
	content: "\e291";
}
.icomoon-socket:before {
	content: "\e292";
}
.icomoon-clipboard:before {
	content: "\e293";
}
.icomoon-clipboard-2:before {
	content: "\e294";
}
.icomoon-signup:before {
	content: "\e295";
}
.icomoon-clipboard-3:before {
	content: "\e296";
}
.icomoon-clipboard-4:before {
	content: "\e297";
}
.icomoon-list:before {
	content: "\e298";
}
.icomoon-list-2:before {
	content: "\e299";
}
.icomoon-list-3:before {
	content: "\e29a";
}
.icomoon-numbered-list:before {
	content: "\e29b";
}
.icomoon-list-4:before {
	content: "\e29c";
}
.icomoon-list-5:before {
	content: "\e29d";
}
.icomoon-playlist:before {
	content: "\e29e";
}
.icomoon-grid:before {
	content: "\e29f";
}
.icomoon-grid-2:before {
	content: "\e2a0";
}
.icomoon-grid-3:before {
	content: "\e2a1";
}
.icomoon-grid-4:before {
	content: "\e2a2";
}
.icomoon-grid-5:before {
	content: "\e2a3";
}
.icomoon-grid-6:before {
	content: "\e2a4";
}
.icomoon-tree-3:before {
	content: "\e2a5";
}
.icomoon-tree-4:before {
	content: "\e2a6";
}
.icomoon-tree-5:before {
	content: "\e2a7";
}
.icomoon-menu:before {
	content: "\e2a8";
}
.icomoon-menu-2:before {
	content: "\e2a9";
}
.icomoon-circle-small:before {
	content: "\e2aa";
}
.icomoon-menu-3:before {
	content: "\e2ab";
}
.icomoon-menu-4:before {
	content: "\e2ac";
}
.icomoon-menu-5:before {
	content: "\e2ad";
}
.icomoon-menu-6:before {
	content: "\e2ae";
}
.icomoon-menu-7:before {
	content: "\e2af";
}
.icomoon-menu-8:before {
	content: "\e2b0";
}
.icomoon-menu-9:before {
	content: "\e2b1";
}
.icomoon-cloud:before {
	content: "\e2b2";
}
.icomoon-cloud-2:before {
	content: "\e2b3";
}
.icomoon-cloud-3:before {
	content: "\e2b4";
}
.icomoon-cloud-download:before {
	content: "\e2b5";
}
.icomoon-cloud-upload:before {
	content: "\e2b6";
}
.icomoon-download-2:before {
	content: "\e2b7";
}
.icomoon-upload-2:before {
	content: "\e2b8";
}
.icomoon-download-3:before {
	content: "\e2b9";
}
.icomoon-upload-3:before {
	content: "\e2ba";
}
.icomoon-download-4:before {
	content: "\e2bb";
}
.icomoon-upload-4:before {
	content: "\e2bc";
}
.icomoon-download-5:before {
	content: "\e2bd";
}
.icomoon-upload-5:before {
	content: "\e2be";
}
.icomoon-download-6:before {
	content: "\e2bf";
}
.icomoon-upload-6:before {
	content: "\e2c0";
}
.icomoon-download-7:before {
	content: "\e2c1";
}
.icomoon-upload-7:before {
	content: "\e2c2";
}
.icomoon-globe:before {
	content: "\e2c3";
}
.icomoon-globe-2:before {
	content: "\e2c4";
}
.icomoon-globe-3:before {
	content: "\e2c5";
}
.icomoon-earth:before {
	content: "\e2c6";
}
.icomoon-network:before {
	content: "\e2c7";
}
.icomoon-link:before {
	content: "\e2c8";
}
.icomoon-link-2:before {
	content: "\e2c9";
}
.icomoon-link-3:before {
	content: "\e2ca";
}
.icomoon-link2:before {
	content: "\e2cb";
}
.icomoon-link-4:before {
	content: "\e2cc";
}
.icomoon-link-5:before {
	content: "\e2cd";
}
.icomoon-link-6:before {
	content: "\e2ce";
}
.icomoon-anchor:before {
	content: "\e2cf";
}
.icomoon-flag:before {
	content: "\e2d0";
}
.icomoon-flag-2:before {
	content: "\e2d1";
}
.icomoon-flag-3:before {
	content: "\e2d2";
}
.icomoon-flag-4:before {
	content: "\e2d3";
}
.icomoon-flag-5:before {
	content: "\e2d4";
}
.icomoon-flag-6:before {
	content: "\e2d5";
}
.icomoon-attachment:before {
	content: "\e2d6";
}
.icomoon-attachment-2:before {
	content: "\e2d7";
}
.icomoon-eye:before {
	content: "\e2d8";
}
.icomoon-eye-blocked:before {
	content: "\e2d9";
}
.icomoon-eye-2:before {
	content: "\e2da";
}
.icomoon-eye-3:before {
	content: "\e2db";
}
.icomoon-eye-blocked-2:before {
	content: "\e2dc";
}
.icomoon-eye-4:before {
	content: "\e2dd";
}
.icomoon-eye-5:before {
	content: "\e2de";
}
.icomoon-eye-6:before {
	content: "\e2df";
}
.icomoon-eye-7:before {
	content: "\e2e0";
}
.icomoon-eye-8:before {
	content: "\e2e1";
}
.icomoon-bookmark:before {
	content: "\e2e2";
}
.icomoon-bookmark-2:before {
	content: "\e2e3";
}
.icomoon-bookmarks:before {
	content: "\e2e4";
}
.icomoon-bookmark-3:before {
	content: "\e2e5";
}
.icomoon-spotlight:before {
	content: "\e2e6";
}
.icomoon-starburst:before {
	content: "\e2e7";
}
.icomoon-snowflake:before {
	content: "\e2e8";
}
.icomoon-temperature:before {
	content: "\e2e9";
}
.icomoon-temperature-2:before {
	content: "\e2ea";
}
.icomoon-weather-lightning:before {
	content: "\e2eb";
}
.icomoon-weather-rain:before {
	content: "\e2ec";
}
.icomoon-weather-snow:before {
	content: "\e2ed";
}
.icomoon-windy:before {
	content: "\e2ee";
}
.icomoon-fan:before {
	content: "\e2ef";
}
.icomoon-umbrella:before {
	content: "\e2f0";
}
.icomoon-sun:before {
	content: "\e2f1";
}
.icomoon-sun-2:before {
	content: "\e2f2";
}
.icomoon-brightness-high:before {
	content: "\e2f3";
}
.icomoon-brightness-medium:before {
	content: "\e2f4";
}
.icomoon-brightness-low:before {
	content: "\e2f5";
}
.icomoon-brightness-contrast:before {
	content: "\e2f6";
}
.icomoon-contrast:before {
	content: "\e2f7";
}
.icomoon-moon:before {
	content: "\e2f8";
}
.icomoon-bed:before {
	content: "\e2f9";
}
.icomoon-bed-2:before {
	content: "\e2fa";
}
.icomoon-star:before {
	content: "\e2fb";
}
.icomoon-star-2:before {
	content: "\e2fc";
}
.icomoon-star-3:before {
	content: "\e2fd";
}
.icomoon-star-4:before {
	content: "\e2fe";
}
.icomoon-star-5:before {
	content: "\e2ff";
}
.icomoon-star-6:before {
	content: "\e300";
}
.icomoon-heart:before {
	content: "\e301";
}
.icomoon-heart-2:before {
	content: "\e302";
}
.icomoon-heart-3:before {
	content: "\e303";
}
.icomoon-heart-4:before {
	content: "\e304";
}
.icomoon-heart-broken:before {
	content: "\e305";
}
.icomoon-heart-5:before {
	content: "\e306";
}
.icomoon-heart-6:before {
	content: "\e307";
}
.icomoon-heart-broken-2:before {
	content: "\e308";
}
.icomoon-heart-7:before {
	content: "\e309";
}
.icomoon-heart-8:before {
	content: "\e30a";
}
.icomoon-heart-broken-3:before {
	content: "\e30b";
}
.icomoon-lips:before {
	content: "\e30c";
}
.icomoon-lips-2:before {
	content: "\e30d";
}
.icomoon-thumbs-up:before {
	content: "\e30e";
}
.icomoon-thumbs-up-2:before {
	content: "\e30f";
}
.icomoon-thumbs-down:before {
	content: "\e310";
}
.icomoon-thumbs-down-2:before {
	content: "\e311";
}
.icomoon-thumbs-up-3:before {
	content: "\e312";
}
.icomoon-thumbs-up-4:before {
	content: "\e313";
}
.icomoon-thumbs-up-5:before {
	content: "\e314";
}
.icomoon-thumbs-up-6:before {
	content: "\e315";
}
.icomoon-people:before {
	content: "\e316";
}
.icomoon-man:before {
	content: "\e317";
}
.icomoon-male:before {
	content: "\e318";
}
.icomoon-woman:before {
	content: "\e319";
}
.icomoon-female:before {
	content: "\e31a";
}
.icomoon-peace:before {
	content: "\e31b";
}
.icomoon-yin-yang:before {
	content: "\e31c";
}
.icomoon-happy:before {
	content: "\e31d";
}
.icomoon-happy-2:before {
	content: "\e31e";
}
.icomoon-smiley:before {
	content: "\e31f";
}
.icomoon-smiley-2:before {
	content: "\e320";
}
.icomoon-tongue:before {
	content: "\e321";
}
.icomoon-tongue-2:before {
	content: "\e322";
}
.icomoon-sad:before {
	content: "\e323";
}
.icomoon-sad-2:before {
	content: "\e324";
}
.icomoon-wink:before {
	content: "\e325";
}
.icomoon-wink-2:before {
	content: "\e326";
}
.icomoon-grin:before {
	content: "\e327";
}
.icomoon-grin-2:before {
	content: "\e328";
}
.icomoon-cool:before {
	content: "\e329";
}
.icomoon-cool-2:before {
	content: "\e32a";
}
.icomoon-angry:before {
	content: "\e32b";
}
.icomoon-angry-2:before {
	content: "\e32c";
}
.icomoon-evil:before {
	content: "\e32d";
}
.icomoon-evil-2:before {
	content: "\e32e";
}
.icomoon-shocked:before {
	content: "\e32f";
}
.icomoon-shocked-2:before {
	content: "\e330";
}
.icomoon-confused:before {
	content: "\e331";
}
.icomoon-confused-2:before {
	content: "\e332";
}
.icomoon-neutral:before {
	content: "\e333";
}
.icomoon-neutral-2:before {
	content: "\e334";
}
.icomoon-wondering:before {
	content: "\e335";
}
.icomoon-wondering-2:before {
	content: "\e336";
}
.icomoon-cursor:before {
	content: "\e337";
}
.icomoon-cursor-2:before {
	content: "\e338";
}
.icomoon-point-up:before {
	content: "\e339";
}
.icomoon-point-right:before {
	content: "\e33a";
}
.icomoon-point-down:before {
	content: "\e33b";
}
.icomoon-point-left:before {
	content: "\e33c";
}
.icomoon-pointer:before {
	content: "\e33d";
}
.icomoon-hand:before {
	content: "\e33e";
}
.icomoon-stack-empty:before {
	content: "\e33f";
}
.icomoon-stack-plus:before {
	content: "\e340";
}
.icomoon-stack-minus:before {
	content: "\e341";
}
.icomoon-stack-star:before {
	content: "\e342";
}
.icomoon-stack-picture:before {
	content: "\e343";
}
.icomoon-stack-down:before {
	content: "\e344";
}
.icomoon-stack-up:before {
	content: "\e345";
}
.icomoon-stack-cancel:before {
	content: "\e346";
}
.icomoon-stack-checkmark:before {
	content: "\e347";
}
.icomoon-stack-list:before {
	content: "\e348";
}
.icomoon-stack-clubs:before {
	content: "\e349";
}
.icomoon-stack-spades:before {
	content: "\e34a";
}
.icomoon-stack-hearts:before {
	content: "\e34b";
}
.icomoon-stack-diamonds:before {
	content: "\e34c";
}
.icomoon-stack-user:before {
	content: "\e34d";
}
.icomoon-stack-4:before {
	content: "\e34e";
}
.icomoon-stack-music:before {
	content: "\e34f";
}
.icomoon-stack-play:before {
	content: "\e350";
}
.icomoon-move:before {
	content: "\e351";
}
.icomoon-resize:before {
	content: "\e352";
}
.icomoon-resize-2:before {
	content: "\e353";
}
.icomoon-warning:before {
	content: "\e354";
}
.icomoon-warning-2:before {
	content: "\e355";
}
.icomoon-notification:before {
	content: "\e356";
}
.icomoon-notification-2:before {
	content: "\e357";
}
.icomoon-question:before {
	content: "\e358";
}
.icomoon-question-2:before {
	content: "\e359";
}
.icomoon-question-3:before {
	content: "\e35a";
}
.icomoon-question-4:before {
	content: "\e35b";
}
.icomoon-question-5:before {
	content: "\e35c";
}
.icomoon-plus-circle:before {
	content: "\e35d";
}
.icomoon-plus-circle-2:before {
	content: "\e35e";
}
.icomoon-minus-circle:before {
	content: "\e35f";
}
.icomoon-minus-circle-2:before {
	content: "\e360";
}
.icomoon-info:before {
	content: "\e361";
}
.icomoon-info-2:before {
	content: "\e362";
}
.icomoon-blocked:before {
	content: "\e363";
}
.icomoon-cancel-circle:before {
	content: "\e364";
}
.icomoon-cancel-circle-2:before {
	content: "\e365";
}
.icomoon-checkmark-circle:before {
	content: "\e366";
}
.icomoon-checkmark-circle-2:before {
	content: "\e367";
}
.icomoon-cancel:before {
	content: "\e368";
}
.icomoon-spam:before {
	content: "\e369";
}
.icomoon-close:before {
	content: "\e36a";
}
.icomoon-close-2:before {
	content: "\e36b";
}
.icomoon-close-3:before {
	content: "\e36c";
}
.icomoon-close-4:before {
	content: "\e36d";
}
.icomoon-close-5:before {
	content: "\e36e";
}
.icomoon-checkmark:before {
	content: "\e36f";
}
.icomoon-checkmark-2:before {
	content: "\e370";
}
.icomoon-checkmark-3:before {
	content: "\e371";
}
.icomoon-checkmark-4:before {
	content: "\e372";
}
.icomoon-spell-check:before {
	content: "\e373";
}
.icomoon-minus:before {
	content: "\e374";
}
.icomoon-plus:before {
	content: "\e375";
}
.icomoon-minus-2:before {
	content: "\e376";
}
.icomoon-plus-2:before {
	content: "\e377";
}
.icomoon-enter:before {
	content: "\e378";
}
.icomoon-exit:before {
	content: "\e379";
}
.icomoon-enter-2:before {
	content: "\e37a";
}
.icomoon-exit-2:before {
	content: "\e37b";
}
.icomoon-enter-3:before {
	content: "\e37c";
}
.icomoon-exit-3:before {
	content: "\e37d";
}
.icomoon-exit-4:before {
	content: "\e37e";
}
.icomoon-play-3:before {
	content: "\e37f";
}
.icomoon-pause:before {
	content: "\e380";
}
.icomoon-stop:before {
	content: "\e381";
}
.icomoon-backward:before {
	content: "\e382";
}
.icomoon-forward-2:before {
	content: "\e383";
}
.icomoon-play-4:before {
	content: "\e384";
}
.icomoon-pause-2:before {
	content: "\e385";
}
.icomoon-stop-2:before {
	content: "\e386";
}
.icomoon-backward-2:before {
	content: "\e387";
}
.icomoon-forward-3:before {
	content: "\e388";
}
.icomoon-first:before {
	content: "\e389";
}
.icomoon-last:before {
	content: "\e38a";
}
.icomoon-previous:before {
	content: "\e38b";
}
.icomoon-next:before {
	content: "\e38c";
}
.icomoon-eject:before {
	content: "\e38d";
}
.icomoon-volume-high:before {
	content: "\e38e";
}
.icomoon-volume-medium:before {
	content: "\e38f";
}
.icomoon-volume-low:before {
	content: "\e390";
}
.icomoon-volume-mute:before {
	content: "\e391";
}
.icomoon-volume-mute-2:before {
	content: "\e392";
}
.icomoon-volume-increase:before {
	content: "\e393";
}
.icomoon-volume-decrease:before {
	content: "\e394";
}
.icomoon-volume-high-2:before {
	content: "\e395";
}
.icomoon-volume-medium-2:before {
	content: "\e396";
}
.icomoon-volume-low-2:before {
	content: "\e397";
}
.icomoon-volume-mute-3:before {
	content: "\e398";
}
.icomoon-volume-mute-4:before {
	content: "\e399";
}
.icomoon-volume-increase-2:before {
	content: "\e39a";
}
.icomoon-volume-decrease-2:before {
	content: "\e39b";
}
.icomoon-volume5:before {
	content: "\e39c";
}
.icomoon-volume4:before {
	content: "\e39d";
}
.icomoon-volume3:before {
	content: "\e39e";
}
.icomoon-volume2:before {
	content: "\e39f";
}
.icomoon-volume1:before {
	content: "\e3a0";
}
.icomoon-volume0:before {
	content: "\e3a1";
}
.icomoon-volume-mute-5:before {
	content: "\e3a2";
}
.icomoon-volume-mute-6:before {
	content: "\e3a3";
}
.icomoon-loop:before {
	content: "\e3a4";
}
.icomoon-loop-2:before {
	content: "\e3a5";
}
.icomoon-loop-3:before {
	content: "\e3a6";
}
.icomoon-loop-4:before {
	content: "\e3a7";
}
.icomoon-loop-5:before {
	content: "\e3a8";
}
.icomoon-shuffle:before {
	content: "\e3a9";
}
.icomoon-shuffle-2:before {
	content: "\e3aa";
}
.icomoon-wave:before {
	content: "\e3ab";
}
.icomoon-wave-2:before {
	content: "\e3ac";
}
.icomoon-arrow-first:before {
	content: "\e3ad";
}
.icomoon-arrow-right:before {
	content: "\e3ae";
}
.icomoon-arrow-up:before {
	content: "\e3af";
}
.icomoon-arrow-right-2:before {
	content: "\e3b0";
}
.icomoon-arrow-down:before {
	content: "\e3b1";
}
.icomoon-arrow-left:before {
	content: "\e3b2";
}
.icomoon-arrow-up-2:before {
	content: "\e3b3";
}
.icomoon-arrow-right-3:before {
	content: "\e3b4";
}
.icomoon-arrow-down-2:before {
	content: "\e3b5";
}
.icomoon-arrow-left-2:before {
	content: "\e3b6";
}
.icomoon-arrow-up-left:before {
	content: "\e3b7";
}
.icomoon-arrow-up-3:before {
	content: "\e3b8";
}
.icomoon-arrow-up-right:before {
	content: "\e3b9";
}
.icomoon-arrow-right-4:before {
	content: "\e3ba";
}
.icomoon-arrow-down-right:before {
	content: "\e3bb";
}
.icomoon-arrow-down-3:before {
	content: "\e3bc";
}
.icomoon-arrow-down-left:before {
	content: "\e3bd";
}
.icomoon-arrow-left-3:before {
	content: "\e3be";
}
.icomoon-arrow-up-left-2:before {
	content: "\e3bf";
}
.icomoon-arrow-up-4:before {
	content: "\e3c0";
}
.icomoon-arrow-up-right-2:before {
	content: "\e3c1";
}
.icomoon-arrow-right-5:before {
	content: "\e3c2";
}
.icomoon-arrow-down-right-2:before {
	content: "\e3c3";
}
.icomoon-arrow-down-4:before {
	content: "\e3c4";
}
.icomoon-arrow-down-left-2:before {
	content: "\e3c5";
}
.icomoon-arrow-left-4:before {
	content: "\e3c6";
}
.icomoon-arrow-up-left-3:before {
	content: "\e3c7";
}
.icomoon-arrow-up-5:before {
	content: "\e3c8";
}
.icomoon-arrow-up-right-3:before {
	content: "\e3c9";
}
.icomoon-arrow-right-6:before {
	content: "\e3ca";
}
.icomoon-arrow-down-right-3:before {
	content: "\e3cb";
}
.icomoon-arrow-down-5:before {
	content: "\e3cc";
}
.icomoon-arrow-down-left-3:before {
	content: "\e3cd";
}
.icomoon-arrow-left-5:before {
	content: "\e3ce";
}
.icomoon-arrow-up-left-4:before {
	content: "\e3cf";
}
.icomoon-arrow-up-6:before {
	content: "\e3d0";
}
.icomoon-arrow-up-right-4:before {
	content: "\e3d1";
}
.icomoon-arrow-right-7:before {
	content: "\e3d2";
}
.icomoon-arrow-down-right-4:before {
	content: "\e3d3";
}
.icomoon-arrow-down-6:before {
	content: "\e3d4";
}
.icomoon-arrow-down-left-4:before {
	content: "\e3d5";
}
.icomoon-arrow-left-6:before {
	content: "\e3d6";
}
.icomoon-arrow:before {
	content: "\e3d7";
}
.icomoon-arrow-2:before {
	content: "\e3d8";
}
.icomoon-arrow-3:before {
	content: "\e3d9";
}
.icomoon-arrow-4:before {
	content: "\e3da";
}
.icomoon-arrow-5:before {
	content: "\e3db";
}
.icomoon-arrow-6:before {
	content: "\e3dc";
}
.icomoon-arrow-7:before {
	content: "\e3dd";
}
.icomoon-arrow-8:before {
	content: "\e3de";
}
.icomoon-arrow-up-left-5:before {
	content: "\e3df";
}
.icomoon-arrow-square:before {
	content: "\e3e0";
}
.icomoon-arrow-up-right-5:before {
	content: "\e3e1";
}
.icomoon-arrow-right-8:before {
	content: "\e3e2";
}
.icomoon-arrow-down-right-5:before {
	content: "\e3e3";
}
.icomoon-arrow-down-7:before {
	content: "\e3e4";
}
.icomoon-arrow-down-left-5:before {
	content: "\e3e5";
}
.icomoon-arrow-left-7:before {
	content: "\e3e6";
}
.icomoon-arrow-up-7:before {
	content: "\e3e7";
}
.icomoon-arrow-right-9:before {
	content: "\e3e8";
}
.icomoon-arrow-down-8:before {
	content: "\e3e9";
}
.icomoon-arrow-left-8:before {
	content: "\e3ea";
}
.icomoon-arrow-up-8:before {
	content: "\e3eb";
}
.icomoon-arrow-right-10:before {
	content: "\e3ec";
}
.icomoon-arrow-bottom:before {
	content: "\e3ed";
}
.icomoon-arrow-left-9:before {
	content: "\e3ee";
}
.icomoon-arrow-up-left-6:before {
	content: "\e3ef";
}
.icomoon-arrow-up-9:before {
	content: "\e3f0";
}
.icomoon-arrow-up-right-6:before {
	content: "\e3f1";
}
.icomoon-arrow-right-11:before {
	content: "\e3f2";
}
.icomoon-arrow-down-right-6:before {
	content: "\e3f3";
}
.icomoon-arrow-down-9:before {
	content: "\e3f4";
}
.icomoon-arrow-down-left-6:before {
	content: "\e3f5";
}
.icomoon-arrow-left-10:before {
	content: "\e3f6";
}
.icomoon-arrow-up-left-7:before {
	content: "\e3f7";
}
.icomoon-arrow-up-10:before {
	content: "\e3f8";
}
.icomoon-arrow-up-right-7:before {
	content: "\e3f9";
}
.icomoon-arrow-right-12:before {
	content: "\e3fa";
}
.icomoon-arrow-down-right-7:before {
	content: "\e3fb";
}
.icomoon-arrow-down-10:before {
	content: "\e3fc";
}
.icomoon-arrow-down-left-7:before {
	content: "\e3fd";
}
.icomoon-arrow-left-11:before {
	content: "\e3fe";
}
.icomoon-arrow-up-11:before {
	content: "\e3ff";
}
.icomoon-arrow-right-13:before {
	content: "\e400";
}
.icomoon-arrow-down-11:before {
	content: "\e401";
}
.icomoon-arrow-left-12:before {
	content: "\e402";
}
.icomoon-arrow-up-12:before {
	content: "\e403";
}
.icomoon-arrow-right-14:before {
	content: "\e404";
}
.icomoon-arrow-down-12:before {
	content: "\e405";
}
.icomoon-arrow-left-13:before {
	content: "\e406";
}
.icomoon-arrow-up-13:before {
	content: "\e407";
}
.icomoon-arrow-right-15:before {
	content: "\e408";
}
.icomoon-arrow-down-13:before {
	content: "\e409";
}
.icomoon-arrow-left-14:before {
	content: "\e40a";
}
.icomoon-arrow-up-14:before {
	content: "\e40b";
}
.icomoon-arrow-right-16:before {
	content: "\e40c";
}
.icomoon-arrow-down-14:before {
	content: "\e40d";
}
.icomoon-arrow-left-15:before {
	content: "\e40e";
}
.icomoon-arrow-up-15:before {
	content: "\e40f";
}
.icomoon-arrow-right-17:before {
	content: "\e410";
}
.icomoon-arrow-down-15:before {
	content: "\e411";
}
.icomoon-arrow-left-16:before {
	content: "\e412";
}
.icomoon-arrow-up-16:before {
	content: "\e413";
}
.icomoon-arrow-right-18:before {
	content: "\e414";
}
.icomoon-arrow-down-16:before {
	content: "\e415";
}
.icomoon-arrow-left-17:before {
	content: "\e416";
}
.icomoon-menu-10:before {
	content: "\e417";
}
.icomoon-menu-11:before {
	content: "\e418";
}
.icomoon-menu-close:before {
	content: "\e419";
}
.icomoon-menu-close-2:before {
	content: "\e41a";
}
.icomoon-enter-4:before {
	content: "\e41b";
}
.icomoon-enter-5:before {
	content: "\e41c";
}
.icomoon-esc:before {
	content: "\e41d";
}
.icomoon-backspace:before {
	content: "\e41e";
}
.icomoon-backspace-2:before {
	content: "\e41f";
}
.icomoon-backspace-3:before {
	content: "\e420";
}
.icomoon-tab:before {
	content: "\e421";
}
.icomoon-transmission:before {
	content: "\e422";
}
.icomoon-transmission-2:before {
	content: "\e423";
}
.icomoon-sort:before {
	content: "\e424";
}
.icomoon-sort-2:before {
	content: "\e425";
}
.icomoon-key-keyboard:before {
	content: "\e426";
}
.icomoon-key-A:before {
	content: "\e427";
}
.icomoon-key-up:before {
	content: "\e428";
}
.icomoon-key-right:before {
	content: "\e429";
}
.icomoon-key-down:before {
	content: "\e42a";
}
.icomoon-key-left:before {
	content: "\e42b";
}
.icomoon-command:before {
	content: "\e42c";
}
.icomoon-checkbox-checked:before {
	content: "\e42d";
}
.icomoon-checkbox-unchecked:before {
	content: "\e42e";
}
.icomoon-square:before {
	content: "\e42f";
}
.icomoon-checkbox-partial:before {
	content: "\e430";
}
.icomoon-checkbox:before {
	content: "\e431";
}
.icomoon-checkbox-unchecked-2:before {
	content: "\e432";
}
.icomoon-checkbox-partial-2:before {
	content: "\e433";
}
.icomoon-checkbox-checked-2:before {
	content: "\e434";
}
.icomoon-checkbox-unchecked-3:before {
	content: "\e435";
}
.icomoon-checkbox-partial-3:before {
	content: "\e436";
}
.icomoon-radio-checked:before {
	content: "\e437";
}
.icomoon-radio-unchecked:before {
	content: "\e438";
}
.icomoon-circle:before {
	content: "\e439";
}
.icomoon-circle-2:before {
	content: "\e43a";
}
.icomoon-crop:before {
	content: "\e43b";
}
.icomoon-crop-2:before {
	content: "\e43c";
}
.icomoon-vector:before {
	content: "\e43d";
}
.icomoon-rulers:before {
	content: "\e43e";
}
.icomoon-scissors:before {
	content: "\e43f";
}
.icomoon-scissors-2:before {
	content: "\e440";
}
.icomoon-scissors-3:before {
	content: "\e441";
}
.icomoon-filter:before {
	content: "\e442";
}
.icomoon-filter-2:before {
	content: "\e443";
}
.icomoon-filter-3:before {
	content: "\e444";
}
.icomoon-filter-4:before {
	content: "\e445";
}
.icomoon-font:before {
	content: "\e446";
}
.icomoon-font-size:before {
	content: "\e447";
}
.icomoon-type:before {
	content: "\e448";
}
.icomoon-text-height:before {
	content: "\e449";
}
.icomoon-text-width:before {
	content: "\e44a";
}
.icomoon-height:before {
	content: "\e44b";
}
.icomoon-width:before {
	content: "\e44c";
}
.icomoon-bold:before {
	content: "\e44d";
}
.icomoon-underline:before {
	content: "\e44e";
}
.icomoon-italic:before {
	content: "\e44f";
}
.icomoon-strikethrough:before {
	content: "\e450";
}
.icomoon-strikethrough-2:before {
	content: "\e451";
}
.icomoon-font-size-2:before {
	content: "\e452";
}
.icomoon-bold-2:before {
	content: "\e453";
}
.icomoon-underline-2:before {
	content: "\e454";
}
.icomoon-italic-2:before {
	content: "\e455";
}
.icomoon-strikethrough-3:before {
	content: "\e456";
}
.icomoon-omega:before {
	content: "\e457";
}
.icomoon-sigma:before {
	content: "\e458";
}
.icomoon-nbsp:before {
	content: "\e459";
}
.icomoon-page-break:before {
	content: "\e45a";
}
.icomoon-page-break-2:before {
	content: "\e45b";
}
.icomoon-superscript:before {
	content: "\e45c";
}
.icomoon-subscript:before {
	content: "\e45d";
}
.icomoon-superscript-2:before {
	content: "\e45e";
}
.icomoon-subscript-2:before {
	content: "\e45f";
}
.icomoon-text-color:before {
	content: "\e460";
}
.icomoon-highlight:before {
	content: "\e461";
}
.icomoon-pagebreak:before {
	content: "\e462";
}
.icomoon-clear-formatting:before {
	content: "\e463";
}
.icomoon-table:before {
	content: "\e464";
}
.icomoon-table-2:before {
	content: "\e465";
}
.icomoon-insert-template:before {
	content: "\e466";
}
.icomoon-pilcrow:before {
	content: "\e467";
}
.icomoon-left-to-right:before {
	content: "\e468";
}
.icomoon-right-to-left:before {
	content: "\e469";
}
.icomoon-paragraph-left:before {
	content: "\e46a";
}
.icomoon-paragraph-center:before {
	content: "\e46b";
}
.icomoon-paragraph-right:before {
	content: "\e46c";
}
.icomoon-paragraph-justify:before {
	content: "\e46d";
}
.icomoon-paragraph-left-2:before {
	content: "\e46e";
}
.icomoon-paragraph-center-2:before {
	content: "\e46f";
}
.icomoon-paragraph-right-2:before {
	content: "\e470";
}
.icomoon-paragraph-justify-2:before {
	content: "\e471";
}
.icomoon-indent-increase:before {
	content: "\e472";
}
.icomoon-indent-decrease:before {
	content: "\e473";
}
.icomoon-paragraph-left-3:before {
	content: "\e474";
}
.icomoon-paragraph-center-3:before {
	content: "\e475";
}
.icomoon-paragraph-right-3:before {
	content: "\e476";
}
.icomoon-paragraph-justify-3:before {
	content: "\e477";
}
.icomoon-indent-increase-2:before {
	content: "\e478";
}
.icomoon-indent-decrease-2:before {
	content: "\e479";
}
.icomoon-share:before {
	content: "\e47a";
}
.icomoon-new-tab:before {
	content: "\e47b";
}
.icomoon-new-tab-2:before {
	content: "\e47c";
}
.icomoon-popout:before {
	content: "\e47d";
}
.icomoon-embed:before {
	content: "\e47e";
}
.icomoon-code:before {
	content: "\e47f";
}
.icomoon-console:before {
	content: "\e480";
}
.icomoon-seven-segment-0:before {
	content: "\e481";
}
.icomoon-seven-segment-1:before {
	content: "\e482";
}
.icomoon-seven-segment-2:before {
	content: "\e483";
}
.icomoon-seven-segment-3:before {
	content: "\e484";
}
.icomoon-seven-segment-4:before {
	content: "\e485";
}
.icomoon-seven-segment-5:before {
	content: "\e486";
}
.icomoon-seven-segment-6:before {
	content: "\e487";
}
.icomoon-seven-segment-7:before {
	content: "\e488";
}
.icomoon-seven-segment-8:before {
	content: "\e489";
}
.icomoon-seven-segment-9:before {
	content: "\e48a";
}
.icomoon-share-2:before {
	content: "\e48b";
}
.icomoon-share-3:before {
	content: "\e48c";
}
.icomoon-mail:before {
	content: "\e48d";
}
.icomoon-mail-2:before {
	content: "\e48e";
}
.icomoon-mail-3:before {
	content: "\e48f";
}
.icomoon-mail-4:before {
	content: "\e490";
}
.icomoon-google:before {
	content: "\e491";
}
.icomoon-google-plus:before {
	content: "\e492";
}
.icomoon-google-plus-2:before {
	content: "\e493";
}
.icomoon-google-plus-3:before {
	content: "\e494";
}
.icomoon-google-plus-4:before {
	content: "\e495";
}
.icomoon-google-drive:before {
	content: "\e496";
}
.icomoon-facebook:before {
	content: "\e497";
}
.icomoon-facebook-2:before {
	content: "\e498";
}
.icomoon-facebook-3:before {
	content: "\e499";
}
.icomoon-facebook-4:before {
	content: "\e49a";
}
.icomoon-instagram:before {
	content: "\e49b";
}
.icomoon-twitter:before {
	content: "\e49c";
}
.icomoon-twitter-2:before {
	content: "\e49d";
}
.icomoon-twitter-3:before {
	content: "\e49e";
}
.icomoon-feed-2:before {
	content: "\e49f";
}
.icomoon-feed-3:before {
	content: "\e4a0";
}
.icomoon-feed-4:before {
	content: "\e4a1";
}
.icomoon-youtube:before {
	content: "\e4a2";
}
.icomoon-youtube-2:before {
	content: "\e4a3";
}
.icomoon-vimeo:before {
	content: "\e4a4";
}
.icomoon-vimeo2:before {
	content: "\e4a5";
}
.icomoon-vimeo-2:before {
	content: "\e4a6";
}
.icomoon-lanyrd:before {
	content: "\e4a7";
}
.icomoon-flickr:before {
	content: "\e4a8";
}
.icomoon-flickr-2:before {
	content: "\e4a9";
}
.icomoon-flickr-3:before {
	content: "\e4aa";
}
.icomoon-flickr-4:before {
	content: "\e4ab";
}
.icomoon-picassa:before {
	content: "\e4ac";
}
.icomoon-picassa-2:before {
	content: "\e4ad";
}
.icomoon-dribbble:before {
	content: "\e4ae";
}
.icomoon-dribbble-2:before {
	content: "\e4af";
}
.icomoon-dribbble-3:before {
	content: "\e4b0";
}
.icomoon-forrst:before {
	content: "\e4b1";
}
.icomoon-forrst-2:before {
	content: "\e4b2";
}
.icomoon-deviantart:before {
	content: "\e4b3";
}
.icomoon-deviantart-2:before {
	content: "\e4b4";
}
.icomoon-steam:before {
	content: "\e4b5";
}
.icomoon-steam-2:before {
	content: "\e4b6";
}
.icomoon-github:before {
	content: "\e4b7";
}
.icomoon-github-2:before {
	content: "\e4b8";
}
.icomoon-github-3:before {
	content: "\e4b9";
}
.icomoon-github-4:before {
	content: "\e4ba";
}
.icomoon-github-5:before {
	content: "\e4bb";
}
.icomoon-wordpress:before {
	content: "\e4bc";
}
.icomoon-wordpress-2:before {
	content: "\e4bd";
}
.icomoon-joomla:before {
	content: "\e4be";
}
.icomoon-blogger:before {
	content: "\e4bf";
}
.icomoon-blogger-2:before {
	content: "\e4c0";
}
.icomoon-tumblr:before {
	content: "\e4c1";
}
.icomoon-tumblr-2:before {
	content: "\e4c2";
}
.icomoon-yahoo:before {
	content: "\e4c3";
}
.icomoon-tux:before {
	content: "\e4c4";
}
.icomoon-apple:before {
	content: "\e4c5";
}
.icomoon-finder:before {
	content: "\e4c6";
}
.icomoon-android:before {
	content: "\e4c7";
}
.icomoon-windows:before {
	content: "\e4c8";
}
.icomoon-windows8:before {
	content: "\e4c9";
}
.icomoon-soundcloud:before {
	content: "\e4ca";
}
.icomoon-soundcloud-2:before {
	content: "\e4cb";
}
.icomoon-skype:before {
	content: "\e4cc";
}
.icomoon-reddit:before {
	content: "\e4cd";
}
.icomoon-linkedin:before {
	content: "\e4ce";
}
.icomoon-lastfm:before {
	content: "\e4cf";
}
.icomoon-lastfm-2:before {
	content: "\e4d0";
}
.icomoon-delicious:before {
	content: "\e4d1";
}
.icomoon-stumbleupon:before {
	content: "\e4d2";
}
.icomoon-stumbleupon-2:before {
	content: "\e4d3";
}
.icomoon-stackoverflow:before {
	content: "\e4d4";
}
.icomoon-pinterest:before {
	content: "\e4d5";
}
.icomoon-pinterest-2:before {
	content: "\e4d6";
}
.icomoon-xing:before {
	content: "\e4d7";
}
.icomoon-xing-2:before {
	content: "\e4d8";
}
.icomoon-flattr:before {
	content: "\e4d9";
}
.icomoon-foursquare:before {
	content: "\e4da";
}
.icomoon-foursquare-2:before {
	content: "\e4db";
}
.icomoon-paypal:before {
	content: "\e4dc";
}
.icomoon-paypal-2:before {
	content: "\e4dd";
}
.icomoon-paypal-3:before {
	content: "\e4de";
}
.icomoon-yelp:before {
	content: "\e4df";
}
.icomoon-libreoffice:before {
	content: "\e4e0";
}
.icomoon-file-pdf:before {
	content: "\e4e1";
}
.icomoon-file-openoffice:before {
	content: "\e4e2";
}
.icomoon-file-word:before {
	content: "\e4e3";
}
.icomoon-file-excel:before {
	content: "\e4e4";
}
.icomoon-file-zip:before {
	content: "\e4e5";
}
.icomoon-file-powerpoint:before {
	content: "\e4e6";
}
.icomoon-file-xml:before {
	content: "\e4e7";
}
.icomoon-file-css:before {
	content: "\e4e8";
}
.icomoon-html5:before {
	content: "\e4e9";
}
.icomoon-html5-2:before {
	content: "\e4ea";
}
.icomoon-css3:before {
	content: "\e4eb";
}
.icomoon-chrome:before {
	content: "\e4ec";
}
.icomoon-firefox:before {
	content: "\e4ed";
}
.icomoon-IE:before {
	content: "\e4ee";
}
.icomoon-opera:before {
	content: "\e4ef";
}
.icomoon-safari:before {
	content: "\e4f0";
}
.icomoon-IcoMoon:before {
	content: "\e4f1";
}
.icomoon-home-12:before {
	content: "\e4f2";
}
/*----------------------------------
	
	Theme Name: Florida
	Theme URI: http://webnus2.net/florida
	Description: Florida is a Modern multi-purpose HTML5-CSS3 template with many different options, and is fully responsive. It covers any type of usage: Personal, Small Biz and Corporate. 
	Author: WEBNUS
	Author URI: http://themeforest.net/user/WEBNUS
	Version: 1.4.0
	
	------------------------------------------------------------------------*/
	@import url('/Data/sites/1/skins/retooling/css/./main-menu.css'); /* Import Menu Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./base.css'); /* Import Basic Styles, Typography, Forms etc stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./skeleton.css'); /* Import Skeleton (Responsive Grid System) Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./elements.css'); /* Import Elements stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./blox.css'); /* Import Full width Sections + Parallax Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./blog.css'); /* Import Blog stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./portfolio.css'); /* Import Portfolio Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./pages.css'); /* Import Pages stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./icon-box.css'); /* Import Icon Boxes stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./shop.css'); /* Import Shop stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./widgets.css'); /* Import Widgets stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./prettyPhoto.css'); /* Import prettyPhoto Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/../layerslider/css/layerslider.css'); /* Import LayerSlider Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./slide1.css'); /* Import Florida Custom LayerSlider Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./flexslider.css'); /* Import Flex Slider Stylesheet */
	@import url('/Data/sites/1/skins/retooling/css/./icomoon.css'); /* Import Vector Icons Stylesheet */
	
	/*-----------------------------------------------------------------------------------*/
	
	
	
	/* #Site Styles
	================================================== */
	
	/* WRAPPER */ 
	
	#wrap { margin: 0 auto; position: relative; padding: 0; background: #fff; }
	#boxed-wrap { margin: 0 auto; background: #fff; overflow:hidden; width: 1000px; -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 7px rgba(0,0,0,0.4); box-shadow: 0 0 7px rgba(0,0,0,0.4); }
	#boxed-wrap { border: 1px solid #d6dbdc\9; border-bottom: none; }
	#full-width, #hero { width: 100%; padding: 0; clear: both; border-bottom: 1px solid #d6d6d6; }
	#full-width img, #hero img { margin: 0; max-width: 100%; margin-bottom: -6px; }
	#headline, #headline2 { width: 100%; height: 82px; padding: 16px 0 20px; background: #fafafa; display: table; }
	#headline h3, #headline2 h3 { color: #424748; font-size: 56px; line-height:1.3; margin: 20px 10px; position: relative; text-transform: capitalize; font-weight: 100; letter-spacing: 0; }
	#headline h3 small, #headline2 small { font-size: 56%; color: rgba(255,255,255,0.8); font-weight: 300; margin-left: 10px; letter-spacing: -0.07em; text-transform: capitalize; }
	#headline h3 small { color: #808080; font-weight: 100; }
	#headline2 { padding: 25px 0 12px; background: #0093d0; }
	#headline2 h3 { color: #fff; border: 0 none; }
	#header h6, .top-bar h6, .top-inf h6  { font-size:16px; margin:20px; font-weight:400; color:#797979; display:inline-block;}
	#header h6 i, .top-bar h6 i, .top-inf h6 i { background:#f1f1f1; color:#545454; display:inline; margin:7px; padding:7px; border-radius:4px; vertical-align:middle;}
	.tbg1 { background: url('/Data/sites/1/skins/retooling/css/../images/tbg1.png') repeat-x; }
	
		
	/* TOP-BAR  */ 
	.top-bar { background:#fff; min-height:26px; padding:12px 0; border-bottom:1px solid #f3f3f3; } 
	.top-bar h6 { font-size:12px; font-weight:400; margin:0 20px 0 0; color:#999; letter-spacing:0.6px;} 
	.top-links { float:left; color:#a9b2b4; font-size:11px; padding:4px 0 0 4px; }
	.top-links.rgtflot { float:right; padding-right:10px;}
	.top-links img, .container .top-links p { float:left; margin:4px 3px 0 0;}
	.container .top-links p { color:#d9d9d9; font-weight:bold; font-size:12px; line-height:1; margin:5px 9px 0 0;}
	.top-links a, .top-links span { color: #9aa6af; font-size:10px; display:inline; margin:0 6px; text-transform:uppercase; font-weight:bold; }
	.top-links a:hover { color:#ff932a}
	.top-co-inf .top-links { float:right; margin-top:8px;}
	.top-co-inf .top-links p { color:#6d6e71; }

	
	/* HEADER  */ 
	#header { border-bottom: 4px solid #f0f0f0; margin:0; }
	#header.transed { position: fixed; background: rgba(255,255,255,0.8); width: 100%; z-index: 9100; }
	#header.super-fixed { background:#fff; border:none; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3); width:100%; height:90px; z-index: 9100;}
	.logo { height:100%; }
	.logo img { max-width: 100%; height:auto; max-height:100%; min-height:54px; }
	#header.super-fixed .logo img, header.super-fixed .logo { max-height:90px; width:auto;}
	
	#sticker { background: #fff\9; z-index: 90000; width: 100%; height: auto; position: relative; }
	.darkhalf #sticker { position:fixed; top:0;}
	.darkhalf section.homedark{ margin-top:-114px;}
	header.sticky { margin: 0; position: fixed; top: 0; z-index: 100; }
	
	.is-sticky #header { margin-top:-50px; background:rgba(255,255,255,0.98); border-bottom: 4px solid #f0f0f0; }
	.is-sticky .logo { height:54px; margin-top:50px; }
	.is-sticky .logo img { max-height:48px; width:auto; }
	.is-sticky #header.super-fixed { margin:0; border:none; background:#fff;}
	.is-sticky #header.super-fixed .logo,
	.is-sticky #header.super-fixed .logo img { max-height:90px; margin:0;}
	
	
	#search-form { float:right; margin:61px 0 auto 16px; position:relative;}
	#search-form .search-text-box, #search-form2 .search-text-box2 { background-color: #f3f3f3;  background-image: url('/Data/sites/1/skins/retooling/css/../images/search-icon.png'); background-position: 12px 50%; background-repeat: no-repeat; border: 0 none; border-radius: 18px; box-shadow: none; color: transparent; cursor: text; font-size: 13px; color:#444; height:18px; line-height: 18px; padding: 7px 5px 8px 30px; transition: all 0.3s ease-in-out 0s; width: 1px;}	
	#search-form2 { display:none; position:relative; }
	#search-form2 .search-text-box2 { width:220px; margin:auto; position:relative; }
	#header.super-fixed #search-form { margin-top:29px;}
	
	
	/* --------------------- */
	
	/* Side Nav */
	
	#side-content { float:right;}
	#side-nav { float:left; z-index:979;}
	#side-nav ul { padding:10px 20px; background:#fff;  border:3px solid #f3f3f3; list-style:none;}
	#side-nav ul li { border-bottom:1px solid #eaeaea; padding:0; margin:0;}
	#side-nav ul li:last-of-type { border-bottom:0 none;}
	#side-nav ul li ul { border:0 none; padding:0; padding-left:20px; margin:0; background:#fdfdfd; display:none;}
	#side-nav a { display:block; color:#575757; padding:14px 0; text-transform:capitalize; font-size:13px; font-weight:400; letter-spacing:0.2px;  }
	#side-nav a:after { float:right;  font-family: 'icomoon'; font-size:10px; color:#878787; content: "\e3b0"; speak: none; font-style: normal; font-weight: normal; text-transform: none; line-height: 1;	-webkit-font-smoothing: antialiased;}
	#side-nav a:hover, #side-nav a:hover:after { color:#ff9900;}
	#side-nav li.current a, #side-nav li.current a:after { color:#0093d0;}
	#side-nav ul li ul li a { padding:10px 0; font-size:12px;}
	#side-nav ul li:hover > ul { display:block;}
	
	
	/* Image Gallery */
	
	.image-gallery { display:block; margin:10px 0;}
	.image-gallery ul li { float:left; width:215px; height:215px; margin:1px; overflow:hidden;}
	.image-gallery ul li img { max-width:420px; width:auto; height:215px; border-radius:1px; text-align:center}
	.image-gallery .zoomex { bottom:0;}
	
	
	
	/* --------------------- */
	
	
	/* FOOTER */
	
	
	#footer { width: 100%; padding: 10px 0 0 0; background: #2d2d2d; border-top: 8px solid #222; }
	#footer.litex { background: #fafafa;  border-top: 6px solid #e9e9e9; }
	.footer-in { margin: 0 auto; padding-bottom: 50px; color: #ccc; position: relative; }
	.footer-in .columns { margin-top: 20px; }
	.footer-in h5.subtitle { color: #ddd; display: block; border-bottom: 1px solid #212121; padding-bottom: 6px; margin: 0; margin: 10px 0; -webkit-box-shadow: 0 1px #373737; -moz-box-shadow: 0 1px #373737; box-shadow: 0 1px #373737; position: relative; }
	#footer.litex .footer-in h5.subtitle { color:#414141;}
	#footer h5.subtitle span { position: absolute; right: 0; text-align: right; }
	#footer h5.subtitle span a { color: #787878; font-size: 10px; font-weight: 400; }
	.lts-news { height: 64px; overflow: hidden; margin-bottom: 15px; }
	.lts-news .img-hover { float:left; margin:0 10px 0 0;}
	.lts-news img { height: 64px; }
	.lts-news h5 { font-size: 16px; font-weight: 500; border: none; margin: 0; padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; white-space:nowrap;}
	.lts-news a { color: #ddd; }
	.footer-in .lts-news p { font-size: 11px; line-height: 17px; color: #9c9b9b; margin-bottom:5px; letter-spacing:0; }
	.lts-news .img-hover:before { -webkit-box-shadow: inset 0 0 0 3px #fff; -moz-box-shadow: inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 3px #fff; opacity: .5; }
	.lts-news:hover .img-hover:before { opacity: 1; -webkit-box-shadow: inset 0 0 0 3px #e84a52; -moz-box-shadow: inset 0 0 0 3px #e84a52; box-shadow: inset 0 0 0 3px #e84a52; }
	.lts-news:hover h5 a { color: #e84a52; }
	.footer-in hr { border-color: #373737; }
	.footer-in .copyright-txt { font-size: 12px; }
	.footer-in p { line-height: 19px; color: #898989; }
	.contact2 div { line-height: 21px; }
	.footer-in a { text-decoration: none; -webkit-transition: all 0.18s ease; -moz-transition: all 0.18s ease; -o-transition: all 0.18s ease; transition: all 0.18s ease; }
	.footer-sbc { position: relative; text-align: center; margin: 0 auto; }
	.footer-sbc input[type="text"], .footer-sbc input[type="submit"] { float: left; margin: 4px 7px; }
	/* Social Icons */
	.social-icons a { border: 0; float: left; margin: 1px 7px 0 12px; opacity: 0.5; text-decoration: none; -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
	.social-icons a:hover { opacity: 1; }
	.social-icons.members { clear: both; text-align: center; margin-bottom: 10px; }
	.social-icons.members a { text-align: center; float: none; }
	.footer-in a img { float: left; }
	.contact-inf span { display: block; color: #9b9b9b; font-family: Arial; font-size: 14px; }
	.contact-inf i { margin-right: 5px; color: #474747; }
	.contact-inf form { margin-top: 20px; }
	.footer-in .contact-inf input, .footer-in .contact-inf textarea { display: block; min-width: 97%; margin: 10px 0; background: #2b2928; color: #ccc; border: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 6px 0px 6px 12px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 0 3px 1px #222, 1px 1px #424242; -moz-box-shadow: inset 0 0 3px 1px #222, 1px 1px #424242; box-shadow: inset 0 0 3px 1px #222, 1px 1px #424242; }
	.footer-in .contact-inf button { padding: 10px 20px; font-size: 12px; font-weight: 400; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #373737; background: -moz-linear-gradient(top, #373737, #252525); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #373737), color-stop(100%, #252525)); background: -webkit-linear-gradient(top, #373737, #252525); background: -ms-linear-gradient(top, #373737, #252525); background: -o-linear-gradient(top, #373737, #252525); background: linear-gradient(top, #373737, #252525); border: none; float: right; }
	.footer-in a:hover { color: #85b940; }
	#footer.litex .footer-in a { color: #0093d0; }
	.footer-in a.terms { color: #578f1a; }
	.footer-in .lts-tweets { padding: 12px; padding-top: 34px; text-align: center; position: relative; }
	.footer-in .lts-tweets i { font-size: 80px; color: #333; position: absolute; top: 2px; left: 40%; z-index: 9; }
	.footer-in .lts-tweets h3 { z-index: 12; position: relative; }
	.footer-in .lts-tweets h5 { color: #82878a; padding: 0 10px; font-size: 16px; font-weight: 400; font-family: "Roboto Slab"; }
	
	.partner-website h5 { margin: 20px 0; }
	.partner-website a { display: block; color: #808080; font-family: Arial, Helvetica, sans-serif; font-size: 12px; -webkit-transition: all .08s ease; -moz-transition: all .08s ease; -ms-transition: all .08s ease; -o-transition: all .08s ease; transition: all .08s ease; }
	.partner-website a:hover { color: #fff; }
	.partner-website a i { margin: 0 5px; -webkit-transition: all .18s ease; -moz-transition: all .18s ease; -ms-transition: all .18s ease; -o-transition: all .18s ease; transition: all .18s ease; }
	.partner-website a:hover i { margin-left: 10px; }
	.footbot { margin: 0 auto; position: relative; background: #222; padding: 26px 0 18px; text-align: right; border-top-right-radius: 2px; border-top-left-radius: 1px; }
	#footer.litex .footbot { background:#e9e9e9}
	#footer.litex .footbot, #footer.litex .footer-in h4, #footer.litex .footer-in hr { border-color: #e0e0e0; color: #5b5b5b; }
	.footbot img { position: relative; margin: 6px 40px 0 0; opacity: 0.93; }
	.footer-navi { float: left; line-height: 38px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #9B9B9B; text-transform: capitalize; }
	.footer-navi ul { margin-left: 40px; }
	.footer-navi a { color: #a9b2b4; margin: 0 4px; }
	.footer-navi a:hover { color: #ccc; text-decoration: underline; }
	.socailfollow { float: right; }
	.socailfollow a { height: 18px; padding: 10px; float: left; text-decoration: none; display: block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.31s ease; -moz-transition: all 0.31s ease; -ms-transition: all 0.31s ease; -o-transition: all 0.31s ease; transition: all 0.31s ease; }
	.socailfollow a:first-of-type { margin-left: 0; }
	.footer-in .socailfollow a:hover { text-decoration: none; }
	.socailfollow a.facebook:hover { background: #3b5996; }
	.top-bar .socailfollow a.facebook:hover i, .our-team .socailfollow a.facebook:hover i { color: #3b5996; }
	.socailfollow a.twitter:hover { background: #00acee; }
	.top-bar .socailfollow a.twitter:hover i, .our-team .socailfollow a.twitter:hover i { color: #00acee; }
	.socailfollow a.vimeo:hover { background: #0dadd6; }
	.top-bar .socailfollow a.vimeo:hover i, .our-team .socailfollow a.vimeo:hover i { color: #0dadd6; }
	.socailfollow a.dribble:hover { background: #d53e68; }
	.top-bar .socailfollow a.dribble:hover i, .our-team .socailfollow a.dribble:hover i { color: #d53e68; }
	.socailfollow a.youtube:hover { background: #cb322c; }
	.top-bar .socailfollow a.youtube:hover i, .our-team .socailfollow a.youtube:hover i { color: #cb322c; }
	.socailfollow a.pinterest:hover { background: #cb2027; }
	.top-bar .socailfollow a.pinterest:hover i, .our-team .socailfollow a.pinterest:hover i { color: #cb2027; }
	.socailfollow a.google:hover { background: #c3391c; }
	.top-bar .socailfollow a.google:hover i, .our-team .socailfollow a.google:hover i { color: #c3391c; }
	.socailfollow a.linkedin:hover { background: #0073b2; }
	.top-bar .socailfollow a.linkedin:hover i, .our-team .socailfollow a.linkedin:hover i { color: #0073b2; }
	.socailfollow a.rss:hover { background: #f29a1d; }
	.top-bar .socailfollow a.rss:hover i, .our-team .socailfollow a.rss:hover i { color: #f29a1d; }
	.socailfollow a.instagram:hover { background: #457399; }
	.top-bar .socailfollow a.instagram:hover i, .our-team .socailfollow a.instagram:hover i { color: #457399; }
	.socailfollow a.other-social:hover { background: #ff5d5e; }
	.top-bar .socailfollow a.other-social:hover i, .our-team .socailfollow a.other-social:hover i { color: #ff5d5e; }
	.socailfollow img { opacity: 0.79; }
	.socailfollow i { font-size: 18px; color: #fff; opacity: 0.95; }
	#footer.litex .socailfollow i { color: #343434; }
	#footer.litex .socailfollow a:hover i { color: #fff; }
	.top-bar .socailfollow { float: right; margin-right: 10px; }
	.top-bar .socailfollow.lftflot { float: left; }
	.top-bar .socailfollow img { opacity: 0.97; }
	.top-bar .socailfollow a, .our-team .socailfollow a { padding: 4px; margin: 1px 4px; background: #fff; }
	.top-bar .socailfollow i, .our-team .socailfollow i { color: #979797; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.125s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
	.top-bar .socailfollow a:hover, .our-team .socailfollow a:hover { background: none; }	
	
	
	
	/* #Misc
	================================================== */
	
	/* EXTRAS */
	
	.brdr-r1, .brdr-r2 { border-right: 1px solid #e5e5e5; padding-right: 19px; }
	.brdr-l1, .brdr-l2 { border-left: 1px solid #e5e5e5; padding-left: 19px; }
	.brdr-r2 { padding-right: 27px; }
	.brdr-l2 { padding-left: 27px; }
	.pad-r27 { padding-right: 27px; }
	.pad-l27 { padding-left: 27px; }
	.alignright { text-align: right; }
	img.alignright { float: right; }
	.alignleft { text-align: left; }
	img.alignleft { float: left; }
	.aligncenter { text-align: center; }
	.wp-caption { display: block; color: #444; }
	.wp-caption-text { font-size: 15px; }
	.sticky { color: #555; }
	.gallery-caption { display: inline; }
	.bypostauthor { font-size: 13px; }
	.moonicons-box1 { font-size: 16px; display: inline-block; width: 15em; padding: .25em .5em; background: #fff; margin: .5em 1em .5em 0; border: 1px solid #e8e8e8; }
	.alignright { text-align: right; }
	img.alignright { float: right; }
	.alignleft { text-align: left; }
	img.alignleft { float: left; }
	.aligncenter { text-align: center; }
	.wp-caption { display: block; color: #444; }
	.wp-caption-text { font-size: 15px; }
	.sticky { color: #555; }
	.gallery-caption { display: inline; }
	.bypostauthor { font-size: 13px; }
	/* Scroll to top */
	#scroll-top a { width: 16px; height: 16px; padding: 6px 8px 9px; border-radius: 4px; background: #818c90; position: fixed; bottom: 48px; right: 32px; display: none; opacity: 0.89; filter: alpha(opacity=89); z-index: 499841; }
	#scroll-top a i { font-size: 16px; color: #fff; }
	#scroll-top a:hover { background-color: #ffcc00; cursor: pointer; }
	
	h1.pnf404 { font-size: 176px; line-height: 1.1; font-weight:900;}
	h2.pnf404 { font-size: 42px; line-height: 1.2; font-weight:700; }
	input.txbx404 { float:left; margin-top:2px; margin-right:4px; padding:7px 4px; min-height:inherit; border-radius:3px; }
	input.btn404 { float:left; margin:1px; padding:8px 12px 9px; }
	
	.v-shadow-l { background:url('/Data/sites/1/skins/retooling/css/../images/v-shadow-left.png') no-repeat right center; }
	.v-shadow-r { background:url('/Data/sites/1/skins/retooling/css/../images/v-shadow-right.png') no-repeat left center; }
	.v-shadow-r, .v-shadow-l {  min-height:320px; }
	.pad-r10 { padding-right:10px; }
	.pad-r20 { padding-right:20px; }
	.pad-r30 { padding-right:30px; }
	.pad-r40 { padding-right:40px; }
	.pad-l10 { padding-left:10px; }
	.pad-l20 { padding-left:20px; }
	.pad-l30 { padding-left:30px; }
	.pad-l40 { padding-left:40px; }
	
	/* #Column Shortcodes
	----------- */
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth { margin-right: 4%; float: left; margin-bottom:20px; }
	.one_half { 	width: 48%; }
	.one_third { width: 30.6666%; }
	.two_third { width: 65.3332%; }
	.one_fourth { width: 22%; }
	.three_fourth { width: 74%; }
	.one_fifth { width: 16.8%; }
	.two_fifth  { width: 37.6%; }
	.column-last { margin-right: 0 !important; clear: right; }
	
	
	.easyPieChart { position: relative; text-align: center; }
	.easyPieChart canvas { position: absolute; top: 0; left: 0; }
	.pie { text-align:center; font-size:49px; position:relative; margin:0 auto 20px; }
	.pie p { font-size:16px; color:#888; font-weight:400; position:absolute; bottom:-52px; width:100%; padding-top:10px; border-top:2px solid #f9f9f9;}
	.container .pie p { margin-bottom:0;}
	
	
	
	/* #Media Queries
	================================================== */
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	.img-box { width: 256px; height: 188px; }
	.last-project .img-box { background: #EA3C3C; }
	.last-project .img-box:nth-child(even) { background: #F66060; }
	.ab-box { height: 235px; }
	.author-detail { width: 218px; }
	.comment-contents { width: 343px; }
	.child-comment .comment-contents { width: 263px; }
	.contact input { width: 330px; float: none; }
	.contact textarea { width: 486px; }
	.row.magic, .s-qoute-man { padding: 0; margin-bottom: 10px; }
	a.get { margin-bottom: 14px; }
	.pad-r10, .pad-r20, .pad-r30, .pad-r40 { padding-right: 5px; }
	.pad-l10, .pad-l20, .pad-l30, .pad-l40 { padding-left: 5px; }
	#main-content-pin .container { width: auto; }
	
	}
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#boxed-wrap { width: 828px; }
	.social-icons a { margin: 1px 4px 0 4px; }
	.row.magic { padding-left: 20px; margin-bottom: 10px; }
	#tline-content { width: 800px; }
	.tline-box { width: 335px; }
	/*#nav a span, #nav a:after { font-size:9px;  }*/
	
	.blog-date-sec { width: 42px; height: 42px; }
	.help-box { width: 50%; }
	
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	.sidebar, .rgt-cntt, .sidebar.leftside { padding-right:0; background:none; padding-top:40px; margin-top:40px; border-top:5px solid #e5e5e5;}
	.rgt-cntt, .sidebar.leftside { padding-top:0px; margin-top:0px; border-top:0 none;}
	.contact-form .txbx { width:224px;}
	.pricing-table .plans-f-list.respo { display:inline; visibility:visible;}
	#header.super-fixed { height:auto; box-shadow:none; border-bottom:4px solid #f0f0f0;}
	#headline { height:auto; border-bottom:3px solid #f3f3f3; padding:14px 0; }
	#headline h3 { border-top-color:#f6f6f6; font-size:37px; text-align:center;}
	#headline h3 small { display:block; margin-top:14px; margin-bottom:0; font-size:16px; letter-spacing:0; font-weight:400; }
	.servobx, .servobx div, .servobx img, ul#main-ibox li, ul#main-ibox li.active9  { width:100%; float:none;}
	#search-form { display:none; }
	#header .alignright, top-inf.alignright { text-align:center;}
	#search-form2 { display:block; }
	#side-content { padding-bottom:30px; border-bottom:5px solid #f3f3f3; margin-bottom:40px;}
	
	.top-bar { height:65px; padding:5px 0 6px; background:url('/Data/sites/1/skins/retooling/css/../images/topsobg1.png') repeat-x center center; white-space:nowrap; overflow:hidden;}
	.top-bar h6 { font-size:11px; letter-spacing:0; margin:0 10px 0 0;}
	.top-bar h6 i { font-size:12px; padding:3px; margin-right:3px;}
	.top-bar .socailfollow, .top-links, .top-links.rgtflot, .top-bar .socailfollow.lftflot { float:none; text-align:center; clear:both; min-height:22px;}
	.top-bar .socailfollow, .top-bar .socailfollow.lftflot  {  padding-top:8px;}
	.top-bar .socailfollow a, .top-bar .socailfollow.lftflot a, .top-links p, .top-links img { float:none; display:inline; padding-top:10px; background:none;}
	.top-links, .top-links.rgtflot { margin:0 0 8px 0; padding-top:4px; }
	.top-links.rgtflot { margin-top:12px; margin-bottom:6px;}
	
	.container hr { margin-left:0; margin-right:0;}
	.blog-date-sec { border:0 none; margin:0; text-align:left; border-bottom:1px solid #e5e5e5; background:#fdfdfd;}
	.blog-post { border-bottom-width:3px;}
	
	.nav-search { float: none; margin: 0; }
	.img-box { width: 420px; height: 308px; }
	.comment-contents { width: 328px; margin-right: 0; }
	.child-comment .comment-contents { width: 248px; }
	.contact textarea { width: 398px; }
	
	.author-detail { margin: 20px 0; }
	.blog-date-sec { width: auto; display:block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; border-bottom: 2px solid #e3e3e3; margin-bottom: 5px; }
	.blog-date-sec span, .blog-date-sec h3 { display: inline; margin: 0 10px; line-height: 50px; }
	.blog-date-sec span { font-size: 20px; font-weight: 300; }
	.blog-date-sec h3 { font-size: 32px;}
	
	.contact-form .txbx { width: 224px; }
	.pricing-table .plans-f-list.respo { display: inline; visibility: visible; }
	#headline h3 { border-top-color: #f6f6f6; }
	.image-gallery ul li, .image-gallery ul li img { display:block; width:auto; max-width:100%; height:auto; float:none;}
	

	input[type="text"].header-saerch, input[type="text"].header-saerch:focus { width: 261px; margin-top: 10px; }
	.logo { text-align: center; }
	.pin-box { width: 256px; }
	
	.tline-box .blog-date-sp { width: 80%; }
	.tline-box .blog-com-sp { width: 0; display: none; }
	.tabs-left > .nav-tabs, .tabs-left > .nav-tabs > li > a, .nav-tabs > li, .nav-tabs > li.active, .tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs .active > a:hover { width:100%; display:block; padding-left:0; padding-right:0; }
	.tabs-left > .nav-tabs > li > a { border-right:0 none;}
	.tabs-left > .tab-content { border:0 none;}
	.tab-content .columns, .tab-content .column { margin:0 10px; max-width:90%; }

	.date-sp-wrap { margin: 0; float: right; margin-bottom: 7px; }
	.blog-line .blog-date-sec { height: auto; }
	.v-shadow-r, .v-shadow-l { min-height: inherit; background: none; }
	.pad-r10, .pad-r20, .pad-r30, .pad-r40, .pad-l10, .pad-l20, .pad-l30, .pad-l40 { padding: 0; }
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth { width: 100%; float: none; margin-right: 0; }
	.latest-f-blog, .qot-week { margin:0;}
	.callout { margin:10px 0px 20px; }
	.brdr-l1, brdr-r1 { padding:0; border:0 none; }
	.brdr-l1 { margin-top:30px;}
	.tab-content p, .tab-content li { font-size: 12px; }
	.help-box { width: 100%; }
	.ab-box { height: auto; padding-bottom: 25px; }
	input[type="text"].header-saerch, input[type="text"].header-saerch:focus { float: none; display: inline; position: relative; z-index: 10000; }
	.jcarousel-next, .jcarousel-prev { padding:12px; }
	.jcarousel-prev { right:38px;}
	.jcarousel-next:after, .jcarousel-prev:after { top:13px; right:13px;}
	.our-clients-wrap .jcarousel-next, .our-clients-wrap .jcarousel-prev { padding:10px;}
	
	
	.is-sticky, .is-sticky #header { position:relative; height:auto;}
	.is-sticky #header { margin-top:0;}
	.is-sticky .logo { height:auto; margin-top:0; }
	.is-sticky .logo img { max-height:auto; height:auto; }

	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.help-block { height: auto; }
	#boxed-wrap { width: 460px; }
	.page-subtitle { left: 0; padding: 10px 0 0 20px; bottom: 0; border-bottom: 1px solid #e8edee; margin-bottom: 20px; height: auto; width: auto; clear: both; background: #fdfdfd; border-radius: 0; }
	.contact-form .txbx { width: 338px; }
	.pricing-table .plans-f-list.respo { display: inline; visibility: visible; }
	.jcarousel-item, .last-project .portfolio-item { max-width: 210px; height: 157px; float: left; }
	.pin-box { width: 166px; width: 164px\9; }
	#tline-content { width: 460px; }
	.tline-box { width: 165px; }
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	.nav-wrap2.mn4 #nav a { padding: 15px 4px; }
	#menu a { padding: 15px 4px; }
	.img-box { width: 300px; height: 220px; }
	
	.author-detail { width: 254px; }
	.author-arrow { width: 11px; height: 6px; background: url('/Data/sites/1/skins/retooling/css/../images/testimonial-arrow-top.png') no-repeat; left: 25px; top: -6px; }
	.contact input { width: 288px; margin-right: 0; }
	.contact textarea { width: 278px; }
	#boxed-wrap { width: 340px; }
	.footbot { min-height: 38px; height: auto; }
	
	.page-subtitle { left: 0; padding: 10px 0 0 20px; bottom: 0; border-bottom: 1px solid #e8edee; margin-bottom: 20px; height: auto; width: auto; clear: both; background: #fdfdfd; border-radius: 0; }
	.pricing-table .plans-f-list.respo { display: inline; visibility: visible; }
	.pricing-table ul { width: 136px; }
	.pricing-table ul li { width: 124px; padding: 5px; }
	.pricing-table ul li.plan-header, .pricing-table ul li .plan-title, .pricing-table ul li .plan-price { max-width: 136px; }
	.pricing-table ul li.plan-footer { max-width: 114px; }
	.portfolio-item { margin-bottom: 14px; }
	.commentin { width: 92%; }
	
	#tline-content { width: 300px; }
	.tline-box { width: 250px; }
	.tline-row-l, .tline-row-r { display: none }
	.tline-box.rgtline { float: left; left: 0; }
	}
	
	@media only screen and (min-width: 1200px) {	
	
	 #boxed-wrap { width:1180px;}
	 .white-space { height:110px;}
	  h4.subtitle { margin:39px 0 21px 0; }
	 #main-content-pin .container { padding:0 40px; }
	 .sidebar.leftside { background-position: 295px; padding-right:70px; }
	 .blog-date-sec h3 { font-size:36px;}
	
	 } 
	
	
	@media screen and (min-width: 767px) {
	/* ensure #nav is visible on desktop version */
	#nav {	display: block !important;	}
	.ls-layer h1, .ls-layer h3 { left:10px;}
	
	}	
	
	/* ---------------------/*a,a:visited {color: #9aa6af;}*/
a,a:visited {color: #008ebf;}
a:hover {color: #ffbe00;}

h1 { font-size: 36px; line-height: 40px; margin-bottom: 12px; }
h1.subtitle {font-size: 28px; margin-top: -20px; margin-bottom: 10px; line-height: 31px;}
h2 { font-size: 28px; line-height: 34px; margin-bottom: 10px; }
h2.subtitle {font-size: 22px; margin-top: -10px; margin-bottom: 0;}
h3 { font-size: 22px; line-height: 30px; margin-bottom: 8px; }
h3.subtitle {font-size: 18px; margin-top: -10px; margin-bottom: 0;}
h4 { font-size: 18px; line-height: 24px; margin-bottom: 4px; }
h5 { font-size: 16px; line-height: 22px; margin-bottom: 5px; }
h6 { font-size: 14px; line-height: 20px; }

li {font-size:15px; line-height:24px;}
::selection {background: #ffbe00;}

.large {font-size: 110%;}
.small {font-size: 85%;}

.AlignCenter {text-align: center;}
.AlignRight {text-align: right;}
.AlignLeft  {text-align: left;}
.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%;}
b,strong {font-weight: bold;}
.childpagesitemapmodule {margin-bottom: 25px;}
p img {margin-bottom: 0;}
.pull-right {float: right; margin: 0 0 15px 15px;}
.pull-left {float: left; margin: 0 15px 15px 0;}
input[type=text], input[type=password], select {width: auto;}
input[type=email], textarea{width: 70%;}
sup {vertical-align: super; font-size: smaller;}
sub {vertical-align: sub; font-size: smaller;}
.highlight {color: #c18545;}

.pagecontent img {max-width: 100%; height: auto;}
/*a.newshome {color: #ffbe00;}
	a.newshome:hover {color: #008ebf;}*/

/*#header {border-bottom: 4px solid #008ebf;}*/
.logo {margin-top: -11px;}
.top-links a {color: #9aa6af; font-size: 12px;}
	.top-links a:hover {color: #ffbe00;}
#headline, #headline2 {height: 25px; padding: 0; background: #008ebf;}
.breadcrumbs {color: white; margin: 0; padding: 8px 0; font-size: 10pt;}
.breadcrumbs a,.breadcrumbs a:visited {color: white;}
.breadcrumbs a:hover {text-decoration: underline;}

#search-form {float: none; margin: 0; position: absolute; top: 10px; right: 15px;}

.sidebar h1,.sidebar h1.moduletitle {font-size: 22px; line-height: 25px;}
.sidebar p {margin: 0 0 10px 0;}
.sidebar h2 {font-size: 18px; line-height: 21px;}
.sidebar ol {margin-left: 20px;}
.sidebar ul {list-style: square; margin-left: 20px;}
	.sidebar ul li {margin-bottom: 2px;}

.listbox1 {font-size: 14px;}
	.listbox1 ul {margin: 0;}
.listbox1 ul li a.active {color: #515151; background: #fafafa; padding-left: 6px;}
.listbox1 ul li a.active.parent:after {content: "\e3b1";}
.listbox1 ul ul {margin: 0 0 4px;}
.listbox1 ul ul li {border-bottom: none; font-size: 12px; padding-left: 10px}
	.listbox1 ul ul li a {padding: 2px 0; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
	.listbox1 ul ul li a:hover, .listbox1 ul ul li a.active {padding-left: 0; color: #ffbe00; background: none;}
.listbox1 ul ul ul {margin: 0 0 4px;}
.listbox1 ul ul ul li {padding-left: 10px}

.rightbox {float: right; width: 225px; margin: 0 0 20px 20px; padding: 20px; background-color: #fafafa;}

.pagecontent ul {list-style: square; margin-left: 40px;}

/*Table Styles*/
.table th,.table tbody tr:hover th {background-color: #8C9934; color: white;}
.table tr.subheader,.table td.subheader {background-color: #fafafa; font-weight: bold;}
td.AlignCenter {text-align: center;}

/* Our Team */
.our-team { position:relative; margin-bottom:20px; border-bottom:4px solid #e5e5e5; text-align:left;}
	.our-team .name { margin-top:5px; font-size:22px;   color:inherit; padding-left:0; margin-bottom:10px; text-shadow:none; height: 60px;}
	/*.our-team h4 { margin-top:-82px; font-size:22px;   color:#fff; padding-left:6px; margin-bottom:0; text-shadow:0 1px 2px rgba(0,0,0,0.9); height: 82px;}*/
		.our-team h3 { font-size:21px; line-height: 24px; color: inherit; font-weight:300; letter-spacing:0; text-shadow:none;}
		.our-team h5 { color:inherit; font-weight:300; font-size:14px; line-height: 16px; margin-top: -10px;}
	.our-team .socailfollow { height:40px; clear:both; border-top:1px solid #e5e5e5; padding-top:11px; float:none;}
	.our-team img { border-bottom:5px solid #e5e5e5; min-height:120px; background:#e8e8e8; min-width:180px; display:block;}
		.our-team:hover img { border-color:#e84a52;}
	.our-team p { color:#797979; font-size:14px;}
		.container .our-skills p { margin-bottom:5px;}
	.team-member { border-radius: 4px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

/* Photo Gallery */
.simplehorizontalmenu.gallerylist {margin: 0; padding: 0;}
	.simplehorizontalmenu.gallerylist li.galleryitem {margin: 0 5px 5px 0; padding: 0;} 
.galleryitem {position: relative;}
.galleryitem a {
  position: relative;
  display: block;
  width: 190px;
  height: 140px;
  overflow: hidden;
}
/*.galleryitem a img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
    object-fit: cover;
    object-position: center;
}*/
.galleryitem a img.portrait {
    width: 100%;
    height: auto;
}
.galleryedit a {z-index: 100; width: 16px; height: 16px; position: absolute; top: 3px; right: 3px;}
.galleryedit a img {width: 16px; height: 16px;}

/* NAVIGATION BAR  */
	
	.nav-wrap1, .nav-wrap2 { height:110px;  position:relative; }
	.nav-wrap2 { height:77px; border-top:1px solid #f0f0f0; margin-bottom:-4px; border-bottom:4px solid #f3f3f3;  }
	.nav-wrap2.mn4 { height:50px; }
	
	/* menu icon */
	#menu-icon { display: none; /* hide menu icon initially */}
	
	.nav { float:right; margin-top: 2px;}
	.nav li { list-style: none; float:left; display:block; height:100%; vertical-align:middle; }	
	
	/* nav link */
	.nav a { display: block; font-family: 'Roboto', sans-serif; font-size: 14px; line-height:24px; font-weight:600; padding: 71px 16px 16px; color: #777; outline: 0; text-align: left; background-color:#fff; opacity:1; text-align:center; -webkit-transition:background .15s ease-in-out;	-moz-transition:background .15s ease-in-out;	-ms-transition:background .15s ease-in-out;	-o-transition:background .15s ease-in-out; transition:background .15s ease-in-out; }
	.nav a:hover, .nav li:hover > a { background-color:#f0f0f0; }
	.nav a i { font-size:16px; line-height:16px; display:inline; color:inherit; margin-right:4px; vertical-align:baseline;}
	.nav > li > a i { margin-right:6px; font-weight:normal;}
	.nav > li.current:after,nav ul > li:hover:after { display:block; float:left; content:""; width:100%; height:4px; /*background:#008ebf;*/ background: #ffbe00; bottom:0px; margin-bottom:-4px;}
	
	/* nav link Header2 */
	.nav-wrap2 .nav { float:left; margin-bottom:0; }
	.nav-wrap2 .nav li { margin:0; }
	.nav-wrap2 .nav > li > a { padding: 20px 20px 15px; font-size: 15px; line-height:18px; font-weight:400; text-align:left; border-right:1px solid #eee; }
	.nav-wrap2 .nav > li:first-child > a { border-left:1px solid #eee;}
	.nav a span, .nav a:after { margin-top:6px; display:block; font-size:11px;  color:#919191; text-transform:lowercase; font-weight:400;  }
	.nav a:after  { content: attr(data-description);}
	.nav-wrap1 .nav a:after, .nav-wrap2.mn4 .nav a:after { content:""; display:none; }
	.nav-wrap2.mn4 .nav > li > a { padding:16px 20px;}
	
	.nav-wrap2.darknavi { background: #333; border-top:2px solid #202020; border-bottom-color: #222;}
	.nav-wrap2.darknavi .nav > li > a { color:#fff; background:#333; border-color:#222;}
	.nav-wrap2.darknavi .nav > li > a:hover, .nav-wrap2.darknavi .nav > li:hover > a { background-color:#222;}
	.nav-wrap2.darknavi .nav ul { border-color:#222;}
	
	/* nav link fixes */
	.homedark .nav > li > a, .darkhalf .nav > li > a { background:transparent; color:#fff;}
	.homedark .nav > li:hover > a, .darkhalf .nav > li:hover > a  { background:#f0f0f0; color:#777;}
	.homedark .is-sticky .nav > li > a, .darkhalf .is-sticky .nav > li > a  { color:#777;}	
	.is-sticky #header .nav > li > a:link { background:inherit;}
	.is-sticky #header .nav > li:hover > a { background:#f0f0f0;}
	.is-sticky #header {height: 113px;}
	.is-sticky .logo {margin-top: 55px;}
	
	#header.super-fixed .nav > li > a { padding:0 16px; line-height:90px;}
	#header.super-fixed .nav > li > a:after { display:none; content:"";}
	#header.super-fixed .nav > li.current > a { color:#ffbe00;}
	#header.super-fixed .nav > li.current:after { display:none; height:0;}
	#header.super-fixed .nav-wrap1 { height:90px;}
	
	/* nav dropdown */
	.nav ul { position: absolute;  width: 182px; background: #fff ;  padding: 5px 0; padding-left: 20px; margin:0;  border: 4px solid #e2e2e2; /*z-index:91000;*/ -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;  display: none; /* hide dropdown */  }
	.nav > li:last-child ul { left:auto; right:0;}
	.nav-wrap2 .nav > li:last-child ul { right:auto;} 
	.nav ul li { float: none; border-bottom:1px solid #efefef; display:block; position:relative; margin: 0; padding:0;}
	.nav ul li:last-child { border:none;}
	.nav ul li a, .nav ul li:hover > a { background:#fff; color:#777; width:auto; display:block; text-align:left; padding: 9px 11px 9px 0; border-radius:0; font-size:13px; font-weight:400; border:0 none; text-transform:capitalize; line-height:24px; height:24px; }
	.nav ul li a:hover, .nav li.current ul li a:hover, .nav-wrap2 .nav ul li a:hover, .nav-wrap2.darknavi .nav ul li a:hover, .nav ul li.current > a , .nav ul li:hover > a { color:#008ebf; }
	.nav li:hover > ul { display: block; visibility:visible; /* show dropdown on hover */}
	.nav ul li ul { margin:-44px 0 0 182px; width: 182px; }

	.nav li.submenu:after { font-family: 'icomoon'; content: "\e3b0"; position:absolute; color:#cdcdcd; font-size:8px; display:inline; speak: none; cursor:pointer; right:9px; top:12px;} 
	
	.nav ul.mega, .nav > li:last-child ul.mega { width:100%; left:0; float:left;}
	.nav ul.mega ul { float:none; border:none; width:auto; position:static; left:auto; right:auto; display:block; padding:0; margin:0;}
	.nav ul.mega div:last-child { margin-right:0 !important;}
	.nav h4.subtitle { margin:14px 0; border-color:#e2e2e2; border-width:2px;}
	.nav img { max-width:100%; margin-bottom:10px;}
	.nav p { font-size:13px; font-weight:400; color:#747474;}
	#header .nav h6 { margin:0; margin-bottom:7px; color:#555;}
	.nav .sendbtn { padding: 7px 20px; font-size: 13px;}
	
	/* nav dropdown for(ie7) */
	
	*+html .nav li { position:relative; display:block; }
	*+html .nav li ul, *+html .nav li.current ul {  left:0; clear:both; position:absolute; border:1px solid #d4d4d4; }
	*+html .container { z-index:2; }
	*+html #header { z-index:3; position:relative;  }
	*+html .nav ul li ul { position:absolute; left:0; margin-top:-31px; display:none; visibility:hidden; }
	*+html .nav ul li:hover > ul { display:block; visibility:visible; }

/* --------------------- */

.icon-box4:hover i {background: #ffbe00;}

h6.h-sub-content {border-bottom: 2px solid #ffbe00;}
.sub-content a.newsrss {float: right; margin-top: 10px; color: #ffbe00; font-size: 14px; font-weight: 400;}

.footer-in a {color: #ffbe00;}
	.footer-in a:hover {color: #ffbe00; text-decoration: underline;}

	@media only screen and (max-width: 959px) and (min-width: 768px) {
		.logo {margin-top: 15px;}
		.top-links a {font-size: 11px;}
		#header {height: 102px;}
		.nav-wrap1.thirteen.columns {margin-bottom: -5px;}
		.nav {margin-bottom: 0;}
		.nav a, .nav-wrap2 .nav > li > a, .nav-wrap2.mn4 .nav li a, #header.super-fixed .nav > li > a {padding-top: 60px; padding-left: 11px; padding-right: 11px; font-size: 13px;}
		#layerslider-container-fw {margin-top: -15px;}
		.is-sticky #header {height: 102px;}
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) { 
	
	/* nav-wrap */
	.nav-wrap {	position: relative; height:30px; text-align:center; margin:0 0 32px 0; }
	#header.super-fixed .nav-wrap1 { height:30px; }

	/* menu icon */
	#menu-icon { color: rgba(255,255,255,0.7); margin:0 auto; width: 246px; font-size:16px; font-weight:400; height: 30px; border-radius:2px; background: #363f46; padding: 11px 10px 3px 42px; cursor: pointer; clear:both; box-shadow:  0 2px 2px -2px rgba(0,0,0,0.3); text-align:left; display: block; /* how menu icon */	}
	#menu-icon i { font-size:16px; color:rgba(0,0,0,0.6); float:left; margin-left:-28px; margin-top:3px; }
	#menu-icon:hover, #menu-icon.active {	background-color: #0093d0; }
	.mn-clk { font-size:12px; color:rgba(255,255,255,0.5);}
	
	/* main nav */
	.nav { clear: both; margin:0 auto; background: #fff; left:1px; position: absolute; width: 278px; z-index: 10000; padding:2px 0 44px 18px; border: 1px solid #d2d2d2; border-top:0 none; display: none; /* visibility will be toggled with jquery */	}
	.nav ul { padding:5px 0;}
	.nav li, .nav-wrap2 .nav li { clear: both; float: none; border:0 none; margin:0; margin-left:10px; padding:0 !important; border-bottom: 1px solid #e5e5e5; }
	.nav ul li:last-child, .nav-wrap2 .nav ul li:last-child { border:none;}
	
	.nav a, .nav-wrap2 .nav > li > a, .nav-wrap2.mn4 .nav li a, #header.super-fixed .nav > li > a {padding: 14px 0 12px; line-height: 24px;}
	.nav a, .nav ul a, .nav-wrap2 .nav > li > a, .nav-wrap2.mn4 .nav li a, #header.super-fixed .nav > li > a { width: auto; height: 20px; display: block; text-align: left; border: 0 none; margin: 0; line-height: 1.2; }
	.nav-wrap2 .nav > li > a , .nav-wrap2 .nav > li:first-child > a { border:0 none; }
	.nav-wrap2 .nav > li > a { font-size:14px; font-weight:600;}
	.nav-wrap2.darknavi .nav > li > a, .homedark .nav > li > a, .darkhalf .nav > li > a { color:#777;}
	.nav a span, .nav a:after { display:none; visibility:hidden; }
	.nav > li.current:after { display:none;}
	.nav a { background-color:#fff !important;}
	.darkhalf #sticker { position:relative !important; height:auto; background:#fff;}
	.darkhalf section.homedark { margin-top:0;}
	
	/* dropdown */
	.nav li ul { display:none; margin:0; padding:0; padding-left:10px; }
	.nav.ie10mfx li ul { display:block;}
	.nav a:hover > .nav li ul{ display:block; }
	.nav ul { width: auto; margin:0; box-shadow: none; position: static; display: block; border: none;  }
	.nav ul li ul { margin:0; display: block;  width: auto; padding:0; padding-left:10px; }
	.nav:not( :target ) > a:first-of-type, .nav:target > a:last-of-type { display: block; }
	.nav li.submenu:after {content: "\e3b1"; }
	
	.nav-wrap2, .nav-wrap2.darknavi { border:0 none; box-shadow:0 0 0 0; background:none;}
	.nav ul.mega, .nav ul.mega div, .nav ul.mega, .nav > li:last-child ul.mega { width:auto; max-width:100%; clear:both; float:none;}
	}
	
	
	@media only screen and (max-width: 767px) {
		.logo {max-width: 300px; margin: 0 auto;}
		.nav { left:61px;}
		.sidebar.leftbar {display: none;}
		#search-form2 {display: none;}
		.top-links, .top-links.rgtflot {margin-top: -13px; font-size: 10px;}
		.top-bar .socailfollow, .top-bar .socailfollow.lftflot {margin-top: -11px;}
		#nav-wrap {margin-top: -20px;}
		#menu-icon {background-color: #777; color: #f5f5f5;}
			#menu-icon:hover, #menu-icon.active {background-color: #ffbe00;}
		.nav {padding-left: 5px;}
			.nav li, .nav-wrap2 .nav li {margin-left: 5px;}
		.nav ul li a, .nav ul li:hover > a {font-size: 13px; line-height: 15px; height: 15px; padding-top: 5px; padding-bottom: 5px;}
		.nav > li > a {font-size: 13px; line-height: 15px; height: 15px; padding-top: 8px; padding-bottom: 8px;}
	}

/* Navigation End--------------------- */

/*Mojo Fixes*/
body.wysiwygeditor {background: none;}
body.wysiwygeditor ul {list-style: square; margin-left: 40px;}
body.wysiwygeditor a {color: #ffbe00;}
body.wysiwygeditor a:hover {color: #008ebf;}
.panelayout .regularpanes {width: auto;}
.admin input, .settings input, .admin input[type=text], .settings input[type=text], .admin input[type=password], .settings input[type=password], .admin input[type=email], .settings input[type=email], .admin textarea, .settings textarea, .admin select, .settings select, .admin label, .settings label, .admin legend, .settings legend {display: inline-block;}
#filewrapper input, #filewrapper input[type=text], #filewrapper input[type=password], #filewrapper input[type=email], #filewrapper textarea, #filewrapper select, #filewrapper label, #filewrapper legend {display: inline-block;}
.ptreebuttons {vertical-align: top;}
.breadcrumbs a.altfile {color: #008ebf;}
.filemanager .buttonlink,.qtfile .button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0 none;
	color: #ffbe00;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	font-weight: normal;
	font-family: inherit;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: inherit;
	padding: 0;
	background: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
	.filemanager .buttonlink:hover,.qtfile .button:hover {
		background: none;
		color: #008ebf;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
.folder-list li {font-size: 9pt;}
#cboxOverlay {z-index: 999999;}
#colorbox {z-index: 1000000;}
/*#colorbox .folder-list li {margin-left: 0;}*/
.admin input {display: inline;}
	.admin input[type=submit] {padding: 10px 15px;}
.AspNet-GridView th {padding: 8px; background-color: #008ebf; color: white; text-align: left; font-weight: bold;}
	.AspNet-GridView a, .AspNet-GridView a:link, .AspNet-GridView a:visited {color: white;}
.AspNet-GridView td {padding: 8px;}
	.AspNet-GridView td a, .AspNet-GridView td a:link, .AspNet-GridView td a:visited {color: #ffbe00;}
.AspNet-GridView tr.AspNet-GridView-Alternate {background-color: lightgray;}
.simplelist li {font-size: 95%; line-height: 100%;}
.fileadmin .folder-panel ul {margin: 0;}
input[type=submit] {margin-right: 5px; background: #008ebf; padding: 10px 30px;}
	input[type=submit]:hover {background: #ffbe00;}
input[type=submit].buttonlink {background: none; color: inherit; border: none; margin: 0; padding: 0;}
input[type=text], input[type=password], input[type=email], textarea, select {display: inline-block;}/*!
 * jQuery UI CSS Framework 1.11.3
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=%23f2f2f2&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=%23f2f2f2&fcHeader=%23444444&iconColorHeader=%230073ea&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23dddddd&fcContent=%23444444&iconColorContent=%23c18545&bgColorDefault=%23dddddd&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=%23dddddd&fcDefault=%23292929&iconColorDefault=%23292929&bgColorHover=%23c18545&bgTextureHover=highlight_soft&bgImgOpacityHover=100&borderColorHover=%23c18545&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23c18545&bgTextureActive=highlight_soft&bgImgOpacityActive=25&borderColorActive=%23c18545&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23cccccc&fcHighlight=%23444444&iconColorHighlight=%23c18545&bgColorError=%23ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=%23c18545&fcError=%23222222&iconColorError=%23c18545&bgColorOverlay=%23eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
	color: #444444;
}
.ui-widget-content a {
	color: #444444;
}
.ui-widget-header {
	border: 1px solid #f2f2f2;
	background: #f2f2f2 url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_highlight-soft_50_f2f2f2_1x100.png') 50% 50% repeat-x;
	color: #444444;
	font-weight: bold;
}
.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #dddddd;
	background: #dddddd url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_highlight-soft_100_dddddd_1x100.png') 50% 50% repeat-x;
	font-weight: bold;
	color: #292929;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #292929;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #c18545;
	background: #c18545 url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_highlight-soft_100_c18545_1x100.png') 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #c18545;
	background: #c18545 url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_highlight-soft_25_c18545_1x100.png') 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #ffffff url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_flat_55_ffffff_40x100.png') 50% 50% repeat-x;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #c18545;
	background: #ffffff url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_flat_55_ffffff_40x100.png') 50% 50% repeat-x;
	color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-icons_c18545_256x240.png');
}
.ui-widget-header .ui-icon {
	background-image: url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-icons_0073ea_256x240.png');
}
.ui-state-default .ui-icon {
	background-image: url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-icons_292929_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-icons_ffffff_256x240.png');
}
.ui-state-active .ui-icon {
	background-image: url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon {
	background-image: url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-icons_c18545_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-icons_c18545_256x240.png');
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_flat_0_eeeeee_40x100.png') 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #aaaaaa url('/Data/sites/1/skins/retooling/js/jqueryui-swenergy/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60); /* support: IE8 */
	border-radius: 0px;
}
