@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

/**********************************/
/** General
/**********************************/
html {
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
min-width:320px;
font-family: Arial, sans-serif;
font-weight:lighter;
color:#999;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
}

body {
font-size:14px;
line-height:26px;
width:100%;
background-color:#fcfcfc;
margin:0;
font-family: 'Open Sans', Arial, sans-serif;
min-width: 980px;
font-weight:400;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,html[xmlns] .slides {
display:block;
}

iframe{
	border: 0px solid #FFF;
}

a {
color: #000;
font-weight:400;
cursor:pointer;
text-decoration:none;
transition:all .2s ease;
-moz-transition:all .2s ease;
-webkit-transition:all .2s ease;
-o-transition:all .2s ease;
}

a:hover{
	color:#3076ae;
}
.lt-ie9 a:hover{
	background-color: transparent;
	background: none;
}

a:visited {
opacity:0.9;
}

a img {
-webkit-transition:opacity 1s ease;
-moz-transition:opacity 1s ease;
-o-transition:opacity 1s ease;
-ms-transition:opacity 1s ease;
transition:opacity 1s ease;
}


ul li a {
color:#353535;	
font-size: 13px;
}

p {
font-style:normal;
font-weight:400;
line-height:26px;
margin:0 0 0.5em 0;
color:#999;
}

/*p:last-child {
margin-bottom:0;
}*/

b,strong,dt {
font-weight:700;
}

hr {
display:block;
height:1px;
border:0;
border-top:1px solid rgba(255,255,255,0.72);
margin:5px 0;
padding:0;
clear: both;
}

ul,ol {
list-style:none;
list-style-image:none;
margin:0 0 0 10px;
padding:0;
}

ul.check {
list-style:none;
list-style-image:url(../images/check.png);
margin:0 10px;
padding:0 10px;	
}

ul.check li {
font-size:14px;
padding: 0 0 10px 0;
}

img {
border:0;
-ms-interpolation-mode:bicubic;
vertical-align:middle;
height:auto;
width:auto;
max-width:100%;
}

label {
cursor:pointer;
display:block;
}

.item-introduction p{
	line-height:1.25em;
}

.item-introduction p.see_more{
	float:right;
}

button,input,select,textarea, .form-input-text {
font-family: Arial, sans-serif;
color:#6b6b6b;
font-smooth:always;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-shadow:1px 1px 1px rgba(0,0,0,0.004);
font-size:100%;
font-style: italic;
vertical-align:middle;
margin:0;
}

.button-blue{
	font-family: Arial, sans-serif;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004);
	font-size:100%;
	vertical-align:middle;
	margin:0;
	background: -moz-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: webkit-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
	padding:10px 20px;
}

a.button-blue:hover,.button-blue:hover{
	color:#FFF;
	text-shadow:1px 0px 2px #333;
}

button,input {
line-height:normal;
overflow:visible;
}


button,input[type="button"],input[type="reset"],input[type="submit"] {
cursor:pointer;
-webkit-appearance:button;
}

button::-moz-focus-inner,input::-moz-focus-inner {
border:0;
padding:0;
}

textarea {
overflow:auto;
vertical-align:top;
resize:vertical;
min-height:10em;
height:auto;
width:60%;
padding:1em;
}

.form-search input{
	background-color:#FFF !important;
	border:1px solid #FFF !important;
	height:20px !important;
	width:300px !important;
	border-radius:2px;
	padding:0 5px !important;
	float:left;
	margin-top:3px;
	color:#9e9e9e !important;
	font-size:12px !important;
	font-weight:bold;
}

.form-search input[type="submit"]{
	width:25px !important;
	height:20px !important;
	background-image:url(../images/sprite-myfarma.png);
	background-repeat:no-repeat;
	background-position:-179px 0;
	margin-left:-25px;
}

table button,table input {
overflow:auto;
}

table li {
list-style:disc;
list-style-position:inside;
padding-bottom:5px;
}

table.data {
border-collapse:collapse;	
}

table.data, table.data th, table.data td {
border-color:#ccc;	
}

td {
vertical-align:top;
}

select {
height:auto;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

h1 {
font-size:24px;
font-weight:400;
margin:10px -3px;
color:#000;
font-style:italic;
}

h1.section-title{
	font-style:normal;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:15px;
	color:#3076ae;
	font-weight:bold;
}

h1.title{
	color:#fff;
}

h2 {
font-size:22px;
margin:0 0 .5em;
line-height: normal;
color:#000;
}

h2 a {
font-weight:600;
}

.last-news-content h2 {
font-size:1.2em;
}

h2.prod-title {
text-transform:uppercase;
font-size:1.4em;
}
h2.section-title{
	background-image: url("../images/bg-section.jpg");
    background-position: center center;
    background-repeat: repeat-x;
	padding-left: 0px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top:5px;
}

h2.section-title span{
	background-color: #fcfcfc;
    padding-right: 84px;
}

h3 {
font-size:14px;
font-weight:600;
margin:10px 0;
color:#000;
}

#navtop h3{
	font-size:14px;
	margin:0;
	color:#fff;
}

.persons-content h3{
	margin-top:0;
	line-height:14px;
}

h4 {
font-size:13px;
margin:8px 0px;
color:#999;
font-weight:600;
color:#000;
}

h5 {
font-size:15px;
margin:0 0 15px;
line-height:1.25em;
color:#000;

}

h5.section span {
	background-color:#fcfcfc;
	padding-right:84px;
}
h5.section {
	background-image:url(../images/bg-section.jpg);
	background-repeat:repeat-x;
	background-position:center center;
}

h6 {
font-size:1em;
margin-bottom:2px;
font-weight:700;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
color:#000;
text-decoration:none;
}

.persons-content p{
	margin-bottom:0;
}

#support_button{
	position:fixed;
	bottom:40%;
	right:-48px;
	z-index:99;
	box-shadow:0 0 2px #ccc;
	border-radius:12px;
}

p.breadcrumb{
	font-size:12px;
	line-height:1.1em;
	margin-bottom:0;
}

/**********************************/
/** Grid
/**********************************/
.fleft{
	float: left;
}
.fright{
	float: right;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}
.col-full{
	width: 100%;
}

.col{
	width: 320px;
}

.col-main{
	width: 630px;
	min-height:200px;
	background-color: #fff;
	box-shadow:0 0 3px 1px rgba(73,73,73,0.15);
	padding-bottom: 10px;
}

.col-one-half {
width:49%;
}

.col-one-third {
width:32%;
}

.col-two-thirds {
width:66.666%;
}

.col-one-fifth {
width:18.4%;
}

.col-one-quarter {
width:24%;
}

.col-three-quarters {
width:74%;
}


.bloc {
width:32%;
float:left;
margin-bottom:15px;
}

.lt-ie8 .bloc-middle {
margin-left:1.9%!important;
margin-right:1.9%!important;
}

.padding{
	padding: 10px;
}
.bg{
	background-color: #fff;
	box-shadow:0 0 3px 1px rgba(73,73,73,0.15);
}

.inner-lr,.bloc-middle {
margin-left:2%;
margin-right:2%;
}

.mleft{
	margin-left: 10px;
}

.mleftp{
	margin-left: 2%;
}

.mleft-highlight{
	margin-left:7px;
}

.mright{
	margin-right: 2%;
}

.mrighthalf{
	margin-right: 1%;
}

.mrightp{
	margin-right: 1.5%;
}

.pleft{
	padding-left: 10px;
}

.pright{
	padding-right: 10px;
}

.mtop{
	margin-top: 10px;
}

.mtop50{
	margin-top: 50px;
}

.mbottom{
	margin-bottom: 10px;
}
.small{
	font-size: 14px;
}
.smaller{
	font-size: 16px;
}
.big{
	font-size: 32px;
}
.align-center{
	margin-left: auto;
	margin-right: auto;
}
.border-bottom{
	border-bottom: 1px solid #eaeaea;
}

.border{
	padding:1px;
	border:1px solid #e3e3e3;
	box-shadow:0 0 2px #e3e3e3;
}



.top-num-product:before {
    content: '';
    position: absolute;
    top: 0; 
	left: 0;
    border-bottom: 53px solid transparent;
    border-left: 53px solid #f3f2f2;
    width: 0;
	z-index:1;
}

.top-num-product{
	position:absolute;
	top:0;
	left:0;
	width:53px;
	height:53px;
	text-align:center;
	z-index:1;
	
}

.top-num-product span{
	position:relative;
	text-align:center;
	color:#CCC;
	font-size:16px;
	font-weight:600;
	z-index:2;
	width:30px;
	float:left;
}

.box-white{
	background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
	padding:2%;
	float:left;
	width:96%;
}



/**********************************/
/** Layout
/**********************************/
.inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.container {
width:100%;
margin:0 auto;
clear: both;
max-width: 980px;
}

header#navtop {
	min-width:980px;
min-height:120px;
height:auto;
width:100%;
z-index:71;
position:fixed;
float:left;
margin-top: 0;
border-top: 0;
top:0;
}

#headercontent{
min-width:980px;
min-height:120px;
height:auto;
width:100%;
z-index:70;
position:absolute;
float:left;
top:140px;
}


div.transition{
	clear:both;
	margin-top:218px;
}

header#navtop .inner{
padding-left: 10px;
padding-right: 10px;
max-width: 980px;
width: auto;
}

.languages-flags {
float:left;
margin-right: 20px;
}

.languages-flags a{
display: block;
float: left;
padding-left: 5px;
margin-right: 5px;
font-size: 12px;
text-transform: uppercase;
}

.languages-flags a:first-child{
border: none;
}

.languages-flags a.selected{
font-weight:700 !important;
}

.logo {
margin-top:22px;
z-index:9;
}


.logo:hover,a.parrow,a.parrow:hover {
background:none;
}

.main > section {
margin-bottom:.7em;
}

.main header {
color:#6b6b6b;
margin-bottom:5px;
}

.main header hr {
border-top-color:#a3a3a3;
}

.content-section {
width:100%;
height:auto;
float:left;
margin-top:10px;
margin-bottom:10px;
}

.highlight-section{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
}
.highlight-inner{
	width:980px;
	min-height: 155px;
	margin: 0 auto;
	position:relative;
}

.featured-bloc{
	position:relative;
	width:320px;
	height:151px;
}

.featured-bloc img{
	position:relative;
	z-index:1;
}

.featured-bloc h2{
	color:#FFF;
	width:100%;
	float:left;
	text-align:center;
	margin-top:-90px;
	position:relative;
	z-index:2;
	text-shadow:0 0 3px #999;
	font-weight:bold;
}
.featured-bloc h2 a{
	color:#FFF;
}

.featured-bloc:hover h2{
	text-shadow:0 0 3px #666;
}

.main-section{
	clear:both;
	width:980px;
	min-height: 130px;
	margin: 0 auto;
	padding-bottom: 10px;
	position:relative;
}

.main-inner {
	padding: 20px 0px;
	height:auto;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
	position:relative;
	margin-bottom:25px;
}

.main-inner ul{
	list-style:square;
	margin-left:20px;
}

.main-inner ol{
	list-style:decimal;
	margin-left:20px;
}

.arrow:after {
content:" \27F6";
}

header .arrow {
color:#999;
font-style:italic;
}

#map_canvas {
min-height:410px;
width: 340px;
margin-left:15px;
margin-bottom:0;
z-index:70!important;
padding:0!important;
}

#map_canvas img {
max-width:none!important;
}

.info_content h3 {
margin:0!important;
}

.error,.msg-error {
color:red;
}




/**********************************/
/** topbar
/**********************************/
#topbar{
	width: 100%;
	height: 24px;
	background-color: #3076ae;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	box-shadow: 1px -2px 6px #000;
	position:relative;
}
#topbar span{
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
#topbar a{
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}

.shop{
	min-width:585px;
}

.clients-buttons{
	width:180px;
}

.shop-menu{
	width:350px;
}
.shop-resume{
	padding-left: 10px;
	padding-right: 0px;
	margin-top:16px;
}

.shop-resume a{
	display: block;
	width: 100%;
	color:#999;	
	height:17px;
	line-height:17px;
}

.shop-resume:hover a{
	color:#666;
}

.shop-resume  .icon{
	margin-top:1px;
}

.shop-wishlist{
	margin-left: 30px;
    margin-top: 5px;
}

.shop-wishlist a {
    color: #9e9e9e;
    font-size: 14px;
    text-transform: uppercase;
}

a.checkout-text{
	color:#3076ae;
	font-size:12px;
	font-weight:600;
	text-align:right;
	height:15px;
	line-height:20px;
	text-transform:uppercase;
}

.shop-regist a,.shop-logout a{
	display: block;
	width: 100%;
	height: 100%;
}

.shop-regist a,.shop-logout a{
	color: #fff !important;	
}
.shop-regist a:hover,.shop-logout a:hover{
	color: #fff !important;
	text-shadow: 1px 0px 2px #333;	
}

.shop-logout{
	margin-left:10px;
}

.shop-login{
	margin-top:5px;
	margin-left:10px;
}

.shop-login a{
	color:#9e9e9e;
	font-size:14px;
	text-transform:uppercase;
}

.shop-login a:hover{
	color:#666;
}

.shop-regist,.shop-logout{
	background-color: #35a0d3;
	background: -webkit-linear-gradient(#35a0d3, #3577ab); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#35a0d3, #3577ab); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#35a0d3, #3577ab); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#35a0d3, #3577ab); /* Standard syntax */
	border-radius:2px;
	padding-right: 10px;
	color:#FFF;
	font-size:14px;
	margin-top:0px;
	text-transform:uppercase;
}

ul.list-filters li.selected a{
	font-weight:bold;
}

.filters-top-products p,.filters-top-products p a{
	font-size:13px;
	line-height:1.2em;
	color:#999;
}
/*********************************/
/* topmainbar 
/*********************************/
#topmainbar{
	width: 100%;
	height: 116px;
	background-color: #e6f7ec;
}

.social {
	margin-top:7px;
	height:43px;
}

.social-footer{
	margin-top:15px;
	margin-left:10px;
	width:120px;
	height:35px;
}

.social-icon {
    background-image: url("../images/sprite-myfarma.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 23px;
    width: 23px;
}

.social-icon.facebook {
    background-position: -2px 0;
}
.social-icon.twitter {
    background-position: -25px 0;
}
.social-icon.rss {
    background-position: -48px 0;
}
.social-icon.linkedin {
    background-position: -71px 0;
}
.social-icon.skype {
    background-position: -94px 0;
}

.social-footer .social-icon.facebook {
    background-position: -82px -26px;
}
.social-footer .social-icon.twitter {
    background-position: -105px -26px;
}
.social-footer .social-icon.rss {
    background-position: -128px -26px;
}
.social-footer .social-icon.linkedin {
    background-position: -151px -26px;
}
.social-footer .social-icon.skype {
    background-position: -174px -26px;
}

.phone{
	width:230px;
	height:40px;
}

.icon-phone{
	width:40px;
	height:40px;
	float:left;
	background-image: url("../images/sprite-myfarma.png");
    background-position: 2px -25px;
    background-repeat: no-repeat;
	margin-right:10px;
}

.phone .call-us{
	width:170px;
	height:14px;
	float:left;
	font-size:10px;
	color:#0ab240;
	font-weight:600;
	font-style:italic;
	line-height:12px;
	margin-bottom:-5px;
}

.phone .number{
	width:170px;
	height:30px;
	float:left;
	color:#959595;
	font-size:22px;
	font-style:italic;
	line-height:34px;
}


#topsearchbar{
	width: 100%;
	height:28px;
	background-color:#0db23e;
	position:relative;
	box-shadow: 0px 3px 6px #000;
}

#topmenubar{
	width: 100%;
	height:48px;
	background-color:#71cc20;
	background: -webkit-linear-gradient(#71cc20, #09b24a); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#71cc20, #09b24a); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#71cc20, #09b24a); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#71cc20, #09b24a); /* Standard syntax */
	border-top:1px solid #b7e38d;
	border-bottom:1px solid #84d8a5;
	position:relative;
}

#bottommenubar{
	width: 100%;
	height:48px;
	background-color: #fff;
	position:relative;
	visibility:hidden;
}

.shop-logout{
	margin-left:10px;
}

.shop-login{
	margin-top:5px;
	margin-left:10px;
}

.shop-login a{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}

.shop-login a:hover{
	color:#666;
}

.shop-regist,.shop-logout{
	background-color: #35a0d3;
	background: -webkit-linear-gradient(#35a0d3, #3577ab); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#35a0d3, #3577ab); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#35a0d3, #3577ab); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#35a0d3, #3577ab); /* Standard syntax */
	border-radius:2px;
	padding-right: 10px;
	color:#FFF;
	font-size:14px;
	margin-top:0px;
	text-transform:uppercase;
}

.login-facebook {
    background-image: url("../images/login-main-facebook-large.png");
    background-repeat: no-repeat;
    height: 44px;
    margin-top: 4px;
    width: 270px;
	float:left;
	padding-top:13px;
	padding-left:85px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}
p.login-fb-separator{
	text-align:center;
	background-image: url("../images/login-main-facebook-large-separator.png");
    background-repeat: no-repeat;
	background-position: center center;
	width:355px;
	height:27px;
	line-height:27px;

}

ul.list-filters li.selected a{
	font-weight:bold;
}

.filters-top-products p,.filters-top-products p a{
	font-size:13px;
	line-height:1.2em;
	color:#999;
}

ul.social-list{
	float:left;
	margin-top:15px;
}

ul.social-list li{
	float:left;
	margin-left:4px;
	width:32px;
	height:32px;
	overflow:hidden;
}

.social-icons {
	float:left;
	width:32px;
	height:32px;
	overflow:hidden;
	background-image:url('../images/social-sprite.png');
	background-repeat:no-repeat;
}
.i-facebook{
	background-position: 0 0;
}
.i-linkedin{
	background-position: -32px 0;
}
.i-twitter{
	background-position: -64px 0;
}


/**********************************/
/** product list
/**********************************/

h3.links-featured{
	text-align:center;
	color:#9e9e9e;
	margin-bottom:25px;
	float:left;
	width:100%;
}

h3.links-featured a{
	font-weight:600;
	color:#9e9e9e;
	padding:9px;
	background-image:url(../images/arrow-bottom-green.png);
	background-repeat:no-repeat;
	background-position:center 150px;
}

h3.top50-products a{
	float:left;
}

h3.links-featured a.selected,h3.links-featured a:hover{
	color:#0bb23f;
	background-image:url(../images/arrow-bottom-green.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.message-offer{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width: 318px;
	height:246px;
}

.message-offer h2,.message-offer h2 a{
	font-size:32px;
	color:#FFFFFF;
}

.message-offer h2 span{
	font-weight:bold;
}

.cursor {
	cursor:pointer;
}

.entry-meta {
    border: 1px solid #1c9ad7;
    left: 0;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    width: 58px;
}
.entry-meta .date {
    color: #acacac;
    margin: 0;
    padding: 0 0 10px;
}
.entry-meta a.comments {
    background-color: #1c9ad7;
    color: #ffffff;
    display: block;
    padding: 5px 0;
}
.entry-meta a.comments span {
    color: #fff;
	font-size:23px;
	line-height:16px;
	margin:0;
	margin-top:5px;
}


.blog-list {
    border-bottom: 1px solid #1c9ad7;
    margin-bottom: 50px;
    min-height: 320px;
    padding-bottom: 30px;
    position: relative;
}
.blog-list h2 {
    margin-bottom: 5px;
}
.blog-list h2 a {
    font-size: 18px;
    font-weight: 600;
}
p.tags {
    font-size: 13px;
    margin-bottom: 5px;
}
p.tags a {
    font-size: 13px;
}
a.more {
    
    border: 1px solid #1c9ad7;
    bottom: -18px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
	background-color: #1c9ad7;
    color: #fff;
}
a.more:hover {
    background-color: #efefef;
	color:#000;
}
.col-date {
    width: 85px;
}
.col-content {
    width: 840px;
}
.blog-comment {
    margin-bottom: 10px;
}

.blog-comment p strong{
	color:#000;
}


.blog-comment h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.blog-comment p.date {
    color: #999;
    float: left;
    font-size: 11px;
    margin: 0;
}
.blog-comment p.comment {
    color: #666666;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 3px;
}

div.blog-comment p{
	margin-bottom:0;
}

div.blog-comment{
	margin-bottom:15px;
}

.points span{
	font-weight:bold;
}

.stock-status,.points{
	padding:20px 0;
	border-bottom:1px solid #e4e4e4;
	text-align:center;
}

.discounts  {
	padding:20px 0;
	border-bottom:1px solid #e4e4e4;
}

.price-min, .price-alert{
	padding:10px 0;
	border-bottom:1px solid #e4e4e4;
}

.price-min p, .price-alert p, .stock-status p{
	margin-bottom:0;
}

#user-avatar{
	font-size:52px;
}

span.blue{
	color:#3076ae;
}

.product{
	width: 318px;
	height: 262px;
	position: relative;
	background-color:#FFFFFF;
	border:1px solid #eaeaea;
	border-radius:4px;
	margin-bottom:7px;
	z-index:3;
	cursor:pointer;
}

.product:hover{
	box-shadow:1px 1px 5px #CCC;
}

.product.text-message:hover{
	box-shadow:none;
}

.text-message{
	background-color:#016721;
	background: -moz-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: webkit-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.product input{
	position:relative;
	z-index:4;
}

.top-product{
	height: 200px;
}

.image-product{
	width:135px;
	height:180px;
}

.image-product img{
	margin-top:22px;
}

.content-product{
	width:183px;
	height:180px;
	text-align:center;
}

.product .attribute {
	padding-top:40px;
	height:30px;
}

.product .introduction {
	min-height:15px;
	max-height:60px;
	overflow:hidden;
	padding-top:5px;
}
.product p{
	line-height:14px;
}

.footer-product{
	padding-top:10px;
	height:54px;
	text-align:center;
	position:relative;
}

input.button-add-cart{
	background:none !important;
	background-color:#016721 !important;
	width:100px !important;
	height:38px !important;
	border-radius:4px;
	background-image:url('../images/button-add-cart.jpg') !important;
	background-repeat:no-repeat !important;
	background-position:5px center !important;
	position:absolute;
	right:12px;
	top:14px;
	text-indent:25px;
}


.product .name h3{
	margin:0;
	font-weight:600;	
	max-height: 75px;
    overflow: hidden;
}

.product .brand h3 {
    font-weight: 600;
    margin: 0;
}


.product h3 a{
	color: #000;
	font-weight:600;	
}

.product .brand a {
	color: #aaa;
	font-weight:600;	
}

.brand {
    font-weight: 600;
    margin: 0;
}

.brand a {
	color: #aaa;
	font-weight:600;	
}

.product p{
	font-size: 12px;
	color: #858484;
	margin:0;
	color:#bbadaf;
}

.product .footer-product p{
	width:200px;
}

.product .footer-product span.price{
	width:200px;
	display:block;
}

.product .price{
	font-size: 18px;
	color: #858484;
	margin-bottom: 0px;
	font-weight: 600;
}

.price-limit-notify .price{
	color: #858484;
	margin-bottom: 0px;
	font-weight: 600;
}

.product .price-old, .item-total .price-old{
	font-size: 11px;
	text-decoration:line-through;
	color: #858484;
	margin-bottom: 10px;
	font-weight: 300;
	margin-top:1px;
	margin-right:5px;
}

.product-data .price-old{
	text-decoration:line-through;
	color: #858484;
}

.product-data .price-old span{ 
	color: #858484;
}

.product .price-new, .item-total .price-new{
	font-weight:bold;
}

.stage .percent-discount{
	font-size:18px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
	padding:2px 4px;
	height:21px;
	background-color:#3076ae;
	position:absolute;
	right:0px;
	margin-right:0px;
	margin-top:0px;
	z-index:1;
}

.product .percent-discount{
	font-size:13px;
	line-height:15px;
	color:#FFF;
	font-weight:bold;
	padding:2px 4px;
	height:16px;
	background-color:#3076ae;
	position:absolute;
	right:0px;
	margin-right:0px;
	margin-top:0px;
}

.item-name .percent-discount{
	width:auto;
	font-size:13px;
	line-height:15px;
	color:#FFF;
	font-weight:bold;
	padding:2px 4px;
	height:16px;
	background-color:#3076ae;
	position:absolute;
	left:0px;
	margin-right:0px;
	margin-top:0px;
}

.product .ribbon{
	font-size: 12px;	
	background-color: #e31e26;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	border-radius:2px;
}

.product:hover a{
	color: #3076ae;
}

input.stock-out{
	background-image:none !important;
	background-color:#999 !important;
	text-indent:0px;
}

.main-data .ribbon{
	font-size: 14px;	
	background-color: #e31e26;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
	margin:10px;
	position:relative;
	border-radius:2px;
	float:left;
	clear:both;
}

.product .add-wl{
	width: 24px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	background-color: #f4f4f4;
	background-image: url(../images/icon-star-black-small.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.product:hover .add-wl{
	display: block;
}

.cart-btn{
	background-color: #f4f4f4;
	padding: 6px 9px;
	font-size: 10px;
	color: #7c7c7c;
	display: block;
	font-weight: 700 !important; 
}
.cart-btn:hover{
	background-color: #b8b8b8;
	color: #fff !important;
}
.cart-btn input{
	margin: 0;
	padding: 0 !important;
	background-color: transparent !important;
	font-weight: 700;
	font-size: 10px;
}
.cart-btn form{
	margin: 0;
	padding: 0 !important;
}

.filters-containers {
    clear: both;
    max-height: 250px;
    overflow-y: auto;
}
.filters-containers ul {
    list-style: none outside none;
    margin: 0;
}
.filters-containers ul li {
    border-top: 1px solid #ccc;
}
.filters-containers ul li:hover, .filters-containers ul li.checked {
    background-color: #eee;
}
.filters-containers ul li label {
    padding: 5px;
}
.filters-containers ul li label input {
    margin-top: -1px;
}
.loading-filters {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.link-remove-filter {
    float: right;
    margin-top: -22px;
	font-size:11px;
}


/**********************************/
/** icons
/**********************************/

span.fa{
	font-size:35px;
	color:#ddd;
	line-height:50px;
	margin:0 10px 0 0;
}

p.icon-description{
	display: table-cell;
    height: 50px;
    line-height: 1.3em;
    vertical-align: middle;
	font-size:14px;
}

.icon{
margin-left: 8px;
margin-right: 8px;
margin-top:4px;
}

#topbar .icon{
	margin-top: 11px;
}

.icon-mail{
	width: 18px;
	height: 18px;
	background-image: url(../images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 11px;
	
}

.icon-user{
	width: 14px;
	height: 15px;
	background-image:url("../images/sprite-myfarma.png");
	background-position:-161px -3px;
	background-repeat:no-repeat;
}

.icon-logout{
	width: 14px;
	height: 15px;
	background-image: url(../images/icon-logout.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px 14px;
}

.lt-ie9 .icon-user{
	background-image: url(../images/icon-user@1x.png);
}

.icon-star{
	width: 16px;
	height: 15px;
	background-image: url(../images/icon-star.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 13px;
}

.icon-bag{
	width: 17px;
	height: 14px;
	background-image:url("../images/sprite-myfarma.png");
	background-position:-131px -4px;
	background-repeat:no-repeat;
}

.lt-ie9 .icon-bag{
	background-image: url(../images/icon-bag@1x.png);
}

.indice-search{
	margin-top:2px;
}
.indice-search a{
	color:#FFF;
	padding:6px 6px 3px 6px;
	font-size:12px;
}

.indice-search a:hover,.indice-search a.selected{
	color:#3076ae;
}

/**********************************/
/** cart
/**********************************/
.cart{
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 15px;
}
.cart a{
	border-left: 1px solid #4b3f8d; 
	padding-left: 15px;
}

.lt-ie8 .cart{
	display: inline-block;
	margin-top: -32px;
}

.cart .cart-price{
	font-size: 18px;
	margin-right: 5px;
}

.cart span{
	color: #4b3f8d;
}

.cart-icon{
	float: left;
	margin-right: 10px;
}
/**********************************/
/** Menu
/**********************************/

.lt-ie9 .user-nav{
	position: relative;
	min-width: 500px;
	width: 500px
}

.nav-bar{
	height: 35px;
	float: right;
	margin-top: 20px;
	clear: both;
}

nav#menu{
	max-width: 987px;
	margin: 0 auto;
}

nav select{
	display: none;
	visibility: hidden;	
}

li.menu-1 a{
	background:none !important;
}

li.menu-1 a span{
	color:#FFF;
	font-size:25px;
	line-height:47px;
	margin:0;
}

li.menu-1 a:hover span,li.menu-1 a.selected span{
	color:#3076ae;
	text-shadow:none;
}

.submenu-section{
	background-color:#f1f1f1;
	background: -moz-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: webkit-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:100%;
	min-height:295px;
	position:absolute;
	top:218px;
	z-index:75;
	display:none;
	padding-bottom:10px;
	color:#FFF;
}

.submenu-section h3{
	color:#FFF;
	margin-bottom:0px;
	line-height:1.4em;
	text-transform:uppercase;
	font-size:15px;
}
.submenu-section h3 a{
	color:#FFF;
	font-weight:600;
}

.submenu-section .content-product h3 a{
	color:#333;
	font-weight:600;
}

.submenu-section .content-product h3 a:hover{
	color:#333;
	text-shadow:none;
}

#submenu-aboutus-section ul li{
	line-height:1.6em;
}



.submenu-section ul{
	color:#FFF;
	list-style:none;
	margin:0 0 0 0px;
	line-height:1.3em;
}

.submenu-section ul li a{
	color:#FFF;
	font-size:14px;
}
.submenu-section ul li {
	text-indent:3px;
}
.submenu-section ul li > a:before{ content:"» "; position:relative; left:0px;}

#content-submenu-top50 ul li{
	line-height:1.5em;
}

.content-list-submenus{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:5px 0;
	padding:3px 0;
}

.submenu-section p.see-all a,.submenu-section p.see-all,.submenu-section p.see-all span{
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	line-height:1.2em;
}

.submenu-section ul a:hover,.submenu-section h3 a:hover,.submenu-section p.see-all a:hover{
	color:#0bb23f;
	text-shadow:0 0 3px #333;
}

.filters-containers-categories input{
	display:none;
}
.filters-containers-categories ul li:hover, .filters-containers-categories ul li.checked {
    background-color: #eee;
}
.filters-containers-categories ul li label {
    padding: 2px 5px;
}

.sf-menu{
width: auto;
margin: 0;
height: 47px;
}

.sf-menu-categories{
width: auto;
margin: 0;
height: 47px;
}

.sf-menu a {
color:#FFF;
cursor:pointer;
font-size:18px;
font-weight: 500;
text-decoration:none;
transition:color .2s ease;
-moz-transition:color .2s ease;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
padding-left:10px;
padding-right:10px;
height: 47px;
line-height: 47px;
display: block;
text-shadow: 0px 0px 3px #555;
text-transform:uppercase;
min-width:112px;
text-align:center;
}

.sf-menu-categories a {
color:#84d8a5;
cursor:pointer;
font-size: 15px;
font-weight: 500;
text-decoration:none;
transition:color .2s ease;
-moz-transition:color .2s ease;
-webkit-transition:color .2s ease;
-o-transition:color .2s ease;
padding-left:10px;
padding-right:10px;
height: 46px;
line-height: 47px;
display: block;
/*text-shadow: 0px 0px 3px #555;*/
text-transform:uppercase;
min-width:112px;
text-align:center;
}

.sf-menu li{
	float: left;
	height: 47px;
}

.sf-menu li:first-child{
	margin-left: 0;
}
.sf-menu li:first-child a{
	padding-left:0px;
}

.sf-menu li a.selected,.sf-menu li a:hover {
	background: -moz-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: webkit-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-shadow:none;
}

.sf-menu ul li a {
padding-left:10px;
padding-bottom:0;
background:none;
}

.sf-menu a:hover,.sf-menu a:selected,a:hover,a.selected {
text-decoration:underline;
}

.sf-menu ul li a:hover {
padding-bottom:0;
background:none;
text-decoration:none;
color:#000000;
}

.sf-menu ul {
background:transparent;
background-color:#FFF;
position:absolute;
display:none;
min-width:150px;
margin-top:50px;
z-index:99;
padding:2px;
}

.sf-menu ul li {
float:left;
margin:0;
padding:0;
}

.sf-menu li > ul {
background-color:rgba(255,255,255,0.85);
}

.sf-menu li > ul a {
font-size:15px;
font-weight:lighter;
}

.sf-menu li:hover > ul {
display:block;
top:-20px;
padding-right:3px;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
left:200px;
top:0;
}

.sf-menu li.highlight {
background-color:#3076ae;
box-shadow:0 0 3px 1px rgba(73, 73, 73, 0.15);
}

.sf-menu li.highlight a {
color:#fff;	
}

.sf-menu li.highlight:hover {
background-color:#ff9d3e;
}

.sf-menu-categories li{
	float: left;
	height: 47px;
	margin-top: 1px;
}

.sf-menu-categories li:first-child{
	margin-left: 0;
}
.sf-menu-categories li:first-child a{
	padding-left:0px;
}

.sf-menu-categories li a.selected,.sf-menu-categories li a:hover {
	text-shadow:none;
	color: #3577ab;
}

.sf-menu-categories ul li a {
padding-left:10px;
padding-bottom:0;
background:none;
}

.sf-menu-categories a:hover,.sf-menu-categories a:selected,a:hover,a.selected {
text-decoration:underline;
}

.sf-menu-categories ul li a:hover {
padding-bottom:0;
background:none;
text-decoration:none;
color:#000000;
}

.sf-menu-categories ul {
background:transparent;
background-color:#FFF;
position:absolute;
display:none;
min-width:150px;
margin-top:50px;
z-index:99;
padding:2px;
}

.sf-menu-categories ul li {
float:left;
margin:0;
padding:0;
}

.sf-menu-categories li > ul {
background-color:rgba(255,255,255,0.85);
}

.sf-menu-categories li > ul a {
font-size:15px;
font-weight:lighter;
}

.sf-menu-categories li:hover > ul {
display:block;
top:-20px;
padding-right:3px;
}

ul.sf-menu-categories li li:hover ul,ul.sf-menu-categories li li.sfHover ul {
left:200px;
top:0;
}

.sf-menu-categories li.highlight {
background-color:#3076ae;
box-shadow:0 0 3px 1px rgba(73, 73, 73, 0.15);
}

.sf-menu-categories li.highlight a {
color:#fff;	
}

.sf-menu-categories li.highlight:hover {
background-color:#ff9d3e;
}


#menu-categories {
    display: none;
}

header nav .menu-row {
    clear: both;
    height: 50px;
    margin: 0 auto;
    width: 100%;
}

.menu-row > ul {
    margin: 0;
}

#menu-categories .sf-menu li, #menu-categories .sf-menu li:first-child {
    border: medium none !important;
}
#menu-categories .sf-menu li, #menu-categories .sf-menu li:first-child {
    border: medium none !important;
}
header nav .menu-row > ul li:first-child {

}
header nav .menu-row > ul > li {

    float: left;
    height: 49px;
    line-height: 49px;
    margin-top: 1px;
    position: relative;
}
/**********************************/
/** Form(s)
/**********************************/
#formulario_1 {
margin-top:10px;
}

.form_titulo {
margin-top:6px;
margin-bottom:3px;
}
.form_input{
	border:1px solid #eaeaea;
color:#777;
font-size:1em;
width: 100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
-webkit-appearance:none;
border-radius:0;
padding: 5px;
}
input#captcha {
height:46px!important;
width:110px!important;
font-size:16px!important;
}

select,textarea {
border:1px solid #eaeaea;
color:#777;
font-size:1em;

-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
-webkit-appearance:none;
border-radius:0;
padding: 5px;
background-color:#FFFFFF;
}

.form_button {
width:60%;
min-width:100px;
margin-top:1em;
background-color:#3076ae;
color:#353535;
}
.form_textarea{
	width: 100%;
}
input,textarea {
-moz-transition:border .25s;
-webkit-transition:border .25s;
-o-transition:border .25s;
transition:border .25s;
}

input[type="submit"]{
background: -moz-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: webkit-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -webkit-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -o-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -ms-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
background:linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #FFF;
border: none;
padding: 5px;
width: 100%;
font-style: normal;
}


input[type="submit"]:hover{
	box-shadow: 1px 1px 5px #999;	
}

input.add-to-wishlist{
	background-color:transparent;
	background:none;
	color:#999;
	text-decoration:underline;
}

p.add-to-wishlist{
	text-align:center;
	font-size:14px;
	line-height:1.2em;
	color:#999;
	text-decoration:underline;
	cursor:pointer;
}
p.add-to-wishlist:hover{
	text-decoration:none;
}

p.add-to-wishlist span{
	font-size:14px;
	line-height:1.2em;
	color:#ffdd00;
}

p.add-to-wishlist:hover span{
	color:#ffc000;
}

input.add-to-wishlist:hover{
	box-shadow:none;
	text-decoration:none;
}

.form-search input[type="submit"]:hover{
	box-shadow:none;	
}


input[type="radio"]{
	margin-right: 5px;
}
input[type="password"]{
	width: 100%;
padding: 5px;
}

input[type="text"],textarea {
cursor:text;
width: 100%;
padding: 5px;
-webkit-appearance: none;
}
input:-webkit-autofill {
    color: #fff !important;
    background-color: #fff;
     -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill, textarea:-webkit-autofill {
	background-color: #fff !important;
}
input[type="checkbox"] {
display:inline;
width:auto;
height:auto;
margin-right:1em;
}


input[type="file"] {
border:none;
}

input[type="date"] {
width:auto;
}

.success {
color:green;
font-weight: 600;
}

label.error {
color:#1c9ad7;
font-weight:400;
font-style:italic;
margin:.5em 0 0 .5em;
}

.msg-success {
color:#0C0;
}

.forms-section h3 {
font-style:normal;
font-weight:lighter;
line-height:1.5em;
font-size:14px;
margin:.5em 0 0;
}

.forms-captcha img {
position:absolute;
z-index:9;
max-height:26px!important;
margin:0;
}

.forms-captcha input {
text-indent:55px;
}

input.form-input-text {
font-family: Arial, sans-serif;
color:#6b6b6b;
font-smooth:always;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-shadow:1px 1px 1px rgba(0,0,0,0.004);
font-size:100%;
font-style: italic;
vertical-align:middle;
margin:0;
-moz-box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 0;
    color: #777777;
    font-size: 1em;
	background-color:#FFFFFF;
}

.actions-qty{
	float:left;
}

.actions-qty-less,.actions-qty-more{
	float:left;
	width:50px;
	text-align:center;
	line-height:48px;
	height:48px;
	margin:0;
-moz-box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 0;
	font-size:18px;
	font-weight:bolder;
	cursor:pointer;
	background-color:#FFF;
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.actions-qty-less{
	border-left:4px solid #e4e4e4 ;
}

.actions-qty-less:hover,.actions-qty-more:hover{
	background-color:transparent;
}

input.input-text-quantity{
	font-family: Arial, sans-serif;
	color:#6b6b6b;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004);
	font-size:100%;
	font-style: italic;
	vertical-align:middle;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
    border: 1px solid #eaeaea;
    border-radius: 0;
    color: #777777;
    font-size: 1em;
	background-color:#FFFFFF;
	width:95px;
	height:48px;
	float:left;
	text-align:center;
}

.form-input-submit{
	clear:both;
	margin-top:5px;
}

/*
#login_log_form{
	margin: 15px auto;
	max-width: 340px;
	min-height: 150px;
}
#div-recover-password{
	max-width: 340px;
	min-height: 200px;
	margin: 0 auto;
}
*/
/**********************************/
/** news
/**********************************/
.item-news{
	margin-bottom: 20px;
}

.persons-content .item-news img{
	max-width:315px;
	margin-bottom:15px;
}

.persons-content .item-news-description{
	border:1px solid #eaeaea;
	padding:10px;
}

.item-news-description h3 a{
	font-weight:600;
	text-transform:uppercase;
	color:#999;
	
}

/**********************************/
/** login box
/**********************************/
.login{
	float: left;
	display: block;
	color: #4b3f8d !important;
	font-size: 12px;
}
.login-box{
	background-color: #353535;
	box-shadow:0 0 3px 1px rgba(73,73,73,0.15);
	float: left;
	margin-left: 10px;
}
.login-box form{
	margin: 0;
	padding: 10px 5px;
}
.lt-ie8 .login-box form{
	max-width: 305px;
}
.login-box input{
	margin-bottom: 5px;
	max-width: 296px;
}
.lt-ie8 .login-box input{
	max-width: 295px;
}
.login-box span{
	float: left;
	color: #aeaeae;
	margin-top: 5px;
}
.login-box span a{
	color: #aeaeae;
}
.login-box input.small-input-btn{
	background-color: #cccccc;
	float: right;
	background-image: url(../images/arrow-right-light.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.more{
	font-weight: bold;
}
.view-more{
	position: relative;
	
}
.view-more:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 5px solid transparent;
	border-left-color: #7c7c7c;
	left: 100%;
	top: 10px;
	margin-left: 5px;
	margin-top: -5px;
}

.welcome-title{
	margin:0;
	font-weight:300;
}

.login ul{
	list-style:square;
	margin-left:15px;
}
.newsletters-form  form{
	margin-top:0;
	margin-bottom:5px;
}
.newsletters-form p{
	margin:0;
}

.newsletters-form .title-newsletter {
font-family:"Open Sans", Arial, Helvetica, sans-serif;
color:#fff;
font-size:13px;
font-weight:lighter;
}

.newsletters-form label{
	font-size:11px;
	line-height:25px;
}
.newsletters-form label input{
	margin-top:0;
	margin-bottom:2px;
}

.newsletters-form input.form_input{
width: 100%;
font-size:12px;
background-color: #fff;
border: none;
height: 28px;
line-height: 30px;
color: #9e9e9e; 
border:1px solid #fff;
padding:1px 10px;
-webkit-appearance: none;
border-radius: 0;
}

/**********************************/
/** login box
/**********************************/
.newsletter form{
	height: 70px;
}
.newsletter span{
	margin-top: 5px;
	float: left;
}
#ffl-frame{
	background-color:#persons-content !important;
}

/**********************************/
/** search input
/**********************************/

#search-input-section {
width:220px;
height:32px;
float:right;
line-height:32px;
margin-top:20px;
background-color:#fff;
position:relative;
padding:0;
}



#search-input-section input {
box-shadow:none!important;
}

form#search {
position:relative;
float:left;
margin:0;
padding:0;
}

.search-input {
width:189px;
height:32px;
line-height:24px;
font-style:italic;
/*background-image:url(../images/bg-search.jpg);*/
color:#b7b7b7;
text-indent:10px;
float:left;
border:none;
padding:0;
}

.search-input:hover, .search-input:focus {
border:none;
}

#search-input-section .form-button {
height:30px;
width:30px;
background-color:#353535;
display:block;
float:left;
position:relative;
font-size:18px;
line-height:30px;
border:0;
box-shadow:none;
border-radius:0;
text-shadow:none;
margin:1px 0 0;
padding:0 0 10px;
}

.form-button:hover {
background-color:#6a6a6a!important;
}
/**********************************/
/** Products
/**********************************/

.footer-newsletter{
	background-color:#f1f1f1;
	float:left;
	width:100%;
	padding-top:30px;
}

.footer-newsletter h5{
	color:#3076ae;
	text-transform:uppercase;
	font-weight:bolder;
}

.footer-newsletter h5.section span{
	background-color:#f1f1f1;
}

.footer-newsletter .item-news-description{
	background-color:#FFF;
}

/**********************************/
/** footer
/**********************************/
.newsletter-content{
	width:310px;
	margin-right:20px;
}

.persons-content{
	width:645px;
	padding-left:5px;
	margin-bottom:35px;
}


#grid-wrap-footer {
position: relative;
width:100%;
min-height:170px;
float:left;
padding-bottom: 15px;
padding-top: 15px;
background-color: #f1f1f1;
clear: both;
}

footer {
width:100%;
font-size:14px;
position:relative;
margin:0 auto;
z-index: 10;
background-color: #ccc;
float: left;
padding-top: 0px;
clear: both;
background: -moz-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: webkit-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -webkit-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -o-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -ms-linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);
background:linear-gradient(#71cc20, #09b24a) repeat scroll 0 0 rgba(0, 0, 0, 0);

}
footer h3{
	color:#3076ae;
	margin: 20px 0; 
}
footer h3 a{
	color:#3076ae;
	font-size:14px;
	font-weight:600;
}

footer .forms-section h3 {
	display:none;
}
footer .forms-section input,footer .forms-section textarea{
	margin-bottom:2px;
}
footer .forms-section textarea{
	height:40px;
	min-height:40px;
}

footer .forms-section input.form-input-submit{
	width:35%;
	float:right;
}

.author{
font-size: 11px;
}
footer p {
font-size:12px;
font-weight: 300;
line-height:14px;
color:#FFF;
}
footer a {
font-size:11px;
font-weight:400;
color:#FFF;
}

footer h4{
	color:#FFF;
}

.copyright {
font-size:12px;
}

.up a {
display:block;
text-align:center;
margin:0 auto;
}

.footer-top-bar{
	width: 100%;
	background-color: #3076ae;
    box-shadow: 5px 0px 5px #333;
}

.footer-top-bar a,.footer-top-bar h3{
	color:#FFF;
}

.footer-shortcuts{
	/*background-color: #fcfcfc;*/
	width: 100%;
	font-weight: 300;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.footer-author{
	/*background-color: #f1f1f1;*/
	width: 100%;
	min-height: 55px;
	line-height: 55px;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	float: left;
}
.footer-author p{
	font-size:11px;
}

.social-icons{
	width: 90px;
}
.social-icons a{
	display: block;
	float: left;
	margin-right: 5px;
}

/**********************************/
/** Slider
/**********************************/
#slider-section {
width:100%;
height:auto;
position:relative;
float:left;
}

#banner-slide {
width:978px;
max-width:978px;
max-height:298px;
height:298px;
margin-left:auto;
margin-right:auto;
position:relative;
overflow:hidden;
margin-bottom: 8px;
padding:1px;
border:1px solid #e3e3e3;
box-shadow: 0 0 2px #e3e3e3;
background-color:#FFFFFF;
}

ul.bjqs {
position:relative;
list-style:none;
overflow:hidden;
display:none;
margin:0;
padding:0;
}

li.bjqs-slide {
position:absolute;
display:none;
}

ul.bjqs-controls {
list-style:none;
z-index:1;
margin:0;
padding:0;
}

ul.bjqs-controls.v-centered li a {
position:absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
right:0;
background-image:url(../images/button-next.png);
width:50px;
height:70px;
font-size:0;
display:none;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
left:0;
background-image:url(../images/button-prev.png);
width:50px;
height:70px;
font-size:0;
display:none;
}

#banner-slide:hover ul.bjqs-controls.v-centered li.bjqs-prev a,#banner-slide:hover ul.bjqs-controls.v-centered li.bjqs-next a {
display:block;
}

.bjqs-controls {
display:none;
}

ol.bjqs-markers {
list-style:none;
position:absolute;
width:100%;
z-index:3;
height:16px;
top:375px;
display:none;
padding:0;
}

ol.bjqs-markers.h-centered {
text-align:right;
}

ol.bjqs-markers li {
display:inline;
}

ol.bjqs-markers li a {
display:inline-block;
width:16px;
height:16px;
background-image:url(../images/bg-black.png);
font-size:0;
margin:5px 5px 0 0;
}

ol.bjqs-markers li.active-marker a {
background-image:none;
background-color:#fff;
}

p.bjqs-caption {
display:block;
width:190px;
height:50px;
position:absolute;
bottom:0;
background-color:#d61c38;
font-size:14px;
font-style:italic;
color:#fff;
margin:0 0 0 30px;
padding:15px 10px;
}

/**********************************/
/** Addthis & facebook like
/**********************************/
.addthis_toolbox{
	width: 194px;
	margin: 0 auto;
}
.addthis_counter{
	display: none;
	visibility: hidden;
}

/*
HELP - BOX
*/
.content-hide-grey{
	display:none;
	position:fixed;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:80;
	background:url("../images/fancybox_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#box-button-plus {
position:fixed;
color:#FFF;
top:40%;
right:0;
padding:10px;
width:45px;
height:32px;
background-color:#363636;
cursor:pointer;
background-image:url("../images/icons-sprite.png");
background-position:center -17px;
background-repeat:no-repeat;
z-index:81;
line-height:1.2em;
padding-left:0px;
}

#box-button-plus:hover{
	background-color:#3076ae;
}

#box-content{
position:fixed;
top:50%;
left:50%;
width:570px;
height:auto;
margin-top:-200px;
margin-left:-280px;
background-color:#E9E9EB;
display:none;
border-radius:7px 5px 5px 5px;
z-index:81;
box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}

#box-content input{
	padding:0;
}

#box-content form{
	margin:0;
}

#box-content-top{
width:570px;
height:35px;
background-color:#000;
border-bottom:0px solid #3076ae;
border-radius:5px 5px 0 0;
}

#box-button-less {
width:36px;
height:36px;
float:right;
cursor:pointer;
background-image:url("../images/close-btn.png");
background-repeat:no-repeat;
background-position:center center;
position:absolute;
right:-18px;
top:-18px;
}

#box-content-top-title{
width:322px;
height:25px;
float:left;
padding: 5px ;
overflow:hidden;
padding-left:10px;
}
#box-content-top-title h1 {
color:#FFF;
font-size:1.2em;
font-weight:400;
line-height:1.5em;
margin:0;
}
#box-content-middle {
padding:15px;
}

#box-content-middle .box-area-text{
border:none;
background-color:#f4f2f3;
/*background-image: url(../images/helpbox-bg-input.png);
background-repeat:no-repeat;
background-position:6px 10px;*/
padding: 10px 0 0 10px;
width:260px;
height:153px;
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
color:#5f5f5f;
}

#box-content-middle .box-input-text{
border:none;
background-color:#f4f2f3;
/*background-image: url(../images/helpbox-bg-input.png);
background-repeat:no-repeat;
background-position:6px 10px;*/
padding-left:10px;
width:250px;
height:30px;
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
color:#5f5f5f;
}
#form-captcha .box-input-text{
	width:197px;
}

#box-content-middle .img-captcha{
	float:left;
	margin-top:0px;
	width:53px;
}

#box-content-middle label{
float:left;
padding:2px 10px 2px 0;
color:#5f5f5f;
font-size:12px;
cursor:pointer;
}

#box-content-middle label input{
	float: left;
    margin: 0 2px;
}

#box-content-middle p{
clear:both;
margin-bottom:0px !important;
padding-top: 5px;
color:#5f5f5f;
font-size:12px;
}
#box-content-middle p.error{
	color:red;
}

#box-content-middle .form-success{
padding:15px 0;
text-align:center;
text-transform:none;
border:0px solid #CCC;
}

#box-content-footer{
clear:both;
width:400px;
height:52px;
border-top: 0px solid #3076ae;
}

#box-content-footer-text{
padding-left: 58px;
width: 236px;
height:52px;
float:left;
background-color:#3076ae;
background-image: url(../images/helpbox-bg-chat.png);
background-repeat:no-repeat;
background-position:15px center;
overflow:hidden;
}

#box-content-footer-text p {
font-size:12px;
color:#3076ae;
font-weight:bold;
margin-bottom: 0 !important;
}



#box-content-footer-submit{
width:260px;
height:52px;
float:left;
margin-top:10px;
font-weight:bold;
margin-left:140px;

}
#box-content-footer-submit input{
text-align:center;
background-color:transparent;
background-color:#3076ae;
border:none;
cursor:pointer;
color:#FFF;
font-size: 16px;
font-weight: 300;
height: 42px;
line-height: 42px;
text-transform: uppercase;
width: 100%;
}
#box-content-footer-submit input:hover{
background-color:#363636;
}


/*Voucher*/
#voucher-button-plus {
position:fixed;
color:#FFF;
top:40%;
right:auto;
left:0;
padding:10px;
width:95px;
height:32px;
background-color:#3076ae;
cursor:pointer;
/*background-image:url(../images/icon-help.png);
background-repeat:no-repeat;
background-position:center center;*/
z-index:81;
line-height:1.2em;
padding-right:0px;
}

#voucher-button-plus:hover{
	background-color:#363636;
}

#voucher-content{
position:fixed;
top:50%;
left:50%;
width:570px;
height:auto;
margin-top:-200px;
margin-left:-280px;
background-color:#E9E9EB;
display:none;
border-radius:7px 5px 5px 5px;
z-index:81;
box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}

#voucher-content input{
	padding:0;
}

#voucher-content form{
	margin:0;
}

#voucher-content-top{
width:570px;
height:35px;
background-color:#000;
border-bottom:0px solid #3076ae;
border-radius:5px 5px 0 0;
}

#voucher-button-less {
width:36px;
height:36px;
float:right;
cursor:pointer;
background-image:url("../images/close-btn.png");
background-repeat:no-repeat;
background-position:center center;
position:absolute;
right:-18px;
top:-18px;
}

#voucher-content-top-title{
width:322px;
height:25px;
float:left;
padding: 5px ;
overflow:hidden;
padding-left:10px;
}
#voucher-content-top-title h1 {
color:#FFF;
font-size:1.2em;
font-weight:400;
line-height:1.5em;
margin:0;
}
#voucher-content-middle {
padding:15px;
}

#voucher-content-middle .voucher-area-text{
border:none;
background-color:#f4f2f3;
/*background-image: url(../images/helpbox-bg-input.png);
background-repeat:no-repeat;
background-position:6px 10px;*/
padding: 10px 0 0 10px;
width:260px;
height:153px;
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
color:#5f5f5f;
}

#voucher-content-middle .voucher-input-text{
border:none;
background-color:#f4f2f3;
/*background-image: url(../images/helpbox-bg-input.png);
background-repeat:no-repeat;
background-position:6px 10px;*/
padding-left:10px;
width:250px;
height:30px;
font-family: Arial,Helvetica,sans-serif;
font-size:12px;
color:#5f5f5f;
}
#form-captcha .voucher-input-text{
	width:197px;
}

#voucher-content-middle .img-captcha{
	float:left;
	margin-top:0px;
	width:53px;
}

#voucher-content-middle label{
float:left;
padding:2px 10px 2px 0;
color:#5f5f5f;
font-size:12px;
cursor:pointer;
}

#voucher-content-middle label input{
	float: left;
    margin: 0 2px;
}

#voucher-content-middle p{
clear:both;
margin-bottom:0px !important;
padding-top: 5px;
color:#5f5f5f;
font-size:12px;
}
#voucher-content-middle p.error{
	color:red;
}

#voucher-content-middle .form-success{
padding:15px 0;
text-align:center;
text-transform:none;
border:0px solid #CCC;
}

#voucher-content-footer{
clear:both;
width:400px;
height:52px;
border-top: 0px solid #3076ae;
}

#voucher-content-footer-text{
padding-left: 58px;
width: 236px;
height:52px;
float:left;
background-color:#3076ae;
background-image: url(../images/helpbox-bg-chat.png);
background-repeat:no-repeat;
background-position:15px center;
overflow:hidden;
}

#voucher-content-footer-text p {
font-size:12px;
color:#3076ae;
font-weight:bold;
margin-bottom: 0 !important;
}



#voucher-content-footer-submit{
width:260px;
height:52px;
float:left;
margin-top:10px;
font-weight:bold;
margin-left:140px;

}
#voucher-content-footer-submit input{
text-align:center;
background-color:transparent;
background-color:#3076ae;
border:none;
cursor:pointer;
color:#FFF;
font-size: 16px;
font-weight: 300;
height: 42px;
line-height: 42px;
text-transform: uppercase;
width: 100%;
}
#voucher-content-footer-submit input:hover{
background-color:#363636;
}

/**********************************/
/** pagination
/**********************************/
.paginate {
	clear:both;
font-size:11px;
text-align:center;
margin:0 auto;
padding-top:15px;
}

.paginate a {
text-decoration:none;
background-color:#F4F4F1;
color:#292929;
opacity:0.9;
font-size:11px;
line-height:20px;
margin:2px;
padding:2px 6px 3px;
}

.paginate a:hover,.paginate a:active {
background-color:#3076ae;
color:#fff !important;
}

.paginate span.current {
font-weight:700;
background-color:#3076ae;
color:#fff;
line-height:20px;
margin:10px 2px 2px!important;
padding:2px 6px 3px;
}

.paginate span.disabled {
color:#6b6b6b;
opacity:0.7;
line-height:20px;
padding:2px 6px 3px;
}

.paginate .nav-prev {
float:left;
margin-top:-17px!important;
position:relative;
}

.paginate .nav-next {
float:right;
margin-top:-17px!important;
position:relative;
}

.paginate li {
margin-bottom:3px;
list-style:none;
padding:5px;
}

.paginate ul {
margin:6px;
padding:0;
}
/**********************************/
/** HEADER section
/**********************************/
#header-section{
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.header-slide{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

.header-column-top{
	max-width: 484px;
	height: 169px;
	background-color: #f5f2ea;
	margin-left:12px;
}
.header-column-bottom{
	max-width: 484px;
	height: 169px;
	background-color: #f5f2ea;
	margin-left:12px;
	margin-top:11px;
}


/**********************************/
/** HEADER Slider sequence
/**********************************/

#sequence-header {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 484px;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  max-height: 350px;
  float: left;
}

#sequence-header img{
width: 100%;	
}

#sequence-header > .sequence-canvas {
  height: 100%;
  width: 100%;
  margin:0;
}
#sequence-header > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
#sequence-header > .sequence-canvas > li img {
  
}
#sequence-header > .sequence-canvas li > * {
  position: absolute;
  /* only cause the left and opacity properties to transition */
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
}
.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  top: 80%;
  z-index: 1000;
  height: 75px;
  margin-top: -47.5px;
  width: 31px !important;
  height: 49px !important;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  opacity: 0.3;
}
.sequence-prev {
  left: 10px;
}
.sequence-next {
  right: 10px;
}
.sequence-prev img,.sequence-next img {
  height: 100%;
  width: auto;
}

#sequence-header .message{
	width: 40%;
	left: 35%;
	opacity: 0;
	bottom: 20%;
	z-index: 100;
	position: absolute;
}


#sequence-header .message h2{
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	max-width: 750px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	font-weight: 300;
	font-size: 16px;
	line-height: 34px;
	background-image: url(../images/bg-black-transp.png);
	display: block;
	margin: 0;
	margin-bottom: 20px;
}
#sequence-header .message article{
	color: #fff !important;
	padding: 5px;
	padding-left: 10px;
	max-width: 750px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	font-weight: 300;
	font-size: 14px;
	line-height: 40px !important;
	background-image: url(../images/bg-black-transp.png);
	display: block;
	margin: 0;
}

#sequence-header .message article p{
	color: #fff !important;
	margin-bottom: 0;
}

#sequence-header .message article a {
	color: #fff !important;
	text-align:right;
	position:relative;
	display:block;
}

#sequence-header .message .more{
	text-align: right;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	display: block;
}

#sequence-header .animate-in .message {
  left: 0%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#sequence-header .animate-out .message {
  left: 30%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}


.animate-in .model,.animate-in .amodel {
  left: 0;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .model,.animate-out .amodel {
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/**********************************/
/** PRODUCT Slider sequence
/**********************************/
.product-slider{
	float: left;
	margin-bottom: 25px;
	background-color:#FFF;
}
.connected-carousels .stage {
    width: 300px;
    float: left;
    position: relative;
	margin-left:0px;
	position:relative;
	z-index:3;
}

.connected-carousels .stage img{
	max-width: 300px;
}
/** Navigation container **/

.connected-carousels .navigation {
	width:300px;
    height: 95px;
	float: left;
    clear: both;
    /*border-bottom: 1px solid #e4e4e4;*/
	position:relative;
	z-index:4;
	margin-top:10px;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 300px;
    /*border-bottom: 1px solid #e4e4e4;*/
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 75px;
    width: 80%;
    margin: 5px 10%;
    background: #fff;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
	/*clear:both;*/
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	max-width:75px;
}

.connected-carousels .carousel-navigation li.active img {
	
	padding-bottom:4px;
    border-bottom: 1px solid #e4e4e4;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 300px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0px;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    opacity: 0.5;
    display: block;
}
.connected-carousels .prev-stage span{
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.connected-carousels .next-stage span{
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    font: 24px/27px Arial, sans-serif;
    
}

.connected-carousels .prev-stage span {
    left: 0px;
}

.connected-carousels .next-stage span {
    right: 0px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/
.connected-carousels .prev-navigation{
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.connected-carousels .next-navigation{
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 35px;
    text-decoration: none;
}

.connected-carousels .prev-navigation {
    left: 0;
	margin-top:-15px;
    top: 50%;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    left:auto;
	right:0;
	margin-top:-15px;
    top: 50%;
    text-indent: 6px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

a.fancybox-thumbs:hover {
    cursor: url("../images/gallery-cursor.cur"), pointer;
}

.inner-detail{
	padding:20px;
}

.main-data .inner-detail{
	padding:20px 0;
}

.icons-share-bar{
	height:125px;
	overflow:hidden;
	margin-bottom:15px;
}

/* Product data section   */

.stock-available span{ color:#006600;}

.stock-available span.fa-check-circle{
	font-size:26px;
	line-height:1em;
	
}
.points span.fa-cubes{
	font-size:25px;
	line-height:1em;
}

.stock-unavailable span{ color:#F00;}

span.red{
	color:red;
}

.form-alert-price,.form-min-price{
	background-color: #fcfcfc;
    display: block;
    float: left;
    min-width: 600px;
    position: relative;
}

.our-price{
	margin-top:115px;
}

.product-data{
	border: 1px solid #e4e4e4;
	float: right;
	margin-bottom: 25px;
	background-color: #fafafa;
}

.hide{
	display:none;
}

.lt-ie9 .product-data{
	width: 260px !important;
	overflow-x: hidden;
	position: relative;
}
.product-data p{
	line-height: 18px;
	font-weight: 300;
	font-size: 13px;
}
.product-data h4.reference{
	margin-top: 0;
}
.about{
	border-bottom: 1px solid #e4e4e4;
}
.product-data .about h2{
	margin-bottom: 9px;
	color:#000;
}
.product-data .about p{
	margin-bottom: 5px;
}



.related-list{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.related-list img{
	max-width: 90px;
	
	margin-left: 2%;
}

.size-selection,.quantity-selection{
	margin-top: 15px;
	float: left;
	width: 100%;
	padding-bottom:15px;	
	border-bottom: 1px solid #e4e4e4;
}
.size-selection .size, .quantity-selection .quantity{
	line-height: 41px;
}
.size-selection p.tip{
	margin-top: 5px;
}

.lt-ie9 .size-selection p.tip{
	margin-top: 4px;
	width: 100%;
}

.size-selection span {
color: #484848;	
}

.select-size {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
	
    background-position: right center;
}

.select-size select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-size select:focus {
    outline: none;
}

/* special slect dropdown */


.size-selector {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 160px;
    padding: 10px 15px;

    /* Styles */
    background: #fff;
    border: 1px solid #e4e4e4;
    border-left: 4px solid #e4e4e4;
    cursor: pointer;
    outline: none;
    float: right;
}

.size-selector:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.size-selector .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: -5px;
    right: 0px;

    /* Styles */
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.lt-ie9 .size-selector .dropdown {
    display: none;
}
.lt-ie10 .size-selector .dropdown {
    display: none;
}

.size-selector .dropdown li{
	border-bottom: 1px solid #e4e4e4;
	height: 34px;
	line-height: 35px;
	text-indent: 20px;
}

.size-selector .dropdown li:first-child{
	border-top: 1px solid #e4e4e4;
}

.size-selector .dropdown li.last-pair{
	background-color: #ffe3e3;
}

.size-selector .dropdown li:hover{
	background-color: #efefef;
}

/* Hover state */

.size-selector .dropdown li a.alert {
	color: #3076ae;
}
.size-selector .dropdown li a.alert:hover {
	color: #ff0000 !important;
}

/* Active state */

.size-selector.active:after {
    border-width: 0 6px 6px 6px;
}

.size-selector.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    
}
.lt-ie9 .size-selector.active .dropdown{
	display: block;
}
.lt-ie10 .size-selector.active .dropdown{
	display: block;
}
/* No CSS3 support */

.no-opacity       .size-selector .dropdown,
.no-pointerevents .size-selector .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .size-selector.active .dropdown,
.no-pointerevents .size-selector.active .dropdown {
    display: block;
}

/* price section */
.costs{
	margin-top: 0px;
	border-bottom: 1px solid #e4e4e4;
}

.costs > h2{
 font-size:26px;
}


.costs .price,.our-price .price{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 15px;
	display: block;
}

.costs .benefit{
	border-left: 2px solid #9ac83f;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 4px;
	display:  inline-block;
	color:#484848 !important;
	font-size: 13px;
}
.buy .add-to-cart{
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 300;
	background: -moz-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: webkit-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:linear-gradient(#35a0d3, #3577ab) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.buy .add-to-cart img{
	margin-right: 5%;
	margin-top: -2px;
}
.buy .add-to-cart:hover{
	color: #fff !important;
	background-color: #05822c;
}

.buy input.add-to-cart{
	font-weight:300;
	line-height:2.2em;
}
.buy{
	margin-top: 5px;
}

.share-product{
	margin-top: 0px;
}

.share-product ul, .share-product li{
	list-style:none;
	float:left;
	margin-left:10px;
}
.share-product li{
	list-style:none;
	float:left;
	margin:0;
}
/**********************************/
/** Slider sequence
/**********************************/

#sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  width: 980px;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  height: 300px;
}

#sequence img{
width: 100%;	
}

#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
  margin:0;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
#sequence > .sequence-canvas > li img {
  
}
#sequence > .sequence-canvas li > * {
  position: absolute;
  /* only cause the left and opacity properties to transition */
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
}
.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  height: 75px;
  margin-top: -24px;
  width: 31px !important;
  height: 49px !important;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  opacity: 0.3;
}
.sequence-prev {
  left: 10px;
}
.sequence-next {
  right: 10px;
}
.sequence-prev img,.sequence-next img {
  height: 100%;
  width: auto;
}
#sequence-preloader {
  background: #d9d9d9;
}
.sequence-pagination {
  bottom: 14px;
  display: none;
  left: 16px;
  position: absolute;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin:0;
  height:18px;
}
.sequence-pagination li {
  display: inline-block;
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
  width:6px;
  height:6px;
  line-height:6px;
  padding:3px;cursor:pointer;
}
.sequence-pagination li span {
  display: inline-block;
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
  width:6px;
  height:6px;
  line-height:6px;
  border-radius:6px;
  background-color:#3076ae;
  
}
.sequence-pagination li.current span{
  background-color:#0ab240;
}
.sequence-next,.sequence-prev {
	font-size:50px;
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-next:hover,.sequence-prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.message{
	width: 80%;
	left: 35%;
	opacity: 0;
	bottom: 10%;
	z-index: 100;
	position: absolute;
}


.message h1{
	color: #fff;
	background-image: url(../images/bg-title-slider.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px;
	max-width: 750px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	display: block;
	margin: 0 auto;
}

.animate-in .message {
  left: 10%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.animate-out .message {
  left: 30%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.title {
  font-size: 18px;
  left: 65%;
  width: 50%;
  bottom: 1%;
  z-index: 50;
}

.animate-in .title {
  left: 50%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .title {
  left: 35%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.subtitle {
  color: black;
  font-size: 2em;
  left: 35%;
  width: 35%;
  opacity: 0;
  top: 101%;
}
.animate-in .subtitle {
  left: 50%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .subtitle {
  left: 65%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.model,.amodel {
  left: 0;
  top: 0;
  opacity: 0;
  position: relative;
  height:298px;
  width: 978px;
  max-height:298px;
  max-width:978px;
}
.animate-in .model,.animate-in .amodel {
  left: 0;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .model,.animate-out .amodel {
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-preloader {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999999;
}

@keyframes preload {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.sequence-preloader .preloading .circle {
    fill: #525252;
    display: inline-block;
    height: 12px;
    position: relative;
    top: -50%;
    width: 12px;
    animation: preload 1s infinite;
}

.preloading {
    display: block;
    height: 12px;
    margin: 0 auto;
    top: 50%;
    margin-top: -6px;
    position: relative;
    width: 48px;
}

.sequence-preloader .preloading .circle:nth-child(2) {
    animation-delay: .15s;
}

.sequence-preloader .preloading .circle:nth-child(3) {
    animation-delay: .3s;
}

.preloading-complete {
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s;
}

div.inline{
    background-color: #3076ae;
    margin-right: 4px;
    float: left;
}

/*Clients Style*/
.clients-register-form{
	width:350px;
	position:relative;
}

.clients-label-form{
	width:145px;
	margin-top:5px;
}
.clients-input-form{
	width:205px;
	margin-top:5px;
}


/*Select2*/
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	width:100%;
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #9A9A9A;
    white-space: nowrap;
    line-height: 26px;
    color: #6B6B6B;
    text-decoration: none;

    border-radius: 0px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
}

.select2-container.select2-drop-above .select2-choice {
   /* border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eee 0%, #fff 90%);*/
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
	color:#6B6B6B;
	font-style:italic;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #0D4424;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #0D4424;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #9A9A9A;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #9A9A9A;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    background-clip: padding-box;

    background: #fff;

}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/select-arrow.jpg") no-repeat 0 50%;
}

.select2-search {
    display: inline-block;
	display:none;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #6B6B6B;
    outline: none;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 0px 0 #fff inset;
            box-shadow: 0 0px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #0D4424;
    /*border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);*/
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: 0px 50%;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #0D4424;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/*####################
#	Shopping Cart	 #
#####################*/
.headerRow{
background-color:#3076ae;
font-weight:bold;
color:#FFF;
}
.itemRow{
width:100%;
float:left;
}
.itemRow div{
float:left;
margin: 5px;
width:90px;
}

.itemRow a{
text-decoration:none;
color: #000;
}
.headerRow{
width:100%;
float:left;
line-height: 20px;
height: 30px;
}
.headerRow div{
float:left;
margin: 5px;
width:90px;
height:18px;
}

.headerRow div.item-total{
text-align: center;
}

div.item-total{
	width:220px; 
}

.headerRow div.item-quantity{
text-align: center;
}

.headerRow div.item-name{
text-align: center;
}

.itemRow div.item-total{
text-align: right;
}
.itemRow div.item-quantity{
text-align: center;
}

.lt-ie9 .itemRow div.item-quantity{
min-width: 50px;
margin-left: 0px;
}

.shopping-cart-items{
color:black;
}
div.item-name {
width:110px;
}
div.item-service{
width:420px;
}

div.item-decrement,div.item-increment{
width:20px;
text-align:center;
}

div.item-quantity{
width:20px;
text-align:center;
margin:5px 20px;
}

div.item-quantity .add{
	margin-left: 10px;
	margin-right: 5px;
}

div.item-quantity .subt{
	margin-left: -5px;
	margin-right: 10px;
}

.itemRow{
border-bottom: 1px solid #939393;
padding-bottom: 5px;
padding-top: 5px;
}

div.item-price ,div.item-decrement,div.item-increment{
display:none;
}

.total-tax-order,.subtotal-order,.total-order{
	width:100px;
	margin-right:10px;
	
}

.total-order{
	color: #3076ae !important;
}

.totals-order{
clear:both;
}

input[type="submit"]#checkout{
	display: block;
	width: 100%;
	height: 42px;
	line-height: 36px;
	background-color: #3076ae;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
input[type="submit"]#checkout:hover{
	background-color: #05822c;
}
.submit-button{
 	 width: 39.5% !important;
 	 float: right !important;
} 


.billing-data p{
	float: left;
	min-width: 130px;
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
}
.billing-data input{
	width: 300px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.billing-data select{
	width: 300px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.delivery-data p{
	float: left;
	min-width: 100px;
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
}

.delivery-data input{
	width: 300px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.delivery-data select{
	width: 300px;
	margin-top: 6px;
	margin-bottom: 6px;
}


.nobg {
	background-color:transparent;
	padding:0;
	box-shadow:none;
}

ul.choose-payment {
margin-left:0;	
}

.totals-order {
color:#0d0d10;
text-align: right;
}
.totals-order span{
color:#000000;
}

.simpleCart_total,.simpleCart_tax,.simpleCart_grandTotal{
	width:150px;
	float:right;
}

.item-form-contact{
	float:left;
	width:100%;
	clear:both;
	margin-top:15px;
	margin-bottom:25px;
}

.item-form-contact .forms-section{
	width:50%;
	float:left;
}

.col-half{
	width:49%;
}

.col-full{
	width:100%;
}

.inner-r{
	padding-right:2%;
}
.inner-l{
	padding-left:2%;
}
.form-error{
	color:red;
	border:1px solid red;
	padding:5px;
}

.form-success{
	color:#003300;
	border:1px solid #003300;
	padding:5px;
}

.social-icon-facebook,.social-icon-vimeo,.social-icon-youtube{
	background-image:url("../images/icons-sprite.png");
	background-position:0 0;
	width:17px;
	height:17px;
	margin-top:5px;
}
.social-icon-vimeo{
	background-position:17px 0;
}
.social-icon-youtube{
	background-position:34px 0;
}

@media (max-width: 980px) {
  header#navtop {
position:relative;
}

div.transition{

	display:none;
}
}

.cookies-alert {
	position: fixed;
	bottom: 0;
	z-index: 10;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
}
.cookies-alert .inner-cookies {
	padding: 15px 10px;
}
.cookies-alert .inner-cookies .form-cookies {
	float: right;
	margin-left: 20px;
	margin-top: -7px;
}
@media (max-width: 768px) {
	.cookies-alert .inner-cookies .form-cookies {
		margin-top: 0px;
	}
}
@media (max-width: 585px) {
	.cookies-alert .inner-cookies .form-cookies {
		margin-top: 13px;
	}
}
.cookies-alert .inner-cookies .form-cookies input[type="submit"] {
	width: 70px;
	background: #41bcf1 !important;
}
.cookies-alert .inner-cookies p {
	margin: 0px;
	line-height: 1.2em;
	font-size: 12px;
	color: #ddd;
}
.cookies-alert .inner-cookies p a {
	color: #ddd;
	font-weight: bold;
}
.cookies-alert .inner-cookies p a:hover {
	text-decoration: underline;
}

