/*!
 * Voxel Arts Base Theme 1.0
 *
 * Copyright 2013 Voxel Digital Arts, INC
 * ALL RIGHTS RESERVED
 *
 * Author: Welber Oliveira
 * www.welberoliveira.com
 */


/* GLOBAL STYLES
-------------------------------------------------- */

/* HTML5 Formatting for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

body, html {
	height: 100%;
}

body {
  color: #5a5a5a;
  /* padding-top: 50px; */
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
}

h1 {
	font-size: 35px;

}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;
}


p {
	font-size: 13px;
}

.clear-float{
	clear: both;
}

a:hover {
	text-decoration: none;
}

.pagination {
margin: 0 0 !important;
}

iframe {
	border:0;
}

.lang-icon {
	margin-right: 5px;
	float: left;
	height: 20px;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.hr-title{
	width: 200px;
	border-top: 1px dotted #a0a0a0;
}

/* Responsive IFRAME VIDEO */
.video-container{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:843px){

	.padding-bottom {
	margin-bottom: 50px;
}

}

.page-title {
	background: #eee;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 15px 0 15px 0;
}

.page-title h1{
	font-size: 25px;
	margin: 0;
	float: left;
}

.page-title-share{
	float: right;
	margin-top: 5px;
}

.popover {
	z-index: 9999 !important;
}

@media (max-width:420px){
	.popover {
		max-width: 230px;
	}
}

.breadcrumb-container {
	background: #666;
}

.breadcrumb-container .breadcrumb {
	padding: 10px 0 10px 0;
	margin-bottom: 0px;
	list-style: none;
	background: none;
	border-radius: 0px;
	font-size: 11px;
	color: #ccc;
}

.breadcrumb-container .breadcrumb .active{
	color: #ccc;
}

.breadcrumb-container .breadcrumb a{
	color: #fff;
}

.breadcrumb-container .breadcrumb a:hover{
	color: #64b4ff;
}

.pagination .active {
	background: #428bca;
	color: #fff;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
margin-right: 0 !important;
}

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

/* NAVIGATION
...............................*/

#load-navbar{
	display: none;
}

.navbar-inverse {
background-color: rgba(35,43,58,0.8);
border-color: #232b3a;
}
.navbar-inverse .navbar-nav > li > a {
color: #ccc;
}

.navbar-brand {
float: left;
padding: 15px 15px;
line-height: 20px;
font-size: 18px;
}

.navbar-brand h1{
	margin: 0 !important;
	font-size: 25px;
}

.nav-home {
	margin-right: 5px !important;
}

.navbar-nav {
margin: 20px 0 0 0;
}

.nav > li > a {
position: relative;
display: block;
padding: 10px;
font-family: 'Titillium Web', sans-serif;
color: #fff !important;
}

.nav > li > a:hover {
	color: #ccc !important;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: 0px;
}

.navbar-inverse .navbar-toggle {
border-top:0;
border-bottom: 0;
border-right: 0;
border-left:1px solid #555;
border-radius: 0;
margin-top:22px;
}

/* CAROUSEL
...............................*/

/* Carousel base class */
.carousel {
  height: 600px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #777;

}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Carousel Promo */
.carousel-promo {
  height: 300px !important;
  overflow: hidden;
}

.carousel-promo .item {
  height: 300px !important;
}


/* HOME
-------------------------------------------------- */


.intro {
	padding: 15px 0 20px 0;
	background: #232b3a;
	text-align: center;
	border-bottom: 1px solid #efefef;
	color: #fff;
}

.intro p{
	color: #ccc;
}

.default {
	padding: 55px 0 55px 0;
}

.default-divider-1{
	height: 100px;
	background: url(../images/devider-1.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;

}

.content-contact-us{
	background: #fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 30px 0 -5px 0;
}

.content-contact-us h2{
	text-align: center;
}

.content {
	background: #fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 30px 0;
}

.content h2{
	text-align: center;
}


.content2 {
	background: #f7f7f7;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	padding: 30px 0;
}

.content2 h2{
	text-align: center;
}


.featurettes {
	padding: 15px 0 20px 0;
	background: #eee;
	border: 1px solid #ccc;
}

.featurettes h2{
	text-align: center;
	margin-bottom: 30px;
}


.news-widget h2{
	margin: 0 0 15px 0;
}


.news-widget {
	text-align: left;
}

.news-widget ul{
	margin: 0;
	padding: 0;
}

.news-widget ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-widget img{
	float: left;
	margin-right: 5px;
	width: 20%;
}

.news-widget h3{
	margin: 0 0 5px 0;
	font-size: 18px;
}

.news-widget p{
	font-size: 12px;
}

.news-widget .news-item{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-widget .news-item:last-child {
	border: 0;
}

/* FEATURED
-------------------------------------------------- */

.boxFeature i {
	font-size: 60px;
	margin-top: 25px;
	color: #ccc;
}

.featured-item p{
	margin-top: 10px;
	color: #666;
}

.featured-item:hover p {
	color: #5f5fa8;
}

.featured-item h2 {
	font-size: 20px;
	color: #333;
}

.featured-item hr {
	margin: 2px 0;
	border: 0;
	border-top:1px dotted #ccc;
}

.featured-item .call-to-action{
	text-align: center;
}


.downloadApplication {
	text-align: center;
	margin: 5px 0 15px 0;
}



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

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

.main {
	min-height: 400px;
}

.main .attached-albums{
	padding-bottom: 20px;
}

.vox-thumbnail{
	background:none;
	display:block;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0;
	-webkit-box-shadow:1px 1px 6px #ddd;
	-moz-box-shadow:1px 1px 6px #ddd;
	box-shadow:1px 1px 6px #ddd;
	overflow: hidden;
}

#gallery {
	list-style:none;
	margin: 0 !important;
	padding: 0 !important;
}

#gallery div {
	background:none;
	display:block;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0;
	-webkit-box-shadow:1px 1px 6px #ddd;
	-moz-box-shadow:1px 1px 6px #ddd;
	box-shadow:1px 1px 6px #ddd;
	overflow: hidden;
	margin-bottom: 15px;
}

#gallery div:hover {
	border:1px solid #8ecbff;
	transition : border 500ms ease-out;
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	-webkit-box-shadow:1px 1px 6px #666;
	-moz-box-shadow:1px 1px 6px #666;
	box-shadow:1px 1px 6px #666;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	-ms-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s;
}

#gallery img{
	width: 100%;
}

#gallery li a {
	display:block;
	color:#fff;
	padding:0;
	text-decoration:none;
}

.preloader {
	background:url(/voxfiles/skins/skn-voxelarts/vox-components/thumbnail-loader/css/i/89.gif) center center no-repeat #fff;
}

/* PAGE LISTING LAYOUTS */

/* DEFAULT */

.sub-page-listing-default ul{
	margin: 0;
	padding: 0;
	list-style:none;
}

.sub-page-listing-default ul li:first-child{
	border-top:1px dotted #ccc;
}

.sub-page-listing-default ul li{
	border-bottom:1px dotted #ccc;
}

.sub-page-listing-default .info {
	padding-left: 0 !important;
}

.sub-page-listing-default time{
	margin: 5px 0 5px 0 ;
	font-size: 10px;
	color: #666;
}

.sub-page-listing-default h3 {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: 500;
}

.sub-page-listing-default p{
	font-size: 11px;
}




/* PORTFOLIO */

.sub-page-listing-portfolio h2 {
	text-align: center;
	margin: 0 0 25px 0;
}

.thumb-portfolio-container {
	margin-bottom: 20px;
}

.thumb-portfolio-container figure{
	position: relative;
}

.thumb-portfolio-container figcaption {
	position: absolute;
	bottom: 10px;
	z-index: 1010;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width: 100%;
	display: none;

}

.thumb-portfolio-container figcaption h3{
	margin: 5px 0 5px 0;
}

.thumb-portfolio-container figcaption p{
	font-size: 11px;
}

.thumb-portfolio-container figcaption a h3{
	color: #67b0ff;
}

.thumb-portfolio-container figcaption a h3:hover{
	color: #8bc7ff;
}

.thumb-portfolio-container figcaption a p{
	color: #ccc;
}

.thumb-portfolio-container figcaption a p:hover{
	color: #fff;
}


/* CLIENT LISTING */

.thumb-client-list-container {
	margin-bottom: 20px;
}


.thumb-client-list-container figure{
	position: relative;
}

.thumb-client-list-container figcaption {
	width: 100%;
}

.thumb-client-list-container figcaption a h3{
	color: #222;
	margin: 0 0 5px 5px;
	font-size: 14px;
}

.thumb-client-list-container figcaption a h3:hover{
	color: #67b0ff;
}

/* SUBPAGE LISTING */

.sub-page-listing-full h2 {
	text-align: center;
	margin-bottom: 30px;
}

.sub-page-listing-full ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.sub-page-listing-full ul img{
	width:80px;
	float: left;
	margin-right: 10px;
}

.sub-page-listing-full ul h3{
	margin: 0 0 5px 0;
}

.sub-page-listing-full ul p{
	font-size: 12px;
}

.sub-page-listing-container {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* SUBPAGES */

.main header hr{
	margin: 10px 0 10px 0;
}

/* PHOTO GALLERY */

.photo-gallery {
	padding: 40px 0 0 0 !important;
}

.photo-gallery-album, .photo-gallery-photos {
	padding: 0 0 0 0 !important;
}


/* BLOG */

.hentry {
	margin-bottom: 50px;
}

.hentry h2{
	margin-top: 0;
}

.entry-content div{
		margin: 20px 0 20px 0;
}

.entry-footer {
	border:1px solid #ccc;
	border-radius: 5px;
	background: #eee;
	height: 31px;
}

.entry-footer p{
	float: left;
	margin:8px 0 0 5px;
	font-size: 11px;
}

.entry-footer .btn-sm{
	border-radius: 0 5px 5px 0px !important;
}

.category-list{
	margin: 0;
	padding:0 5px 0 5px;
	list-style: none;
}

.category-list li:first-child{
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}

.category-list li{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.latest-posts {
	margin: 0;
	padding:0 5px 0 5px;
	list-style: none;
}

.latest-posts h3{
	margin: 5px 0 2px 0;
	font-size: 14px;
}

.latest-posts p{
	margin: 0;
	font-size: 10px;
}

.latest-posts li:first-child{
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}

.latest-posts li{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.blog-comments {
	margin-bottom: 30px;
}

.blog-comments-posts .icon{
	font-size:14px;
}

.blog-comments-posts h4{
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: 400;
}

.blog-comments-posts small{
	font-size: 10px;
}

.blog-comments-posts p{
	font-size: 14px;
}

/* ACCORDION NAV */

#accordion {
	margin: 0;
	padding:0 5px 0 5px;
	font-weight: 300 !important;

}

#accordion li{
	list-style: none;
	padding: 5px !important;
	color: #428bca;
	cursor: pointer;
	font-weight: 300 !important;
}

#accordion li:hover{
	color:#000;
}

#accordion li ul{
	list-style: none;
	display: none;
	/* border:1px solid #ccc; */
	padding: 0;
}

#accordion li ul li{
	color:#666;
}

#accordion li ul li:hover{
	color:#222;
}



#accordion li ul li ul{
	list-style: none;
	display: none;
	border: 0;
	border-top:1px dotted #ccc;
	padding: 0;
	font-size: 12px;
}

#accordion li ul li ul:first-child{
	margin-top:5px;
}

#accordion li ul li ul:last-child{
	border-bottom:1px dotted #ccc;
}


/* Footer
-------------------------------------------------- */

footer hr{
	border: 0;
	border-bottom: 1px dotted #666;
}

footer .copy {
	text-align: center;
	color: #ccc;
}


.page-footer {
	/* margin-top: 30px; */
	background: #232b3a;
	padding: 30px 0 25px 0;
}

.page-footer .header, .fn{

	margin-bottom: 10px;
	font-size: 18px;

}






