body {
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	color: #CCC;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	padding:0;
	margin:0;
	background:#060606;
}

h1, h2, h3, h4, h5, h6 {

	color: #FFF;

}

/* default font size */

.fa {

	font-size: 14px;

}

/* Override the bootstrap defaults */

h1 {

	font-size: 33px;

}

h2 {

	font-size: 27px;

}

h3 {

	font-size: 21px;

}

h4 {

	font-size: 15px;

}

h5 {

	font-size: 12px;

}

h6 {

	font-size: 10.2px;

}

a {

	color: #FFD733;

}

a:hover {

	text-decoration: none;
	color: #FFCC00;

}

legend {

	font-size: 18px;
    padding: 10px 0px 5px 0px;
    color: #7b6d44;
	border-bottom: 1px solid rgba(229, 229, 229, 0.41)

}

label {

	/*font-size: 12px;

	font-weight: normal;*/
	
	font-size: 17px;
    font-weight: 300;
    color:#999;
    padding-bottom: 10px;
	font-family: 'Abel', sans-serif;

}

.form-group, .form-control {
    font-size: 17px;
    font-weight: normal;
    color: #999;
    background-color: transparent;
    border-radius: 0;
    border-color: #ccc;
}

input {
    color: #999 !important;
}

input:placeholder {
  	color: #999 !important;
	border-color: #FFF;
}

input:placeholder-shown {
  	color: #CCC !important;
}

.panel-default {
	color:#333;
}

.panel-default a {
	color:#900;
}
.panel-default a:hover {
	color:#060;
}

.alert a {
	color:#900;
}
.alert a:hover {
	color:#060;
}

.modal-title {
	color: #900;
}


/*
input[placeholder], [placeholder], *[placeholder] {
    color: #999 !important;
}*/


/*select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {

	font-size: 12px;

}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {

	font-size: 12px;

}

.input-group .input-group-addon {

	font-size: 12px;

	height: 30px;

}*/

/* Fix some bootstrap issues */

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {

	display: inline;

}



.nav-tabs {

	margin-bottom: 15px;

}

div.required .control-label:before {

	content: '* ';

	color: #F00;

	font-weight: bold;

}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {

	font-family: 'Abel', sans-serif;
	
	text-decoration: none;

	color: #ffffff;

	background-color: #060606;

	background-image: linear-gradient(to bottom, #191919 , #252525);

	background-repeat: repeat-x;

}

/* top */

#top {

	background-color: rgba(0,0,0,0.7);

	border-color:transparent;;

	padding: 4px 0px 3px 0;

	margin: 0 0 20px 0;

	min-height: 40px;

}

#top .container {

	padding: 0 20px;

}

#top #form-currency .currency-select,

#top #form-language .language-select {

	text-align: left;

}

#top #form-currency .currency-select:hover,

#top #form-language .language-select:hover {

	font-family: 'Abel', sans-serif;
	
	text-shadow: none;

	color: #ffffff;

	background-color: #060606;

	background-image: linear-gradient(to bottom, #191919 , #252525);

	background-repeat: repeat-x;

}

#top .btn-link, #top-links li, #top-links a {

	color: #888;

	text-shadow: 0 1px 0 #FFF;

	text-decoration: none;

}

#top .btn-link:hover, #top-links a:hover {

	color: #FC0;

}

#top-links .dropdown-menu a {

	text-shadow: none;

}

#top-links .dropdown-menu a:hover {

	color: #FFF;

}

#top .btn-link strong {

	font-size: 14px;

        line-height: 14px;

}

#top-links {

	padding-top: 6px;

}

#top-links a + a {

	margin-left: 15px;

}

/* logo */

#logo {

	margin: 0 0 10px 0;

}

/* search */

#search {

	margin-bottom: 10px;

}

#search .input-lg {

	height: 40px;

	line-height: 20px;

	padding: 0 10px;

}

#search .btn-lg {

	font-size: 15px;

	line-height: 18px;

	padding: 10px 35px;

	text-shadow: 0 1px 0 #FFF;

}

/* cart */

#cart {

	margin-bottom: 10px;

}

#cart > .btn {

	font-size: 12px;

	line-height: 18px;

	color: #FFF;

}

#cart.open > .btn {

	background-image: none;

	background-color: #FFFFFF;

	border: 1px solid #E6E6E6;

	color: #666;

	box-shadow: none;

	text-shadow: none;

}

#cart.open > .btn:hover {

	color: #444;

}

#cart .dropdown-menu {

	background: #eee;

	z-index: 1001;

}

#cart .dropdown-menu {

	min-width: 100%;

}

@media (max-width: 478px) {

	#cart .dropdown-menu {

		width: 100%;

	}

}

#cart .dropdown-menu table {

	margin-bottom: 10px;

}

#cart .dropdown-menu li > div {

	min-width: 427px;

	padding: 0 10px;

}

@media (max-width: 478px) {

	#cart .dropdown-menu li > div {

		min-width: 100%;

	}

}

#cart .dropdown-menu li p {

	margin: 20px 0;

}

/* menu */

#menu {

	font-family: 'Abel', sans-serif;
	
	background-color: #060606;

	background-image: linear-gradient(to bottom, #191919 , #252525);

	background-repeat: repeat-x;

	border-color: #060606;

	min-height: 40px;

}

#menu .nav > li > a {

	color: #fff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	padding: 10px 15px 10px 15px;

	min-height: 15px;

	background-color: transparent;

}

#menu .nav > li > a:hover, #menu .nav > li.open > a {

	background-color: rgba(0, 0, 0, 0.1);

}

#menu .dropdown-menu {

	padding-bottom: 0;

}

#menu .dropdown-inner {

	display: table;

}

#menu .dropdown-inner ul {

	display: table-cell;

}

#menu .dropdown-inner a {

	min-width: 160px;

	display: block;

	padding: 3px 20px;

	clear: both;

	line-height: 20px;

	color: #333333;

	font-size: 12px;

}

#menu .dropdown-inner li a:hover {

	color: #FFFFFF;

}

#menu .see-all {

	display: block;

	margin-top: 0.5em;

	border-top: 1px solid rgba(255, 255, 255, 0.16);

	padding: 3px 20px;

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 3px 3px;

	font-size: 12px;

}

#menu .see-all:hover, #menu .see-all:focus {

	font-family: 'Abel', sans-serif;
	
	text-decoration: none;

	color: #ffffff;

	background-color: #060606;

	background-image: linear-gradient(to bottom, #191919 , #252525);

	background-repeat: repeat-x;

}

#menu #category {

	float: left;

	padding-left: 15px;

	font-size: 16px;

	font-weight: 700;

	line-height: 40px;

	color: #fff;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

}

#menu .btn-navbar {

	font-family: 'Abel', sans-serif;
	
	font-size: 15px;

	font-stretch: expanded;

	color: #FFF;

	padding: 2px 18px;

	float: right;

	background-color: #060606;

	background-image: linear-gradient(to bottom, #191919 , #252525);

	background-repeat: repeat-x;

	border-color: #060606;

}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {

	color: #ffffff;

	background-color: #229ac8;

}

@media (min-width: 768px) {

	#menu .dropdown:hover .dropdown-menu {

		display: block;

	}

}

@media (max-width: 767px) {

	#menu {

		border-radius: 4px;

	}

	#menu div.dropdown-inner > ul.list-unstyled {

		display: block;

	}

	#menu div.dropdown-menu {

		margin-left: 0 !important;

		padding-bottom: 10px;

		background-color: rgba(0, 0, 0, 0.1);

	}

	#menu .dropdown-inner {

		display: block;

	}

	#menu .dropdown-inner a {

		width: 100%;

		color: #fff;

	}

	#menu .dropdown-menu a:hover,

	#menu .dropdown-menu ul li a:hover {

		background: rgba(0, 0, 0, 0.1);

	}

	#menu .see-all {

		margin-top: 0;

		border: none;

		border-radius: 0;

		color: #fff;

	}

}

/* content */

#content {

	/*min-height: 600px;*/

}

/* footer */

footer {

	/*margin-top: 30px;*/

	padding-top: 30px;

	background-color: rgba(48, 48, 48, 0.44);

	border-top: 1px solid rgba(255, 255, 255, 0.11);

	color: #e2e2e2;

}

footer hr {

	border-top: none;

	border-bottom: 1px solid rgba(136, 136, 136, 0.28);

}

footer a {

	color: #ccc;

}

footer a:hover {

	color: #fff;

}

footer h5 {

	font-family: 'Open Sans', sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #fff;

}

/* alert */

.alert {

	padding: 8px 14px 8px 14px;

}

/* breadcrumb */

.breadcrumb {

	margin: 0 0 20px 0;

	padding: 8px 0;

	border: 1px solid rgba(255, 255, 255, 0.16);
	
	background-color: rgba(0,0,0,0.7);

}

.breadcrumb i {

	font-size: 15px;

}

.breadcrumb > li {

	/*text-shadow: 0 1px 0 #FFF;*/

	padding: 0 20px;

	position: relative;

	white-space: nowrap;

}

.breadcrumb > li + li:before {

	content: '';

	padding: 0;

}

.breadcrumb > li:after {

	content: '';

	display: block;

	position: absolute;

	top: -3px;

	right: -5px;

	width: 26px;

	height: 26px;

	border-right: 1px solid rgba(255, 255, 255, 0.16);

	border-bottom: 1px solid rgba(255, 255, 255, 0.16);

	-webkit-transform: rotate(-45deg);

	-moz-transform: rotate(-45deg);

	-o-transform: rotate(-45deg);

	transform: rotate(-45deg);

}

.pagination {

	margin: 0;

}

/* buttons */

.buttons {

	margin: 1em 0;

}

.btn {

	padding: 7.5px 12px;

	font-size: 12px;

	border: 1px solid #cccccc;

	border-radius: 4px;

	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}

.btn-xs {

	font-size: 9px;

}

.btn-sm {

	font-size: 10.2px;

}

.btn-lg {

	padding: 10px 16px;

	font-size: 15px;

}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {

	font-size: 12px;

}

.btn-group > .btn-xs {

	font-size: 9px;

}

.btn-group > .btn-sm {

	font-size: 10.2px;

}

.btn-group > .btn-lg {

	font-size: 15px;

}

/*.btn-default {

	color: #777;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

	background-color: #e7e7e7;

	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);

	background-repeat: repeat-x;

	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;

}*/

.btn-primary, .btn-default {

	font-family: 'Abel', sans-serif;
	
	color: #ffffff !important;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #712D2D;

	background-image: linear-gradient(to bottom, #8D3838 , #712D2D);

	background-repeat: repeat-x;

	border-color: #8D3838;

}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {

	background-color: #8D3838;

	background-position: 0 -15px;
	
	color: #CCC !important;

}

.btn-warning {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #faa732;

	background-image: linear-gradient(to bottom, #fbb450, #f89406);

	background-repeat: repeat-x;

	border-color: #f89406 #f89406 #ad6704;

}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-danger {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #da4f49;

	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);

	background-repeat: repeat-x;

	border-color: #bd362f #bd362f #802420;

}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-success {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #5bb75b;

	background-image: linear-gradient(to bottom, #62c462, #51a351);

	background-repeat: repeat-x;

	border-color: #51a351 #51a351 #387038;

}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {

	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);

}

.btn-info {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #df5c39;

	background-image: linear-gradient(to bottom, #e06342, #dc512c);

	background-repeat: repeat-x;

	border-color: #dc512c #dc512c #a2371a;

}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {

	background-image: none;

	background-color: #df5c39;

}

.btn-link {

	border-color: rgba(0, 0, 0, 0);

	cursor: pointer;

	color: #FFD733;

	border-radius: 0;

}

.btn-link:hover, .btn-link:active, .btn-link:visited {

	color: #FC0;
	text-decoration:none;

}

.btn-link, .btn-link:active, .btn-link[disabled] {

	background-color: rgba(0, 0, 0, 0);

	background-image: none;

	box-shadow: none;

}

.btn-inverse {

	color: #ffffff;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: #363636;

	background-image: linear-gradient(to bottom, #444444, #222222);

	background-repeat: repeat-x;

	border-color: #222222 #222222 #000000;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {

	background-color: #222222;

	background-image: linear-gradient(to bottom, #333333, #111111);

}

/* list group */

.list-group a {

	border: 1px solid #DDDDDD;

	color: #888888;

	padding: 8px 12px;

}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {

	color: #444444;

	background: #eeeeee;

	border: 1px solid #DDDDDD;

	text-shadow: 0 1px 0 #FFF;

}

/* carousel */

.carousel-caption {

	color: #FFFFFF;

	text-shadow: 0 1px 0 #000000;

}

.carousel-control .icon-prev:before {

	content: '\f053';

	font-family: FontAwesome;

}

.carousel-control .icon-next:before {

	content: '\f054';

	font-family: FontAwesome;

}

/* product list */

.product-thumb {

	/*border: 1px solid rgba(255, 255, 255, 0.16);*/

	/*margin-bottom: 20px;*/

	overflow: auto;

}

.product-thumb .image {

	text-align: center;

}

.product-thumb .image a {

	display: block;

}

.product-thumb .image a:hover {

	opacity: 0.8;

}

.product-thumb .image img {

	margin-left: auto;

	margin-right: auto;

}

.product-grid .product-thumb .image {

	float: none;

}

@media (min-width: 767px) {

.product-list .product-thumb .image {

	float: left;

	padding: 0 15px;

}

}

.product-thumb h4 {

    font-size: 12px;
    color: #ccc;
    padding: 0px;
    margin: 0px;
    
}

.product-thumb .caption {

	padding: 30px 20px 0px 20px;
    text-align: center;

}

.product-list .product-thumb .caption {

	margin-left: 230px;

}

@media (max-width: 1200px) {

.product-grid .product-thumb .caption {

	min-height: 210px;

	padding: 0 10px;

}

}

@media (max-width: 767px) {

.product-list .product-thumb .caption {

	min-height: 0;

	margin-left: 0;

	padding: 0 10px;

}

.product-grid .product-thumb .caption {

	min-height: 0;

}

}

.product-thumb .rating {

	padding-bottom: 10px;

}

.rating .fa-stack {

	font-size: 8px;

}

.rating .fa-star-o {

	color: #999;

	font-size: 15px;

}

.rating .fa-star {

	color: #FC0;

	font-size: 15px;

}

.rating .fa-star + .fa-star-o {

	color: #E69500;

}

h2.price {

	margin: 0;

}

.product-thumb .price {

	color: #9C0;
	font-size:18px;

}

.product-thumb .price-new {

	font-weight: 600;

}

.product-thumb .price-old {

	color: #999;

	text-decoration: line-through;

	margin-left: 10px;

}

.product-thumb .price-tax {

	color: #999;

	font-size: 12px;

	display: block;

}

.product-thumb .button-group {

	border-top: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(238, 238, 238, 0.52);
    overflow: auto;
    margin: -15px 25%;
    position: absolute;
    border-radius: 8px;

}

.product-list .product-thumb .button-group {

	border-left: 1px solid rgba(255, 255, 255, 0.16);

}

@media (max-width: 768px) {

	.product-list .product-thumb .button-group {

		border-left: none;

	}

}

.product-thumb .button-group button {

	/*width: 60%;*/
    display: inline-block;
    float: left;
    background-color: rgba(238, 238, 238, 0.58);
    color: #888;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {

	width: 20%;

	border-left: 1px solid rgba(255, 255, 255, 0.16);

}

.product-thumb .button-group button:hover {

	color: #444;

	background-color: #ddd;

	text-decoration: none;

	cursor: pointer;

}

@media (max-width: 1200px) {

	.product-thumb .button-group button, .product-thumb .button-group button + button {

		width: 33.33%;

	}

}

@media (max-width: 767px) {

	.product-thumb .button-group button, .product-thumb .button-group button + button {

		width: 33.33%;

	}

}

.thumbnails {

	overflow: auto;

	clear: both;

	list-style: none;

	padding: 0;

	margin: 0;

}

.thumbnails > li {

	margin-left: 20px;

}

.thumbnails {

	margin-left: -20px;

}

.thumbnails > img {

	width: 100%;

}

.image-additional a {

	margin-bottom: 20px;

	padding: 5px;

	display: block;

	border: 1px solid rgba(255, 255, 255, 0.16);

}

.image-additional {

	max-width: 78px;

}

.thumbnails .image-additional {

	float: left;

	margin-left: 20px;

}



@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),

	#content .col-lg-2:nth-child(6n+1),

	#content .col-lg-3:nth-child(4n+1),

	#content .col-lg-4:nth-child(3n+1),

	#content .col-lg-6:nth-child(2n+1) {

		clear:left;

	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),

	#content .col-md-2:nth-child(6n+1),

	#content .col-md-3:nth-child(4n+1),

	#content .col-md-4:nth-child(3n+1),

	#content .col-md-6:nth-child(2n+1) {

		clear:left;

	}

}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),

	#content .col-sm-2:nth-child(6n+1),

	#content .col-sm-3:nth-child(4n+1),

	#content .col-sm-4:nth-child(3n+1),

	#content .col-sm-6:nth-child(2n+1) {

		clear:left;

	}

}



/* fixed colum left + content + right*/

@media (min-width: 768px) {

    #column-left  .product-layout .col-md-3 {

       width: 100%;

    }



	#column-left + #content .product-layout .col-md-3 {

       width: 50%;

    }



	#column-left + #content + #column-right .product-layout .col-md-3 {

       width: 100%;

    }



    #content + #column-right .product-layout .col-md-3 {

       width: 100%;

    }

}



/* fixed product layouts used in left and right columns */

#column-left .product-layout, #column-right .product-layout {

	width: 100%;

}



/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {

	min-width: 50px;

}



/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {

    background-image: none;

    background-color: #df5c39;

}



/*-- index --*/
body{
	padding:0;
	margin:0;
	background:#060606;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}*/
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	font-family: 'Comfortaa', cursive;
}
body p {
	color:#999;
}
/*-- navigation --*/
.navbar-wrapper {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: inherit;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
.navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
}
 
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
} 
.navbar-brand h1 { 
	font-size:40px;
	font-weight:bold;
	color:#fff;
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
}
.navbar-inverse {
    background-color:rgba(0,0,0,0.7);
    border-color:transparent;
}
ul.nav.navbar-nav.cl-effect-10>li>a {
	padding: 0px;
    margin: 8px 5px 5px 5px;
	font-size:16px;
	font-weight:normal;
	color:#cecfcd;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color:transparent;
}
ul.nav.navbar-nav.cl-effect-10 {
    margin: 0 0 0 0;
}
/* Effect 10: reveal, push out */
.cl-effect-10  {
	position: relative;
	z-index: 1;
}
.cl-effect-10 a {
	overflow: hidden;
}
.cl-effect-10 a span {
	padding-top: 10px;
    display: block;
    width: 105px;
    height: 90px;
    line-height: 16px;
    background-color: transparent;
    color: #cecfcd;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* -webkit-filter: grayscale(100%); */
    text-align: center;
}
.cl-effect-10 a img {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-filter: alpha(opacity=10);
	margin-bottom:5px;
}
.cl-effect-10 a::before {
	/*position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	line-height: 40px;
    text-align: center;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color:rgb(171, 88, 88);
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateY(-0%);*/
}
.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	color:#FFF;
	/*filter: none;
    -webkit-filter: grayscale(0);*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
	/*-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);*/
}
.cl-effect-10 a:hover img,
.cl-effect-10 a:focus img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-filter: alpha(opacity=9H0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	/*-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);*/
}
/*-- /navigation --*/ 
/*-- banner section --*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.row {
	width: 100%;
}

.grid12 {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.small12 {
	width: 100%;
}

.small3 {
	width: 25%;
}
.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    margin-top: 410px!important;
}
.pogoSlider-slide-element h3 {
    color: #fff!important;
    font-weight:bold;
    font-size: 40px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase;
	font-family: 'Abel', sans-serif;
}
.pogoSlider-slide-element p {
    color: #fff!important;
    font-weight:normal;
    font-size:17px;
	padding:0 295px;
    line-height:35px;
}
.pogoSlider-slide-element a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pogoSlider-slide-element a:hover,
.pogoSlider-slide-element a:focus {
    text-decoration: none;
    color: #11505d;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
	color:rgb(171, 88, 88);
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*-- /banner section --*/
/*-- biografia section --*/
section.biografia-w3ls {
	background:url(../images/biografia.jpg) no-repeat;
	background-position:top right;
	/*background-attachment:fixed;*/
	background-size: 100% auto; /*auto 100%;100% 100%*/
	background-color:#0e0e18;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	padding: 0px 20px 20px 20px;
}
section.biografia-w3ls .bgf {
	margin-top: 0px;
	text-align: center;
}
section.biografia-w3ls .bgf img {
	padding: 0px;
    border: none;
    width: auto;
    height: 233px;
    margin: auto;
	opacity: 0.8;
	filter: grayscale(60%) !important;
	-webkit-filter: grayscale(60%) !important;
	-moz-filter: grayscale(60%) !important;
}
section.biografia-w3ls .w3-agileits {
	text-align:center;
}
section.biografia-w3ls .w3-agileits h4 {
	font-size:25px;
	font-weight:normal;
	color:#FFF;
	text-transform:capitalize;
	/*padding-bottom:75px;*/
	font-family: 'Abel', sans-serif;
}

section.biografia-w3ls .w3-agileits a {
    font-weight:bold;
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	color: #CCC;
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section.biografia-w3ls .w3-agileits a:hover,
section.biografia-w3ls .w3-agileits a:focus {
    color: #9F4141;
}

section.biografia-w3ls .w3-agileits img {
	/*height: 150px;
	width: auto;*/
	-webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
	opacity: 0.4;
}
section.biografia-w3ls .w3-agileits img:hover {
	filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
	opacity: 0.9;
}

section.biografia-w3ls .container-fluid {
	padding:0;
}
section.biografia-w3ls h2 {
	font-size:70px;
	font-weight:normal;
	color:#ddd;
    padding: 90px 0px 0px 0px;
	font-family: 'Abel', sans-serif;
	margin-left: 50px;
	text-transform:uppercase;	
}
section.biografia-w3ls p {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	/*padding-right:150px;*/
	line-height: 25px;
	/*margin: 15px 30px 15px 30px;*/
	text-align: justify;
}
section.biografia-w3ls img.agile1.img-responsive {
    width: 50%;
    height: auto;
    margin: 0px 30px 0px 0px;
	float:right;
}
section.biografia-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
    padding: 0;
}
.column {
	margin:0;
	padding:0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width:100%;
	margin:0;
	padding:0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
	width:100%;
	height:auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	-moz-transition:all 0.7s ease-in-out;
	-o-transition:all 0.7s ease-in-out;
	-ms-transition:all 0.7s ease-in-out;
}
section.biografia-w3ls:hover .hover01 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
}
/*******************************/

section.biografia-w3ls .biografia_wrapper{
	background: url('../images/biografia_wrapper.png') center no-repeat;
	height: 490PX;
	padding: 35px 20px 25px 45px;
	max-width: 690px;
	box-sizing: border-box;
	font-size: 100%;
	line-height: 1.5em;
	overflow: hidden;
	/*position: absolute;*/
	/*left: 50%;
	top: 50%;*/
	color: #a49ea6;
	margin: -10px 0px 15px 20px;
}
section.biografia-w3ls .biografia_wrapper .controllers{
	width: 38px;
	height: 23px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
section.biografia-w3ls .biografia_wrapper .controller_up{
	background: url('../images/biografia_up.png') center no-repeat;
	margin-top: -23px;
}
section.biografia-w3ls .biografia_wrapper .controller_down{
	background: url('../images/biografia_down.png') center no-repeat;
	margin-bottom: -23px;
}

section.biografia-w3ls .biografia_text{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
section.biografia-w3ls .text_holder{
	transition: margin 0.5s ease;
}



/*****************************************/



/*-- /biografia section --*/
/*-- artistas --*/
section.artista-agileinfo {
	padding:100px 0;
}
section.artista-agileinfo h3.text-center {
	font-size:50px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	padding-bottom:75px;
	font-family: 'Abel', sans-serif;
}
section.artista-agileinfo h4 {
	font-size: 25px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    padding: 45px 0 20px;
    font-family: 'Abel', sans-serif;
	position:relative;
}
section.artista-agileinfo h4:after {
	content:'';
	position:absolute;
	width:100px;
	height:3px;
	background-color:rgb(171, 88, 88);
	right:10px;
	bottom:7px;
}
section.artista-agileinfo p {
	font-size:14px;
	font-weight:normal;
	line-height:30px;
}
section.artista-agileinfo .w3-agileits {
    background-color: #f5f5f5;
    padding: 20px;
}
section.artista-agileinfo img.img-responsive {
	width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: -40px;
    left: 38px;
}
#biografiainfo {
	background: url(../images/info.jpg) no-repeat;
	background-position: top center;
	/*background-attachment:fixed;*/
	background-size: 100% auto;
	background-color: #0e0e18;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	padding: 0px 0px 0px 0px;
	/*line-height:200%;*/
	margin: 0px;
	color: #E8E8E8;
	/*min-height: 500px;*/
}
#biografiainfo .cap {
	/*text-align: right;
	float: left;	*/
	float: left;
}
#biografiainfo .cap img {
	width: auto;
	height: auto;
	max-height: 500px;
	padding: 30px 5px 30px 100px;
}
#biografiainfo .divtxt {
	/*min-height:100px;*/
	height: auto;
	margin:0px;
	padding: 10px;
	position:relative;
	display:block;
	line-height:200%;
}
#biografiainfo h2 {
	font-size: 35px;
	font-weight: normal;
	color: #FFCC00;
	padding: 30px 0px 10px 30px;
	font-family: 'Abel', sans-serif;
	margin: 0px;
	line-height:90%;
}
#biografiainfo h3 {
	font-size: 25px;
	font-weight: normal;
	color: #99CC00;
	padding: 0px 0px 5px 30px;
	font-family: 'Abel', sans-serif;
	margin: 0px;
}
#biografiainfo p {
	word-wrap:break-word;
	line-height: inherit;
	padding: 0px 0px 30px 30px;
}
/*-- /artistas --*/
/*-- disco section --*/
section.disco-agileinfo {
	background:url(../images/disco.jpg) no-repeat;
	background-position:top left;
	/*background-attachment:fixed;*/
	background-size: 100% auto;
	background-color:#060606;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	padding:100px 0px 0px 0px;
}
section.disco-agileinfo h3.text-center {
	font-size:70px;
	font-weight:normal;
	color:#ddd;
	text-transform:uppercase;
	font-family: 'Abel', sans-serif;
	padding-bottom:120px;
	margin-right: 70px;
    text-align: right;
}
section.disco-agileinfo h4 {
	font-size: 25px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    padding: 5px 0 20px 0px;
    font-family: 'Abel', sans-serif;
	position:relative;
}
section.disco-agileinfo h4:after {
	content:'';
	position:absolute;
	width:100px;
	height:3px;
	background-color:rgb(171, 88, 88);
	right:10px;
	bottom:7px;
}
section.disco-agileinfo p {
	font-size:14px;
	font-weight:normal;
	line-height:30px;
}
section.disco-agileinfo .w3-agileits {
    /*background-color: rgba(62, 62, 62, 0.52);*/
    padding: 0px;
    height: 310px;
    margin: 0px;
}
section.disco-agileinfo .socialsh {
	color: #CCC;
}
section.disco-agileinfo .socialsh img {
	width: 32px !important;
	height: 32px !important;
	filter: grayscale(50%) !important;
	-webkit-filter: grayscale(50%) !important;
	-moz-filter: grayscale(50%) !important;
	background-color: transparent !important;
}
section.disco-agileinfo .socialsh img:hover {
	filter: grayscale(0%) !important;
	-webkit-filter: grayscale(0%) !important;
	-moz-filter: grayscale(0%) !important;
}
section.disco-agileinfo .rodape {
	width: 100%;
	height: 40px;
	bottom: 5px;	
	position: fixed;	
}
section.disco-agileinfo .infosh {
	/*margin-top: 5px;*/
	margin-bottom: 5px;
}
section.disco-agileinfo .infosh img {
	width: auto !important;
	height: auto !important;
	/*margin-top: -18px !important;
	padding: 0px !important;*/
  	filter: grayscale(60%) !important;
	-webkit-filter: grayscale(50%) !important;
	-moz-filter: grayscale(60%) !important;
	background-color: transparent !important;
}
section.disco-agileinfo .infosh img:hover {
	filter: grayscale(0%) !important;
	-webkit-filter: grayscale(0%) !important;
	-moz-filter: grayscale(0%) !important;
}
section.disco-agileinfo .dsc {
	margin-top: 0px;
	text-align: center;
}
section.disco-agileinfo .dsc img {
	padding: 0px;
    border: none;
    width: auto;
    height: 233px;
    margin: auto;
	opacity: 0.8;
	filter: grayscale(60%) !important;
	-webkit-filter: grayscale(60%) !important;
	-moz-filter: grayscale(60%) !important;
}
section.disco-agileinfo .dsc img:hover {
	opacity: 1;
	filter: grayscale(0%) !important;
	-webkit-filter: grayscale(0%) !important;
	-moz-filter: grayscale(0%) !important;
}
section.disco-agileinfo h1 {
	color: #b8ec3e;
	margin-bottom: 20px;	
}

section.disco-agileinfo h2 {
	color: #ddd;
    font-size: 25px;
    margin: 5px 20px 0px 20px;
    line-height: normal;
	text-shadow: 2px 2px 1px #000;
}

section.disco-agileinfo h3 {
	color: #ddd;
    font-size: 14px;
    margin: 0px 20px 0px 20px;
    line-height: normal;
	text-shadow: 2px 2px 1px #000;
}
#discoinfo {
	background:url(../images/player.jpg) no-repeat;
	background-position:top center;
	/*background-attachment:fixed;*/
	background-size: 100% auto;
	background-color:#060606;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	padding:0px 0px 0px 0px;
	/*line-height:200%;*/
	margin: 0px;
	color: #E8E8E8;
}
#discoinfo .cap img {
	width: 100%;
	height: auto;
	padding: 30px 5px 30px 100px;
}
#discoinfo h2 {
	font-size: 45px;
	font-weight: normal;
	color: #FFCC00;
	padding: 30px 0px 0px 30px;
	font-family: 'Abel', sans-serif;
	margin: 0px;
	line-height:80%;
}
#discoinfo h3 {
	font-size: 25px;
	font-weight: normal;
	color: #99CC00;
	padding: 0px 0px 5px 30px;
	font-family: 'Abel', sans-serif;
	margin: 0px;
}
#discoinfo p {
	word-wrap:break-word;
	line-height: inherit;
	padding: 0px 0px 30px 30px;
}

/*-- /disco --*/
/*-- imprensa section --*/
section.imprensa-w3ls {
	background:url(../images/imprensa.jpg) no-repeat;
	background-position:top right;
	/*background-attachment:fixed;*/
	background-size: 100% auto; /*auto 100%;100% 100%*/
	background-color:#070809;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	padding:100px 0;
	color:#FFF;
	/*text-align:center;*/
}
section.imprensa-w3ls .w3-agileits {
	text-align:center;
}
section.imprensa-w3ls .w3-agileits h4 {
	font-size:25px;
	font-weight:normal;
	color:#FFF;
	text-transform:capitalize;
	/*padding-bottom:75px;*/
	font-family: 'Abel', sans-serif;
}

section.imprensa-w3ls .w3-agileits a {
    font-weight:bold;
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	color: #CCC;
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section.imprensa-w3ls .w3-agileits a:hover,
section.imprensa-w3ls .w3-agileits a:focus {
    color: #9F4141;
}

section.imprensa-w3ls .w3-agileits img {
	/*height: 33px !important;
	width: auto !important;*/
	-webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
	opacity: 0.4;
}
section.imprensa-w3ls .w3-agileits img:hover {
	filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
	opacity: 1;
}

section.imprensa-w3ls .container-fluid {
	padding:0;
}
section.imprensa-w3ls h2 {
	font-size:70px;
	font-weight:normal;
	color:#ddd;
    padding: 30px 0px 30px 0px;
	font-family: 'Abel', sans-serif;
	margin-left: 50px;
	text-transform:uppercase;	
	text-align:center;
}
section.imprensa-w3ls p {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	/*padding-right:150px;*/
	line-height: 25px;
	/*margin: 15px 30px 15px 30px;*/
	text-align: left;
	margin-bottom: 7px;
}
section.imprensa-w3ls img.agile1.img-responsive {
    width: 50%;
    height: auto;
    margin: 0px 30px 0px 0px;
	float:right;
}
section.imprensa-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
    padding: 0;
}
section.imprensa-w3ls:hover .hover01 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
}
/*-- autenteicação imprensa */
section.imprensa-w3ls .imprensa-agileits {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 35px;
    border: 10px solid rgba(49, 49, 49, 0.47);
	min-height: 420px;
}
section.imprensa-w3ls .imprensa-agileits img {
	height: 25px !important;
	width: auto !important;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.7;
}
section.imprensa-w3ls .imprensa-agileits img:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
	opacity: 1;
}
/*news*/
section.imprensa-w3ls .imprensa-news {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 35px;
    border: 10px solid rgba(49, 49, 49, 0.47);
	min-height: 420px;
}
section.imprensa-w3ls .imprensa-item {
    height: 110px;
	width: 100%;
}
section.imprensa-w3ls .imprensa-news img {
	height: 25px !important;
	width: auto !important;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.7;
}
section.imprensa-w3ls .divcap {
	position:relative;
	width: 100px;
	height: 100px;
	float:left;
	margin:5px;
	padding:5px;
	display:inline-block;
}
section.imprensa-w3ls .divcap img {
	width: 100% !important;
	height: 100% !important;
	border: none;
}
section.imprensa-w3ls .divtxt {
	min-height:100px;
	height: auto;
	margin:0px;
	padding: 10px;
	position:relative;
	display:block;
	line-height:200%;
}
section.imprensa-w3ls .divtxt p {
	word-wrap:break-word;
}
/*news*/
section.imprensa-w3ls .imprensa-news img:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
	opacity: 1;
}
section.imprensa-w3ls h4 {
	font-size:35px;
	font-weight:normal;
	color:#9F0;
	padding-bottom:20px;
	font-family: 'Abel', sans-serif;
	text-align:center;
}
section.imprensa-w3ls p.imprensa-agile2 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:20px;
	line-height:30px;
	color:rgb(171, 88, 88);
	text-align:center;
}
section.imprensa-w3ls label.imprensa-p1 {
    font-size: 17px;
    font-weight: 300;
    color:#fff;
    padding-bottom: 10px;
	font-family: 'Abel', sans-serif;
}
/*.form-group {
    margin-bottom: 5px;
}*/
section.imprensa-w3ls p.help-block {
    color: rgb(171, 88, 88) !important;
}
section.imprensa-w3ls input#senha  {
	height:50px;
}
section.imprensa-w3ls input#senha {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	background-color:transparent;
	border-radius:0;
	border-color:#fff;
}
section.imprensa-w3ls button.btn.btn-primary {
	color:rgb(171, 88, 88);
    background-color:transparent;
    border: 2px solid rgb(171, 88, 88);
    font-size: 17px;
    padding: 10px 20px;	
	width:100%;
	font-family: 'Abel', sans-serif;
	margin:25px 0;
}
section.imprensa-w3ls button.btn.btn-primary:hover {
	color: #fff;
    background-color:rgb(171, 88, 88);
    border: 2px solid rgb(171, 88, 88);
}
/*-- /imprensa --*/
/*-- central section --*/
section.central-w3ls {
	background:url(../images/central.jpg) no-repeat;
	background-position:top right;
	/*background-attachment:fixed;*/
	background-size: 100% auto; /*auto 100%;100% 100%*/
	background-color:#0e0e18;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	padding:100px 0;
	color:#FFF;
	text-align:center;
}
section.central-w3ls .w3-agileits {
	text-align:center;
}
section.central-w3ls .w3-agileits h4 {
	font-size:25px;
	font-weight:normal;
	color:#FFF;
	text-transform:capitalize;
	/*padding-bottom:75px;*/
	font-family: 'Abel', sans-serif;
}

section.central-w3ls .w3-agileits a {
    font-weight:bold;
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	color: #CCC;
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section.central-w3ls .w3-agileits a:hover,
section.central-w3ls .w3-agileits a:focus {
    color: #9F4141;
}

section.central-w3ls .w3-agileits img {
	/*height: 150px;
	width: auto;*/
	-webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
	opacity: 0.4;
}
section.central-w3ls .w3-agileits img:hover {
	filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
	opacity: 0.9;
}

section.central-w3ls .container-fluid {
	padding:0;
}
section.central-w3ls h2 {
	font-size:70px;
	font-weight:normal;
	color:#ddd;
    padding: 30px 0px 30px 0px;
	font-family: 'Abel', sans-serif;
	margin-left: 50px;
	text-transform:uppercase;	
}
section.central-w3ls p {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	/*padding-right:150px;*/
	line-height: 25px;
	/*margin: 15px 30px 15px 30px;*/
	text-align: justify;
}
section.central-w3ls img.agile1.img-responsive {
    width: 50%;
    height: auto;
    margin: 0px 30px 0px 0px;
	float:right;
}
section.central-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
    padding: 0;
}
section.central-w3ls:hover .hover01 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
}
/*-- /central --*/
/*-- agenda --*/
section.agenda-agileinfo {
	background:url(../images/agenda.jpg) no-repeat;
	background-position:top center;
	/*background-attachment:fixed;*/
	background-size: 100% auto;
	background-color:#060606;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	padding:100px 0;
}
section.agenda-agileinfo h3.text-center {
	font-size:70px;
	font-weight:normal;
	color:#ddd;
	text-transform:uppercase;
	padding-bottom:30px;
	font-family: 'Abel', sans-serif;
}
section.agenda-agileinfo h4 {
	font-size: 25px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    padding: 5px 0 20px 0px;
    font-family: 'Abel', sans-serif;
	position:relative;
}
section.agenda-agileinfo h4:after {
	content:'';
	position:absolute;
	width:100px;
	height:3px;
	background-color:rgb(171, 88, 88);
	right:10px;
	bottom:7px;
}
section.agenda-agileinfo p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
}
section.agenda-agileinfo .w3-agileits {
    background-color: #3E3E3E;
    padding: 10px;
	height: 310px;
}
section.agenda-agileinfo .socialsh {
	color: #CCC;
}
section.agenda-agileinfo .socialsh img {
	width: 32px !important;
	height: 32px !important;
	filter: grayscale(50%) !important;
	-webkit-filter: grayscale(50%) !important;
	-moz-filter: grayscale(50%) !important;
	background-color: transparent !important;
}
section.agenda-agileinfo .socialsh img:hover {
	filter: grayscale(0%) !important;
	-webkit-filter: grayscale(0%) !important;
	-moz-filter: grayscale(0%) !important;
}
section.agenda-agileinfo .agl {
	margin-top: 0px;
	text-align: center;
}
section.agenda-agileinfo .agl img {
	padding: 0px;
    border: none;
    width: auto;
    height: 233px;
    margin: auto;
	opacity: 0.8;
	filter: grayscale(60%) !important;
	-webkit-filter: grayscale(60%) !important;
	-moz-filter: grayscale(60%) !important;
}
section.agenda-agileinfo .rodape {
	width: 100%;
	height: 50px;
	bottom: 65px;	
	position: fixed;	
}
section.agenda-agileinfo .infosh {
	/*margin-top: 5px;*/
	margin-bottom: 10px;
}
section.agenda-agileinfo .infosh img {
	width: auto !important;
	height: auto !important;
	/*margin-top: -18px !important;
	padding: 0px !important;*/
  	filter: grayscale(60%) !important;
	-webkit-filter: grayscale(50%) !important;
	-moz-filter: grayscale(60%) !important;
	background-color: transparent !important;
}
section.agenda-agileinfo .infosh img:hover {
	filter: grayscale(0%) !important;
	-webkit-filter: grayscale(0%) !important;
	-moz-filter: grayscale(0%) !important;
}
section.agenda-agileinfo .agdt {
	float: left;
	margin-top: -20px;
	position: absolute;
}
section.agenda-agileinfo .agtm {
	float: right;
	margin-top: -5px;
}
section.agenda-agileinfo .dia {
	font-size: 80px;	
	color: #ddd;
	font-weight:bold;
	letter-spacing: -4px;
}
section.agenda-agileinfo .mes {
	font-size: 40px;	
	font-style: italic;
	color: #ddd;
	letter-spacing: -1px;
}
section.agenda-agileinfo .hora {
	font-size: 18px;	
	color: #ddd;
}
section.agenda-agileinfo .aglc {
	margin-top: 90px;
}
section.agenda-agileinfo h1 {
	color: #b8ec3e;
	margin-bottom: 20px;	
}

section.agenda-agileinfo h2 {
	color: #b8ec3e;
	font-size:18px;
	margin: 10px;
}

section.agenda-agileinfo h3 {
	color: #FC0;
	font-size:18px;
	text-transform:none;
	margin: 0px;
}
#agendainfo {
	background: url(../images/info.jpg) no-repeat;
	background-position: top center;
	/*background-attachment:fixed;*/
	background-size: 100% auto;
	background-color: #060606;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	padding: 0px 0px 0px 0px;
	/*line-height:200%;*/
	margin: 0px;
	color: #E8E8E8;
}
#agendainfo .cap img {
	width: 100%;
	height: auto;
	padding: 30px 5px 30px 100px;
}
#agendainfo h2 {
	font-size: 35px;
	font-weight: normal;
	color: #FFCC00;
	padding: 30px 0px 10px 30px;
	font-family: 'Abel', sans-serif;
	margin: 0px;
	line-height:90%;
}
#agendainfo h3 {
	font-size: 25px;
	font-weight: normal;
	color: #99CC00;
	padding: 0px 0px 5px 30px;
	font-family: 'Abel', sans-serif;
	margin: 0px;
}
#agendainfo p {
	word-wrap:break-word;
	line-height: inherit;
	padding: 0px 0px 30px 30px;
}
/*-- /agenda --*/
/*-- specialities --*/
section.special-w3ls {
	padding:100px 0;
	background:url(../images/special.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.special-w3ls h3 {
	font-size:50px;
	font-weight:normal;
	color:#fff;
	padding-bottom:20px;
	text-transform:uppercase;
	font-family: 'Abel', sans-serif;
}
section.special-w3ls p.special-agile1 {
	font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Abel', sans-serif;
}
section.special-w3ls p.special-agile2 {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:30px;
}
section.special-w3ls:hover .hover01 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
}
section.special-w3ls .column img.img-responsive {
    height: 470px;
}
/******************************************************************************* Content */

#main{
    clear: both;
    overflow: hidden;
    padding: 40px 0 0 0;
}

#content{
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
}

#content p{
    margin-bottom: 24px;
}

#content .entry-title{
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
}

.entry-title a:link, .entry-title a:visited{
    color: #000;
    text-decoration: none;
}

.entry-title a:active, .entry-title a:hover{
    color: #ff4b33;
}

.entry-meta{
    color: #888;
    font-size: 12px;
}

.entry-content{
    clear: both;
    padding: 12px 0 0 0;
}

.entry-meta a{
    color: #888;
}

.entry-meta a:hover{
	color: #ff4b33;
}

/******************************************************************************* Navigation */

.navigation{
    color: #888;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    width:900px;
}

.navigation a:link, .navigation a:visited{
    color: #888;
    text-decoration: none;
}

.navigation a:active, .navigation a:hover{
    color: #ff4b33;
}

#nav-top{
    margin: 0 0 30px 0;
}

.nav-previous{
    float: left;
    width: 50%;
}

.nav-next{
    float: right;
    text-align: right;
    width: 50%;
}

/*-- /specialities --*/
/*-- info section --*/
section.info-agileinfo {
	padding:100px 0;
}
section.info-agileinfo h3.text-center {
	font-size:50px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	padding-bottom:40px;
	font-family: 'Abel', sans-serif;
}
.col-lg-6.col-md-6.col-sm-6.info-w3-agile1,.col-lg-12.col-md-12.col-sm-12.info-w3-agile2,.col-lg-8.col-md-8.info-w3ls1,.col-lg-4.col-md-4.info-w3ls2 {
    padding: 0;
}
section.info-agileinfo h4 {
	font-size:30px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
	text-transform:capitalize;
	padding-bottom:20px;
	font-family: 'Abel', sans-serif;
}
section.info-agileinfo p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #2f5f2e;
	transition:all 0.9s ease-in-out;
	-webkit-transition:all 0.9s ease-in-out;
	-moz-transition:all 0.9s ease-in-out;
	-o-transition:all 0.9s ease-in-out;
	-ms-transition:all 0.9s ease-in-out;
}
section.info-agileinfo .agileits-w3layouts {
	padding: 87px 20px;
}
section.info-agileinfo .info-agile1,section.info-agileinfo .info-agile2,section.info-agileinfo .info-agile3 {
    background:url(../images/info-pic.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	transition:all 0.95s ease-in-out;
	-webkit-transition:all 0.95s ease-in-out;
	-moz-transition:all 0.95s ease-in-out;
	-o-transition:all 0.95s ease-in-out;
	-ms-transition:all 0.95s ease-in-out;     
}
section.info-agileinfo .info-agile1:hover .hover01 figure img,section.info-agileinfo .info-agile2:hover .hover01 figure img,section.info-agileinfo .info-agile3:hover .hover01 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
} 
section.info-agileinfo .info-agile1:hover .agileits-w3layouts p,section.info-agileinfo .info-agile2:hover .agileits-w3layouts p,section.info-agileinfo .info-agile3:hover .agileits-w3layouts p {
	color:#fff;
}
section.info-agileinfo .info-agile1:hover,section.info-agileinfo .info-agile2:hover,section.info-agileinfo .info-agile3:hover {
    background:url(../images/info-pic2.jpg) no-repeat;
	background-position:center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
} 	
/*-- /info section --*/
/*-- fotos --*/
section.fotos-w3ls {
	padding:100px 0;
	background:url(../images/fotos.jpg) no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
}
section.fotos-w3ls h3.text-center {
	font-size:50px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	padding-bottom:40px;
	font-family: 'Abel', sans-serif;
}
section.fotos-w3ls .colview {
  float:left;
}

/*-- /fotos --*/
/*-- videos section --*/
section.videos-w3ls {
	/*background:url(../images/videos.jpg) no-repeat;
	background-position:top right;
	background-size: 100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	color:#FFF;
	text-align:center;*/
	padding:100px 0;
	background:url(../images/videos.jpg) no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
}
section.videos-w3ls h3.text-center {
	font-size:50px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	padding-bottom:40px;
	font-family: 'Abel', sans-serif;
}
section.videos-w3ls .colview {
  float:left;
}
/*section.videos-w3ls iframe {
	border: none !important;
    width: 90% !important;
    height: calc(100vw * 480.0 / 1240.0) !important;
	max-width: 853px !important;
	min-height: 180px !important;
}
section.videos-w3ls .w3-agileits {
	text-align:center;
}
section.videos-w3ls .w3-agileits h4 {
	font-size:25px;
	font-weight:normal;
	color:#FFF;
	text-transform:capitalize;
	font-family: 'Abel', sans-serif;
}

section.videos-w3ls .w3-agileits a {
    font-weight:bold;
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	color: #CCC;
	text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
section.videos-w3ls .w3-agileits a:hover,
section.videos-w3ls .w3-agileits a:focus {
    color: #9F4141;
}

section.videos-w3ls .w3-agileits img {
	-webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
    filter: gray;
    -webkit-filter: grayscale(100%);
	opacity: 0.4;
}
section.videos-w3ls .w3-agileits img:hover {
	filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear;
	opacity: 0.9;
}

section.videos-w3ls .container-fluid {
	padding:0;
}
section.videos-w3ls h2 {
	font-size:70px;
	font-weight:normal;
	color:#ddd;
    padding: 30px 0px 30px 0px;
	font-family: 'Abel', sans-serif;
	margin-left: 50px;
	text-transform:uppercase;	
}
section.videos-w3ls p {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	line-height: 25px;
	text-align: justify;
}
section.videos-w3ls img.agile1.img-responsive {
    width: 50%;
    height: auto;
    margin: 0px 30px 0px 0px;
	float:right;
}
section.videos-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
    padding: 0;
}
section.videos-w3ls:hover .hover01 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	-ms-transform:scale(1.5);
}*/
/*-- /videos --*/

/*galeria*/
.galeria > ul {
  margin-bottom: 0;
}
.galeria > ul > li {
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	/*width: 100%;*/
}
.galeria > ul > li a {
  border: 1px solid #CCC;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.galeria > ul > li a > img {
  /*-webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);*/
  height: 100%;
  width: 100%;
}
/*.galeria > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}*/
.galeria > ul > li a .gallery-label {
	position: absolute;
	bottom: 0;
	left: 0;
  	/*right: 0;
	top: 0;
	height: 30px;*/
	width: 100%;
	font-size:14px;
	font-weight:normal;
	color:#CCC;
	padding:8px;
	font-family: 'Abel', sans-serif;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	line-height: 14px
}
.galeria > ul > li a:hover .gallery-label {
	color:#FFF;
	background-color: rgba(0, 0, 0, 0.7);
}
.galeria > ul > li a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.galeria > ul > li a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.galeria > ul > li a .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.videos-w3ls .galeria > ul > li a .gallery-poster > img {
  margin-left: -32px;
  margin-top: -32px;
}
.galeria > ul > li a:hover .gallery-poster > img {
  opacity: 1;
}
.galeria .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.galeria .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.galeria .justified-gallery > a:hover .gallery-poster > img {
  opacity: 1;
}
.galeria .justified-gallery > a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.galeria .justified-gallery > a .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.galeria .justified-gallery > a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.galeria .video .gallery-poster img {
  height: 48px;
  margin-left: -24px;

  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.galeria.dark > ul > li a {
  border: 3px solid #04070a;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}
/*-- /galeria --*/
/*-- contato --*/
section.contato-w3ls {
	padding:100px 0;
	background:url(../images/contato.jpg) no-repeat;
	background-position:top left;
	/*background-attachment:fixed;*/
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
}
section.contato-w3ls h3 {
	font-size:35px;
	font-weight:normal;
	color:#CCC;
	padding-bottom: 20px;
    padding-top: 20px;
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	text-align:right;
}
section.contato-w3ls p.contato-agile1 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	line-height:25px;
	color:#F5F5F5;
	text-align: right;
}

section.contato-w3ls p.contato-agile3 {
	font-size:14px;
	font-weight:normal;
	padding-bottom:10px;
	line-height:25px;
	color:#F5F5F5;
	text-align: right;
}
section.contato-w3ls p.contato-agile1 a {
	color:#fff;
}
ul.social-icons2 {
	padding:30px 0 0;
	float: right;
}
ul.social-icons2 li {
	display:inline;
}
ul.social-icons2 li a i.fa {
    font-size: 20px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 53px;
    margin-right: 7px;
}
ul.social-icons2 li a i.fa.fa-facebook {
	background-color:#3b5998;
}
ul.social-icons2 li a i.fa.fa-twitter {
	background-color:#55acee;
}
ul.social-icons2 li a i.fa.fa-linkedin {
	background-color:#e68523;
}
ul.social-icons2 li a i.fa.fa-youtube {
	background-color:#C00;
}
ul.social-icons2 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
}
ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
ul.social-icons2 li a i.fa.fa-youtube:hover {
	background-color:#A00;
}
ul.social-icons2 li a i.fa.fa-linkedin:hover { 
	background-color:#BB5E00;
}
ul.social-icons2 li a i.fa.fa-google-plus:hover { 
	background-color:#8A0B00;
}
ul.social-icons2 li a i.fa.fa-google-plus {
    font-size: 17px!important;
}
ul.social-icons2 li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
}
section.contato-w3ls .contato-agileits {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 35px;
    border: 10px solid rgba(49, 49, 49, 0.47);
}
section.contato-w3ls h4 {
	font-size:35px;
	font-weight:normal;
	color:#fff;
	padding-bottom:20px;
	font-family: 'Abel', sans-serif;
	text-align:center;
}
section.contato-w3ls p.contato-agile2 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:20px;
	line-height:30px;
	color:rgb(171, 88, 88);
	text-align:center;
}
section.contato-w3ls label.contato-p1 {
    font-size: 17px;
    font-weight: 300;
    color:#fff;
    padding-bottom: 10px;
	font-family: 'Abel', sans-serif;
}
/*.form-group {
    margin-bottom: 5px;
}*/
section.contato-w3ls p.help-block {
    color: rgb(171, 88, 88) !important;
}
/*input {
	height:50px;
}*/
section.contato-w3ls textarea#message {
    height: 140px;
}
input, textarea {
	font-size:17px;
	font-weight:normal;
	color:#999;
	background-color:transparent;
	border-radius:0;
	border-color:#999;
}
section.contato-w3ls button.btn.btn-primary {
	color:rgb(171, 88, 88);
    background-color:transparent;
    border: 2px solid rgb(171, 88, 88);
    font-size: 17px;
    padding: 10px 20px;	
	width:100%;
	font-family: 'Abel', sans-serif;
	margin:25px 0;
}
section.contato-w3ls button.btn.btn-primary:hover {
	color: #fff;
    background-color:rgb(171, 88, 88);
    border: 2px solid rgb(171, 88, 88);
}
input::-webkit-input-placeholder {
color: #fff !important;
} 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
} 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
} 
input:-ms-input-placeholder {  
color: #fff !important;  
}
/*-- /contato --*/
/*-- footer --*/
.footer {
	background-color:#000;
	padding:30px 0;
}
.footer p.text-center {
	font-size:16px;
	font-weight:normal;
	color:#8c8c8c;
	line-height:30px;
	padding:0 10px;
}
.footer p.text-center a {
	text-decoration:none;
	color:#eb5425;
}
.footer p.text-center a:hover {
	color:#ab5858;
} 
/*-- /footer --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../image/up-arrow.svg) no-repeat center 50%;
  background-size:70%;
  /*border:1px solid #fff;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .3;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .3;
}
.cd-top:hover {
  /*background-color: #000;*/
  opacity: 1;
}
.logov {
	display:none;	
}
/*********DIALOG**********/
.modalDialog {
	position: fixed;
	/*font-family: 'Yanone Kaffeesatz','sans-serif';*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow:scroll; /* activa scroll da página se a modal for muito comprida */
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 90%; /* 800px; */
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	-moz-box-shadow: 1px 1px 30px #000;
	-webkit-box-shadow: 1px 1px 30px #000;
	box-shadow: 1px 1px 30px #000;
}
.modalDialog .divcap {
	position:relative;
	float:left;
	margin:15px 40px 5px 20px;
	display:inline-block;
}

.modalDialog .divcap img {
	max-height: 508px;	
}
.modalDialog .divtxt {
	min-height:500px;
	height: auto;
	margin:5px;
	position:relative;
	display:block;
	line-height:200%;
}
.modalDialog .divtxt h2 {
	font-size:33px;
	font-weight:normal;
	color:#702E2E;
    padding: 30px 0px 20px;
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;	
}
.modalDialog .divtxt p {
	word-wrap:break-word;
}
/**************************/
.modalDialog2 {
	position: fixed;
	/*font-family: 'Yanone Kaffeesatz','sans-serif';*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow:scroll; /* activa scroll da página se a modal for muito comprida */
}
.modalDialog2:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog2 > div {
	width: 90%; /* 800px; */
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	-moz-box-shadow: 1px 1px 30px #000;
	-webkit-box-shadow: 1px 1px 30px #000;
	box-shadow: 1px 1px 30px #000;
}
.modalDialog2 .divcap {
	position:relative;
	float:left;
	margin:15px 40px 15px 20px;
	display:inline-block;
}

.modalDialog2 .divcap img {
	max-height: 508px;	
}
.modalDialog2 .divtxt {
	min-height:500px;
	height: auto;
	margin:5px;
	position:relative;
	display:block;
	line-height:200%;
}
.modalDialog2 .divtxt h2 {
	font-size:35px;
	font-weight:normal;
	color:#996600;
    padding: 5px 0px 0px 0px;
	font-family: 'Abel', sans-serif;
}
.modalDialog2 .divtxt h3 {
	font-size:25px;
	font-weight:normal;
	color:#698C00;
    padding: 0px 0px 5px 0px;
	font-family: 'Abel', sans-serif;
}
.modalDialog2 .divtxt p {
	word-wrap:break-word;
	line-height: 16px
}
/**************************/
.close {
	background: #090;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	opacity:0.8;
}

.close:hover { 
	background: #00d9ff; 
	opacity:0.9;
}
/**********OWL*************/
#owl-div .item{
	background: #555;
	padding: 10px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/**********OWL*************/
.hide{
  display:none;  
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
/*  .col-lg-2.col-md-2.col-sm-4.wthree1,.col-lg-2.col-md-2.col-sm-4.wthree2,.col-lg-2.col-md-2.col-sm-4.wthree3,.col-lg-2.col-md-2.col-sm-4.wthree4 {
	
  }
  .col-lg-2.col-md-2.col-sm-4.wthree1,.col-lg-2.col-md-2.col-sm-4.wthree2 {
	padding-bottom:50px;
  }*/
}
/*-- /back to top --*/

/*-- responsive design --*/
@media (max-width:1600px) {
	.pogoSlider {
	height: 795px!important;	
	}
	.pogoSlider-slide-element {
	margin-top: 360px!important;
	}
	/*section.biografia-w3ls h2 {
	padding: 85px 0px 0px 0px;
	}*/	
}

/*@media (max-width: 1440px) {
section.biografia-w3ls h2 {
    padding: 85px 0px 0px 0px;
}
section.biografia-w3ls img.agile2.img-responsive {
	top: 96px;
}
}

@media (max-width: 1366px) {
.pogoSlider {
    height: 768px!important;
}
.pogoSlider-slide-element {
    margin-top: 310px!important;
}
section.biografia-w3ls h2 {
padding: 85px 0px 0px 0px;
}
section.biografia-w3ls img.agile2.img-responsive {
    top: 85px;
}
}

@media (max-width: 1280px) {
section.biografia-w3ls h2 {
    padding: 85px 0px 0px 0px;
    font-size: 60px;
}
section.biografia-w3ls p {
    font-size: 14px;
}
section.biografia-w3ls img.agile2.img-responsive {
    top: 67px;
}
}*/

/*@media (max-width: 1080px) {
ul.nav.navbar-nav.cl-effect-10 {
    margin: 0 0 0 0;
}
.pogoSlider-slide-element p {
	font-size: 14px;
    padding: 0 100px;
}
section.biografia-w3ls h2 {
	padding: 85px 0px 0px 0px;
    font-size: 40px;
}
section.biografia-w3ls p {
    font-size: 14px;
	line-height: 25px;
}
section.biografia-w3ls img.agile2.img-responsive {
	top:67px;
	width:200px;
	left:-103px;
}
.col-lg-3.col-md-3.col-sm-6.wthree1,.col-lg-3.col-md-3.col-sm-6.wthree2,.col-lg-3.col-md-3.col-sm-6.wthree3,.col-lg-3.col-md-3.col-sm-6.wthree4 {
    width: 50%;
    float: left;
}
.col-lg-3.col-md-3.col-sm-6.wthree1,.col-lg-3.col-md-3.col-sm-6.wthree2 {
	padding-bottom:50px;
}
section.artista-agileinfo,section.agenda-agileinfo,section.info-agileinfo,section.fotos-w3ls,section.contato-w3ls,section.special-w3ls {
    padding: 50px 0;
}
section.artista-agileinfo h3.text-center,section.agenda-agileinfo h3.text-center,section.special-w3ls h3,section.info-agileinfo h3.text-center,section.fotos-w3ls h3.text-center {
    font-size: 25px;
}
section.artista-agileinfo h4 {
    font-size: 23px;
	padding:40px 0 15px;
}
section.agenda-agileinfo h4 {
    font-size: 23px;
	padding:40px 0 15px;
}
section.special-w3ls p.special-agile1 {
    font-size: 22px;
	padding-bottom: 15px;
}
section.special-w3ls p.special-agile2 {
    font-size: 14px;
}
section.special-w3ls p.special-agile3 {
    font-size: 14px;
	padding-bottom: 15px;
	text-align: right;
}
.entry-content {
	padding:0;
}
.col-lg-8.col-md-8.info-w3ls1 {
    width: 100%;
    float: left;
}
.col-lg-4.col-md-4.info-w3ls2 {
    width: 100%;
    float: left;
}
.col-lg-12.col-md-12.col-sm-12.info-w3-agile2 {
    width: 50%;
    float: left;
}
section.info-agileinfo .agileits-w3layouts {
	padding: 100px 65px 0;
}
section.info-agileinfo p {
    font-size: 16px;
    line-height: 40px;
}	
section.artista-agileinfo h4:after {
	width:230px;
	right:inherit;
	left:0;
}
section.agenda-agileinfo h4:after {
	width:230px;
	right:inherit;
	left:0;
}
}*/

/*@media (max-width: 1050px) {
section.biografia-w3ls h2 {
    padding: 85px 0px 0px 0px;
    font-size: 35px;
}
section.biografia-w3ls img.agile2.img-responsive {
    top: 59px;
    width: 200px;
    left: -103px;
}
}*/

@media (max-width:1200px) {
.pogoSlider-slide {
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;	
}
.pogoSlider {
    height: 676px!important;
}
ul.nav.navbar-nav.cl-effect-10>li>a {
	margin: 8px 2px 5px 2PX;
    font-size: 15px;
}
.cl-effect-10 a span {
	width: 72px;
}
/*section.info-agileinfo p {
    font-size: 14px;
}
section.biografia-w3ls h2 {
    padding: 85px 0px 0px 0px;
    font-size: 35px;
    margin-left: 20px;
}
section.biografia-w3ls p {
    font-size: 14px;
    line-height: 25px;
    margin-left: 20px;
}*/
}

@media (max-width:950px) {
.pogoSlider-slide {
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;	
}
.pogoSlider {
    height: 676px!important;
}
ul.nav.navbar-nav.cl-effect-10>li>a {
	margin: 1px 1px 1px 1PX;
    font-size: 12px;
}
.cl-effect-10 a span {
	padding-top: 8px;
	width: 57px;
	height: 70px;
}
.cl-effect-10 a span img {
	width: 33px;
	height: 33px;
}
.logoy img {
	width: 130px;
	height: auto;
}
}

/*@media (max-width:991px) {
.navbar-wrapper .container {
    padding-right: 40px;
    padding-left: 40px;
    width: auto;
}
.nav>li>a {
    padding: 16px 9px 0;
}
ul.nav.navbar-nav.cl-effect-10>li>a {
	margin: 6px 8px 0 0;
    font-size: 15px;
}
.pogoSlider {
    height: 601px!important;
}
.pogoSlider-slide-element {
    margin-top: 230px!important;
}
.pogoSlider-slide-element h3 {
	padding-bottom:15px;
}
.col-lg-6.col-md-6.col-sm-6.w3l1 {
    width: 100%;
    float: left;
	padding:0;
}
section.biografia-w3ls h2 {
	text-align:center;
}
section.biografia-w3ls p {
    font-size: 14px;
    text-align: center;
    padding: 0 0px 40px;
}
section.biografia-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
    padding: 0;
    width: 100%;
    float: left;
}
section.biografia-w3ls img.agile2.img-responsive {
    top: initial;
    bottom: 1px;
    left: auto;
    right: 1px;
}
section.special-w3ls .column img.img-responsive {
    height: inherit;
}
.col-lg-5.col-md-5.col-sm-5.special-agileits1 {
    width: 100%;
    float: left;
}
.col-lg-7.col-md-7.col-sm-7.special-agileits2 {
	width:100%;
	float:left;
}
section.special-w3ls h3 {
	text-align:center;
	padding-top:30px;
}
section.special-w3ls p.special-agile1 {
	text-align:center;
}
section.special-w3ls p.special-agile2 {
    font-size: 14px;
	padding-bottom:40px;
	text-align:center;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 45px 20px;
}
.col-lg-6.col-md-6.col-sm-6.contato-w3-agile1 {
    width: 100%;
    float: left;
	padding-bottom:40px;
}
.col-lg-6.col-md-6.col-sm-6.contato-w3-agile3 {
    font-size: 14px;
	width: 100%;
    float: left;
	padding-bottom:40px;
}
section.contato-w3ls h3 {
	padding-top:0;
}
.col-lg-6.col-md-6.col-sm-6.contato-w3-agile2 {
    width: 100%;
    float: left;
}
}*/

/*@media (max-width:900px) {
.cl-effect-10 a span {
	width:95px;	
}
.pogoSlider-slide-element h3 {
	font-size:35px;
}
}

@media (max-width: 800px) {
.cl-effect-10 a span {
    width: 78px;
} 
}*/

@media (max-width: 771px) { /*750*/
.cl-effect-10 a br {
	display:none;	
}
.cl-effect-10 a img {
	display:none;	
}
.logov {
	display:block;	
}
.divtop {
	width:100%;
	height:	61px;
}
.logoy {
	display:none !important;
}
ul.nav.navbar-nav.cl-effect-10 {
    margin: 0 0 0 0;
}
.cl-effect-10 a span {
    padding-top: 2px;
	height:25px;
	line-height:25px;
	width: 100%;
}
ul.nav.navbar-nav.cl-effect-10>li>a {
    margin: 4px auto;
    font-size: 14px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color: #000;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0;
    text-align: center;
	padding-bottom: 20px;
}
button.navbar-toggle.collapsed {
    border-color: rgb(171, 88, 88);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color:rgb(171, 88, 88);
}
ul.nav.navbar-nav.navbar-right li {
	display:inline-block;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 300px;
}
.btn-circle {
    width: 50px;
    height: 50px;
	padding:0;
	margin:0;
	text-align:center;
	line-height:50px;
}
.btn-circle i.animated {
	font-size:35px;
}

/*.cl-effect-10 a span {
    width: 75px;
}*/
.pogoSlider {
    height: 351px!important;
}
.pogoSlider-slide-element {
    margin-top: 99px!important;
}
.pogoSlider-slide-element p {
    font-size: 14px;
    padding: 0 40px;
}
/*section.biografia-w3ls h2 {
    padding: 30px 0px 20px;
    font-size: 35px;
}*/
section.artista-agileinfo, section.agenda-agileinfo, section.info-agileinfo, section.fotos-w3ls, section.contato-w3ls, section.special-w3ls {
    padding: 30px 0;
}
section.artista-agileinfo h3.text-center, section.agenda-agileinfo h3.text-center, section.special-w3ls h3, section.info-agileinfo h3.text-center, section.fotos-w3ls h3.text-center {
    font-size: 25px;
	padding-bottom:20px;
}
section.artista-agileinfo h3.text-center {
	padding-bottom:70px;
}
section.agenda-agileinfo h3.text-center {
	padding-bottom:25px;
}
/*}
@media (max-width: 767px) {*/
}
/*
@media (max-width: 736px) {
.pogoSlider {
    height: 351px!important;
}
.pogoSlider-slide-element {
    margin-top: 99px!important;
}
.pogoSlider-slide-element p {
	
}
.btn-circle {
    width: 50px;
    height: 50px;
	padding:0;
	margin:0;
	text-align:center;
	line-height:50px;
}
.btn-circle i.animated {
	font-size:35px;
}
section.special-w3ls h3 {
	padding-bottom:20px;
}
.col-lg-6.col-md-6.col-sm-6.info-w3-agile1 {
    width: 50%;
    float: left;
}
section.info-agileinfo h4 {
    font-size: 25px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 300px;
}
}*/

.divtop {
	width:100%;
	height:	110px;
}

.well {
	background-color:transparent !important;
	border: none !important;
}

.list-group {
	padding-left: 20px;	
}

.list-group a {
	border:none;	
}

.list-group a:hover {
	border:none;
}

.list-group-item {
	background-color: rgba(255, 255, 255, 0.16) !important;
	border: none;
}

.list-group-item:hover {
	background-color: rgba(255, 255, 255, 0.09) !important;
	border: none;
	text-shadow:none !important;
}

@media (max-width: 667px) {
.navbar-brand h1 {
    font-size: 35px;
}
.pogoSlider {
    height: 312px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 30px;
	padding-bottom:10px;
}
.pogoSlider-slide-element {
    margin-top: 75px!important;
}
section.biografia-w3ls p {
	padding:0 20px 40px;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 20px 20px;
}
section.info-agileinfo h4 {
	padding-bottom:10px;
}
.footer p.text-center {
	font-size:14px;
}
section.biografia-w3ls .biografia_wrapper{
	padding: 35px 0px 35px 0px;
}
}

@media (max-width: 640px) {
section.info-agileinfo h4 {
    font-size: 25px;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 17px 20px;
}
section.contato-w3ls h3 {
	padding-bottom:15px;
}
section.contato-w3ls p.contato-agile1 {
    font-size: 16px;
}
section.contato-w3ls p.contato-agile3 {
    font-size: 12px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 390px;
}
}

@media (max-width: 600px) {
.pogoSlider {
    height: 365px!important;
}
.pogoSlider-slide-element {
    margin-top: 105px!important;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 8px 20px;
}
}	

@media (max-width: 568px) {
.pogoSlider-slide-element p {
	display:none;	
}
.pogoSlider {
    height: 257px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 25px;
    padding-bottom: 22px;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 1px 10px;
}
.map iframe.googlemaps {
    width: 100%;
    height: 250px;
}
section.contato-w3ls h4 {
    font-size: 35px;
	padding-bottom:15px;
}
}

@media (max-width: 480px) {
.pogoSlider-nav-btn {
	width:10px;
	height:10px;
}
section.biografia-w3ls h2 {
    padding: 30px 0px 10px;
    font-size: 30px;
}
section.biografia-w3ls img.agile2.img-responsive {
	width:130px;
}
section.artista-agileinfo h3.text-center, section.agenda-agileinfo h3.text-center, section.special-w3ls h3, section.info-agileinfo h3.text-center, section.fotos-w3ls h3.text-center {
    font-size: 30px;
    padding-bottom: 25px;
}
.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3, .col-lg-3.col-md-3.col-sm-6.wthree4 {
    width: 100%;
    float: left;
}
.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3{
    padding-bottom: 60px;
}
section.artista-agileinfo h4 {
    font-size: 20px;
    padding: 40px 0 15px;
}
section.agenda-agileinfo h4 {
    font-size: 20px;
    padding: 40px 0 15px;
}
section.special-w3ls h3 {
	padding-bottom:20px;
}
.col-lg-6.col-md-6.col-sm-6.info-w3-agile1 {
    width: 100%;
    float: left;
}
section.info-agileinfo .info-agile1, section.info-agileinfo .info-agile2 {
    margin-bottom: 30px;
}
.col-lg-12.col-md-12.col-sm-12.info-w3-agile2 {
    width: 100%;
    float: left;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 20px 20px;
}
ul.social-icons2 {
    padding: 10px 0 0;
}
}

@media (max-width: 414px) {
.pogoSlider-slide-element h3 {
    font-size: 20px;
    padding-bottom: 22px;
}
section.special-w3ls h3 {
    padding-bottom: 15px;
}
section.special-w3ls p.special-agile1 {
    font-size: 20px;
    padding-bottom: 10px;
}
section.info-agileinfo h4 {
    padding-bottom: 5px;
}
section.contato-w3ls h3 {
    font-size: 30px;
}
section.contato-w3ls h4 {
    font-size: 30px;
    padding-bottom: 10px;
}
section.contato-w3ls .contato-agileits {
	padding:20px 20px;
}
/*input {
    height: 45px;
}*/
section.contato-w3ls textarea#message {
    height: 120px;
}
input, ,textarea {
    font-size: 15px;
}
}

@media (max-width: 384px) {
.pogoSlider-slide-element h3 {
    font-size: 20px;
    padding-bottom: 22px;
    letter-spacing: 1px;
}
}

@media (max-width: 375px) {
section.artista-agileinfo img.img-responsive {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -28px;
    left: 38px;
}
}

@media (max-width: 320px) {
.pogoSlider-slide-element h3 {
    font-size: 18px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}
.pogoSlider-slide-element {
    margin-top: 87px!important;
}
section.biografia-w3ls h2 {
    padding: 20px 0px 10px;
    font-size: 30px;
}
section.biografia-w3ls p {
    font-size: 13px;
}
section.biografia-w3ls img.agile2.img-responsive {
    width: 95px;
}
section.artista-agileinfo h4 {
    font-size: 20px;
    padding: 25px 0 15px;
}
section.artista-agileinfo img.img-responsive {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -23px;
    left: 38px;
}
section.agenda-agileinfo h4 {
    font-size: 20px;
    padding: 25px 0 15px;
}
.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3 {
    padding-bottom: 40px;
}
section.info-agileinfo h4 {
    font-size: 20px;
}
section.info-agileinfo p {
    font-size: 13px;
}
section.contato-w3ls .contato-agileits {
    padding: 20px 10px;
}
section.contato-w3ls p.contato-agile2 {
    font-size: 14px;
    padding-bottom: 15px;
}
/*input {
    height: 40px;
}*/
section.contato-w3ls textarea#message {
    height: 110px;
}
input, textarea {
    font-size: 14px;
}
section.contato-w3ls label.contato-p1 {
    font-size: 15px;
}
section.contato-w3ls button.btn.btn-primary {
	font-size: 15px;
    padding: 10px 20px;
	margin:10px 0;
}
.footer p.text-center {
    font-size: 13px;
}
a.navbar-brand {
    margin-left: -25px;
}
button.navbar-toggle.collapsed {
	margin-right:-10px;
}
.btn-circle {
    width: 40px;
    height: 40px;
	line-height:31px;
	margin-top:37px;	
}
.btn-circle i.animated {
    font-size: 28px;
}
section.artista-agileinfo h4:after {
    width: 203px;
    right: inherit;
    left: 0;
}
section.agenda-agileinfo h4:after {
    width: 203px;
    right: inherit;
    left: 0;
}
}