#lydiaPayIframe {
	width:100%;
	height:100%;
	border:0;
	margin:0;
	position:absolute;
	top:30px;
	left:0;
	z-index:999999999;
	background-color:#FFF;
}
#closeLydiaBtn {
	text-decoration:none!important;
	cursor:pointer;
	width:100%;
	height:30px;
	margin:0;
	position:absolute;
	top:0px;
	left:0;
	z-index:999999999;
	background-color:#eee;
	color: #000;
	font-size: 22px;
	text-align: center;
	padding: 2px;
}
.infoBoxT {
	width:300px;
	max-width:calc(100% - 12px);
	padding:8px;
	font-size:1.25em;
	position:fixed;
	right:8px;
	z-index:999999999;
	border-radius:5px;
	box-sizing:border-box;
	animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;;
}
.your-class {
	cursor:pointer;
}
.freeSubEasyTab {
	cursor:pointer;float:right;width: calc( 100% - 1400px );padding-top:175px;padding-left:25px;padding-right:25px;text-align:center;font-size:3em;color:#e2e2e2;line-height:1.5em;
}
.subTab0 {
	width:100%;background-color:#444444;
}
.subTab1 {
	width:100%;background-color:#44AA56;max-width:1400px;box-shadow: 4px 0px 4px 1px rgba(0, 0, 0, 0.4);
}
.subTab2 {
	width:100%;background-color:#444444;
}
.subTab3 {
	width:100%;background-color:#4555AA;max-width:1400px;box-shadow: 4px 0px 4px 1px rgba(0, 0, 0, 0.4);
}
.subTab4 {
	width:100%;background-color:#4555AA;
}
.subTab5 {
	width:100%;background-color:#444444;max-width:1400px;box-shadow: 4px 0px 4px 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1720px) { 
	.freeSubEasyTab {
	    display: none;
	}
}
#searchFeature {
	border:1px solid #ddd;border-radius:2px;width:100%;font-size:1.25em;
}
.sizedTxt {
	font-size:1.24em;
}
.helpBtnIcon {
	display:inline;width:18px;height:16px;margin-top:-2px;margin-bottom:-4px;
}
.helpBtnIconConf {
	display:inline;width:18px;height:16px;margin-top:-2px;margin-bottom:2px;
}
.fullWidth {
	width:100%!important;
	box-sizing:outerbox;
}
.warningInfoBox {
	color:#212529;
	background-color:#ffc107;
	border:1px solid #ffc107;
}
.dangerInfoBox {
	color:#fff;
	background-color:#dc3545;
	border:1px solid #dc3545;
}
.successInfoBox {
	color:#fff;
	background-color:#28a745;
	border:1px solid #28a745;
}
.infoInfoBox {
	color:#fff;
	background-color:#6c757d;
	border:1px solid #6c757d;
}

.bipper {
	text-align: center;
display: inline-block;
vertical-align: top;
margin-left: 4px;
}
.redbipperSon1 {
background-color: #CA4A4A;
text-align: center;
width: 32px;
height: 32px;
border-radius: 16px;
font-size: 26px;
margin: auto;
padding-top: 4px;
}
.redbipperSon2 {
background-color: #ead0d0;
text-align: center;
width: 24px;
height: 24px;
border-radius: 12px;
font-size: 18px;
line-height: 22px;
margin: auto;
vertical-align: bottom;
}

.bipperSon1 {
background-color: #CBCBCB;
text-align: center;
width: 32px;
height: 32px;
border-radius: 16px;
font-size: 26px;
margin: auto;
padding-top: 4px;
}
.bipperSon2 {
background-color: #e8e8e8;
text-align: center;
width: 24px;
height: 24px;
border-radius: 12px;
font-size: 18px;
line-height: 22px;
margin: auto;
vertical-align: bottom;
}
.bigbipperSon1 {
background-color: #CBCBCB;
text-align: center;
width: 64px;
height: 64px;
border-radius: 32px;
font-size: 26px;
margin: auto;
padding-top: 4px;
}
.bigbipperSon2 {
background-color: #e8e8e8;
text-align: center;
width: 56px;
height: 56px;
border-radius: 28px;
font-size: 36px;
line-height: 50px;
margin: auto;
vertical-align: bottom;
}

.smallbipperSon1 {
background-color: #CBCBCB;
text-align: center;
width: 24px;
height: 24px;
border-radius: 12px;
margin: auto;
padding-top: 2px;
}
.smallbipperSon2 {
background-color: #e8e8e8;
text-align: center;
width: 20px;
height: 20px;
border-radius: 10px;
font-size: 16px;
line-height: 18px;
margin: auto;
vertical-align: bottom;
}
.selectedBipper {
	opacity:0.3;
}
p.nomargintop {margin-top:0px;}
#interactive.viewport {
  width: 640px;
  height: 480px;
}
.loadingHtmlImg {
	display:block;
	margin:auto;
	max-width:90%;
	width: 100px;
	margin-top: 20px;
}
.wideText {
	width:100%;
	height:60px;
	border: 1px solid #d9dadd;
	
}
table.display td.imgCell { padding:0;width:42px;}
.faqreponse {
	display:none;
	border-left: 3px solid #278f3c;
	padding: 4px;
	color: #222;
	font-size: 16px;
}
.faqQuestion {
	font-size:16px;
}
.faqElt {
	border:1px solid #ddd;
	padding: 4px;
}
.faqeven {
	background-color:#e6e6e6;
}
.faqodd {
	background-color:#eee;
}
*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.quoteText {
	    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
}
#interactive.viewport canvas, video {
  float: left;
  width: 640px;
  height: 480px;
}

#interactive.viewport canvas.drawingBuffer, video.drawingBuffer {
  margin-left: -640px;
}

.optionnalTitle, .hiddenStep, .optionnalPrice {
	display: none;
}
.custoTBtn, .custoPBtn {
	width:50%;float:left;
}
#webservices pre {
	overflow:hidden;
}

  html, body {
  height: 100%;
}

div.dialogContentPaddingDiv , form.dialogContentPaddingDiv {
	padding: 0.5em 1em;
}
.redtext {
	color: #f00;
}
.bluetext {
	color: #3c51a6;
}
.greentext {
	color: #156015;
}
.toggleChk {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggleChk:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.toggleChk span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}
.toggleChk span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(79, 46, 220, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.chkBoxC:checked + .toggleChk:before {
  background: #947ADA;
}
.chkBoxC:checked + .toggleChk span {
  background: #4F2EDC;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.chkBoxC:checked + .toggleChk span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

.chbCntMen {
	display:block;
	margin-bottom:-8px;
}

  
  
#planningTable {
	height:24px;
	position:relative;
	border-top:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(0,0,0,0.3);
	background: rgba(0,0,0,0.05);
	box-sizing: border-box;
	cursor: pointer;
}
#planningTableDetail {
	height:28px;
	padding:2px;
	
}
.timeTblStart {
	position:absolute;
	left:2px;
	top : 0px;
}
.timeTblEnd {
	position:absolute;
	right:2px;
	top : 0px;
}
.timeTblElt {
	position:absolute;
	overflow:hidden;
	color: #000;
	height:22px;
	text-align:right;
}
.timeTblEltUnprepared {
	background : rgba(255,0,0,0.4);
}
.timeTblEltPrepared {
	background : rgba(0,255,0,0.4);
}
.timeTblEltTick {
	background : rgba(0,0,0,0.2);
	overflow:visible;
	text-indent: 6px;
	
}
.timeTblEltNow {
	background : rgba(0,0,255,0.4);
	overflow:visible;
	text-indent: 6px;
	
}
.pluconfdesc {
	white-space:nowrap;overflow:hidden;max-width:180px;
}
.working {  color:#0b0b73; }
.pluconfIMG {
	cursor:pointer;cursor:hand;min-width:32px;height:42px;width:42px;border:0px solid #444444;
}
.dimensionIpt {
	width:40px;
}
.forms fieldset input.smallWidth {
	max-width:200px;
	border:1px solid #ddd;
}
.classStock .nostock {
	display:none;
}
.underlinedlink {
	cursor: pointer;
	text-decoration : underline;
}
.ui-dialog-content .dataTables_wrapper select, .ui-dialog-content .dataTables_wrapper input {
	width:auto;
	font-size: 13px;
}
#formClientHist {
	margin-bottom: 20px;
}
tr.unpaid {
	background-color:#ffb6b6;
}
tr.unpaidEven {
	background-color: #fe9898;
}
#BigmapResult {
	width:100%;
}
.ctcClientFrm select,.ctcFournisseurFrm select {
	height: 28px;
}
.ctcClientFrm textarea,.ctcFournisseurFrm textarea {
	display:block;
	width: 100%;
	height: 200px;
	font-size:18px;
	line-height:22px;
	padding:8px;
}
.onlRpt {
	text-align:left;
}
#checkErrs {
	width:auto;
}
pre.inlined {
	margin-bottom:2px;
}
#rapportErreurTxt {
	width:100%;
	height:90px;
}
a.ticketLink {
	color:#000;
}
.borderedTop {
	border-top: 1px solid #ccc;
}
.borderedSize {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#clientModif,#itemModif,#fournisseurModif,#fournisseurCommandeModif {
	padding:0;
}
.icon26 {
	height: 26px;
	margin: 2px;
	cursor: pointer;
}
.floatright {
	float:right;
}
.textleft {
	text-align:left;
}
.threeH {
	width:300px;
	max-width:100%;
}
span.mainPriceSpan, input.mainPriceSpan {
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: #d1d8de;
}
input.mainPriceSpan {
	display:inline-block;
	width: 100px;
	border: 0;
	text-align:right;
	opacity:0;
}
input.mainPriceSpan:hover {
	opacity:1;
	width:100%;
}
input.mainPriceSpan:focus {
	opacity:1;
	width:100%;
}
table.display thead th.onlRpt {
	padding-right:6px;
	cursor: default;
}
table.mainStdDisp {
	border : 1px solid #888;
	max-width:450px;
	margin-left:0px;
}
.nob h2.reph2 {
	margin-top:10px;
}
.shortCutTick {
	height:32px;
	display:inline;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
}
.dataTables_wrapper  input.multSelC {
	float: left;
	height: auto;
	vertical-align: top;
	margin-top: 0;
}
.reportImg {
}
.menu select {
	max-width:160px;
}
input[type="button"].menubtn-blue {
	background-color:#6ca3fc;
	border: 1px solid #004080;
	color:#fff;
}
input[type="button"].menubtn-green {
	background-color:#84b66b;
	border: 1px solid #64914d;
	color:#fff;
}
.TKTABL {
	width:100%;
}
.TKTABL td {
	vertical-align:top;
}
input.has-error, .forms fieldset input.has-error {
	background-color:#f2d8ce;
}
#formAddNewRow input.conditionTypes, #formAddNewRow select.conditionTypes, .conditionTypes {
	width:50%;
	display:none;
	margin:0;
}
#formAddNewRow input.radioAdd {
	width:auto;
	display:inline;
}
#delMultImg {
	width:16px;
	display:none;
	cursor:pointer;
	margin-left:6px;
}
#delMultMode {
	width:16px;
	cursor:pointer;
	margin-left:6px;
	display:inline-block;
	vertical-align: middle;
}
.underlined {
	text-decoration: underline;
}
.alert {
	padding-left:10px;
	padding-right:10px;
	font-size: 1.1em;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.selFormule div.formule {
	background-color: #ededed;
	border:1px solid #000;
}
#payLicence , #buyCredits { 
	display: none;
}
#changeFormuleDiv  .post {
margin-bottom: 0px;
padding-bottom: 0;
}
div h2.smallmargin {
	margin-bottom:5px;
}
a.fullWidth {
	width:100%;
}
#changeFormuleDiv { 
	display: none;
}
div a.nomargin {
	margin:0;
}
div.formule {
	background-color: #eee;
	cursor:pointer;
	display: block;
	padding: 6px;
	margin-left:0px;
	margin-right:0px;
	margin-left:10px;
	margin-top:10px;
	border-radius: 4px;
	height:200px;
}
.small {
	font-size: 0.8em;	
}
.selPntAnd {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}
#enlargeTicket {
	position:fixed;
	width: 30px;
	height: 30px;
	right: 15px;	
	bottom : 5px;
	display: none;
	cursor: pointer;
	z-index: 999;
}
#MLISt blockquote {
	border-left:5px solid #ccc;
	font-style: italic;
	padding-bottom: 0;
	padding-left: 10px;
}
#bigNumq2 {
	display:none;
}
.inlinedIcon {
	width:16px;
	height: 16px;
	display: inline-block;	
	margin-right: 4px;
}
.configTabPart {
	float:left;
	width:50%;
	padding-right:5px;
	box-sizing: border-box;
	margin-top:5px;
	margin-bottom:10px;
}
.configTabPart h4 {
	font-size:1.2em;
}
.configTab {
	padding:10px;
}
.ticketIMGPLU {
	width:20px;
	height:20px;
}
.mainTkDIV {
	line-height:16px;
}
.ztickk {
	padding-right:10px;
}
.menuIMG {
	width:28px;
	height:28px;
	margin-bottom:-2px;
	margin-top:2px;
	display:none;
	/*display:inline-block;
	margin-right:4px;*/
}
#keyboardSubmenu {
	display:none;
}
.blacklistTKinfo {
	padding:4px;
	color: #800;
	font-size:16px;
}
p.quote {
	background-color: #f8f8f8;
	border-left: 6px solid #ddd;
	font-size:1em;
	padding: 4px;
}
.checkbox label, .radio label, label {
	color: #888;
}
.myinput {
	background-color: #f5f5f5;
	margin: 0;
	border: none;
	min-height: 32px;
	font-size: 16px;
	line-height: 1;
	padding: 5px 10px;
	color: #606060;
	resize: none;
	border: 1px solid #d9dadd;
	margin-bottom:2px;
}
.text16 {
	font-size: 16px;
}
.manUser {
	height: 9px;
	display: inline;
	margin-right: 14px;
	vertical-align: middle;
	margin-bottom: 2px;
}
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
.pull-left {
	float:left; 
}
.element-item {
	width:350px;
}
#selectTypeCpt {
	display:none;
}
.odd_tabgX {
	background-color:#eee;
}
.nodisplay {
	display:none;
}
.orderState {
	height:24px;
	float:left;
	margin:3px;
	vertical-align:bottom;
}
.hiddenEditBtns {
	display:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.subOptDiv {
	margin-left:12px;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #606060;
	/*background-color:#d1d8de;*/
}
.myTicket  {
    color:#222;
    white-space: normal;
    z-index:998;
    
    -webkit-user-select: text;
		-khtml-user-select: text;
		-moz-user-select: text;
		-o-user-select: text;
		user-select: text;
}

input,
textarea,
select {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    width: 100%;
}
.dataTables_wrapper input,
textarea,
select {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    width: auto;
    height:22px;
}
p {
    /*padding-bottom: 20px*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #505050;
    margin-bottom: 12px;
}
h1 {
    font-size: 1.2em;
    line-height: 1.2em;
}
/*
h2 {
    font-size: 20px;
    line-height: 22px;
}  */
h2 {
    font-size: 1.18em;
    line-height: 1.18em;
}
h3 {
    font-size: 1.15em;
    line-height: 1.15em;
}
h4 {
    font-size: 1.1em;
    line-height: 1.1em;
}
h5 {
    font-size: 1.05em;
    line-height: 1.05em;
}
.line {
    padding-bottom: 13px;
    background: transparent url(style/images/line.png) repeat-x center bottom;
}
h2.line {
    margin-bottom: 20px
}
h1.page-title {
    font-size: 33px;
    font-weight: 300;
}
.related h3 {
    margin-bottom: 25px
}
h5 span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px;
}
hr {
    border: none;
    height: 3px;
   /* margin-top: 30px;
    margin-bottom: 50px;*/
}
a {
    text-decoration: none;
    color: #6094b4;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover {
    color: #b66b77
}
a.more {
    margin-bottom: 10px;
    display: block;
}
.menSubBtn {
	height:22px;
	width:auto;
}
.periodeRapport {
	white-space:nowrap;
}
a.button,
.forms fieldset .btn-submit,
.comment-form .btn-submit,
#navigation .nav-previous .meta-nav-prev,
#navigation .nav-next .meta-nav-next {
    background: #535353 url(style/images/button.png) repeat-x;
    height: 29px;
    line-height: 27px;
    color: #fff;
    font-size: 1em;
    padding: 0px 20px;
    margin: 0;
    margin-left:2px;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px 1px #434343;
    box-shadow: 0px 0px 0px 1px #434343;
    width: auto;
    border: none;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	a.button {
	    line-height: 29px;
	}
}
a.button.blue {
    background-color: #6ca1bc;
    -webkit-box-shadow: 0px 0px 0px 1px #5d89ab;
    box-shadow: 0px 0px 0px 1px #5d89ab;
}
a.button.pink {
    background-color: #d69acd;
    -webkit-box-shadow: 0px 0px 0px 1px #b980b0;
    box-shadow: 0px 0px 0px 1px #b980b0;
}
a.button.purple {
    background-color: #8174c3;
    -webkit-box-shadow: 0px 0px 0px 1px #6e64a7;
    box-shadow: 0px 0px 0px 1px #6e64a7;
}
a.button.black {
    background-color: #535353;
    -webkit-box-shadow: 0px 0px 0px 1px #434343;
    box-shadow: 0px 0px 0px 1px #434343;
}
a.button.green {
    background-color: #84b66b;
    -webkit-box-shadow: 0px 0px 0px 1px #64914d;
    box-shadow: 0px 0px 0px 1px #64914d;
}
a.button.red {
    background-color: #cf5e5e;
    -webkit-box-shadow: 0px 0px 0px 1px #af4c4c;
    box-shadow: 0px 0px 0px 1px #af4c4c;
}
a.button.brown {
    background-color: #ae7a53;
    -webkit-box-shadow: 0px 0px 0px 1px #906443;
    box-shadow: 0px 0px 0px 1px #906443;
}
a.button.yellow {
    background-color: #e1bd14;
    -webkit-box-shadow: 0px 0px 0px 1px #c3a515;
    box-shadow: 0px 0px 0px 1px #c3a515;
}
a.button.aqua {
    background-color: #6cb6a5;
    -webkit-box-shadow: 0px 0px 0px 1px #5e9d8f;
    box-shadow: 0px 0px 0px 1px #5e9d8f;
}
a.button.navy {
    background-color: #295f9b;
    -webkit-box-shadow: 0px 0px 0px 1px #2c5b8f;
    box-shadow: 0px 0px 0px 1px #2c5b8f;
}
a.button.orange {
    background-color: #f27327;
    -webkit-box-shadow: 0px 0px 0px 1px #cc601f;
    box-shadow: 0px 0px 0px 1px #cc601f;
}
a.button.gray {
    background-color: #aaaaaa;
    -webkit-box-shadow: 0px 0px 0px 1px #8c8c8c;
    box-shadow: 0px 0px 0px 1px #8c8c8c;
}
.footer .forms fieldset .btn-submit,
.footer a.button {
    background-color: #6b6b6b;
    -webkit-box-shadow: 0px 0px 0px 1px #383838;
    box-shadow: 0px 0px 0px 1px #383838;
}
#navigation .nav-previous .meta-nav-prev {
    float: left
}
#navigation .nav-next .meta-nav-next {
    float: right
}
#navigation {
    background: transparent url(style/images/line.png) repeat-x center top;
    padding-top: 40px;
    margin-bottom: 20px;
}
#navigation:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.center {
    text-align: center
}
.map {
    margin-bottom: 10px
}
.map iframe {
    max-width: 100%
}
img {
    max-width: 100%;
    display: block;
}
#fancybox-thumbs ul li img {
    max-width: none
}
.frame {
    display: block;
    position: relative;
}
.frame img {
    display: block;
    max-width: 100%;
}
.frame a .more {
    display: none;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.66);
}
.frame a .more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    background-color: white;
    content: '\1f516';
    padding-top: 4px;
    font-size: 14px;
    color: #000;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
#portfolio .items .frame a .more:before {
    content: '\1f50d';
    padding-left: 1px;
    padding-bottom: 1px;
}
#videocase .items .frame a .more:before {
    content: '\2b';
    padding-left: 1px;
    padding-bottom: 1px;
    font-size: 18px;
}
.feed .frame a .more:before,
.post-list .frame a .more:before {
    color: #fff;
    background: none;
}
img.left,
img.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
}
img.right,
img.alignright {
    float: right;
    margin: 0px 0px 0px 20px;
}
img.center,
img.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}
.video {
    margin-bottom: 20px
}
.alignleft {
    float: left
}
.alignright {
    float: right
}
.aligncenter {
    text-align: center
}
ul {
    padding-bottom: 20px;
    list-style: none;
}
ul li {

}
ul.unordered li:before {
    font-family: 'fontello';
    content: "\2713";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 10px;
}
ol {
    list-style: decimal;
    list-style-position: inside;
    padding-bottom: 20px;
}
ol li {
    padding: 0;
    margin: 0;
}
.dropcap {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin: 10px 8px 0 0;
    text-transform: uppercase;
}
.lite1 {
    color: #6b99b6;
    border-bottom: 1px dotted #6b99b6;
}
.lite2 {
    background: #fefac7
}
.intro {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #999999;
    font-weight: 300;
}
pre {
    margin: 5px 0px 4px 0px;
    padding: 0 10px 0px 10px;
    display: block;
    clear: both;
    background: url(style/images/codebg.jpg) repeat;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #d6d6d6;
}
blockquote {
    padding-bottom: 20px
}
blockquote p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 0;
    padding-left: 12px;
    border-left: 2px #dbdbdb solid;
    color: #999999;
}
.download-box,
.warning-box,
.info-box,
.note-box {
    clear: both;
    margin: 10px 0px;
    padding: 15px 15px 13px 15px;
    line-height: 17px;
}
.info-box {
    background: #c2ddf9;
    border: 1px solid #80bbef;
    color: #4783b7;
}
.warning-box {
    background: #ffcccc;
    border: 1px solid #ff9999;
    color: #c31b00;
}
.download-box {
    background: #d1f7b6;
    border: 1px solid #8bca61;
    color: #5e9537;
}
.note-box {
    background: #fdebae;
    border: 1px solid #e6c555;
    color: #9e660d;
}
.logo {
    float: left;
    margin-bottom:2px;
}
.top-wrapper222 {
    
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.11);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.11);
}
.white-wrapper {
    background-color: #FFF
}
.gray-wrapper {
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.14), inset 0 -1px 0 rgba(0,0,0,0.09);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.14), inset 0 -1px 0 rgba(0,0,0,0.09);
    box-shadow: 0 -1px 0 rgba(0,0,0,0.14), inset 0 -1px 0 rgba(0,0,0,0.09);
}
.inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
}
.top-wrapper .inner {
	padding-bottom: 5px;
}  
.header {
    padding: 5px;
	background-color:#d1d8de;
}
.social {
    float: right;
    padding: 0;
    font-size: 18px;
}
.team .social {
    float: none
}
.team p {
    padding-bottom: 10px
}
.team .info {
	overflow: hidden;
}
.social li {
    display: inline;
    font-family: 'socialicoregular';
}
.social a i {
    color: #606060;
    background-color: #FFF;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    padding-top: 5px;
    padding-left: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.team .social a i {
    color: #606060;
    background-color: #e9e9e9;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    padding-top: 4px;
    margin-bottom: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.social a:hover .social-pinterest {
    color: #c53942
}
.social a:hover .social-rss {
    color: #e86f04
}
.social a:hover .social-facebook {
    color: #4470cf
}
.social a:hover .social-twitter {
    color: #5daed5
}
.social a:hover .social-flickr {
    color: #ff0088
}
.social a:hover .social-dribbble {
    color: #d07ead
}
.social a:hover .social-behance {
    color: #098ffa
}
.social a:hover .social-linkedin {
    color: #3393c1
}
.social a:hover .social-vimeo {
    color: #099fc7
}
.social a:hover .social-youtube {
    color: #c8312b
}
.social a:hover .social-deviantart {
    color: #80988d
}
.social a:hover .social-skype {
    color: #2ebbf0
}
.social a:hover .social-tumblr {
    color: #5d82a4
}
/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
.menu {
	cursor:pointer;
    background: transparent url(style/images/shadow-full.png) center bottom no-repeat;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.menu ul {
    margin: 0;   
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: inherit;
    background: #f8f8f8;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    z-index: 995;
}   
#configSubMenu ul {
    background: #eaeaea;
}   
.menu ul.menuConfigtabs {
    background: #dcdcdc;
}   
.menu ul li {
    position: relative;
    display: inline-block;
    background: transparent url(style/images/menu-border.png) left center no-repeat;
    padding: 8px 8px 8px 8px;
}
#configSubMenu ul li, #galOPTS ul li {
    padding: 6px 4px 6px 8px;
}
.menu ul li:first-child {
    background: none
}
.menu ul li a {
    display: block;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-weight: 500;
    font-size: 20px;
    line-height:24px;
    color: #606060;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.menu ul li a.subMenuItem {
    /*font-size: 17px;*/
    line-height:20px;
}
.optionsGenerales ul li {
    position: relative;
    display: inline-block;
    background: transparent url(style/images/menu-border.png) left center no-repeat;
    padding: 3px 10px 3px 8px;
}
.optionsGenerales ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #606060;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.menu ul li.active,
.menu ul li:hover a {
    color: #6094b4
}
.menu ul li.active a,
.menu ul li a:hover,
.menu ul li a.selected {
    color: #6094b4
}
.menu ul li.active ul li a {
    color: #6094b4
}
.menu ul li.active ul li a:hover {
    color: #6094b4
}
.menu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
    width: 158px;
    margin-top: 10px;
    padding: 0 15px;
}
.menu ul li ul li {
    display: list-item;
    margin: 0;
    padding: 0;
    background: transparent url(style/images/line.png) left top repeat-x;
}
.menu ul li ul li:first-child {
    background-image: none
}
.menu ul li ul li ul {
    top: 0
}
.menu ul li ul li a {
    margin: 0;
    border: none;
    padding: 13px 0;
    line-height: 1;
    font-size: 11px;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.menu ul li ul li a {
	    padding: 14px 0 12px;
	}
}
* html .menu {
    height: 1%
}
.selectnav {
    display: none;
    width: 280px;
    margin: 0 auto;
    background: transparent url(style/images/dropdown-arrow.png) no-repeat right center;
	border-radius: 0;
	border: 0;
	background-color: #FFF;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	padding: 7px 10px;
	line-height: 20px;
	background-size: 30px 28px;
	-webkit-appearance: none;
}
    /*
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .selectnav {
    background-image: url(style/images/dropdown-arrow@2x.png);
  }
}   */

/*-----------------------------------------------------------------------------------*/
/*	RETINA ICONS
/*-----------------------------------------------------------------------------------*/
i.awe {
    background-color: #f2f2f2;
    padding: 6px 10px 8px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #616161;
    margin-right: 12px;
    line-height: 1;
}
i.contact {
    font-size: 15px;
    margin-right: 5px;
}
h5 i.awe {
    font-size: 17px
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE INTRO
/*-----------------------------------------------------------------------------------*/
.page-intro {
    margin-bottom: 30px;
}
.page-intro.line {
    padding-bottom: 14px;
}
.page-intro h1.page-title {
    float: left;
    margin: 0;
}
.page-intro .portfolio-nav {
    float: right;
    margin-top: 5px;
}
.page-intro .portfolio-nav a {
    background: #FFF;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    color: #606060;
    float: left;
    margin-left: 10px;
}
.page-intro .portfolio-nav a:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.17);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.17);
    color: #404040;
}
.page-intro .portfolio-nav a .icon-right-open {
    padding-left: 2px
}
.page-intro .portfolio-nav a .icon-th {
    font-size: 12px;
    padding-left: 1px;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.page-intro .portfolio-nav a .icon-right-open {
	    padding-left: 2px;
	}
	.page-intro .portfolio-nav a .icon-th {
	    padding-left: 0;
	}
	.page-intro .portfolio-nav a .icon-left-open {
	    padding-right: 1px;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
.one-half {
    width: 48%
}
.one-third {
    width: 30.66%
}
.home-third {
    width: 33.33%;
    padding-right:10px;
}
.two-third {
    width: 65.33%
}
.one-fourth {
    width: 22%
}
.three-fourth {
    width: 74%
}
.one-fifth {
    width: 16.8%
}
.two-fifth {
    width: 37.6%
}
.three-fifth {
    width: 58.4%
}
.four-fifth {
    width: 67.2%
}
.one-sixth {
    width: 13.33%
}
.five-sixth {
    width: 82.67%
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.home-third {
    position: relative;
    margin-right: 0px;
    float: left;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.column-wrapper {
    overflow: hidden;
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.slider-wrapper {
    margin-bottom: 28px;
}
.bannercontainer {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: 980px;
    margin-bottom: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.banner {
    width: 960px;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.portfolio-bannercontainer {
    width: 680px;
    margin-bottom: 35px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.portfolio-banner {
    width: 680px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.full-portfolio-bannercontainer {
    width: 980px;
    margin-bottom: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.full-portfolio-banner {
    width: 980px;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.tp-simpleresponsive .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive img {
    max-width: none
}
.noFilterClass {
    filter: none !important
}
.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.slider-shadow {
    background: transparent url(style/images/shadow-full.png) center bottom no-repeat;
    height: 7px;
    margin-top: -30px;
}
.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.caption.black_bg {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 23px;
    line-height: 35px;
    padding: 3px 10px 5px;
}
.caption.white {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
}
.caption.black {
    color: #505050;
    font-size: 25px;
    font-weight: 300;
}
.caption.black.bold {
    font-size: 28px;
}
.caption.bold {
    font-weight: 500;
}
.caption.white_bg {
    background: #FFF;
    color: #000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    padding: 3px 10px 5px;
}
.caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-bullets {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    opacity: 1 !important;
    -moz-opacity:1 !important; 
	filter:alpha(opacity=100) !important; 
}
.tp-bullets.simplebullets {
    bottom: 10px
}
.tp-bullets.simplebullets.navbar {
    bottom: -20px;
    height: 35px;
    padding: 0px 0px;
    margin-top: -17px;
}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative;
    background: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -12px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.20);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.20);
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 7px;
    text-align: center;
    width: 37px;
    font-size: 15px;
}
.tparrows {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #FFF;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    width: 37px;
    height: 37px;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    top: 50% !important;
}
.tparrows:hover {
    color: #404040
}
.tp-leftarrow.large:before {
    content: '\e75d'
}
.tp-rightarrow.large:before {
    content: '\e75e'
}
.tp-leftarrow.large {
    margin-left: 20px;
    margin-top: -18px !important;
}
.tp-rightarrow.large {
    margin-left: -20px;
    margin-top: -18px !important;
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px
}
.tparrows:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.20);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.20);
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.tparrows {
	    padding-top: 1px;
	}
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
}
.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(style/images/loading.gif) no-repeat;
    background-color: #fff;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .tp-loader {
    background-image: url(style/images/loading@2x.gif);
  }
}

/*-----------------------------------------------------------------------------------*/
/*	FULLWIDTH SLIDER
/*-----------------------------------------------------------------------------------*/
.inner.fws {
    padding-bottom: 0;
}

.slider_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.fws_wrapper {
    width: 100%;
    padding: 2px 0px 12px;
    overflow-y: hidden;
    position: relative;
    overflow: visible;
}
.fullwidth_slider {
    position: relative;
    height: 200px;
    overflow: visible;
    width: 100px;
    padding: 2px;
}
.fs-entry {
    position: absolute;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.fs-entry .image_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.fs-entry .image_wrapper .image_innerwrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fs-entry .imageholder {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
}
.fs-entry span.link {	
	z-index:2;
	background-color: #FFF; 
	width:30px;
	height:30px; 
	position:absolute; 
	bottom:10px;
	right:10px;
	cursor:pointer; 
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-in-out;
	color: #000;
}
.fs-entry span.link:hover {	
	color: #6094b4;
}
.fs-entry span.link:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    content: '\1f517';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
}
.fs-entry:hover span.link {	
	-moz-opacity:1; 
	filter:alpha(opacity=100); 
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	LATEST CAROUSEL
/*-----------------------------------------------------------------------------------*/
.showbiz-container {
    max-width: 980px;
    min-width: 280px;
    overflow: hidden;
    height: auto;
    margin: 0 auto 15px;
}
.teaser-navigation {
    float: right;
    margin-top: -70px;
}
.teaser-navigation span {
	border: 0;
	background: #FFF;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
    display: block;
    padding-top: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    color: #606060;
    font-size: 13px;
    margin-left: 10px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    float: left;
}
.teaser-navigation span:hover {
	color: #404040;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
}
.navigation-right i {
    padding-left: 2px;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.navigation-right i {
	    padding-left: 0;
	}
	.navigation-left i {
	    padding-right: 2px;
	}
}
.navigation-left,
.navigation-right {
    cursor: pointer;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.navigation-left.notclickable {
    cursor: default;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.navigation-right.notclickable {
    cursor: default;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.showbiz-teaser ul {	
	list-style:none;
	margin:0;
	padding:2px;
}
.showbiz-teaser li {
    list-style: none;
    margin: 0px;
    padding:0px;
}

.showbiz-teaser .overflowholder {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.showbiz-teaser .overflowholder ul {
    width: 10000px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.showbiz-teaser .overflowholder ul li {
    float: left !important;
    margin-right:10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    image-rendering: optimizeSpeed;
}
.showbiz-teaser .bordered {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 10px solid #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hoverpart.square {
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.showbiz-teaser .detailimg {
    width: 100%;
    overflow: hidden;
    max-height: 300px;
   
}
.showbiz-teaser .detailimg img {
    width: 100%;
     display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS GRID
/*-----------------------------------------------------------------------------------*/
.grid-wrapper {
	overflow: hidden;
}
.grid {
    width: 100%;
    overflow: hidden;
    margin-right: -40px;
}
.post .info {
	margin-bottom:4px;
}
.post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: transparent url(style/images/line.png) left bottom repeat-x;
}
.grid .post {
    float: left;
    background: none;
}
.post .info:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.post .date {
    background-color: #f2f2f2;
    padding: 7px 12px 9px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
}
.post .date .month {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 1px;
}
.post .details {
    display: inline-block;
    overflow: hidden;
    margin-left: 60px;
    margin-top: 0px;float:none;
}
.post .details h6 {
    margin-bottom: 5px;
    margin-top: 2px;
    font-size: 15px;
    line-height: 20px;
}
.post .details h3 {
    margin-bottom: 5px;
    margin-top: 4px;
}
.grid .post .details h6 {
    font-size: 15px;
}
.post .details .meta {
    /*font-size: 11px;*/
    line-height: 17px;
}
.post .frame {
    margin-bottom: 20px
}
.post .meta div {
    display: inline-block;
    margin-right: 3px;
}
.post h6 a {
    color: #505050
}
.post h6 a:hover {
    color: #6094b4
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { 
	width: 100% !important; 
}
.etabs {
    margin: 0;
    padding: 0;
    overflow: inherit;
}
.tab-container .tab {
    font-weight: bold;
    margin: 0 3px 0 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #ebebeb;
    position: relative;
}
.tab-container .tab a {
    display: block;
    padding: 7px 18px;
    color: #505050;
}
.tab-container .tab a.active,
.tab-container .tab a:hover {
    color: #6094b4
}
.tab-container .tab.active {
    background-color: #f5f5f5;
    position: relative;
}
.tab-container .panel-container {
    padding: 20px 20px 0 20px;
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.side-tab-container {
    margin-bottom: 20px
}
.side-tab-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.side-tab-container ul {
    float: left;
    width: 390px;
    /*background: #f5f5f5;*/
    padding: 0 2px;
}
.side-tab-container ul .tab {
    display: block;
    background: none;
    /*border-top: 1px solid #dadada;*/
    font-weight: bold;
    font-size: 1.05em;
    line-height: 20px;
}
.side-tab-container ul .subtab {
    display: block;
    background: none;
    /*border-top: 1px solid #dadada;
    font-weight: bold;*/
    font-size: 1em;
    line-height: 18px; 
}
.side-tab-container ul .tab:first-child {
    border: none
}
.side-tab-container ul .tab a {
    padding: 0;
    display: block;
    color: #505050;
    padding: 5px 0;
}
.side-tab-container ul .subtab {
    display: none;
}
.side-tab-container ul .subtab a {
    padding: 0;
    display: block;
    color: #505050;
    padding: 5px 5px;
}
.side-tab-container ul .tab a:hover,
.side-tab-container ul .tab.active a {
    color: #6094b4
}
.side-tab-container ul .subtab a:hover,
.side-tab-container ul .subtab.active a {
    color: #6094b4
}
.side-tab-container ul .tab a span {
    color: #6094b4;
    margin-right: 2px;
}
.side-tab-container ul .subtab a span {
    color: #6094b4;
    margin-right: 2px;
}
.side-tab-container .panel-container {
    width:  calc(100% - 400px);
    padding: 0px;
    float: left;
    /*background-color: #f5f5f5;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tabs {
    position: relative;
}
.tabs .btn {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    background: #FFF;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    margin-top: -5px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    color: #606060;
    display: none;
}
.tabs .btn:hover {
    color: #404040;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
}
.tabs .prev-tab.btn {
    right: 48px;
}
.tabs .next-tab.btn {
    right: 15px;
    padding-left: 1px;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.tabs .prev-tab.btn {
    	padding-right: 1px;
    }
}
/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/
.toggle {
    width: 100%;
    padding-bottom: 15px;
    clear: both;
}
.toggle h4.title {
    cursor: pointer;
    background-color: #f5f5f5;
    margin: 0;
    padding: 12px;
    font-size: 13px;
}
.toggle h4.title.active {
    background-color: #ebebeb
}
.togglebox {
    height: auto;
    overflow: hidden;
    margin: 0;
    background-color: #f5f5f5;
}
.togglebox div {
    padding: 15px 15px 0 15px
}
/*-----------------------------------------------------------------------------------*/
/*	TWITTER
/*-----------------------------------------------------------------------------------*/
#twitter em {
    font-style: normal;
    font-size: 11px;
}
#twitter em a {
    color: #888888
}
#twitter ul {
    padding: 0
}
#twitter ul li {
    padding: 0;
    border-top: 1px solid #dadada;
    padding-top: 15px;
    margin-top: 15px;
}
#twitter ul li:first-child {
    border: none;
    padding: 0;
    margin: 0;
}
#twitter-wrapper a {
    color: #bfbfbf
}
#twitter-wrapper a:hover {
    color: #6b99b6
}
/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
ul.testimonials li {
    position: relative;
    clear: both;
    margin-bottom: 55px;
}
ul.testimonials li .quote {
    background-color: #f5f5f5;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
ul.testimonials li .author {
    font-weight: bold
}
ul.testimonials li.odd .author {
    float: right
}
ul.testimonials li.even .author {
    float: left
}
ul.testimonials li.odd .quote:after {
    border-color: #ebebeb transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -20px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    right: 30px;
}
ul.testimonials li.even .quote:after {
    border-color: #ebebeb transparent;
    border-style: solid;
    border-width: 20px 20px 0 0;
    bottom: -20px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	FLICKR
/*-----------------------------------------------------------------------------------*/
ul.feed {
    width: 110%;
    margin-right: -15px;
    overflow: hidden;
    padding: 0;
}
ul.feed li {
    width: 74px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
ul.feed li img {
    width: 74px;
    height: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.divider.white-wrapper {
	height: 35px;
	display: block;
}
.footer-wrapper {
    width: 100%;
    background-color: #3f3f3f;
    color: #bfbfbf;
    position: relative;
    z-index: 1;
    padding: 35px 0 40px;
}
.footer {
    width: 980px;
    margin: 0px auto;
}
.footer h3 {
    color: #e3e3e3;
    font-size: 15px;
    margin-bottom: 15px;
}
.footer a {
    color: #bfbfbf
}
.footer a:hover,
.footer .post-list a:hover {
    color: #6094b4
}
.site-generator-wrapper {
    width: 100%;
    color: #bfbfbf;
    background-color: #363636;
    padding: 10px 0;
}
.site-generator {
    width: auto;
    margin: 0px 6px;
}
.site-generator a {
    color: #bfbfbf
}
.site-generator a:hover {
    color: #6094b4
}
.site-generator p {
    padding: 0
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER TWITTER
/*-----------------------------------------------------------------------------------*/
#twitter-footer em {
    font-style: normal;
    color: #949494;
    font-size: 11px;
}
#twitter-footer em a {
    color: #949494
}
#twitter-footer ul {
    padding: 0
}
#twitter-footer ul li {
    border-top: 1px solid #595959;
    padding: 0;
    padding-top: 15px;
    margin-top: 15px;
    word-wrap: break-word;
}
#twitter-footer ul li:first-child {
    border: none;
    padding: 0;
    margin: 0;
}
#twitter-footer a {
    color: #bfbfbf
}
#twitter-footer a:hover {
    color: #6094b4
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    padding-top: 40px;
    background: transparent url(style/images/line.png) center top repeat-x;
}
#comments ol.commentlist {
    list-style: none;
    margin: -5px 0 0 0;
}
#comments ol.commentlist li {
    padding: 20px 0 0 0;
    background: none;
}
#comments .user {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
#comments .message {
    overflow: hidden;
    padding: 15px 20px 0 20px;
    background-color: #f5f5f5;
    position: relative;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}
#comments .info h2 {
    font-size: 14px;
    margin: 0;
}
#comments .info {
    margin-bottom: 12px
}
#comments .info h2 a {
    color: #505050
}
#comments .info h2 a:hover {
    color: #6094b4
}
#comments .info .meta {
    font-size: 11px;
    color: #999999;
}
#comments a.reply-link {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
    font-size: 11px;
}
.comment-form-wrapper {
    margin-top: 50px
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
    margin: 0 0 15px 0;
    background: #d1f7b6;
    border: 1px solid #8bca61;
    color: #5e9537;
    padding: 10px 15px;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.form-row {
    margin-bottom: 15px
}
.footer .forms li.form-row {
    margin-bottom: 10px
}
.forms li.hidden-row {
    display: none
}
.formsConfig select {
height:32px;font-size:18px;vertical-align: middle;width:100%;color:#606060;
    background-color: #f5f5f5;
}        

.forms fieldset .text-input,
.forms fieldset .text-area,
.searchform input, .textINPS,
.comment-form input,
.comment-form textarea {
    background-color: #f5f5f5;/*f5f5f5;*/
    /*margin: 0;*/
    border: none;
    height: 32px;
    font-size:18px;
    line-height: 20px;
    padding: 5px 10px;
    color: #606060;
    resize: none;
    border:1px solid #d9dadd;
}
.forms fieldset .text-area {
width:100%;
}
.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.searchform input:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    background-color: #eeeeee
}
.forms fieldset .text-area,
.comment-form textarea {
    min-height: 200px;
    padding: 10px;
    resize: vertical;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}
.footer .forms fieldset .text-input,
.footer .forms fieldset .text-area {
    border: none;
    background: #2f2f2f;
    height: 35px;
    line-height: 1;
    padding: 5px 10px;
    color: #bfbfbf;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.footer .forms fieldset .text-area {
    min-height: 140px;
    padding: 10px;
    resize: vertical;
}
.footer .forms li.error input,
.footer .forms li.error textarea {
    border: 1px solid #964040
}
.footer .forms fieldset .text-input:focus,
.footer .forms fieldset .text-area:focus,
.footer .searchform input:focus {
    background: #292929
}
.forms input.btn-submit,
.comment-form input.btn-submit {
    padding-bottom: 1px
}
.forms input.red,
.comment-form input.red {
	background-color: #CF5E5E;box-shadow: 0 0 0 1px #AF4C4C;
}
.forms input.green,
.comment-form input.green {
	background-color: #84b66b;box-shadow: 0 0 0 1px #84b66b;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.forms input.btn-submit,
	.comment-form input.btn-submit {
	    padding-bottom: 0px
	}
}
.footer .form-container .response {
    color: #C9C9C9;
    background: none;
    border: none;
    padding: 0;
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
    display: block;
    float: left;
    /*width: 95px;
    padding-top: 7px;*/
    margin-right: 4px;
    font-size: 13px;
    clear: both;
}
.longForm label {
    padding-top: 2px;
	line-height: 12px;
}
.comment-form div {
    position: relative;
    margin-bottom: 15px;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer .searchform input {
    background: #2f2f2f;
    border: none;
    color: #bfbfbf;
    margin-bottom: 20px;
    height: 35px;
    line-height: 1;
    padding: 5px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	CLIENT LIST
/*-----------------------------------------------------------------------------------*/
ul.client-list {
    width: 110%;
    overflow: hidden;
    margin-right: -15px;
    margin-bottom: -15px;
}
ul.client-list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    width: 184px;
    height: 145px;
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
#portfolio {
    overflow: hidden
}
.items {
    width: 100%
}
.items li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
}
.items.col4 {
    margin-right: -20px;
    margin-bottom: -45px;
}
.items.col4 li {
    margin: 0 20px 45px 0;
    width: 230px;
}
.items.col3 {
    margin-right: -25px;
    margin-bottom: -45px;
}
.items.col3 li {
    margin: 0 25px 45px 0;
    width: 310px;
}
.items.col2 {
    margin-right: -30px;
    margin-bottom: -30px;
}
.items.col2 li {
    margin: 0 30px 30px 0;
    width: 475px;
}
.items li h5 a {
    color: #505050
}
.items li h5 a:hover {
    color: #6094b4
}
.items li p {
    padding: 0
}
.items li .frame {
    margin-bottom: 20px
}
.items li img {
    display: block
}
.items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.filter,
.switcher {
    padding: 0;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.filter li,
.switcher button.filter {
    padding: 10px 0;
    margin: 0;
    background: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    color: #505050;
}
.switcher button.filter {
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.switcher button.filter {
    padding: 12px 0
}
.filter li a:hover,
.filter li a.active,
.switcher button.filter.active,
.switcher button.filter:hover {
    color: #6094b4
}
.filter li:before,
.switcher button.filter:before {
    display: inline-block;
    content: "/";
    padding: 0 15px 0 11px;
    color: #bdbdbd;
    font-weight: 300;
}
.switcher button.filter:before {
    padding: 0 18px 0 9px;
}
.switcher button:first-child:before,
.filter li:first-child:before {
    display: inline-block;
    content: "";
    padding-left: 5px;
}
.filter li a {
    color: #505050
}
.items .hidden {
    display: none
}
.fancybox-title h2 {
    color: #e3e3e3;
    margin-top: 20px;
    font-size: 18px;
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO DETAILS
/*-----------------------------------------------------------------------------------*/
.item-details {
    width: 260px;
    float: right;
}
.item-details .item-info {
    padding: 0
}
.item-details .item-info strong {
    padding-right: 3px
}
/*-----------------------------------------------------------------------------------*/
/*	RELATED
/*-----------------------------------------------------------------------------------*/
.related {
    overflow: hidden;
}
.related ul {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin-right: -20px;
    
}
.related ul li {
    margin: 0 20px 0 0;
    width: 230px;
    float: left;
}
/*-----------------------------------------------------------------------------------*/
/*	MEGAFOLIO OPTIONS
/*-----------------------------------------------------------------------------------*/
.options button {
    border: none;
    background: #FFF;
    cursor: pointer;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
    width: 23px;
    height: 23px;
    color: #606060;
    font-weight: bold;
    padding: 0;
    padding-left: 1px;
    padding-bottom: 2px;
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.options button {
	    padding: 0;
	    padding-top: 1px;
	}
}
.options button:active {
    padding: 0;
    margin: 0;
    padding-bottom: 2px;
    margin-right: 7px;
}
.options button:hover {
    color: #404040;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
}
.options span {
    margin-right: 8px;
    margin-left: 15px;
    font-weight: bold;
}
.options span:first-child {
    margin-left: 0
}
.options input.pad {
    border: none;
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin-left: 3px;
}
.options {
    margin-bottom: 40px
}

.container {
    max-width: 980px;
    min-width: 240px;
    width: auto;
    margin: 30px auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.megafolio-container {
    width: 980px;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.entry {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-transform: translateZ(10);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.entry .entry-innerwrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-transform: translateZ(10);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.entry-innerwrap.pagetop {
    -webkit-transform-origin: 50% 0% 0;
    -moz-transform-origin: 50% 0% 0;
    transform-origin: 50% 0% 0;
}
.entry-innerwrap.pagebottom {
    -webkit-transform-origin: 50% 100% 0;
    -moz-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
}
.entry-innerwrap.pagemiddle {
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.mega-lightbox,
.oldmegalightbox {
    position: absolute;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.6);
    border: 1px solid #333;
    z-index: 1000;
    padding: 100px;
    background-color: rgba(20,20,20,0.9);
    margin-left: -100px;
    margin-top: -100px;
}
.mega-lightbox .mediaholder,
.oldmegalightbox .mediaholder {
    border: 2px solid #fff;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 3px 1px rgba(40,40,40,0.6);
}
.ieimg {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    max-width: none;
}
.mega-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.mega-hovertitle,
.mega-hoverlink,
.mega-hoverview {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s; /* Firefox 4 */
    -webkit-transition-delay: 0.2s; /* Safari and Chrome */
    -o-transition-delay: 0.2s; /* Opera */
}
.mega-hovertitle {
    position: absolute;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(50,50,50,0.5);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 60%;
    padding: 0px 0px 15px;
    left: 20%;
    bottom: 40%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.mega-hovertitle .subtitle {
    color: #666;
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
}
.mega-hoverlink {
    right: 50%;
    margin-right: 30px;
}
.mega-hoverview {
    left: 50%;
    margin-left: 30px;
}
.mega-hoverlink,
.mega-hoverview {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #FFF;
    top: 45%;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding-top: 3px;
    padding-left: 1px;
    font-size: 14px;
}
.mega-hoverlink:before {
    font-family: 'fontello';
    content: '\1f517';
}
.mega-hoverview:before {
    font-family: 'fontello';
    content: '\1f50d';
}
.mega-hover a {
    color: #000
}
.mega-hoverlink,
.mega-hoverview {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #FFF;
    top: 45%;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding-top: 3px;
    padding-left: 1px;
    font-size: 14px;
}
.mega-hoverlink:before {
    font-family: 'fontello';
    content: '\1f517';
}
.mega-hoverview:before {
    font-family: 'fontello';
    content: '\1f50d';
}
.mega-hover a {
    color: #000
}
.mega-hover:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s; /* Firefox 4 */
    -webkit-transition-delay: 0.1s; /* Safari and Chrome */
    -o-transition-delay: 0.1s; /* Opera */
}
.mega-hover:hover .mega-hovertitle {
    bottom: 50%;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s; /* Firefox 4 */
    -webkit-transition-delay: 0.1s; /* Safari and Chrome */
    -o-transition-delay: 0.1s; /* Opera */
}
.mega-hover:hover .mega-hovertitle,
.mega-hover:hover .mega-hoverlink,
.mega-hover:hover .mega-hoverview {
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.mega-hover:hover .mega-hoverlink {
    right: 50%;
    margin-right: 7px;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s; /* Firefox 4 */
    -webkit-transition-delay: 0.1s; /* Safari and Chrome */
    -o-transition-delay: 0.1s; /* Opera */
}
.mega-hover:hover .mega-hoverview {
    left: 50%;
    margin-left: 7px;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s; /* Firefox 4 */
    -webkit-transition-delay: 0.1s; /* Safari and Chrome */
    -o-transition-delay: 0.1s; /* Opera */
}
.mega-hover:hover .mega-hoverlink:hover,
.mega-hover:hover .mega-hoverview:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/*-----------------------------------------------------------------------------------*/
/*	VIDEOCASE
/*-----------------------------------------------------------------------------------*/
#videocase {
	overflow: hidden;
}
.video-item:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#videocontainer {
    margin-bottom: 30px
}
.one-col .video-item h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.two-col .video-wrapper {
    float: left;
    width: 680px;
}
.two-col .video-details {
    float: right;
    width: 260px;
}
#videocase .items.col4 {
    margin-bottom: -20px
}
#videocase .items.col3 {
    margin-bottom: -25px
}
#videocase .items.col2 {
    margin-bottom: -30px
}
#videocase .items.col4 li {
    margin-bottom: 20px
}
#videocase .items.col3 li {
    margin-bottom: 25px
}
#videocase .items.col2 li {
    margin-bottom: 30px
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE NAVIGATION
/*-----------------------------------------------------------------------------------*/
.page-navi ul {
    list-style: none
}
.page-navi ul li {
    display: inline;
    background: none;
    padding: 0;
}
.page-navi ul li a {
    background: #FFF;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.09);
    margin-right: 8px;
    color: #606060;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 1px;
}
.page-navi ul li a:hover,
.page-navi ul li a.current {
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
    color: #404040;
}
/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/
.content {
    width: 640px;
    float: left;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidebar {
    background: transparent url(style/images/line-v.png) repeat-y top left;
    width: 300px;
    float: right;
}
.sidebox {
    background: transparent url(style/images/line.png) repeat-x top left;
    margin-left: 40px;
    margin-top: 20px;
    padding-top: 40px;
}
.sidebox:first-child {
    background: none;
    margin-top: 0px;
    padding-top: 0px;
}
.sidebar h3 {
    font-size: 16px
}
.sidebox .post-list h6 a {
    color: #505050
}
.sidebox .post-list h6 a:hover {
    color: #6094B4
}
.sidebox .post-list {
    padding-bottom: 10px;
    list-style: none;
}
.sidebox .searchform input {
    margin-bottom: 20px
}
/*-----------------------------------------------------------------------------------*/
/*	POPULAR POSTS
/*-----------------------------------------------------------------------------------*/
.post-list {
    padding: 0
}
.post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.post-list h6 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
}
.footer a {
    color: #bfbfbf
}
.post-list .frame {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.post-list .meta {
    float: left;
    overflow: hidden;
}
.post-list .meta em {
    color: #999999;
    font-size: 11px;
    font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*	PRICING TABLE
/*-----------------------------------------------------------------------------------*/
.pricing {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 20px;
    overflow: hidden;
}
.pricing:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pricing.three .plan {
    width: 31.2%;
    float: left;
    margin-left: 3%;
}
.pricing.four .plan {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.pricing .plan:first-child {
    margin-left: 0
}
.pricing .plan h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    margin: 0;
}
.pricing .plan h3 {
    background: #5e923c
}
.pricing .plan li:nth-child(2n) {
    background: #f6f6f6
}
.pricing .plan li {
    line-height: 3.5em
}
.select,
.plan li {
    text-align: center
}
.pricing .plan h3 {
    text-transform: uppercase
}
.pricing .select {
    background: #e7e7e7;
    border: 1px solid #c8c8c8;
}
.pricing .select div {
    padding-top: 18px;
    text-shadow: 0 1px 0px #fff;
}
.pricing .features ul {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}
.pricing .features ul li {
    background: none;
    padding: 0;
}
.pricing h3,
.pricing h4 {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin: 0;
}
.interval {
    font-size: 13px
}
.amount,
.interval {
    display: block;
    text-align: center;
}
.amount {
    font-size: 40px;
    padding: 10px 0;
}
.amount span {
    vertical-align: super;
    font-size: 20px;
}
.pricing .p1 h3 {
    background: #6c9e4a;
    background: -moz-linear-gradient(top, #6c9e4a 0%, #578d35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c9e4a), color-stop(100%,#578d35));
    background: -webkit-linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    background: -o-linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    background: -ms-linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    background: linear-gradient(top, #6c9e4a 0%,#578d35 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9e4a', endColorstr='#578d35',GradientType=0 );
    border-bottom: 1px solid #4a7c2d;
}
.pricing .p2 h3 {
    background: #5574b1;
    background: -moz-linear-gradient(top, #5574b1 0%, #405fa3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5574b1), color-stop(100%,#405fa3));
    background: -webkit-linear-gradient(top, #5574b1 0%,#405fa3 100%);
    background: -o-linear-gradient(top, #5574b1 0%,#405fa3 100%);
    background: -ms-linear-gradient(top, #5574b1 0%,#405fa3 100%);
    background: linear-gradient(top, #5574b1 0%,#405fa3 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5574b1', endColorstr='#405fa3',GradientType=0 );
    border-bottom: 1px solid #365195;
}
.pricing .p3 h3 {
    background: #ce5d26;
    background: -moz-linear-gradient(top, #ce5d26 0%, #c54716 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce5d26), color-stop(100%,#c54716));
    background: -webkit-linear-gradient(top, #ce5d26 0%,#c54716 100%);
    background: -o-linear-gradient(top, #ce5d26 0%,#c54716 100%);
    background: -ms-linear-gradient(top, #ce5d26 0%,#c54716 100%);
    background: linear-gradient(top, #ce5d26 0%,#c54716 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5d26', endColorstr='#c54716',GradientType=0 );
    border-bottom: 1px solid #b3320f;
}
.pricing .p4 h3 {
    background: #906030;
    background: -moz-linear-gradient(top, #906030 0%, #7e4b1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#906030), color-stop(100%,#7e4b1e));
    background: -webkit-linear-gradient(top, #906030 0%,#7e4b1e 100%);
    background: -o-linear-gradient(top, #906030 0%,#7e4b1e 100%);
    background: -ms-linear-gradient(top, #906030 0%,#7e4b1e 100%);
    background: linear-gradient(top, #906030 0%,#7e4b1e 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#906030', endColorstr='#7e4b1e',GradientType=0 );
    border-bottom: 1px solid #653c18;
}
.pricing .p5 h3 {
    background: #96975d;
    background: -moz-linear-gradient(left, #96975d 0%, #8c8a50 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#96975d), color-stop(100%,#8c8a50));
    background: -webkit-linear-gradient(left, #96975d 0%,#8c8a50 100%);
    background: -o-linear-gradient(left, #96975d 0%,#8c8a50 100%);
    background: -ms-linear-gradient(left, #96975d 0%,#8c8a50 100%);
    background: linear-gradient(left, #96975d 0%,#8c8a50 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96975d', endColorstr='#8c8a50',GradientType=1 );
    border-bottom: 1px solid #656D2D;
}
.pricing .p6 h3 {
    background: #5f47ad;
    background: -moz-linear-gradient(left, #5f47ad 0%, #4c39a3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5f47ad), color-stop(100%,#4c39a3));
    background: -webkit-linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    background: -o-linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    background: -ms-linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    background: linear-gradient(left, #5f47ad 0%,#4c39a3 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f47ad', endColorstr='#4c39a3',GradientType=1 );
    border-bottom: 1px solid #382D7D;
}
.pricing .p7 h3 {
    background: #52a25a;
    background: -moz-linear-gradient(left, #52a25a 0%, #459749 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#52a25a), color-stop(100%,#459749));
    background: -webkit-linear-gradient(left, #52a25a 0%,#459749 100%);
    background: -o-linear-gradient(left, #52a25a 0%,#459749 100%);
    background: -ms-linear-gradient(left, #52a25a 0%,#459749 100%);
    background: linear-gradient(left, #52a25a 0%,#459749 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a25a', endColorstr='#459749',GradientType=1 );
    border-bottom: 1px solid #0E6216;
}
.pricing .p8 h3 {
    background: #ad4747;
    background: -moz-linear-gradient(left, #ad4747 0%, #a3393e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ad4747), color-stop(100%,#a3393e));
    background: -webkit-linear-gradient(left, #ad4747 0%,#a3393e 100%);
    background: -o-linear-gradient(left, #ad4747 0%,#a3393e 100%);
    background: -ms-linear-gradient(left, #ad4747 0%,#a3393e 100%);
    background: linear-gradient(left, #ad4747 0%,#a3393e 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad4747', endColorstr='#a3393e',GradientType=1 );
    border-bottom: 1px solid #7D2D2D;
}
.pricing .p9 h3 {
    background: #479aad;
    background: -moz-linear-gradient(left, #479aad 0%, #3995a3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#479aad), color-stop(100%,#3995a3));
    background: -webkit-linear-gradient(left, #479aad 0%,#3995a3 100%);
    background: -o-linear-gradient(left, #479aad 0%,#3995a3 100%);
    background: -ms-linear-gradient(left, #479aad 0%,#3995a3 100%);
    background: linear-gradient(left, #479aad 0%,#3995a3 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479aad', endColorstr='#3995a3',GradientType=1 );
    border-bottom: 1px solid #4a7c2d;
}
.pricing .p10 h3 {
    background: #95ad47;
    background: -moz-linear-gradient(left, #95ad47 0%, #90a339 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#95ad47), color-stop(100%,#90a339));
    background: -webkit-linear-gradient(left, #95ad47 0%,#90a339 100%);
    background: -o-linear-gradient(left, #95ad47 0%,#90a339 100%);
    background: -ms-linear-gradient(left, #95ad47 0%,#90a339 100%);
    background: linear-gradient(left, #95ad47 0%,#90a339 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ad47', endColorstr='#90a339',GradientType=1 );
    border-bottom: 1px solid #6D7E63;
}
.pricing .plan h4 {
    padding: 0 0 10px
}
.pricing .p1 h4 {
    background: #8bb371;
    box-shadow: 0 1px 1px #9ABE82 inset;
}
.pricing .p2 h4 {
    background: #6179ab;
    box-shadow: 0 1px 1px #738ab6 inset;
}
.pricing .p3 h4 {
    background: #d26529;
    box-shadow: 0 1px 1px #d8773b inset;
}
.pricing .p4 h4 {
    background: #a06d3c;
    box-shadow: 0 1px 1px #ad7f4f inset;
}
.pricing .p5 h4 {
    background: #9DA03C;
    box-shadow: 0 1px 1px #9DA360 inset;
}
.pricing .p6 h4 {
    background: #6B658F;
    box-shadow: 0 1px 1px #3E3574 inset;
}
.pricing .p7 h4 {
    background: #4AAD59;
    box-shadow: 0 1px 1px #47BC59 inset;
}
.pricing .p8 h4 {
    background: #BA4B4B;
    box-shadow: 0 1px 1px #CF5858 inset;
}
.pricing .p9 h4 {
    background: #63A3AE;
    box-shadow: 0 1px 1px #79B2DA inset;
}
.pricing .p10 h4 {
    background: #9BAD6A;
    box-shadow: 0 1px 1px #99C44C inset;
}
.pricing a.button {
    text-shadow: none
}
/*-----------------------------------------------------------------------------------*/
/*	RETINA ICONS
/*-----------------------------------------------------------------------------------*/
ul.retina-icons {
    width: 110%;
    overflow: hidden;
    margin-right: -3%;
}
ul.retina-icons li {
    width: 22%;
    display: block;
    margin-right: 3%;
    float: left;
    line-height: 30px;
}
ul.retina-icons li span {
    margin-left: 10px
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL TIMELINE
/*-----------------------------------------------------------------------------------*/
.dpSocialTimelineLoading {
    min-height: 150px
}
.dpSocialTimeline {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 10px;
    zoom: 1;
    overflow: hidden;
    width: 110%;
    margin-right: -20px;
}
.dpSocialTimeline .dpSocialTimeline_item {
    list-style: none;
    padding: 0;
    margin: 20px 20px 0 0;
    background-color: #f2f2f2;
}
.dpSocialTimeline .dpSocialTimeline_item.dpSocialTimeline_hideMe {
    opacity: 0
}
.dpSocialTimeline .dpSocialTimeline_lineWrap {
    width: 10px;
    text-align: center;
    margin: 0 auto;
    display: none;
}
.dpSocialTimeline .dpSocialTimeline_line {
    margin: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 10px;
}
.dpSocialTimeline .dpSocialTimeline_line span {
    width: 16px;
    height: 16px;
    display: block;
    top: 50px;
    left: -4px;
    position: absolute;
}
.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentFoot {
    background: #e9e9e9;
    padding: 6px 15px 5px;
}
.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContent {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 15px 13px 15px;
    text-align: left;
}
.dpSocialTimeline .dpSocialTimeline_item a {
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
}
.dpSocialTimeline .dpSocialTimeline_item a:hover {
    text-decoration: underline
}
.dpSocialTimeline .dpSocialTimeline_item a.permalink {
    float: left;
    display: block;
    font-size: 10px;
    text-decoration: none;
    color: #999999;
}
.dpSocialTimeline .dpSocialTimeline_item a.permalink:hover {
    color: #6094b4
}
.dpSocialTimeline .dpSocialTimeline_item span.time {
    float: right;
    font-size: 10px;
}
.dpSocialTimeline .dpSocialTimeline_item .user {
    font-size: 9px;
    margin-left: 10px;
    margin-top: 3px;
    text-transform: uppercase;
    display: inline;
    float: left;
}
.dpSocialTimeline span.favicon {
    font-family: 'socialicoregular';
    float: left;
    display: block;
    font-size: 18px;
    margin-right: 7px;
}
.dpSocialTimeline span.favicon.twitter:before {
    content: "T";
    color: #5daed5;
}
.dpSocialTimeline span.favicon.facebook:before {
    content: "F";
    color: #4470cf;
}
.dpSocialTimeline span.favicon.dribbble:before {
    content: "D";
    color: #d07ead;
}
.dpSocialTimeline span.favicon.flickr:before {
    content: "N";
    color: #ff0088;
}
.dpSocialTimeline span.favicon.pinterest:before {
    content: ":";
    color: #c53942;
}
.dpSocialTimeline span.favicon.tumblr:before {
    content: "O";
    color: #5d82a4;
}
.dpSocialTimeline span.favicon.vimeo:before {
    content: "V";
    color: #099fc7;
}
.dpSocialTimeline span.favicon.youtube:before {
    content: "X";
    color: #c8312b;
}
.dpSocialTimeline_filter {
    list-style: none;
    padding: 0;
    background-color: #f2f2f2;
}
.dpSocialTimeline_filter button {
    padding: 13px 15px 12px;
    margin: 0;
    background: none;
    display: inline;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    color: #505050;
    margin-right: 5px;
}
.dpSocialTimeline_filter button:first-child {
    margin-left: 15px
}
.dpSocialTimeline_filter button:hover {
    opacity: 1;
    color: #6094b4 !important;
}
.dpSocialTimeline_filter button:active,
.dpSocialTimeline_filter button.active {
    color: #6094b4 !important;
    background-color: #e9e9e9;
}
.dpSocialTimelineLoading {
    background: url(style/images/loading.gif) no-repeat 50% 50%;
    background-size: 30px 30px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .dpSocialTimelineLoading {
    background-image: url(style/images/loading@2x.gif);
  }
}
.dpSocialTimelineContent img {
    position: relative;
    padding: 0;
    line-height: 1;
    width: 100%;
    margin-bottom: 10px;
}
.dpSocialTimeline .dpSocialTimeline_item a {
    color: #6094b4
}
.dpSocialTimeline .dpSocialTimeline_item a:hover {
    color: #b66b77;
    text-decoration: none;
}
.dpSocialTimeline .dpSocialTimeline_item span.time {
    color: #999999
}
.dpSocialTimeline .dpSocialTimeline_item .user {
    color: #999999
}
.item_thumb {
	height: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE
/*-----------------------------------------------------------------------------------*/
.isotope-item {
    z-index: 2;
    display: block !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/*-----------------------------------------------------------------------------------*/
/*	BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
.box-layout {
    padding: 0 0 40px 0;
}
.box-layout .slider-wrapper {
    margin-bottom: 42px;
}
.box-layout .top-wrapper .inner {
    width: 1060px;
    margin: 0 auto;
    padding-bottom: 0;
}
.box-layout .top-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.box-layout .fws_wrapper {
    width: 980px;
    margin: 0 auto;
}
.box-layout .bannercontainer {
    width: 1060px;
}
.box-layout .banner {
    width: 1040px;
    height: 470px;
}
.box-layout .menu,
.box-layout .slider-shadow {
    background-image: url(style/images/shadow-box.png);
}
.box-wrapper {
	width: 1060px;
	margin: 0 auto;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.subMenuItem {
    font-size:14px;
    color:#000;
    
}    
.configTicket {
    width:90%;

}

#btnAddNewRow,#btnDeleteRow {
    margin-left:4px;
}  
.dataTables_wrapper {
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}
#htmlzone {
overflow-x:auto;overflow-y:hidden;
}
.blockSetup {
	width:50%;
	float:left;
	padding-right:6px;
	padding-bottom:6px;
	margin-top: 10px;
	overflow-x:auto;
}
.alertStyle {
	color:#f00;
	font-weight:bold;
}
.smallText {
	font-size:10px;
	line-height:14px;
}
.cellStockEOD {
	padding-left:10px;
	text-align:right;
}
.ticketCaissePrintDiv {
	display:none;
}
.ticketCaissePrint {
	display:none;
}
.smallI {
	width:80px;
	margin-left:10px;
	margin-bottom:6px;
}
.ui-button-text-solo { padding: 1px 6px; }

.ui-button-text-icon-primary .ui-button-text { 
    padding-top:1px;
    padding-bottom:1px;
}  
p { margin: 1em 0; }

a { text-decoration: none; cursor:pointer;cursor:hand;/**/ }


.pushMe { cursor:pointer;cursor:hand; }
.button { cursor:pointer;cursor:hand; }

.bAct {
	float:left;font-size:32px;vertical-align:middle;line-height:62px;font-weight:bold;
}

hr { 
    width:60%;
    color:#f2f2f2;
    border:0px;
    border-top:1px solid #ddd;
    margin-top:2px;
    margin-bottom:2px;
}

h1 { font-size: 2em; line-height: 1.45em; vertical-align: middle; color: #444; }
h1 img { margin-top: 6px; vertical-align: middle; }
h2 { font-size: 1.3em; line-height: 1.45em; color: #444; }                                    
#index h3 { padding-top: 0em; }
h4 { }
#fw_container { width: 980px; padding-top: 2px; margin: 0 auto; }
.full_width { width: auto;margin-right:10px;margin-left:10px;min-width:380px; }
.inner_full_width { width: auto;padding-top:10px;padding-bottom:10px;margin-right:10px;margin-left:10px;min-width:380px; }

input[type=text],input[type=tel],input[type=email] {
    border:1px solid #d9dadd;
}
input[type=file] {
    width:auto;
}
input[type=checkbox] {
    width:auto;
}
input[type=radio] {
    width:auto;
}
input[type=password] {
    border:1px solid #d9dadd;
}
input[type=button],input[type=submit] {
    border:1px solid #d9dadd;
}
select {
    /*width:174px;*/
    border:1px solid #d9dadd;
}
menuItem {    
    display:inline-block;
    position:relative;
    padding-right: 2em;
    margin-right: 2em;   
}
subMenuItem {    
    display:inline-block;
    position:relative;
    padding-right: 2em;
    margin-right: 2em;   
}
#subMenuGroup {   
    font-size: 14px; 
    /*font-weight: bold ; */        
    height:20px;
    border-bottom: 1px solid #829ac6;
    padding-top: 2px;
    margin-bottom: 2px;
}
.tableZticket {
	width:100%;
	text-align:left;
}
#matchCptesClients {
	width:340px;
}

.btnWebCam { 
	display: block; 
	float:left;
	text-align: center; 
	background: url("style/images/button.png") repeat-x scroll 0px 0px rgb(83, 83, 83); 
	border: 1px solid rgb(119, 119, 119); 
	color: rgb(221, 221, 221);
}
.btnWebcamBig {
	width: 100%;
	
}
.btnWebcamHalf {
	width: 50%;
	
}
.caisseFermeBtn {
	min-width:100px;
}
.keyboardPanel {  
	white-space:nowrap;
	margin-left: 0px;
    margin-right: 0px;
    /*min-width: 380px;*/
    padding-bottom: 0px;
    padding-top: 0px;
    width: auto;
      -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#tiny {
	box-shadow:none;
	background-color:#d1d8de;
}
#linkYoutube {
	color:#353535;
}
.linkStyle {
	text-decoration:underline; font-weight:bold;
}
.menu ul li a.menuSel {
	color:#6969D7;
}
#filters {
	margin-bottom:10px;
}
.is-checked {
	font-weight:bold;
}
.admM {
	display:none;
}
.fullDlg  {
	height: 100%;
    padding: 0;
    width: 100%;
    border:0;
	padding-bottom:40px;
}
.ui-dialog-content input,.ui-dialog-content select {
	width:100%;
	font-size: 18px;
}
.ui-dialog-content label {    
	display: block;
	color:#666;
    float: none;
    font-size: 12px;
    height: 16px;
    margin-top: 2px;
	line-height: 12px;
    padding-top: 2px;
}
.upperF:first-letter {
    text-transform: uppercase;
}
.myhalf {
	width:50%;
	float: left;
}
#ticketCaisse td {
    height: 20px;
    line-height: 20px;
}
#ticketCaisse table {
    padding-top: 4px;
    padding-bottom: 4px;
}
#ticketCaissePrint table {
    padding-top: 2px;
    padding-bottom: 2px;
}
#ticketCaissePrint {
    color:#000;
}
.visibleBtnTicket {
	text-align:center;
	margin-top:4px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
	cursor:hand;
}
.FCBtn {
	cursor:pointer;
	margin-bottom: 6px;
	padding: 4px;
}
.draftMsg {
	text-align:center;
	margin-top:4px;
	margin-bottom:4px;
	padding-top:8px;
	padding-bottom:0px;
	font-weight:bold;
}
.draftMsgPrint {
	display:none;
}
.bigTxtTicket {
	font-size:14px;
	line-height: 22px;
}
.noremove .btn-submit {
	display:none;
}
.ticketSize1 {
	font-size:14px;
	line-height: 22px;
}
.ticketSize2 {
	font-size:15px;
	line-height: 23px;
}
.ticketSize3 {
	font-size:16px;
	line-height: 24px;
}
.ticketSize4 {
	font-size:18px;
	line-height: 24px;
}
.ticketSize5 {
	font-size:20px;
	line-height: 24px;
}

.ticketSize5 .smallTicket {
    line-height: 20px;
}
#ticketCaisse .ticketSize5 td {
	padding:2px;
}




.divCB {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px;
}
.borderDotted {
	border-right:1px dotted #bbb;
	border-bottom:1px dotted #bbb;
}
.blockSize1 {
	width:100%;
}
.blockSize2 {
	width:50%;
}
.blockSize3 {
	width:33.333333%;
}
.blockSize4 {
	width:25%;
}
.blockSize5 {
	width:20%;
}
.barcodes {
	/*height:75px;*/
	overflow:hidden;    
	/*margin-top: 4px;*/
}
.dataline {    
	height: 18px;
    overflow: hidden;
}

.m_title:first-letter {
    text-transform: uppercase;
}

input[type="text"].mainRayon {
	max-width:100%;
	background-color:transparent;
	border:0px;
	float:left;white-space:nowrap;
	display:block;
	width:auto;
}





.carouselIMG {
	max-width:100%;
	vertical-align:bottom;
}
.carouselDIVIMG {
	float:left;
	max-height:500px;
	overflow:hidden;
	width:68%;
	max-width:1545px;
	vertical-align:bottom;
	box-shadow: 4px 0px 4px 1px rgba(0, 0, 0, 0.4);
}
.carouselLBL {
	width:25%;
	overflow:hidden;    
	font-size: 1.6em;
    height: 100%;
    line-height: 32px;
	float:left;
	padding:8px;
	padding-left:18px;
	opacity:0.8;
	color:#FFF;
}
.carouselLBL p {    
	font-size: 0.8em;
}
.carouselLBL ul {
	list-style-type: square;
	font-size: 0.8em;    
	margin-left: 22px; 
	margin-top: 22px;
}


.VVimg {
	width:200px;
	height:120px;
	overflow:hidden;
}
.VVmainWrapper {
	white-space:nowrap;
	overflow:hidden;
}
.VVelt {
	white-space:nowrap;
	display:inline-block;
	overflow:hidden;
	width:200px;
	margin-right:10px;
	/*height:180px;*/
}
.nowrap {
	white-space:nowrap;
}

#PTholder {
	height:100%;
}
.livreCommande {
	display:block;
	float:left;
	width:300px;
	overflow:hidden;
	position:relative;
	margin:5px;
	padding:4px;
	background-color:#e2e4ff;
}

#livraisonFilters {
	float:right;position:absolute;right:0px;z-index:9999999;text-align:right;
}
.prepa0 {
	background-color:#e2e4ff;
}
.prepa1 {
	background-color:#C1FFE6;
}
.prepa2 {
	background-color:#CEFFBF;
}
.prepa3 {
	background-color:#FFFAC6;
}
.prepa4 {
	background-color:#FFD2C1;
}
.prepa5 {
	background-color:#FFC9E6;
}
.prepa6 {
	background-color:#EDD1FF;
}
.prepaTotal {
	background-color:#eaeaea;border:1px solid #000;
}
#autoRefreshPrepa {
	vertical-align:bottom;width:20px;height:20px;margin:1px;
}
#refreshPrepaBtn {
	height:20px;
}
.is-dragging {
	z-index:99999;
	opacity:0.7;
}
.prepaCommande {
	display:block;
	float:left;
	width:300px;
	overflow-y:auto;
	position:relative;
	margin:5px;
	padding:4px;
	border:2px solid transparent;
}
.selectedPrepaDrop {
	border:2px solid #000;
	
}
.prepaCommandeTitre {
	min-height:50px;
	display:block;
	width: 240px;
}
.livraisonCommandeTitre {

	display:block;
	white-space: nowrap;
	width: 100%;overflow:hidden
}
.editPrepaComm {
	float:left;margin-right:2px;cursor:pointer;
}
.printPrepaOrder {
	float:left;margin-right:2px;cursor:pointer;width:24px;margin-left:2px;
	/*cursor:pointer;
	cursor:hand;
	background-image:url('img/Print.png?vxc');
	width:30px;
	height:30px;
	position:absolute;
	top:57px;
	right:14px;
	z-index:9;*/
}
.prepadivPrintTK {
	text-align:left;
}
.prepaCommandeArticle {
	position:relative;
	display:block;
	width:100%;
	min-height:35px;
	overflow:hidden; 
	line-height: 14px;
	padding-right: 40px;  
	font-size: 1.2em;
}
.preparedOrder {
	cursor:pointer;
	cursor:hand;
	background-image: url('img/checkM2.png');
	width: 44px;
	height: 44px;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 9;
	text-align: center;
	font-size: 1.5em;
	padding-top: 9px;
	color:#daffda;
}
.livraisonOrder {
	cursor:pointer;
	cursor:hand;
	background-image:url('img/checkM.png');
	width:44px;
	height:44px;
	position:absolute;
	top:7px;
	right:7px;
	z-index:9;
}
.preparedItem {
	cursor:pointer;
	cursor:hand;
	background-image:url('img/checkS.png');
	width:30px;
	height:30px;
	position:absolute;
	top:2px;
	right:10px;
}


    .carouselLBL ul.nodots {
    	margin-left:0px;
    	list-style-type:none;
    	
    }
    .slick-slide img.hardWarePicto {
    	display:inline;
    	margin-bottom: 4px;
    	margin-right: 4px;
    	vertical-align: middle;
    }
    .homemLi li {
    margin-bottom:14px;
    }
    
#calendar hr {
	width:100%;
}
.histoIcon {
	margin:2px;
	padding-left:2px;
	font-size:18px;
	padding-right:2px;
}
.calendarMenuIcon {
	color:#46c;
	font-size:18px;
}
.dateShownCalendar {
	color:#46c;
}
.priceArt .editArticle {
	width:80px;
}


.doneItems,.othersItems {
display:none;
}
.finishedPrepa {
	text-decoration: line-through;
	text-decoration-color: rgba(0,0,0,0.7);
}
.roundedPrepa {
	border-radius:15px;
	width:30px;
	height:30px;
	background-color:#707;
	position: absolute;
	top: 2px;
	color:#fff;
	text-align:center;
	padding-top:8px;
	right: 7px;
	z-index: 9;
}
.mapOptGroup {
	width:400px;background-color:#fff;
	border:2px solid #fff;border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.3);cursor:pointer;margin-bottom:22px;
	text-align:left;
    font-family: Roboto,Arial,sans-serif;
    font-size: 15px;
    line-height: 38px;
    color: rgb(25, 25, 25);
}
.mapOptGroup select {
    font-size: 15px;
	}
.detailOrder {
    height: 52px;
    line-height: 16px;
    overflow: auto;
    padding: 2px;
    margin-top:6px;
}
.nbtn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin-right:4px;
    width: auto;
    white-space: normal;
}
.nbtn-small {
    padding: 3px 6px;
}
a.nbtn:hover { color: #fff;box-shadow:1px 1px 2px rgba(0,0,0,0.3); }
.nbtn-green {background-color: #4CAF50;} /* Green */
.nbtn-blue {background-color: #008CBA;} /* Blue */
.nbtn-red {background-color: #f44336;} /* Red */ 
.nbtn-gray {background-color: #e7e7e7; color: black;} /* Gray */ 
.nbtn-black {background-color: #555555;} /* Black */


@media only screen and (max-width: 800px) {
	#livraisonFilters {
		float:none;position:relative;width:100%;
	}
	.mapOptGroup {
		width:auto;
	}
	.livreCommande {
		display:block;
		width:auto;
		float:none;	
	}
}

