/*-----------------------------------------------------
-------------        CONTENTS         -----------------
-----------------------------------------------------*/

/*Colors:
Main: 174e90 (blu scuro)
Second: 2b496d (blu nero) link
Third: 0088cc (blu chiaro)
Fourth: e7dd00 (giallo scuro)
Fifth: EEE255 (giallo chiaro)
Nero: 0D0B0B
/*

/*

	1. Tags
	2. Generic classes
		- Tables
		- Pricing Tables
		- Buttons
		- Tabs
		- List
		- Images
		- Headers
		- Togggles
		- Testimonials
	3. Transitions
	4. Sliders
	5. Isotope
	6. Header
	7. Footer
	8. Homepage
	9. Pages
		- About
		- Blog
		- Sidebar
		- Portfolio
		- Contact
	10. Forms
	11. Misc
	12. Media Queries




/*-----------------------------------------------------
-----------------       TAGS         ------------------
-----------------------------------------------------*/

body {
  background-color: #f3f5ff !important;
}

* {
	font-family:'Ubuntu', sans-serif;
	color:#454545;
}

a,
a:hover {
	text-decoration:none;
}

a,
a:visited {
	color:#2b496d;
}

a:hover {
	color:#0088cc;
}

a:active {
	color:#2b496d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	color:#0D0B0B;
}

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

h1,
h1 a {
	font-size:24px;
	line-height:30px;
}

h2,
h2 a {
	font-size:22px;
	line-height:30px;
}

h3,
h3 a {
	font-size:20px;
	line-height:26px;
}

h4,
h4 a {
	font-size:18px;
	line-height:24px;
}

h5,
h5 a {
	font-size:16px;
	line-height:20px;
}

h6,
h6 a {
	font-size:14px;
	/*text-transform:uppercase;*/
	line-height:18px;
}

h1,
h2 {
	margin:0 0 5px;
}

h3,
h4 {
	margin:10px 0 15px;
}

h5,
h6 {
	margin:7px 0 10px;
}

p {
	margin:0 0 15px;
}

p,
li,
div {
	font-size:14px;
}

.big_font {
	font-size:14px;
}

hr {
	border:none;
	background:#DDD;
	height:1px;
	margin:35px 0;
	clear:both;
}

img,
iframe {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

table {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}

table th {
	padding:6px 12px;
	background:#666;
	color:#0D0B0B;
}

table td {
	padding:6px 12px;
	text-align:left;
	border:1px solid #EFEFEF;
}

.black_table td {
	padding:6px 12px;
	text-align:left;
	border:1px solid #333;
}

blockquote {
	background:#F9F9F9;
	border:1px solid #EFEFEF;
	padding:10px 10px 10px 60px;
	position:relative;
	z-index:0;
	font-style:italic;
	font-size:15px;
	color:#999;
	border-left:5px solid #DDD;
	clear:both;
	margin:30px 0;
}

blockquote:before {
	position:absolute;
	content:open-quote;
	top:40px;
	left:5px;
	font-size:100px;
	color:#DDD;
	z-index:-1;
	font-family:'Georgia', cursive;
}

blockquote cite {
	display:block;
	font-weight:300;
	font-size:12px;
	margin:5px 0 0;
	color:#2b496d;
}





/*-----------------------------------------------------
-------------         CLASSES         -----------------
-----------------------------------------------------*/



/* Tables */

table.pink th {
	background:#2b496d;
}

table.blue th {
	background:#174e90;
}

table.striped tr:nth-child(2n+1) td {
	background:#FFF;
}

table.condensed td {
	padding:4px 8px;
}

.web2py_grid tr:hover {background-color:#AEDBF5}

/* End Tables */

/* Pricing Tables */

.pricing {
	text-align:center;
	background:#F9F9F9;
	float:left;
	width:25%;
	border:1px solid #DDD;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.pricing header {
	background:#2b496d;
	padding:20px 10px;
	margin-bottom:15px;
}

.pricing header h2 {
	color:#FFF;
	margin:0;
}

.pricing ul {
	margin:0;
	padding:0;
}

.pricing ul li {
	border-bottom:1px solid #EFEFEF;
	padding:6px;
	font-size:14px;
	margin-bottom:3px;
}

.pricing ul li.highlight {
	font-weight:bold;
	position:relative;
}

.pricing ul li.highlight i.highlight-icon {
	position:absolute;
	top:2px;
	right:0;
	color:#2b496d;
	font-size:25px;
}

.pricing ul li:last-child {
	border-bottom:0;
	margin-bottom:0;
}

.pricing footer {
	background:#AAA;
	padding:10px;
	margin-top:15px;
}

.pricing footer h4 {
	margin:0;
}

.pricing footer h4 a {
	color:#FFF;
}

.pricing.recommended {
	position:relative;
	top:-5px;
	box-shadow:0px 0px 10px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,0.2);
	z-index:10;
}

.pricing.recommended header {
	background:#174e90;
	padding:25px 13px;
}

/* End Pricing Tables */

.left {
	float:left;
}

.right {
	float:right;
}

.alignleft {
	float:left;
	margin:0 25px 25px 0;
}

.alignright {
	float:right;
	margin:0 0 25px 25px;
}

.nmp {
	margin:0;
	padding:0;
}

.nm {
	margin:0;
}

.np {
	padding:0;
}

.block {
	display:block;
}

.alert {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

/* Buttons */

.button {
	padding:6px 12px;
	display:inline-block;
	outline-width:1px;
	/*outline-style:solid;*/
	outline-offset:1px;
	-moz-outline-offset:1px;
	-webkit-outline-offset:1px;
	font-size:14px;
	cursor:pointer;
    color: #fff;
}

.button.app {
	background:#2B496D;
	color:#FFF;
	outline-color:#DDD;
    border-radius: 4px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.button.app:hover {
    background:#0088cc;
	outline-width:0;
}

.button.app:active {
    background:#2b496d;
	outline-width:0;
}

.button.small {
	padding:4px 8px;
	font-size:12px;
}

.button.large {
	padding:10px 20px;
	font-size:16px;
}

.button:hover {
	outline-width:0;
}

.button.grey {
	background:#878787;
	color:#FFF;
	outline-color:#DDD;
}

.button.blue {
	background:#174e90;
	outline-color:#174e90;
	color:#FFF;
}

.button.dark {
	background:#555;
	outline-color:#999;
	color:#FFF;
}

/* End Buttons */

/* Tabs */

.tabs-wrapper {
	margin-bottom:25px;
}

.tab {
	display:none;
}

ul.tabs-
{
	margin:0;
	padding:0;
	border-bottom:1px solid #DDD;
}

ul.tabs-nav li {
	list-style:none;
	display:inline-block;
}

ul.tabs-nav li a {
	display:block;
	padding:6px 14px;
	background:#FCFCFC;
	border:1px solid #DDD;
	position:relative;
	bottom:-1px;
}

ul.tabs-nav li.active a {
	border-bottom:1px solid #F9F9F9;
	background-color:#F9F9F9;
}

.tabs-wrapper .tab {
	background:#F9F9F9;
	padding:7px;
	border:1px solid #DDD;
	border-top:0;
}

.tabs-wrapper.pink ul.tabs-nav,
.tabs-wrapper.blue ul.tabs-nav {
	border-bottom:1px solid #FFF;
}

.tabs-wrapper.pink ul.tabs-nav li a {
	background:#EFB7B6;
	color:#FFF;
}

.tabs-wrapper.pink ul.tabs-nav li.active a {
	border-bottom:1px solid #2b496d;
	background-color:#2b496d;
}

.tabs-wrapper.pink .tab {
	background:#2b496d;
	color:#FFF;
}

.tabs-wrapper.blue ul.tabs-nav li a {
	background:#0498CE;
	color:#FFF;
}

.tabs-wrapper.blue ul.tabs-nav li.active a {
	border-bottom:1px solid #174e90;
	background-color:#174e90;
}

.tabs-wrapper.blue .tab {
	background:#174e90;
	color:#FFF;
}

.tabs-wrapper.pink .tab * {
	color:#FFF;
}

/* End Tabs */

/* Lists */

ul.ul-icon {
	list-style:none;
}

ul.ul-icon li i {
	margin-right:5px;
	padding-top:1px;
}

ul.ul-icon.pink li i {
	color:#2b496d;
}

ul.ul-icon.pink.solid li i {
	background:#2b496d;
	color:#FFF;
}

ul.ul-icon.blue li i {
	color:#174e90;
}

ul.ul-icon.blue.solid li i {
	background:#174e90;
	color:#FFF;
}

ul.inline li {
	float:left;
}

ul.none li {
	list-style-type:none;
}

ul.square li {
	position:relative;
	list-style-type:none;
	padding-left:20px;
}

ul.square li:before {
	width:7px;
	height:7px;
	content:"";
	position:absolute;
	left:5px;
	top:8px;
	background:#777;
}

ul.square.pink li:before {
	background:#2b496d;
}

ul.square.blue li:before {
	background:#174e90;
}

ul.skills li {
	margin-bottom:10px;
}

ul.skills li .background {
	height:12px;
	background:#F9F9F9;
	border:1px solid #EFEFEF;
	display:block;
	position:relative;
}

ul.skills li .background > div {
	height:12px;
	position:absolute;
	left:0;
	top:0;
	background:#0088cc;
	z-index:2;
	border:1px solid #2b496d;
}

ul.styled li {
	background:#F9F9F9;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
}

ul.styled li.active {
	border-right:2px solid #F28A88;
}

/* End Lists */

/* Images */

img.rounded {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

img.bordered {
	border:8px solid #F9F9F9;
	box-shadow:1px 1px 3px rgba(0,0,0,0.35);
}

/* End Images */

/* Headers */

hr.striped {
	background:url('https://www.hydrover.it/static/images/stripes.png') left top repeat;
	height:6px;
	border:none;
}

h1.header,
h2.header,
h3.header {
	border-bottom:1px solid #174e90;
	margin-bottom:5px;
}

h1.header span,
h2.header span,
h3.header span {
	background:#174e90;
	padding:1px 3px;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
}

h2.header {
	line-height:21px;
}

h2.header.prodhead {
	line-height:21px;
    margin-top: 30px;
}

h3.header {
	line-height:22px;
}

h1.header span {
	font-size:24px;
	line-height:28px;
}

h2.header span {
	font-size:16px;
	line-height:20px;
}

h3.header span {
	font-size:14px;
	line-height:18px;
}

.section {
    margin-bottom:25px;
}

.page-content .section:last-of-type {
	margin-bottom:0;
}

/* End Headers */

/* Toggles */

a.trigger {
	background:#2b496d;
	color:#FFF;
	display:block;
	font-size:13px;
	font-weight:400;
	padding:10px 10px;
	margin-bottom:12px;
}

a.trigger span.action {
	font-family:'FontAwesome';
	color:#FFF;
	font-size:23px;
	float:left;
	margin-right:10px;
}

.target {
	background:#F9F9F9;
	padding:10px;
	display:none;
	margin-bottom:12px;
}

.target p:last-child {
	margin-bottom:0;
}

/* End Toggles */

/* Testimonials */

.testimonial .text {
	background:#F9F9F9;
	list-style:none;
	padding:20px 40px;
	position:relative;
	z-index:1;
}

.testimonial .text:after {
	content:"\201C";
	font-size:170px;
	color:#e9e9e9;
	position:absolute;
	top:80px;
	left:5px;
	z-index:2;
	font-family:sans-serif;
}

.testimonial .text:before {
	content:"";
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:20px solid #F9F9F9;
	position:absolute;
	bottom:-20px;
	right:35%;
}

.span4 .testimonial .text:before {
	right:50%;
}

.testimonial .text p {
	font-weight:400;
	font-style:italic;
	color:#9E9E9E;
	font-size:14px;
	line-height:24px;
	text-align:center;
	z-index:3;
	position:relative;
	margin:0;
}

.testimonial .author {
	float:right;
	margin-top:5px;
	min-width:100px;
}

.testimonial .author .image {
	float:left;
	margin:0 10px 0;
}

.testimonial .author .details {
	float:left;
}

.testimonial .author p {
	text-transform:uppercase;
	font-size:16px;
	color:#f18b8b;
	margin:auto;
}

.testimonial .author span {
	display:block;
	font-size:13px;
	line-height:13px;
	font-weight:500;
}

/* End Testimonials */






/*-----------------------------------------------------
-------------       TRANSITIONS       -----------------
-----------------------------------------------------*/

.product
.products
.services .service,
.services .service h5,
.services .service span,
.services .service p,
.services .service .button,
header.main .social ul li img,
footer.main ul.social li img,
.home-services .service .icon i,
header.main nav ul :after,
.our-team .member .social li img,
ul.share li,
ul.share li a i,
article.portfolio .mask,
article.portfolio .caption,
article.portfolio .type  {
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}




/*-----------------------------------------------------
--------------        SLIDERS         -----------------
-----------------------------------------------------*/

#home-slider {
	margin: 0px 0 25px;
}

#home-slider h1 {
	background:#2b496d;
	display:inline-block;
	color:#FFF;
	padding:4px;
	font-size:27px;
	margin-top:0;
	text-transform:uppercase;
}

#home-slider .left {
	width:40%;
}

#home-slider p.desc {
	font-size:16px;
	line-height:24px;
	margin-bottom:30px;
}

#home-slider .slides li .left,
#home-slider .slides li .right {
	padding:10px;
}

#home-slider .flex-control-paging li a {
	background:#DADADA;
	width:30px;
	height:10px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;
}

#home-slider .flex-control-paging li a.flex-active {
	background:#0088cc;
}

#home-slider .flex-direction-nav a {
	opacity:1;
	background-image:url('images/arrows.png');
	background-repeat:no-repeat;
	height:35px;
	width:35px;
	top:30px;
}

#home-slider .flex-direction-nav a.flex-prev {
	background-position:left top;
	right:50px;
	left:auto;
}

#home-slider .flex-direction-nav a.flex-next {
	background-position:right top;
	right:10px;
}

div[id*='-slider'] .flex-caption {
	position:absolute;
	bottom:20px;
	left:20px;
}

div[id*='-slider'] .flex-caption h2 {
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
	margin:0;
	padding:5px;
	background:#f00;
	margin-bottom:7px;
	display:inline-block;
}

#home-slider .flex-caption h2,
#portfolio-slider .flex-caption h2 {
	font-size:30px;
	padding:10px;
}

#work-slider .flex-caption h2 {
	font-size:20px;
	padding:6px;
}

div[id*='-slider'] .flex-caption p {
	background:rgba(0,0,0,0.75);
	margin:0;
	color:#FFF;
}

#home-slider .flex-caption p {
	padding:10px;
	width:50%;
}

#work-slider .flex-caption p,
#portfolio-slider .flex-caption p {
	padding:6px;
	width:60%;
}

#client-slider, #slider_2,
#work-slider {
	margin-bottom:0;
}

div[id*='-slider'] .flex-direction-nav a {
	opacity:1;
	background-image:url('images/arrows.png');
	background-repeat:no-repeat;
	height:21px;
	width:22px;
}

#client-slider .flex-direction-nav a.flex-prev,
#work-slider .flex-direction-nav a.flex-prev {
	background-position:left bottom;
	right:25px;
	left:auto;
	top:-5px;
}

#client-slider .flex-direction-nav a.flex-next,
#work-slider .flex-direction-nav a.flex-next {
	background-position:-24px -58px;
	right:0;
	top:-5px;
}

#portfolio-slider .flex-direction-nav a.flex-prev {
	background-position:left -36px;
	right:30px;
	left:auto;
	top:25px;
}

#portfolio-slider .flex-direction-nav a.flex-next {
	background-position:-24px -36px;
	right:5px;
	top:25px;
}

#portfolio-slider .flex-direction-nav a.flex-prev,
#portfolio-slider .flex-direction-nav a.flex-next {
	opacity:0.7;
}




/*-----------------------------------------------------
-------------         ISOTOPE         -----------------
-----------------------------------------------------*/



.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}





/*-----------------------------------------------------
---------------        HEADER         -----------------
-----------------------------------------------------*/

header.main {
	border-top:10px solid #174e90;
	padding-top:10px;
}

header.main .logo {
	float:left;
}

header.main .contact {
	float:right;
}

header.main .contact li {
	text-align:right;
	font-size:12px;
	color:#666;
}

header.main .contact li img {
	margin-right:6px;
}

header.main .upper {
	margin-bottom:20px;
}

header.main nav {
	float:left;
}

header.main nav ul li {
	margin-right:13px;
	position:relative;
}
header.main nav ul li.dropdown a {
	padding-right:18px;
}

header.main nav > ul > li.dropdown:after,
header.main nav > ul > li.dropdown.active:after {
	position:absolute;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	content:"";
	right:5px;
	bottom:7px;
}

header.main nav > ul > li.dropdown:after {
	border-top:5px solid #666;
}

header.main nav > ul > li.active.dropdown:after,
header.main nav > ul > li.dropdown:hover:after {
	border-top:5px solid #FFF;
}

header.main nav ul li a {
	text-transform:uppercase;
	color:#414141;
	font-size:15px;
	display:block;
	padding:1px 3px;
	transition:all 0.15s linear;
}

header.main nav ul li.active a,
header.main nav ul li:hover a {
	background:#174e90;
	color:#FFF;
}

header.main nav ul.dropdown-menu {
	display:none;
	position:absolute;
	left:0px;
	top:22px;
	margin:0;
	padding:13px 0 0;
	z-index:1000;
	min-width:200px;
	border:0;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

header.main nav ul.dropdown-menu li {
	width:100%;
}

header.main nav ul li ul.dropdown-menu li:last-child {
	border-bottom:1px solid #009DD6;
}

header.main nav ul.dropdown-menu li a {
	padding:4px 5px;
}

header.main nav ul > li:hover > ul.dropdown-menu {
	display:block;
}

header.main nav ul.dropdown-menu li:hover a {
	text-indent:4px;
	background:#F18B8B;
}

header.main nav ul.dropdown-menu ul.third-level {
	display:none;
	position:absolute;
	min-width:200px;
}

header.main nav ul.dropdown-menu ul.third-level li {
	width:100%;
	border-left:1px solid #FFF;
}

header.main nav ul.dropdown-menu li.dropdown:after {
	position:absolute;
	right:5px;
	top:10px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #FFF;
	content:"";
}

header.main nav ul.dropdown-menu li:hover ul.third-level {
	display:block;
	left:100%;
	top:0;
	margin:0;
	padding:0;
}

header.main .social {
	float:right;
}

header.main .social ul li {
	margin-right:5px;
}

header.main .social ul li img {
	position:relative;
	top:0;
}

header.main .social ul li:hover img {
	top:-5px;
}

header.main.social ul li:last-child {
	margin-right:0;
}

header.main hr.striped {
	margin:0 0 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #fff;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}


/*-----------------------------------------------------
---------------        FOOTER         -----------------
-----------------------------------------------------*/



footer.main {
	margin-top:15px;
	padding:20px 0 0;
	background:url('https://www.hydrover.it/static/images/footer-bg.png') left top repeat #545454;
	position:relative;
}

footer.main:before {
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#545454;
	top:-3px;
}

footer.main h3 {
	border-bottom:1px solid #808080;
	text-transform:uppercase;
	line-height:22px;
	font-size:16px;
}

footer.main h3 span {
	background:#808080;
	color:#FFF;
	padding:1px 3px;
}

footer.main p,
footer.main li a {
	color:#EFEFEF;
}

footer.main .logo {
	margin:0 10px 50px 0;
}

footer.main ul.social li {
	margin-right:6px;
}

footer.main ul.social li:last-child {
	margin-right:0;
}

footer.main ul.social li.facebook {
	background:url('images/social/facebook-pink.png') center center no-repeat;
}

footer.main ul.social li.twitter {
	background:url('images/social/twitter-pink.png') center center no-repeat;
}

footer.main ul.social li.stumbleupon {
	background:url('images/social/stumbleupon-pink.png') center center no-repeat;
}

footer.main ul.social li.linkedin {
	background:url('images/social/linkedin-pink.png') center center no-repeat;
}

footer.main ul.social li.flickr {
	background:url('images/social/flickr-pink.png') center center no-repeat;
}

footer.main ul.social li.picasa {
	background:url('images/social/picasa-pink.png') center center no-repeat;
}

footer.main ul.social li.dribbble {
	background:url('images/social/dribbble-pink.png') center center no-repeat;
}

footer.main ul.social li.digg {
	background:url('images/social/digg-pink.png') center center no-repeat;
}

footer.main ul.social li.rss {
	background:url('images/social/rss-pink.png') center center no-repeat;
}

footer.main ul.social li.google {
	background:url('images/social/google-pink.png') center center no-repeat;
}

footer.main ul.social li img {
	opacity:1;
}

footer.main ul.social li:hover img {
	opacity:0;
}

footer.main #twitter_update_list {
	background:#545454;
	padding:10px 15px;
	position:relative;
}

footer.main #twitter_update_list li {
	margin:0 0 5px;
	list-style:none;
	text-align:center;
	font-style:italic;
}

footer.main #twitter_update_list li span {
	color:#EFEFEF;
}

footer.main #twitter_update_list a {
	color:#f18b8b;
}

footer.main #twitter_update_list:before {
	content:"";
	position:absolute;
	bottom:-15px;
	right:40px;
	border-right:15px solid #545454;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
}

footer.main #twitter_update_list:after {
	content:"";
	position:absolute;
	bottom:-30px;
	width:30px;
	height:24px;
	right:0;
	background:url('images/twitter-bird.png') left top no-repeat;
}

footer.main input[type='text'],
footer.main input[type='email'],
footer.main textarea {
	background:#545454;
	border:0;
	padding:5px;
	border-radius:0;
	color:#EFEFEF;
	font-size:13px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

footer.main input[type='text'],
footer.main input[type='email'] {
	height:30px;
}

footer.main textarea {
	height:70px;
}

footer.main input[type='submit'] {
	background:#F18B8B;
	color:#FFF;
	text-transform:uppercase;
	border:0;
	border-radius:0;
	font-size:14px;
	padding:5px 10px;
	float:right;
}

footer.main .copyright {
	background:#292929;
	padding:20px 0;
	margin-top:0;
	border-top:1px solid #999;
    float: center;
}

footer.main .copyright .left {
	float:left;
}

footer.main .copyright p {
	margin:0;
}

footer.main .copyright .right {
	float:right;
}

footer.main .copyright nav li a {
	padding:0 5px;
	border-right:1px solid #EFEFEF;
}

footer.main .copyright nav li:last-child a {
	padding-right:0;
	border:none;
}




/*-----------------------------------------------------
-------------        HOMEPAGE         -----------------
-----------------------------------------------------*/

/* Blurb */

.blurb {
	background:#174e90;
	padding:30px 0;
    margin-top: 25px;
}

.blurb h1,
.blurb p {
	margin:0;
	text-align:center;
}

.blurb h1 span {
	padding-bottom:5px;
	color:#FFF;
	border-bottom:1px solid #D8D8D8;
}

.blurb p {
	color:#D8D8D8;
	font-weight:300;
	font-style:italic;
	font-size:20px;
	margin-top:15px;
}


/* Services */


.services .service {
	background:#F9F9F9;
	box-shadow:0 0 5px 6px rgba(0, 0, 0, 0.02) inset;
	text-align:center;
	position:relative;
    padding-top:30px;
    padding-left:10px;
    padding-right:10px;
	padding-bottom:25px;
    margin-bottom: 10px;
	overflow:hidden;
}

.services .service:hover {
	background:#2b496d;
}

.services .service:hover h5,
.services .service:hover span,
.services .service:hover .icon i,
.services .service:hover p {
	color:#FFF;
}

.services .service h5 {
	text-transform:uppercase;
	font-weight:500;
	margin:0 0 2px 0;
}

.services .service span {
	display:block;
	font-size:14px;
	font-weight:300;
	font-style:italic;
}

.services .service .icon {
	margin-bottom:15px;
	min-height:80px;
}

.services .service .icon i {
	font-size:6em;
	color:#2b496d;
}

.services .service p {
	margin-top:10px;
	margin-bottom:0;
}

.services .service .button {
	margin-top:30px;
}

.services .service:hover .button.pink {
	background:#FFF;
	color:#2b496d;
	outline-color:#FFF;
}


/* Recent Work */

article.portfolio {
	position:relative;
}

article.portfolio .overlay a.more {
	position:absolute;
	top:33%;
	left:45%;
}

article.portfolio .text {
	background:#F9F9F9;
	text-align:center;
	position:relative;
	padding:10px 0;
}

article.portfolio .text p,
article.portfolio .text h6 {
	margin:0 0 3px;
}

article.portfolio .text p {
	font-style:italic;
	font-weight:300;
}

article.portfolio .text a.more {
	position:absolute;
	display:inline-block;
	bottom:0;
	right:0;
	background:#f18b8b;
	color:#FFF;
	padding:2px 9px 4px 11px;
}


/* news */

.new_txt {
    height: 75px;
}

.news {
    margin-bottom: 20px;
}

.news .item .image {
	position:relative;
}

.news .item .image .date {
	position:absolute;
	top:5px;
	right:-5px;
	background:#0088cc;
	padding:3px 6px 6px;
}

.news .item .image .date{
    text-align:center;
}

.news .item .image .date:after {
	position:absolute;
	bottom:-10px;
	right:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #2b496d;
	content:"";
	z-index:-1;
}

.news .item .image .date .day,
.news .item .image .date .month,
.news .item .image .date .year{
	color:#FFF;
	text-align:center;
}

.news .item .image .date .day {
	font-size:24px;
	line-height:24px;
}

.news .item .image .date .month {
	font-size:14px;
	line-height:14px;
	display:block;
	text-transform:uppercase;
}

.news .item .image .date .year {
	font-size:12px;
	line-height:12px;
	display:block;
	text-transform:uppercase;
}

.news .item h6 {
	font-weight:500;
	margin-bottom:5px;
}

.news .item p {
	margin-top:0;
	font-size:13px;
	line-height:16px;
    margin-bottom:10px;
}

.news_title {
    font-size:15px;
    color: #2b496d;
}

.category_list {
    margin-bottom:6px;
    font-size:15px;
}

/*-----------------------------------------------------
----------------        PAGES         -----------------
-----------------------------------------------------*/

.page-title {
	background:#174e90;
	padding:15px 0;
}

.page-title h1 {
	margin:0 0 0 5;
	display:inline-block;
	color:#FFF;
	position:relative;
}

.page-title .txts {
	margin:0 15px 0;
}

.page-title .subtitle {
	margin:0 28px 0;
}

.page-title h1.with-subtitle:after {
	content:"//";
	color:#FFF;
	position:absolute;
	right:-20px;
	bottom:-4px;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
}

.page-title span {
	color:#FFF;
}

.page-content {
	padding:20px 0;
}

.sharers {
    padding:0 0 5px;
}

/* About Us */

.mission {
	padding:0 0;
}

.mission p {
	font-style:italic;
	font-size:26px;
	line-height:38px;
	font-weight:300;
	color:#174e90;
	margin:0;
}

.mission span {
	color:#f07f7f;
	font-weight:normal;
}

.mission .button {
	position:relative;
	top:10px;
	float:right;
	margin:30px 0 30px 50px;
}

.our-team .member .image {
	margin-bottom:15px;
}

.our-team .member .image img {
	border:1px solid #DDD;
}

.our-team .member header h3 {
	margin-bottom:0;
}

.our-team .member header span {
	font-style:italic;
    font-weight: bold;
	color:#174e90;
}

.our-team .member header {
	margin-bottom:10px;
}

.our-team .member .info {
	padding-bottom:5px;
	border-bottom:1px dotted #DDD;
	margin-bottom:5px;
}

.our-team .member .social li img {
	margin-right:5px;
	position:relative;
	top:0;
}

.our-team .member .social li:hover img {
	top:-5px;
}

/* Blog */

article.post {
	margin-bottom:0px;
}

.page-content article.post:first-of-type {
	margin-top:3px;
}

.page-content article.post:last-of-type {
	margin-bottom:30px;
}

article.post .image,
article.post .video {
	margin-bottom:20px;
	border:0px solid #0088cc;
	padding:0px;
	line-height:0;
    text-align: center;
}

article.post aside {
	float:left;
	margin:0 15px 0 0;
	background:#0088cc;
}

article.post .date,
article.post .type {
	padding:5px 8px;
}

article.post .date span,
article.post .type i {
	color:#FFF;
	text-align:center;
	display:block;
}

article.post .type i {
	font-size:22px;
}

article.post span.day {
	font-size:22px;
}

article.post span.month {
	display:block;
	text-transform:uppercase;
	line-height:12px;
}

article.post .category{

}

article.post .type {
	border-top:1px solid #FFF;
}

article.post .content {
	margin-left:60px;
    margin-bottom:10px;
    margin-top: 20px;
}

article.post header {
	border-bottom:1px solid #EFEFEF;
	margin-bottom:15px;
}

article.post header h2 {
	margin-bottom:5px;
}

article.post header p.meta {
	font-style:italic;
	margin-bottom:5px;
}

article.post header p.meta a {
	color:#0088cc;
}

ul.share {
	background:#F9F9F9;
	border:1px solid #EFEFEF;
}

ul.share li a {
	padding:7px;
	display:block;
}

ul.share li a i {
	font-size:18px;
	color:#0088cc;
}

ul.share li:hover {
	background:#0088cc;
}

ul.share li:hover a i {
	color:#FFF;
}

ul.tags li {
	margin-right:10px;
}

ul.tags li a {
	padding:4px 7px;
	background:#0088cc;
	color:#FFF;
}

article.comment {
	margin-bottom:25px;
}

article.comment.reply {
	margin-left:50px;
}

article.comment .author {
	float:left;
	margin-right:10px;
}

article.comment .author img {
	padding:2px;
	border:1px solid #DDD;
}

article.comment .content {
	margin-left:50px;
	background:#FAFAFA;
	padding:7px;
	border:1px solid #EFEFEF;
}

article.comment header {
	margin-bottom:15px;
}

article.comment header p {
	margin-bottom:0px;
}

article.comment header p.title {
	font-size:15px;
	font-weight:300;
}

article.comment header p.date {
	color:#0088cc;
	font-size:13px;
	font-style:italic;
}

/* Sidebar */

aside.sidebar .widget {
	margin-bottom:40px;
}

aside.sidebar .widget:last-of-type {
	margin-bottom:0;
}

aside.sidebar .recent .post {
	margin-bottom:15px;
}

aside.sidebar .recent .post img {
	padding:0px;
	border:0px solid #0088cc;
}

aside.sidebar .recent .post p {
	margin-bottom:8px;
	line-height:18px;
}

aside.sidebar .recent .post .meta {
	color:#0088cc;
	font-style:italic;
}

aside.sidebar .recent .post .comments {
	color:#999;
}

aside.sidebar .categories li span.count,
aside.sidebar .archives li span.count {
	float:right;
	margin-right:5px;
	color:#0088cc;
	font-size:12px;
	font-weight:bold;
}

/* Portfolio */

#portfolio .portfolio {
	margin:0 0 20px 0;
	padding:4px;
	border:1px solid #DDD;
}

.portfolio-controls {
	margin:30px 0;
}

#portfolio-filters {
	margin-left:10px;
}

#portfolio-filters li a {
	padding:4px 8px;
	color:#FFF;
	font-size:18px;
	margin-right:10px;
	background:#F48A8A;
}

#column-selector {
	width:50px;
	margin-left:10px;
}

article.portfolio > a {
	display:block;
}

article.portfolio .holder {
	position:relative;
	overflow:hidden;
}

article.portfolio .caption {
	background:rgba(0,0,0,0.6);
	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	bottom:-40px;
}

article.portfolio .type {
	top:-40px;
	position:absolute;
	width:100%;
	text-align:center;
}

article.portfolio:hover .type {
	top:35%;
}

article.portfolio .type i {
	color:#EFEFEF;
	font-size:24px;
	padding:5px;
}

article.portfolio:hover .caption {
	bottom:0;
}

article.portfolio .mask {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	opacity:0;
}

article.portfolio:hover .mask {
	opacity:1;
}

article.portfolio .caption p {
	color:#EFEFEF;
	font-size:13px;
	font-style:italic;
	margin:0;
	line-height:14px;
}

#portfolio-slider {
	position:relative;
}

/* Brands */

.brands h5{
    text-align:center;
}

/* Contact */

form#contact {
	margin:40px 0;
}

#results,
#results .alert,
img#loading,
#contact-results,
#contact-results .alert,
img#contact-loading {
	display:none;
}

img#loading {
	float:right;
}

input.error,
textarea.error {
	border:2px solid #F2DEDE !important;
}

ul.contact li {
	margin-bottom:6px;
}

ul.contact li i {
	background:#0088cc;
	color:#FFF;
	font-size:16px;
	padding:3px 1px;
	margin-right:7px;
}

ul.contact li address {
	display:inline-block;
	vertical-align:top;
}

ul.contact-social li {
	display:inline-block;
	margin:0 10px 10px 0;
}

ul.contact-social li i {
	font-size:50px;
	padding:5px 0;
	color:#FFF;
	background:#0088cc;
}

iframe.map {
	padding:5px;
	border:1px solid #DDD;
}


/*-----------------------------------------------------
----------------        FORMS         -----------------
-----------------------------------------------------*/

input[type='submit'] {
	padding:4px 8px;
	border:none;
	color:#FFF;
	background:#2b496d;
}

textarea {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
	background:#FFF;
	color:#666;
	font-size:13px;
	width:95%;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #ccc;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}




/*-----------------------------------------------------
---------------        MISC         -------------------
-----------------------------------------------------*/



section.buttons a.button {
	margin:0 5px 25px 0;
}

.error404 {
	text-align:center;
}

.error404 h1 {
	font-size:60px;
	color:#174e90;
	margin:60px;
	font-size:130px;
}

.error404 input[type="search"] {
	width:50%;
	height:50px;
}

.responsive-video {
    position: relative;
    padding-bottom: 53.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*-----------------------------------------------------
-------------        MEDIA QUERIES         ------------
-----------------------------------------------------*/



/* Large */
@media (min-width: 1200px) {

	article.portfolio:hover .type {
		top:35%;
	}

}

/* iPad */
@media (min-width: 768px) and (max-width: 979px) {

	#home-slider h1 {
		font-size:30px;
	}

	footer.main img.logo {
		margin:0 10px 85px 0;
	}

	header.main nav {
		float:none;
		margin-top:40px;
	}

	header.main nav ul li {
		display:block;
		float:none;
	}

	header.main nav ul li a {
		padding:7px;
	}

	header.main nav ul li:hover ul.dropdown-menu,
	header.main nav ul li:hover ul.third-level{
		position:static;
		left:auto;
		top:auto;
	}

	header.main nav ul.dropdown-menu li a,
	header.main nav ul.dropdown-menu li:hover a,
	header.main nav ul.third-level li a {
		background:#FFF;
		text-indent:10px;
		color:#777;
		font-weight:normal;
	}

	header.main nav ul.third-level li a {
		text-indent:30px;
	}

}

/* Phone */
@media (max-width: 767px) {

	header.main nav {
		float:none;
		margin-top:40px;
	}

	header.main nav ul li {
		display:block;
		float:none;
	}

	header.main nav ul li a {
		padding:7px;
	}

	header.main nav ul li:hover ul.dropdown-menu,
	header.main nav ul li:hover ul.third-level{
		position:static;
		left:auto;
		top:auto;
	}

	header.main nav ul.dropdown-menu li a,
	header.main nav ul.dropdown-menu li:hover a,
	header.main nav ul.third-level li a {
		background:#FFF;
		text-indent:10px;
		color:#777;
		font-weight:normal;
	}

	header.main nav ul.third-level li a {
		text-indent:30px;
	}

	div[id*='-slider'] .flex-caption {
		bottom:0 !important;
		left:0 !important;
	}

	div[id*='-slider'] .flex-caption p {
		display:block;
		width:100% !important;
	}

	div[id*='-slider'] .flex-caption h2 {
		font-size:18px !important;
	}

	div[id*='-slider'] .flex-caption h2,
	div[id*='-slider'] .flex-caption p {
		margin:0 !important;
		padding:5px !important;
		box-sizing:border-box !important;
		-moz-box-sizing:border-box !important;
		-webkit-box-sizing:border-box !important;
	}

	.blurb {
		padding:10px 0;
	}

	.blurb h1 {
		font-size:20px;
	}

	.blurb p {
		font-size:14px;
	}

	article.portfolio:hover .type {
		top:43%;
	}

	footer.main .widget {
		padding-left:15px;
		padding-right:15px;
		margin-bottom:30px;
	}

	footer.main .copyright {
		padding-left:15px;
		padding-right:15px;
	}

}

/*----------- End Media Queries ------------*/

/*MENU PRINCIPALE-------------------------------------------------------------------------------------------*/

.navbar .nav {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 0 0;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 18px;
    border: 0px solid /*bdc*/#d4d4d4;
    border-radius: /*rad*/4px;
    background: /*bkm*/#fff;
  /* -webkit-box-shadow: none; */
     -moz-box-shadow: none !important;
  /* box-shadow: none; */
}

.navbar .divider-vertical {
  height: 41px;
  background-color: #2b496d;
  border-right: 1px solid #2b496d;
}

.navbar .nav > li > a {
    padding: 5px 10px 0px;
    font-size: 14px;
    color: /*mc*/#2b496d;
    /*text-transform:uppercase;*/
    text-shadow: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: /*lmc*/#0088cc;
  font-weight:bold;
}

.navbar .nav > .active > a:active {
  color: /*lmc*/#2b496d;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: /*lmc*/#0088cc;
  text-decoration: none;

  background-color: transparent;
  /*text-transform:uppercase;*/
}

.dropdown-submenu > a:focus, .dropdown-submenu > a:hover, .dropdown-submenu:focus>a, r, .dropdown-submenu:hover>a,
.dropdown-menu > li a:hover,
.dropdown-menu > li a:focus {
    background-color: /*lmc*/#0088cc;
    background-image: none;
    filter: none;
    text-decoration: none;
    border: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #2b496d;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}

/*FINE MENU PRINCIPALE----------------------------------------------------------------------------------------*/

.brand-title{
    color: /*mc*/#174e90;
	font-size: 20px;
	font-weight:bold;
    padding-left: 5px;
}

.brand-subtitle{
	font-family:hydro;
    font-size: 20px;
	color: #2b496d;
}

.head_website img{
    vertical-align:text-bottom;
}

.main {
  padding:20px 0 0px 0;
}

i {
    color: #ff0000;
}

.with-subtitle >i {
    color: #FFFFFF;
}

.XML-text {
	line-height: 25px;
}

td.w2p_fl,td.w2p_fc {
    padding:5px;
}

/*ACCORDION---------------------------------------------------------------------------------------------------*/

.accordion a {
  color: #2b496d;
}

.accordion a:hover,
.accordion a:focus {
  color: /*lmc*/#0088cc;
  text-decoration: none;
  background-color: transparent;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #E5E5E5;
  background: #f9f9f9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #E5E5E5;
  margin-left: 20px;
}

.icon_accordion{
}

/*FINE ACCORDION*/

/*PRODUCTS*/

.products {
    text-align:center;
}

.products .product:hover {
  border: 1px solid #0088cc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.products .product {
  margin-bottom: 20px;
  border: 1px solid #174e90;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #EEE255;
}

.products .product h6 {
	margin:7px 0 4px;
}

.single_product {
  margin-bottom: 20px;
  border: 1px solid #174e90;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #EEE255;
  padding: 5px;
}

.single_product .product .h2 {
    text-align:center;
    margin:0 0 0px;
}

.products .product img {
    padding-left: 5px;
}

.product .price-list {
    color: #0D0B0B;
    font-weight: bold;
}

.products .product .price-list {
    padding-top: 5px;
}

.single_product .product .price-list {
    padding-top: 5px;
    font-size: 20px;
    text-align:center;
}

.product .price-unit {
    color: #0D0B0B;
}

.products .product .price-unit {

}

.single_product .product .price-unit {
    padding-top: 5px;
    font-size: 20px;
    text-align:center;
}

.product .brand {
}

.products .product .brand {
}

.single_product .product .brand {
    text-align:center;
}

.product .condition {
    background-color: #2b496d;
}

.products .product .condition {
    margin:0 0 4px;
}

.single_product .product .condition {
    background-color: #2b496d;
    margin:6px 0 4px;
    text-align:center;
}

.products .product .button {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*FINE PRODUCTS*/

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-right: 8px;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2b496d;
  *background-color: #2b496d;
  background-image: none;
  background-repeat: none;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.for_group{
  margin-right: 0px;
  border-color: #fff #fff #fff;
}

.for_a_btn{
    color: #fff !important;
    margin-right: 0px !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #0088cc;
  *background-color: #0088cc;
}

.admin_buttons {
    margin-bottom: 6px;
    text-align: center;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #2b496d;
}

.p_by {
    color: #FFF;
}

.share-buttons{
	list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    text-align: right;
}

.share-buttons li{
	display: inline;
}

/* right folder for bootstrap black images/icons */
[class^="icon-"],[class*=" icon-"]{
  background-image:url("../images/glyphicons-halflings-white.png")
}

/*PRODUCT-LIST SINGLE VIEW-------------------------------------------------------------------------------*/
.pl-box-single-view{
    padding-left: 10px;
}

.pl-code-single-view{
    font-weight: bold;
}

.pl_quantity{
    margin-right: 5px;
}

.pl_price_list{
    font-weight: bold;
}

/*EMBEDDED PDF-------------------------------------------------------------------------------------------*/
.iframe-pdf{
    margin: 0 0 0 8px;
    width:  790px;
	height: 1100px;
}

.iframe_pdf_span9{
    margin-left: 0 !important;
    width:  850px;
	height: 1100px;
}

#pdf-product-list {
    width:  790px;
	height: 1100px;
    float:  left;
}

#pdf-product-list p {
   padding: 1em;
}

#pdf-product-list object {
   display: block;
   padding-left: 10px;
}

#pdf-hydrover-product {
    width:  790px;
	height: 1100px;
    float:  left;
    padding: 0 0 0 20;
}

#pdf-hydrover-product p {
   padding: 1em;
}

#pdf-hydrover-product object {
   display: block;
   padding-left: 5px;
}

.browsable_small {
    margin-bottom: 15px;
}

.codificated_btn {
    margin-bottom: 10px;
    float:  right;
}

/*CONFIG-------------------------------------------------------------------------------------------*/

.config label {
    margin-top: 10px;
    margin-bottom: 0px;
}

.config select {
    margin-bottom: 0px;
}

.no-margin-left {
    margin-left: 0px !important;
}


.i_button {
    color: #FFF;
}

/*HIGHLIGHTS-------------------------------------------------------------------------------------------*/

.highlights .txt {
    height: 100px;
}

.link-tasko a,
.link-tasko a:visited {
    color:#09AFDF;
    font-weight: bold !important;
}

.link-tasko a:hover {
    color: #5fd0f0;
}

/*VIDEO-------------------------------------------------------------------------------------------------*/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/*CM TABLE------------------------------------------------------------------------------------------------*/
.cmtable {

}

.cmtable td, tr {
    /*max-width: 150px; */
    word-wrap: break-word;
}

.cmtable td.product_code {
    max-width: '50px';
}

#search_products td {
    padding: 0px;
    border: 0px;
}

#search_string {
    width: 120px;
    margin-left:auto;
    margin-right:auto;
}

#ng {
    width: 70px;
}

#btn_reset_filter {
    margin-bottom: 9px;
    margin-left:auto;
    margin-right:auto;
}

#ng_table td {
    padding: 0px;
}

#btn_previous {
    padding-left: 15px;
    padding-right: 0px;
    margin-right: 5px;
    cursor: pointer;
    cursor: hand;
    color: #2b496d;
}

#btn_previous i {
    color: #2b496d;
}

#btn_next {
    padding-left: 0px;
    padding-right: 15px;
    margin-left: 5px;
    cursor: pointer;
    cursor: hand;
}

#btn_next i {
    color: #2b496d;
}

#search_product_title {
    background-color: #FFF;
    text-align: center;
}

#application_table_title {
    background-color: #FFF;
    text-align: left;
}

.icon_grid{
    color: #2b496d;
}

.tab-content {
    overflow: visible;
}

/*---------------------Applications-------------------------*/

.application_txt {
    height: 10px;
}

.applications {
    margin-bottom: 60px;
    text-align: center;
}

.appications .item .image {
	position:relative;
    border: 1px solid #000;
}

.applications .item h6 {
	font-weight:500;
	margin-bottom:5px;
    text-align: center;
    /*font-weight: bold;*/
}

.applications .item p {
	margin-top:0;
	font-size:13px;
	line-height:16px;
    margin-bottom:10px;
}

.applications_title {
    font-size:15px;
    color: #2b496d;
}

.flexslider {
    height: 435px;
}

.text_center {
    text-align:center !important;
}

.in_stock {
    color: #13a848 !important;
}

.low_stock {
    color: #ffff00 !important;
}

.no_stock {
    color: #db3d20 !important;
}

#web2py_user_form {

}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  background-color: #f3f5ff;
}

.flexslider {
    background-color: #f3f5ff;
    border: 0px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

.border_img {
    border: 1px solid #2b496d;
}

.brand_table {
    color: #999;
}

.special-offer-txt {
    color: #FF0000;
}

.no-space [class*="span"] {
    margin-left: 0;
}

#search_products {
    margin-bottom: 0px;
    margin: 0;
}
