@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	font-family: "Roboto",sans-serif;
	overflow-x:hidden;
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;
	transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;
}
a:hover {
	text-decoration:none;
}

/*****************
Nav Bar
*****************/
.navbar-wrapper .container .navbar {
	border:none;
	min-height:110px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
}

.navbar-wrapper .container .navbar .container {
	
}

.navbar-wrapper .container .navbar .container ul.nav > li > a {
	padding:20px;
	transition:none 0s ease 0s;
	font-size:14px;
	text-transform:uppercase;
}

.navbar-wrapper .container .navbar .container ul.nav > li > a:hover,
.navbar-wrapper .container .navbar .container ul.nav > li.active > a {
	background-color:transparent;
	box-shadow:0 4px 0 0 #337ab7 inset;
}

.content {
	padding-top:110px;
}

.logo-sym img {
	max-height:90px;
}

/*****************
Carousel
*****************/
.carousel .item {
	background-size:cover;
	width:100%;
	height:640px;
}
.carousel .item .carousel-caption {
	padding:20px;
	right:15%;
	left:15%;
	bottom:10%;
	font-size:16px;
	background:rgba(0,0,0,0.65);
}
@media (max-width:1920px) {
	.carousel .item {
		background-size:cover;
		width:100%;
		height:640px;
	}
}

@media (max-width:1440px) {
	.carousel .item {
		background-size:cover;
		width:100%;
		height:560px;
	}
}

@media (max-width:1200px) {
	.carousel .item {
		background-size:cover;
		width:100%;
		height:500px;
	}
}

@media (max-width:992px) {
	.carousel .item {
		background-size:cover;
		width:100%;
		height:440px;
	}
}

@media (max-width:768px) {
	.carousel .item {
		background-size:cover;
		width:100%;
		height:400px;
	}
	
	.logo-sym img {
		max-height:50px;
	}
}

@media (max-width:480px) {
	.carousel .item {
		background-size:cover;
		width:100%;
		height:360px;
	}
	.carousel .item .carousel-caption {
		right:10%;
		left:10%;
		bottom:5%;
		top:10%;
		font-size:14px;
	}
}

/*****************
Marketing
*****************/
.marketing {
	padding-top:100px;
	padding-bottom:50px;
}

.marketing .col-md-4 {
	margin-bottom:20px;
}

.marketing .img-circle {
	padding:20px;
}

/*****************
Responsive Design
*****************/
.responsive-design.container {
	position:relative;
}

/*****************
Featurettes
*****************/
.featurette {
	padding-top:25px;
	padding-bottom:25px;
}

.featurette .featurette-heading {
	font-size:50px;
}

.featurette .featurette-img,
.featurette .featurette-text {
	height:500px;
}

.featurette .featurette-img .table-block {
	position:relative; 
	height:100%;
}
.featurette .featurette-img .table-block .featurette-image {
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
	border-radius:50%;
}

.featurette .featurette-text .table {
	display:table;
	height:100%;
}

.featurette .featurette-text .table-cell {
	display:table-cell;
	width:1%;
	vertical-align:middle;
}

/*****************
Contact
*****************/
.container.contact {
	padding-top:50px;
	padding-bottom:50px;
}

.container.contact .contact-form {
	max-width:720px;
	margin:0 auto;
	padding-top:15px;
}

.container.contact .contact-form label {
	font-weight:normal;
}

.container.contact .contact-form .chosen-container-multi .chosen-choices {
	border-radius:4px;
	height:34px;
	line-height:34px;
	border-color:#ccc;
}

.container.contact .contact-form #contact-success {
	display:none;
	visibility:hidden;
}

.container.contact .contact-form #contact-success div {
	padding:10px 20px;
	margin-bottom:20px;
}

.container.contact .contact-form #contact-success:target {
	display:block;
	visibility:visible;
}

/*****************
Services
*****************/
.services {
	margin:60px auto;
	padding-top:50px;
	padding-bottom:50px;
	background-image:url('/images/aiwood-digital-services-we-offer.jpg');
	background-size:cover;
	min-height:1000px;
	text-align:center;
}

.services .container {
	padding-top:50px;
	padding-bottom:50px;
	background-color:rgba(0, 0, 0, 0.65);
	color:#ffffff;
	text-transform:uppercase;
}

.services .container h2 {
	padding-bottom:30px;
	border-bottom:1px solid #ffffff;
	font-size:36px;
	margin-bottom:10px;
}

.services .container h2 div,
.services .container h3 div {
	padding-top:15px;
	padding-bottom:15px;
}

.services .container h3 {
	padding-top:30px;
	padding-bottom:30px;
}

/*****************
Printing
*****************/
.services-printing ul {
	list-style:none;
	padding:0;
	margin:0;
}

.services-printing .col-sm-4 {
	padding-bottom:40px;
}

/*****************
Footer
*****************/
.footer-wrapper {
	border-top: 1px solid #d4d4d4;
	background-color: #fff;
	box-shadow: 0 -0.125em 0.25em 0 rgba(0,0,0,0.075);
}

.footer-wrapper .footer-menu-copy,
.footer-wrapper .footer-info {
	padding:20px 15px;
}

.footer-wrapper .footer-info h3 {
	font-size:18px;
	color:#337ab7;
	font-weight:bold;
}

.footer-wrapper .menu-footer {
	list-style:none;
	padding:10px 0 20px 0;
	margin:0;
}
.footer-wrapper .menu-footer li {
	display:inline-block;
	margin:0 0.5em;
	line-height:1.7;
}

.footer-wrapper .footer-menu-copy {
	font-size:10px;
}

.footer-wrapper .footer-menu-copy a {
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
}
.footer-wrapper .menu-footer li a {
	color:#ffffff;
	display:block;
	text-transform:uppercase;
	letter-spacing:2px;
}
.footer-wrapper .footer-menu-copy a:hover,
.footer-wrapper .menu-footer li a:hover {
	color:#4687b5;
}

@media (min-width:768px) {
	.navbar-wrapper .container .navbar .container ul.nav {
		float:right;
	}
	.navbar-wrapper .container .navbar .container ul.nav > li > a {
		padding:45px 20px 0;
		height:110px;
	}
	.navbar-wrapper .container .navbar .navbar-brand {
		/*padding-top:30px;*/
		height: auto;
	}
}

@media (max-width:920px) {
	.carousel-caption p {
		font-size:13px;
	}
}

@media (max-width:767px) {
	.navbar-wrapper .container .navbar {		
		min-height:75px;
	}
	.content {
		padding-top:75px;
	}
	.featurette .featurette-text {
		height:auto;
	}
}

@media (max-width:480px) {
	.navbar-wrapper .container .navbar {		
		min-height:inherit;
	}
	.content {
		padding-top:51px;
	}
	.navbar-brand {
		padding:0px;
	}
	.navbar-brand .logo img {
		width:200px;
	}
	.featurette .featurette-img {	
		height:250px;
	}
	
	.services .container h2 {
		font-size:24px;
	}
	
	.services .container h3 {
		font-size:16px;
		padding-top:15px;
		padding-bottom:15px;
	}
}

.scroll-top {
	position: fixed;
	z-index: 1031;
	bottom: 10px;
	right:10px;
	width: 35px;
	height: 35px;
	border: 2px solid #272727;
	font-size: 25px;
	line-height: 27px;
	text-align: center;
	color: #272727;
	border-radius: 100%;
	-webkit-transition: margin-bottom 0.6s ease,opacity 0.3s ease;
	transition: margin-bottom 0.6s ease,opacity 0.3s ease;
}
.scroll-top i {
	font-size:15px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.fade.in {
	opacity:1;
}
.scroll-top.in {
	opacity:0.375;
}
.scroll-top.in:hover {
	opacity:1;
}