/*
Theme Name:         singulARchitect
Description:        singulARchitect is a single page theme for any type of business.
Version:            1.0.0
Author:             Arpan Tanna
Author URI:         http://singularchitect.arpantanna.com

*/
/* ---------- FONTS ---------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

/* ==========================================================================
   General Styles
   ========================================================================== */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ubuntu', sans-serif;
}
h1 {
	font-size: 2.888888888888889em;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
a {
	color: #717171;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {
	text-decoration: none;
}

.container-fluid {
	min-width:320px;
	border:0;
}
.p5 {
	padding-left: 5px;
	padding-right: 5px;
}
.font-sm {
	font-size: 12px;
}
.m0 {
	margin: 0;
}
.mb20 {
	margin-bottom: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt5 {
	margin-top: 5px;
}
.ml10 {
	margin-left: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr5 {
	margin-right: 5px;
}
.m0a {
	margin: 0 auto;
}
.p0 {
	padding: 0;
}
.ws-nw {
	white-space: nowrap;
}
.dib {
	display: inline-block;
}
.db {
	display: block;
}
.hr-custom {
	border:1px solid #999;
}
.fs-full {
	font-size: 100%;
}
.label-important {
    background-color: #d9534f;
}
.p-rel {
	position: relative;
}
.has-error .well {
	border-color: #a94442;
}
.custom-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.images-responsive-custom {
	width: 100%;
	margin: 0 auto;
}
.loader-parent {
	position: relative;
	min-height: 100px;
}
.loader-parent.loading:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgba(200, 200, 200, 0.5) url('../images/loader.gif') no-repeat center center;
	z-index: 9;
}
label.error {
	color: #ff6d3b;
	font-weight: normal;
	font-size: 14px;
}
#map-container img { 
	max-width: none;
}

/* Bootstrap Css Map Fix*/
#map-container label { 
	width: auto; display:inline; 
} 
.ekko-lightbox.modal .modal-footer {
	font-size: 14px;
	line-height: 1.4;
}

.btn-outline-white {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 2px solid #fff;
}
.btn-outline-white:hover {
	background-color: #fff;
}
.btn-big {
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 40px;
}
.btn-small {
	font-size: 0.875em;
	text-transform: none;
	font-weight: 600;
	padding: 6px 20px;
}

/* ----- CSS for scroll revealler ----- */
.cbp-so-scroller {
	overflow: hidden;
}
/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}
.cbp-so-section:after {
	clear: both;
}
/* Text styling */
/* Sides */
.cbp-so-side {
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 1s, opacity 0.75s;
	-moz-transition: -moz-transform 1s, opacity 0.75s;
	transition: transform 1s, opacity 0.75s;
}
/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}
.cbp-so-side:after {
	clear: both;
}
.cbp-so-side-bottom {
	text-align: inherit;
}
.cbp-so-side-top {
	text-align: inherit;
}
.cbp-so-side-bottom img {
	float: inherit;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}
.cbp-so-init .cbp-so-side-top {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}
.cbp-so-init .cbp-so-side-bottom {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	transform: translateY(-40px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
/*For example, add a delay for the bottom side:*/
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom .cbp-so-side-top {
	-webkit-transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

/* ==========================================================================
   Navigation Bar
   ========================================================================== */
.navbar {
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 3000;
	padding: 20px 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.navbar-fixed-top .navbar-brand {
	margin-top: -10px;
	-webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
}
.navbar-fixed-top.minified .navbar-brand {
	margin-top: -10px;
	-webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
}
.navbar-fixed-top.minified .logo {
	width: 200px;
}
.navbar .navbar-nav {
	float: none;
	margin: 10px 0;
}
.navbar .navbar-nav li {
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-left: 5px;
}
.navbar .navbar-nav li a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 0;
	padding: 12px 16px;
	color: #fff;
	outline: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.navbar .navbar-nav li a:hover {
	background-color: #00a3e8;
	outline: none;
	color: #fff;
}
.navbar .navbar-nav li a:focus {
	background-color: transparent;
	outline: none;
}
.navbar .navbar-nav li:hover {
	background-color: #00a3e8;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.navbar .navbar-nav .active {
	background-color: #00a3e8;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover {
	color: #fff;
}
.navbar .navbar-brand {
	margin: 0 0 0 15px;
	padding: 0;
	margin-top: -5px;
}
.navbar .navbar-toggle {
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar .navbar-toggle:hover {
	background-color: #717171;
	border: 1px solid #717171;
}
.navbar .navbar-toggle:hover .icon-bar {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #8b8b8b;
}
.navbar .navbar-collapse {
	background-color: rgba(0, 0, 0, 0.96);
	text-align: center;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
	margin-top: 15px;
}
.minified {
	opacity: 0.9;
	padding: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* ==========================================================================
   Jumbotron Section
   ========================================================================== */
.jumbotron {
	padding: 103px 0 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	height: auto;
	overflow: hidden;
}
.jumbotron .container {
	text-align: center;
}
.jumbotron h1 {
	color: #fff;
	font-size: 2.888888888888889em;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 80px;
	opacity: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.jumbotron p {
	font-size: 1.333333333333333em;
	line-height: 1.333333333333333em;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-weight: 500;
	margin-bottom: 40px;
	opacity: 0;
}
.jumbotron p .btn {
	color: #fff;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.jumbotron p .btn:hover {
	color: #579f6a;
}
.jumbotron #header-photo {
	opacity: 0;
	margin-top: -100px;
}

/* ==========================================================================
   About Me Section
   ========================================================================== */
#about {
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#about h1 {
	margin: 0 0 40px 0;
	color: #717171;
}
.owner-list-box {
	font-size: 0;
	text-align: center;
}
.owner-list-box img {
	width: 150px;
	float: inherit;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	border: 0;
}
.owner-list-box .owner-block-box {
	display: inline-block;
	float: none;
	font-size: 14px;
	margin-bottom: 20px;
}
.owner-block .user-img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
	border: 1px solid #DDD;
	padding: 4px;
}
.owner-block .user-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 0 #00a3e8;
    -moz-box-shadow: inset 0 0 0 0 #00a3e8;
    box-shadow: inset 0 0 0 0 #00a3e8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    opacity: 0.80;
}
.owner-block .user-img:after {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f00e";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
}
.owner-block:hover .user-img::before {
    content: '';
    -webkit-box-shadow: inset 0 0 0 100px #00a3e8;
    -moz-box-shadow: inset 0 0 0 100px #00a3e8;
    box-shadow: inset 0 0 0 100px #00a3e8;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}
.owner-block:hover .user-img::after {
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
#about .social-icons {
	margin-top: 20px;
}
.social-icons .social-ib {
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
#about .social-icons .icon-social {
	height: 60px;
	width: 60px;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 2px solid #00a3e8;
	margin-top: 20px;
	color: #00a3e8;
	font-size: 30px;
	padding: 13px 0;
}
#about .social-icons .icon-social:hover {
	border: 2px solid #00a3e8;
	color: #fff;
	background: #00a3e8;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
#services {
	background-color: #ebebeb;
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#services h1 {
	margin: 0 0 40px 0;
	color: #717171;
}
#services .service-box {
	border: 2px solid #00a3e8;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
}
#services .icon-content {
	display: inline-block;
    background: #00a3e8;
    border-radius: 50%;
    padding: 10px;
}
#services .service-box:hover .icon-content {
	-webkit-animation: icnrotate 1.5s steps(360) forwards;
	-moz-animation: icnrotate 1.5s steps(360) forwards;
	-o-animation: icnrotate 1.5s steps(360) forwards;
	animation: icnrotate 1.5s steps(360) forwards;
}
#services .info-content p {
	font-size: 14px;
}
@-webkit-keyframes icnrotate{
    0%{-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes icnrotate {
    0%{-moz-transform: rotate(0deg);}
    100%{-moz-transform: rotate(360deg);}
}
@-o-keyframes icnrotate {
    0%{-o-transform: rotate(0deg);}
    100%{-o-transform: rotate(360deg);}
}
@keyframes icnrotate{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolio {
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#portfolio h1 {
	margin: 0 0 40px 0;
	color: #717171;
}
#portfolio .cat-list {
	text-align: center;
	list-style-type: none;
	margin-bottom: 40px;
	width: 100%;
	padding: 0;
}
#portfolio .cat-list li {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
#portfolio .cat-list .active {
	background-color: #00a3e8;
	color: #fff;
}
#portfolio .portfolio-row {
	margin-bottom: 40px;
	list-style-type: none;
	height: auto;
	padding: 0;
}
#portfolio .portfolio-row .portfolio-mix {
	opacity: 0;
	display: none;
	margin-bottom: 30px;
	padding: 0 3px;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a {
	display: inline-block;
	position: relative;
	max-width: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .portfolio-img-parent {
	overflow: hidden;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a img {
	max-width: none;
	height: 230px;
	/*width: 100%;*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-webkit-box-shadow: inset 0 0 0 6px #ccc, inset 0 0 0 0 #00a3e8;
	-moz-box-shadow: inset 0 0 0 6px #ccc, inset 0 0 0 0 #00a3e8;
	box-shadow: inset 0 0 0 6px #ccc, inset 0 0 0 0 #00a3e8;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 0 0 #00a3e8;
	-moz-box-shadow: inset 0 0 0 0 #00a3e8;
	box-shadow: inset 0 0 0 0 #00a3e8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::after {
	display: inline-block;
	font: normal normal normal 40px/1 FontAwesome;
	content: "\f00e";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	opacity: 0;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg {
	opacity: 0.90;
	top: 0;
	left: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
    content: '';
    -webkit-box-shadow: inset 0 0 0 160px #00a3e8;
    -moz-box-shadow: inset 0 0 0 160px #00a3e8;
    box-shadow: inset 0 0 0 160px #00a3e8;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::after {
    opacity: 1;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
	opacity: 1;
	top: 24%;
	-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;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
#portfolio .btn {
	margin: 0 10px;
}
#portfolio .btn-outline-white {
	color: #00a3e8;
	text-transform: none;
	border: 2px solid #00a3e8;
}
#portfolio .btn-outline-white:hover {
	background-color: #00a3e8;
	color: #fff;
}
#portfolio p .btn-outline-white {
	text-transform: uppercase;
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */
#testimonials {
	background-color: #ebebeb;
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#testimonials h1 {
	margin: 0 0 40px 0;
	color: #717171;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
#contact {
	background-color: rgba(25,25,34,0.7);
	text-align: center;
	padding: 100px 0;
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}
#contact h1 {
	margin: 0 0 40px 0;
	color: #fff;
}
#contact p.ff {
	color: #fff;
}
#contact .icon {
	color: #fff;
	margin-top: 20px;
}
#contact .contact-meta {
	font-size: 0.7777777777777778em;
	line-height: 1.5em;
}
#contact-form {
	font-size: 14px;
}
#contact-form input {
	font-size: 14px;
}
#contact form {
	margin-top: 30px;
}
#contact form input,
#contact form textarea {
	border-width: 3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.has-error input::-webkit-input-placeholder, .has-error textarea::-webkit-input-placeholder {
	color: #a94442;
}

.has-error input:-moz-placeholder, .has-error textarea:-moz-placeholder { /* Firefox 18- */
	color: #a94442;  
}

.has-error input::-moz-placeholder, .has-error textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #a94442;  
}

.has-error input:-ms-input-placeholder, .has-error textarea:-ms-input-placeholder {  
	color: #a94442;  
}
#contact form button[type="submit"] {
	outline: none;
	background: none;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#contact form button[type="submit"]:hover {
	background-color: #fff;
	color: #121e2a;
}
#map-container {
	width: 100%;
	height: 440px;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer {
	background-color: #121e2a;
	text-align: center;
}
.footer p {
	color: #00a3e8;
	line-height: 1.666666666666667;
	margin: 10px 0;
}
.footer .copyright {
	margin: 20px 0;
}
.scrolltotop {
	position: fixed;
	bottom: -50px;
	right: 20px;
	height: 40px;
	width: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.scrolltotop:hover {
	color: #00a3e8;
	background-color: #eee;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.scrolltotop:hover i {
	opacity: 1;
}
.scrolltotop i {
	line-height: 40px;
	opacity: 0.5;
}
.show-to-top {
	opacity: 1;
	bottom: 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* ==========================================================================
   Responsive css
   ========================================================================== */

@media (min-width: 768px) {
	.navbar .navbar-nav {
		float: right;
		margin: 7px 0 7px 0;
	}
	.navbar.minified .navbar-nav {
		float: right;
		margin: 2px 0 2px 0;
	}
	.navbar .navbar-nav li {
		margin-left: 3px;
	}
	.navbar .navbar-nav li a {
		display: inline-block;
		padding: 8px 12px;
		color: #717171;
	}
	.navbar .navbar-collapse {
		background-color: rgba(255, 255, 255, 0);
		text-align: center;
		-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		margin-top: 0;
	}
	#about .round-outline {
		height: 100px;
		width: 100px;
	}
	#about .round-outline .round-photo-anchor img {
		margin: 0;
	}
	#portfolio .cat-list {
		text-align: center;
		list-style-type: none;
		margin-bottom: 40px;
	}
	#portfolio .cat-list li {
		display: inline-block;
		margin-bottom: 0;
		padding: 6px 20px;
	}
	#testimonials .da-slider {
		height: 320px;
	}
	.da-arrows-prev {
		left: 30%;
		background: transparent url('../img/arrow-left.png') no-repeat top left;
	}
	.da-arrows-next {
		right: 30%;
		background: transparent url('../img/arrow-right.png') no-repeat top left;
	}
	.cnt-icon {
		float: left;
	}
	.cnt-info {
		padding-left: 50px;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.navbar .navbar-nav {
		float: right;
		margin: 7px 0 7px 0;
	}
	.navbar .navbar-nav li {
		margin-left: 5px;
	}
	.navbar .navbar-nav li a {
		display: inline-block;
		padding: 8px 16px;
		color: #717171;
	}
	.navbar .navbar-collapse {
		background-color: rgba(255, 255, 255, 0);
		text-align: center;
		-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
	}
	#about .round-outline {
		height: 164px;
		width: 164px;
	}
	#about .round-outline .round-photo-anchor img {
		margin: 4px;
	}
	#testimonials .da-slider {
		height: 300px;
	}
}

@media (min-width: 1201px) {
	#header {
		height: auto;
	}
	#testimonials .da-slider {
		height: 280px;
	}
	.da-arrows-prev {
		left: 40%;
		background: transparent url('../img/arrow-left.png') no-repeat top left;
	}
	.da-arrows-next {
		right: 40%;
		background: transparent url('../img/arrow-right.png') no-repeat top left;
	}
}

@media (max-width: 991px) {
	.text-left-sm {
		text-align: left;
	}
	#contact form {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.navbar-fixed-top .logo {
		width: 200px;
	}
	.cbp-so-init .cbp-so-side {
		opacity: 1;
	}
	.portfolio-img-parent img {
		height: 200px;
		width: auto;
	}
	.ekko-lightbox.modal .modal-dialog {
		max-width: none !important;
	}
	.ekko-lightbox.modal .modal-body img {
		margin-left: auto;
		margin-right: auto;
	}
	.ekko-lightbox-nav-overlay a {
		opacity: 1;
	}
}
