/*
Theme Name:     QuickMetro
Theme URI:      http://theme-art.com
Description:    QuickMetro - Responsive Metro Style WordPress Theme.
Version:        1.2
Author:         ThemeArt
Author URI:     http://theme-art.com
License:        GNU General Public License
License URI:    license.txt
*/

/**
 * Table of Contents:
 *
 * 1 - Basic
 * 2 - Navbar
 * 3 - Tiles (Home)
 * 4 - Portfolio
 * 5 - About
 * 6 - Services
 * 7 - Team
 * 8 - Clients
 * 9 - Blog
 * 		10 - pagination
 *		11 - comments
 *		12 - widgets
 * 13 - Contact
 * 14 - Follow
 * 15 - Media Query
 *
 * ----------------------------------------------------------------------------
 */
 
/* ==============================================
basic
=============================================== */
body {
	height: 100%;
	font-size: 15px;
}
.wrapper {
	height: 100%;
}
ol, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
.h1, .h2, .h3, .h4 {
	color: #555555;
	font-weight: 400;
}
.h1 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
}
.h2 {
	color: #ffffff;
	font-size: 34px;
	text-align: center;
}
.h3 {
	color: #ffffff;
	padding-bottom: 5px;
}
.h4 {
	color: #FFFFFF;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #FDFDFD;
}
.lead {
	color: #555555;
	text-align: center;
}
.metro-hr {
	width: 100%;
	height: 1px;
	float: left;
	border: none;
	background: #e1e1e1;
	margin: 40px 0 40px 0;
	position: relative;
}
.metro-hr:before {
	width: 25%;
	height: 1px;
	content: '';
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	background: #2A90FF;
}
.btn, .alert, .modal-content {
	border-radius: 0;
}
.navbar .container {
	max-width: 970px;
}
.section .container {
	max-width: 970px;
	padding-bottom: 70px;
}
::selection {
	text-shadow: none;
	background: #b3d4fc;
}
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #303030 url(images/loader.gif) no-repeat center center;
	z-index: 1000;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	margin-top: 20px;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
/* Alignment */
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
embed, iframe, object, video {
	max-width: 100%;
}
.fancy-border {
	width: 100%;
	height: 7px;
	display: block;
	border-top: 1px solid #e7e6e6;
	border-bottom: 1px solid #e7e6e6;
	position: relative;
}
.form-group {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.form-group i {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #B9B9B9;
}
.form-control {
	color: #747474;
	border-radius: 0;
	padding-left: 30px;
}
/* ==============================================
Navbar
=============================================== */
.navbar {
	border: 0;
}
.navbar-blog .container {
	max-width: 1170px;
}
.navbar-default .navbar-nav li a {
	color: #FFFFFF;
	font-size: 16px;
}
.navbar-default .navbar-brand {
	color: #FFFFFF;
}
.nav li a {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-nav li a:hover {
	color: #000000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #34495e;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-right: auto;
}
/* ==============================================
Tile
=============================================== */
.section.home .container {
	max-width: 940px;
	padding-bottom: 0;
}
.tile {
	width: 24%;
	float: left;
	margin: 0.5%;
	position: relative;
}
.tile:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.tile:nth-child(4n+1) {
	clear: both;
}
.tile-item {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 10;
}
.tile-item a, .tile-item a:hover {
	color: #ffffff;
}
.tile-item:hover {
	color: #ffffff;
	-webkit-box-shadow: -3px 3px 3px 1px #858585;
	-moz-box-shadow: -3px 3px 3px 1px #858585;
	-o-box-shadow: -3px 3px 3px 1px #858585;
	box-shadow: -3px 3px 3px 1px #858585;
	-webkit-transform: translate3d(6px, -6px, 0);
	-moz-transform: translate3d(6px, -6px, 0);
	-ms-transform: translate3d(6px, -6px, 0);
	-o-transform: translate3d(6px, -6px, 0);
	transform: translate3d(6px, -6px, 0);
	z-index: 100;
}
.tile-item i {
	display: block;
	padding-top: 9%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.tile-item:hover i {
	-webkit-transform: scale(1.2) rotate(360deg);
	-moz-transform: scale(1.2) rotate(360deg);
	-ms-transform: scale(1.2) rotate(360deg);
	-o-transform: scale(1.2) rotate(360deg);
	transform: scale(1.2) rotate(360deg);
}
.tile-nav {
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	font-size: 19.2px;
	text-align: center;
	position: relative;
}
.tile .ascensorLink {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
}
.tile .ascensorLink .h5 {
	font-size: 18px;
	line-height: 2;
}
/* ==============================================
Portfolio
=============================================== */
.portfolio .container {
	max-width: 800px;
}
.grid-controls {
	margin: 20px 0;
	text-align: center;
}
.grid-controls ul {
	display: inline-block;
}
.grid-controls li {
	min-width: 80px;
	height: 40px;
	float: left;
	margin: 5px;
	background: #33CCFF;
}
.grid-controls li a {
	color: #FFFFFF;
	display: block;
	padding: 10px 10px;
}
.grid-controls li a:hover {
	text-shadow: 0px 0px 10px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}
#grid {
	width: 100%;
	display: inline-block;
	position: relative;
}
#grid li {
	width: 24%;
	float: left;
	margin: 0.5%;
	opacity: 0;
	display: none;
	position: relative;
}
#grid li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#grid li a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 10;
}
#grid li a:hover {
	box-shadow: -3px 3px 3px 1px #858585;
	-webkit-box-shadow: -3px 3px 3px 1px #858585;
	-moz-box-shadow: -3px 3px 3px 1px #858585;
	-o-box-shadow: -3px 3px 3px 1px #858585;
	-webkit-transform: translate3d(6px, -6px, 0);
	-moz-transform: translate3d(6px, -6px, 0);
	-ms-transform: translate3d(6px, -6px, 0);
	-o-transform: translate3d(6px, -6px, 0);
	transform: translate3d(6px, -6px, 0);
	z-index: 100;
}
#grid li a img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#grid li a div {
	position: absolute;
	background: #4AAFFF;
	background: rgba(74, 175, 255, 0.8);
	width: 100%;
	height: 100%;
}
#grid li a div span {
	display: block;
	padding-top: 40%;
	font-weight: normal;
	text-align: center;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.modal-dialog {
	width: 870px !important;
	padding-top: 140px;
}
.modal .modal-body img {
	width: 100%;
	min-height: 300px;
	max-height: 350px;
}
.modal-header {
	padding: 0;
	border-bottom: none;
}
.modal-content {
	color: #FFFFFF;
}
.modal-header .close {
	width: 50px;
	height: 45px;
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #FFFFFF;
}
.modal-title {
	color: #FFFFFF;
	padding: 15px 25px 0;
}
.modal-body {
	padding: 10px 10px 50px 10px;
}
.modal-body .container {
	padding-bottom: 0;
}
.modal-entery .h4 {
	margin: 20px 0 5px;
}
/* ==============================================
About
=============================================== */
.about-carousel {
	margin-bottom: 30px;
}
.about-carousel .item img {
	width: 100%;
	height: 385px;
}
.about-carousel .carousel-control {
	top: auto;
	height: 40px;
	background: #67C8FF;
	background: rgb(103, 200, 255);
}
.about-carousel .carousel-control .icon-prev, .carousel-control .icon-next {
	top: 30%;
	left: 25px;
}
.about-carousel .carousel-control.left {
	width: 50px;
}
.about-carousel .carousel-control.right {
	left: 50px;
	width: 50px;
}
.skills {
	color: #FFFFFF;
	margin-bottom: 30px;
	padding: 30px 30px;
}
.skills p {
	margin-bottom: 5px;
}
.skills .skill-q {
	margin-top: 4px;
	padding-right: 0;
}
.skills .skill-q p {
	margin-top: 6px;
}
.skills h3, .skills h4 {
	color: #ffffff;
	margin: 0 0 10px;
}
.progress {
	height: auto;
	border-radius: 0;
	padding: 10px 0;
	margin-bottom: 0;
	background-color: transparent;
	box-shadow: none;
	position: relative;
	padding-right: 13px;
}
.progress-percent {
	right: -15px;
	bottom: 15px;
	padding: 3px 5px;
	position: absolute;
	background-color: #3FD6FF;
}
.progress-bar-success {
	height: 10px;
	background-color: #82FA82;
	box-shadow: none;
	position: relative;
}
.progress-percent:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #3FD6FF;
	border-width: 5px;
	bottom: -10px;
	right: 30%;
}
.about-box {
	margin-bottom: 30px;
	color: #FFFFFF;
	position: relative;
	padding: 10px 30px 30px 30px;
}
.alert, .vimeo-video, .youtube-video {
	margin-bottom: 30px;
}
.shortcode-btn {
	margin: 15px 0;
}
/* ==============================================
Service
=============================================== */
.brick {
	padding: 10px;
	width: 293px;
	margin-top: 30px;
	text-align: center;
	border: 1px solid #D7D8D9;
	background: #f0f1f2;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.brick:hover {
	background: #f0f1f2 url(images/brick.png) repeat-x top center;
	-webkit-box-shadow: -9px 9px 5px 0px #B4B4B4;
	-moz-box-shadow: -9px 9px 5px 0px #B4B4B4;
	-ms-box-shadow: -9px 9px 5px 0px #B4B4B4;
	-o-box-shadow: -9px 9px 5px 0px #B4B4B4;
	box-shadow: -9px 9px 5px 0px #B4B4B4;
	-webkit-transform: translate3d(6px, -6px, 0);
	-moz-transform: translate3d(6px, -6px, 0);
	-ms-transform: translate3d(6px, -6px, 0);
	-o-transform: translate3d(6px, -6px, 0);
	transform: translate3d(6px, -6px, 0);
}
.brick .h4 {
	color: #000000;
}
.service-img {
	margin: 10px 0;
}
.service-title {
	margin: 15px 0;
}
.service-desc {
	margin: 10px 0;
	position: relative;
	text-align: left;
}
.check-our-work {
	margin-top: 20px;
}
.check-our-work a {
	color: #FFFFFF;
	padding: 10px 20px;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.check-our-work a:hover {
	text-shadow: 0px 0px 10px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}
.service .nav-tabs li {
	text-align: center;
}
.feature-box {
	padding: 15px;
	max-width: 293px;
	margin-top: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.feature-box:hover {
	-webkit-box-shadow: -6px 6px 6px 1px #9E9E9E;
	-moz-box-shadow: -6px 6px 6px 1px #9E9E9E;
	-ms-box-shadow: -6px 6px 6px 1px #9E9E9E;
	-o-box-shadow: -6px 6px 6px 1px #9E9E9E;
	box-shadow: -6px 6px 6px 1px #9E9E9E;
	-webkit-transform: translate3d(6px, -6px, 0);
	-moz-transform: translate3d(6px, -6px, 0);
	-ms-transform: translate3d(6px, -6px, 0);
	-o-transform: translate3d(6px, -6px, 0);
	transform: translate3d(6px, -6px, 0);
}
.feature-box .feature-icon {
	float: left;
	margin-top: 15px;
}
.feature-box .feature-icon i {
	color: #111111;
	font-size: 1.5em;
}
.feature-box .feature-text {
	margin-top: -10px;
	padding-left: 40px;
}
.feature-box .feature-text h3 {
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 20px !important;
}
.service .service-item:nth-child(3n+1) {
	clear: both;
}
/* ==============================================
Team
=============================================== */
.team .col-xs-6:nth-child(3n+1) {
	clear: both;
}
.team-member {
	max-width: 293px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 10;
}
.team-member:hover {
	-webkit-box-shadow: -9px 9px 9px 1px #9E9E9E;
	-moz-box-shadow: -9px 9px 9px 1px #9E9E9E;
	-ms-box-shadow: -9px 9px 9px 1px #9E9E9E;
	-o-box-shadow: -9px 9px 9px 1px #9E9E9E;
	box-shadow: -9px 9px 9px 1px #9E9E9E;
	-webkit-transform: translate3d(6px, -6px, 0);
	-moz-transform: translate3d(6px, -6px, 0);
	-ms-transform: translate3d(6px, -6px, 0);
	-o-transform: translate3d(6px, -6px, 0);
	transform: translate3d(6px, -6px, 0);
	z-index: 100;
}
.team-member img {
	width: 100%;
	max-height: 293px;
}
.team-member .h3 {
	margin: 20px 0 10px 0;
}
.member-social {
	margin: 15px 0;
	text-align: center;
}
.member-social li {
	padding: 3px;
	display: inline-block;
}
.member-social li a {
	width: 40px;
	height: 40px;
	padding-top: 5px;
	display: inline-block;
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.3) inset;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.member-social li a:hover {
	opacity: 1;
	color: #ffffff;
	-webkit-box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.6) inset;
}
/* ==============================================
Client
=============================================== */
.client .photos ul li {
	display: block;
	float: left;
	height: auto;
	line-height: 0;
	width: 33.333333%;
}
.client .photos ul li a {
	display: block;
}
.client .photos ul li img {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.client .quotes {
	color: #FFF;
	float: left;
	min-height: 368px;
	padding: 30px;
	position: relative;
}
.client .quotes:after, .client .quotes:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.client .quotes:after {
	border-width: 20px;
	top: 15px;
}
.client .quotes ul li {
	display: none;
}
.client .quotes ul li p {
	font-size: 20px;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 0;
}
.client .photos ul li.active a img, .client .photos ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.client .photos .author {
	clear: both;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	padding: 20px 20px 20px 40px;
	padding: 2rem 2rem 2rem 4rem;
	position: relative;
}
/* ==============================================
Blog
=============================================== */
.wp-blog {
	padding-bottom: 50px;
}
.blog-post {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}
.blog-post:nth-child(2n+1) {
	clear: both;
}
.blog-post .article {
	width: 100%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 10;
}
.blog-post .article:hover {
	-webkit-box-shadow: -9px 9px 9px 1px #9E9E9E;
	-moz-box-shadow: -9px 9px 9px 1px #9E9E9E;
	-ms-box-shadow: -9px 9px 9px 1px #9E9E9E;
	-o-box-shadow: -9px 9px 9px 1px #9E9E9E;
	box-shadow: -9px 9px 9px 1px #9E9E9E;
	-webkit-transform: translate3d(6px, -6px, 0);
	-moz-transform: translate3d(6px, -6px, 0);
	-ms-transform: translate3d(6px, -6px, 0);
	-o-transform: translate3d(6px, -6px, 0);
	transform: translate3d(6px, -6px, 0);
	z-index: 100;
}
.blog-post .article-body {
	position: relative;
	padding: 10px 20px;
}
.blog-post .article-body .reading i {
	color: #FFFFFF;
	padding-top: 3px;
}
.blog-post .article .article-media img {
	width: 100%;
	max-height: 250px;
}
.blog-post .article .article-tag {
	color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 5px;
}
.blog-post.article .article-tag .fa-tag {
	padding-right: 10px;
}
.blog-post .article .article-by {
	margin-bottom: 10px;
}
.blog-post .article .article-title {
	margin-top: 10px;
}
.blog-post .article .read-more {
	color: #FFFFFF;
	padding: 5px 0;
	margin-top: 30px;
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #FDFDFD;
}
.blog-post .article-tag a, .blog-post .article .article-title a, .blog-post .article .read-more a {
	color: #FFFFFF;
}
.separator {
	color: #FFFFFF;
	padding: 0px 5px;
}
.article {
	margin-bottom: 20px;
}
.article:after {
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	width: 200px;
	margin-top: 30px;
}
.article .article-header {
	margin-bottom: 20px;
}
.article .article-meta {
	margin: 30px 0;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	padding: 5px 0;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.article .article-meta .separator {
	padding: 0px 8px;
}
.wp-blog .article .article-media {
	margin-bottom: 30px;
}
.article .article-media img {
	width: 100%;
	max-height: 300px;
}
.article .article-body img {
	max-width: 100%;
}
.article .article-body p {
	margin-bottom: 20px;
}
.article .article-meta .alignleft {
	width: 80%;
}
.article .article-meta .full-width {
	width: 100%;
}
.article .article-meta .article-more:after {
	font-family: FontAwesome !important;
	content: '\f054';
	color: #333333;
	font-size: 10px;
	padding-left: 5px;
}
.search-error .article-header, .search-error .article-body {
	margin-bottom: 30px;
}
/* pagination */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #383838;
}
.pagination a:hover {
	color: #fff;
	background: #108CFF;
}
.pagination .current {
	padding: 6px 9px 6px 9px;
	background: #229EFF;
	color: #fff;
}
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
/* comments */
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	border-top: 3px solid #D2D8DB;
	border-bottom: 4px solid #D2D8DB;
}
.commentlist li {
	margin: 0;
	padding: 20px 0 10px;
}
.commentlist .the-comment {
	border-bottom: 1px solid #e7e6e6;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.commentlist .the-comment .comment-text *:last-child {
	margin-bottom: 0;
}
.commentlist div.avatar {
	float: left;
	margin-right: 15px;
}
.comment-box {
	margin-left: 70px;
	position: relative;
}
.commentlist .comment-text p {
	margin: 0;
}
.commentlist .comment-author {
	font-size: 14px;
}
.commentlist .comment-author strong {
	padding-right: 5px;
}
.comment-reply-link {
	float: right;
}
.comment-text {
	padding: 10px 0;
}
.children {
	margin-left: 30px;
	margin-top: 15px;
	padding-top: 25px;
	border-bottom: none;
	overflow: hidden;
	padding-bottom: 5px;
}
#respond .container {
	width: auto;
}
#comment-textarea textarea {
	width: 100%;
}
/* widgets */
.sidebar {
	margin-top: 20px;
}
.sidebar .widget {
	font-size: 13px;
	margin-bottom: 20px;
}
.sidebar .widget_meta li a:before, .sidebar .widget_pages li a:before, .sidebar .widget_links li a:before, .sidebar .widget_archive li a:before, .sidebar .widget_nav_menu li a:before, .sidebar .widget_categories li a:before, .sidebar .widget_recent_entries li a:before, .sidebar .widget_recent_comments li:before {
	font-family: FontAwesome !important;
	content: '\f054';
	color: #333333;
	font-size: 10px;
	padding-right: 10px;
}
.widget_meta ul li, .widget_pages ul li, .widget_links ul li, .widget_archive ul li, .widget_nav_menu ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_recent_comments ul li {
	padding: 5px 0;
	border-bottom: 1px solid #d5d5d5;
}
.widget_search input[type=text] {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	padding-left: 30px;
	background-color: #fff;
	color: #999;
	font-size: 12px;
	border: 1px solid #00BFFF;
	transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
}
.widget_tag_cloud .tagcloud a {
	background-color: #00BFFF;
}
.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 2px 5px;
	margin: 3px 2px;
	color: #ffffff;
	font-size: 14px;
	background-color: #50b4e6;
}
/* Error404 */
.error404 .article-header, .error404 .article-body {
	margin-bottom: 30px;
}
/* ==============================================
Contact
=============================================== */
.contact .modal-dialog {
	max-width: 640px;
}
.contact .container {
	max-width: 860px;
}
.contact-holder {
	min-height: 100%;
	position: relative;
}
.contact-box {
	margin: 10px 0;
	padding: 20px 30px;
	position: relative;
	color: #ffffff !important;
	z-index: 10;
}
.contact-box a {
	color: #FFFFFF;
}
.contact-box .h3 {
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
}
.contact-box .close {
	width: 50px;
	height: 45px;
	top: 0;
	right: 0;
	color: #FFFFFF;
	position: absolute;
	opacity: 1;
	filter: alpha(opacity=100);
}
#contactform .btn, .submit {
	border: none;
	background: #F151FF;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contactform .btn:hover, .submit:hover {
	border: none;
	background: #EA00FF;
}
.form-group .fa-arrow-right {
	color: #FFFFFF;
}
#state-message .alert {
	display: none;
}
#state-message .alert-danger {
	margin-bottom: 0;
}
#state-message .alert-success {
	margin-top: 20px;
}
#map {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
}
/* ==============================================
Follow
=============================================== */
.follow .container {
	max-width: 600px;
}
.tweet-box {
	min-height: 100px;
	margin: 0 0.5% 1% 0.5%;
	color: #FFFFFF;
	background: #5398AF;
}
#twitter-carousel {
	padding: 10px 10px 0 10px;
}
#twitter-carousel p {
	margin-bottom: 5px;
}
#twitter-carousel a {
	color: #0033FF;
}
#twitter-carousel .carousel-inner {
	height: 100%;
}
.socialize {
	background: #32CCFF;
	padding: 10px 0 20px 0;
	margin: 0 0.5% 0.5% 0.5%;
}
#social-networks {
	width: 100%;
	display: inline-block;
}
#social-networks li {
	width: 24%;
	float: left;
	margin: 0.5%;
	position: relative;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#social-networks li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#social-networks li:hover {
	-webkit-box-shadow: -3px 3px 3px 1px #858585;
	-moz-box-shadow: -3px 3px 3px 1px #858585;
	-o-box-shadow: -3px 3px 3px 1px #858585;
	box-shadow: -3px 3px 3px 1px #858585;
	-webkit-transform: translate3d(4px, -4px, 0);
	-moz-transform: translate3d(4px, -4px, 0);
	-ms-transform: translate3d(4px, -4px, 0);
	-o-transform: translate3d(4px, -4px, 0);
	transform: translate3d(4px, -4px, 0);
}
#social-networks li a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-top: 30%;
	display: block;
	color: #FFFFFF;
	z-index: 10;
}
#social-networks li a:hover {
	color: #FFFFFF;
}
#social-networks li i {
	display: block;
	-moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#social-networks li:hover i {
	-webkit-transform: scale(1.2) rotate(360deg);
	-moz-transform: scale(1.2) rotate(360deg);
	-ms-transform: scale(1.2) rotate(360deg);
	-o-transform: scale(1.2) rotate(360deg);
	transform: scale(1.2) rotate(360deg);
}
.social-twitter {
	background: #32CCFF;
}
.social-facebook {
	background: #3b5998;
}
.social-googleplus {
	background: #dd4b39;
}
.social-youtube {
	background: #cc181e;
}
.social-pinterest {
	background: #c8232c;
}
.social-linkedin {
	background: #39c;
}
.social-dribbble {
	background: #f06;
}
.social-flickr {
	background: #F10091;
}
.social-instagram {
	background: #3f729b
}
.social-tumblr {
	background: #44546b;
}
.social-skype {
	background: #00aff0;
}
.social-rss {
	background: #FF6600;
}
/* ==============================================
Media Query
=============================================== */
@media (max-width:991px) {
.modal-dialog {
	width: 768px;
	padding: 10px;
}
.feature-box {
	max-width: 455px;
}
.service .service-item:nth-child(2n+1) {
	clear: both;
}
}
 @media (max-width:767px) {
.feature-box {
	max-width: 100%;
}
.team-member {
	max-width: 100%;
}
.team .col-xs-6:nth-child(3n+1) {
	clear: none;
}
.team .col-xs-6:nth-child(2n+1) {
	clear: both;
}
.modal-dialog {
	width: auto;
	padding: 10px;
}
.client .quotes {
	height: auto;
	margin-top: 30px;
}
.client .photos ul li {
	width: 16.666666%;
}
.client .quotes:after, .client .quotes:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.client .quotes:before {
	border-width: 26px;
	left: 20%;
}
.tile .fa-4x {
	font-size: 3em;
}
.modal-entery {
	margin-top: 20px;
}
.tile-item i {
	padding-top: 8%;
}
.navbar-nav {
	float: left !important;
}
.navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.skills {
	margin-top: 30px;
}
}
@media (max-width:640px) {
.tile .fa-4x {
	font-size: 2em;
}
.tile .ascensorLink .h5 {
	line-height: 1.3;
}
}
@media (max-width:480px) {
.tile-item i {
	padding-top: 7%;
}
.team .col-xs-6 {
	width: 100%;
}
.follow .col-xs-4 {
	width: 50%;
}
#social-networks .fa-4x {
	font-size: 3em;
}
.socialize {
	padding: 5px 0 10px 0;
}
}
@media (max-width:420px) {
.tile {
	width: 32.333333%;
}
.tile:nth-child(4n+1) {
	clear: none;
}
.tile:nth-child(3n+1) {
	clear: both;
}
#social-networks li a {
	padding-top: 25%;
}
#social-networks .fa-4x {
	font-size: 2.7em;
}
}