.navbar-default {
    background-color: #FFF;
    border-color: #CCC;
}
.navbar {
	background: #000;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-brand {
  margin-top: 5px;
  height: 60px;
}
.collapse {
  margin-top: 7px;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #aec62c;
    color: #fff;
}

a.bactive {
    padding: 0 6px;
	background-color: #f30;
    color: #fff;
}

.footer {
	background: #dfdbd3;
	color: #000;
	padding: 20px 20px 10px 20px;
	border-top: 3px solid #f30;
	margin-top: 20px;
	-webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
	box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
	color: 0 -1px 12px rgba(0,0,0,0.4);
}
.footer h3 {
	color: #000;
	font-size: 1.3em;
	border-bottom: 1px dotted #7C7C7C;
}

a:hover {
	color: #000;
}


.section-title h2 span {
	color: #f30;
}


/* Posts List */
a.blog-post {
	display: block;
	min-height: 340px;
	border: 1px solid #ccc;
	background: #FFF;
}
a.blog-post:hover {
	background: #eee;
}
a.blog-post h3 {
	margin: 0;
	height: 90px;
	text-align: left;
	vertical-align: bottom;
	display: table-cell;
}
a.blog-post p {
	margin: 0;
	min-height: 97px;
	text-align: left;
}
.single-post-info {
	margin: 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #828282;
}

@media(max-width:767px) {
	a.blog-post {
		min-height: auto;
	}
	a.blog-post h3 {
		min-height: auto;
	}
	a.blog-post p {
		min-height: auto;
	}
}

.catico {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	font-size: 13px;
	text-align: right;
}

.single-post-content {
	margin: 10px 0 5px 0;
}

.single-post-content p, .single-post-content ul, .single-post-content li, .single-post-content span {
	color: #000;
	font-size: 1em;
	text-align: justify;
}
.single-post-content ul, .single-post-content li {
	text-align: left;
}

.blog-sidebar .blog-categories li {
	background-color: #f7f7f7;
	padding-left: 5px;
}
.blog-sidebar .blog-categories li:hover {
	background-color: #dfdbd3;
}
.blog-sidebar .blog-categories li a {
	display: block;
	color: #000;
}

.section-breadcrumbs {
	margin-top:106px;
}

.section-breadcrumbs h1 {
	text-transform: none;
}
.section-breadcrumbs a {
	color: #f5d313;
	text-transform: none;
	font-size: 28px;
}
.section-breadcrumbs span {
	color: #f5d313;
	text-transform: none;
}
.smaller {
	font: 11px/14px Arial, Helvetica, sans-serif
}


@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}
@media(max-width:1000px) {
    .nav li.hoco {
        display: none;
    }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #f30;
    color: #fff;
}

#main-slider {
  position: relative;
  margin-top:90px;
}
#main-slider.int {
  position: relative;
  margin-top: 0px;
}
@media(max-width:767px) {
	#main-slider {
	  margin-top:50px;
	}
	.navbar-brand img {
	  margin-top: 8px;
	  width: 220px !important;
	}
}
#main-slider .carousel h2 {
  font-size: 72px;
  line-height:60px;
  color:#FFF;
  text-transform:uppercase;
  margin-top:20%;
  font-weight:700;
  padding-left:0;
}
#main-slider .carousel p {
  font-size: 24px;
  line-height:36px;
  color:#FFF;
  font-weight:400;
  padding-left:0;
}
#main-slider .carousel .btn {
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider.int .carousel .item {
  margin-bottom: 30px;
  height: auto;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
.cicla {
  min-height: 300px;
}

@media(max-width:1700px) {
	#main-slider .carousel .item {
	  height: 500px;
	}
	#main-slider .carousel h2 {
	  margin-top:10%;
	}
}
@media(max-width:1300px) {
	#main-slider .carousel .item {
	  height: 400px;
	  padding-left: 50px;
}
}
@media(max-width:810px) {
	#main-slider .carousel .item {
	  height: 300px;
	}
	#main-slider .carousel h2 {
	  margin-top:15%;
	  font-size: 30px;
	  line-height:28px;
	}
}



#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  outline: 0;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

@media(max-width:767px) {
	#main-slider .carousel h2 {
	  font-size: 42px;
	  line-height:36px;
	  color:#FFF;
	  text-transform:uppercase;
	  margin-top:30%;
	  font-weight:700;
	  padding-left:0;
	}
	.cicla {
	  min-height: 400px;
	}
}




/* Section Title */
.section-title h1{
	font-size:48px;
	font-weight:700;
	margin-bottom:10px;
}

.section-title h1:before{
	content: url(../img/title-before.png);
	display:block;
	float:left;
}

@media(max-width:767px) {
.section-title h1{
	font-size:32px;
	text-transform:uppercase;
	font-weight:700;
	margin-left:30px;
}
}





/* Portfolio Grid and Hover Effects */

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

.grid figure {
	margin: 0;
	position: relative;
	margin-top:20px;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #000;
	color: #ed4e6e;
}

.grid figcaption h3 {
	font-size:18px;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 0;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}


.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}



/* ribbons for product sales etc. */
.ribbon {
	position: absolute;
	top: 30%;
	right: 0;
}
.ribbon .ribbon-background {
	position: absolute;
	top: 0;
	right: 0;
}
.ribbon .theribbon {
	position: relative;
	width: 110px;
	padding: 4px 8px 4px 8px;
	margin: 30px 10px 10px -71px;
	color: #000;
	background-color: #ffc;
	font: 700 16px 'Roboto Condensed', sans-serif;
	border: 1px solid #f30;
}
.ribbon .theribbon:before,
.ribbon .theribbon:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}
.ribbon .theribbon:after {
	right: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #f30 transparent transparent #f30;
}
.ribbon.ribbon-quick-view {
	padding-left: 36px;
}
.ribbon.ribbon-quick-view .theribbon {
	margin-left: -59px;
}
.ribbon.ribbon-quick-view .theribbon:after {
	border-width: 4px 4px;
}

.ribbon.dett {
	position: relative;
	margin-top: -26px;
	display: block;
	float: right;
}
.ribbon.dett .theribbon {
	width: 160px;
}


.spacer1 {
	clear: both;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}
.spacer10 {
	clear: both;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}
.spacer20 {
	clear: both;
	height: 20px;
	line-height: 1px;
	font-size: 1px;
}
.p-15 {
	padding: 15px;
}

i.pink {
	color: #f30;
}
.shadex {
	text-shadow: 0 0 4px #000;
}
.no-margin {
	margin: 0;
}

.et:before {
  content: '@'
}
.etd:before {
  content: '.'
}