/* Agency HTML5 Responsive Business/Portfolio Template
Author: Sarfraz Shoukat of eGrappler.com and Greepit.com
Theme Designed/Developed for: Shahbaz Saleem of Themesforce.com
-------------------------------------------------- */



/* Body and structure
-------------------------------------------------- */

body {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
}
/* Code in headings */
h3 code {
	font-size: 14px;
	font-weight: normal;
}

::selection, ::-moz-selection {
background: #2d2d2d;
color: #fff;
text-shadow: none;
}
/* Search with page heading */
.bsearch {
	margin-top:15px;
}
.search input {
	border:none;
	width:0px;
	background:#fff url(../img/search.png) no-repeat 7px 7px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	padding-left: 28px;
}
.search input:focus {
	width:150px;
}
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
	font-size: 13px;
}
/* Change the docs' brand */
body > .navbar .brand {
	padding-right: 0;
	padding-left: 0;
	margin-right: 20px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
body > .navbar .brand:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}
.navborder .navbar-inner .container1 {
	border-bottom: 1px solid red;
	margin-bottom: 60px;
}
/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
	padding-top: 30px;
}
section > .page-header, section > .lead {
	color: #5a5a5a;
}
section > ul li {
	margin-bottom: 5px;
}
/* Separators (hr) */
.bs-docs-separator {
	margin: 40px 0 39px;
}
.nav-agency li {
	line-height: 60px !important;
	font-size: 13px;
}
.nav-agency .dropdown-menu {
	border-radius:0px;
	display: none;
	position: absolute;
	width: 180px;
	left: 10px;
	margin-top: 0px;
	padding:0;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 300;
	background-color: #fff;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}
.nav-agency .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.nav-agency .active .dropdown-menu {
	left:0px;
}
.nav-agency .dropdown-menu .divider {
 *width: 100%;
	height: 1px;
	margin: 9px 1px;
 *margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}
.nav-agency .dropdown-menu a {
	display: block;
	border-bottom: 1px solid #DFDFDF;
	clear: both;
	font-weight: normal;
	line-height: 2;
	color: #333;
	white-space: nowrap;
	text-align: left;
	padding-left: 0px;
	text-shadow: none;
	padding: 3px 12px;
}
.nav-agency .dropdown-menu li > a:hover, .nav-agency .dropdown-menu li > a:focus, .nav-agency .dropdown-submenu:hover > a {
	text-decoration: none;
	background-color: none;
}
.nav-agency .dropdown-menu .active > a, .nav-agency .dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: none;
	filter: none;
}
.nav-agency .dropdown-menu li:last-child a {
	border-bottom: none;
}
.nav-agency .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background:none;
	background-color: rgba(0, 0, 0, 0.02) !important;
}
.bordered {
	border-bottom: 1px solid #e1e1e1;
}
.darkbordered { border-bottom: 0px solid rgba(0,0,0,0.5); box-shadow:0px 3px 3px #000; }

/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-align: center;
}
.jumbotron h1 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}
.jumbotron p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}
.splash {
	position: absolute;
	z-index: -1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.splash img {
	height: 100%;
	width: 100%;
}
.show-case-item {
}
#nav-header {
	position: absolute;
	left: 48%;
}
#nav-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-header ul li {
	display: inline-block;
	margin: 5px;
}
#nav-header ul li a {
	color: White;
	text-decoration: none;
}
#nav-header ul li a.active {
	text-decoration: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: white;
	border-bottom-color: white;
}
/* Download button */
.masthead .bigbtn {
	color: #fff;
	text-shadow: 0 1px 0 #912e01;
	background-color: #d8c431;
	text-decoration: none;
	text-transform: uppercase;
	padding: .3em 1.4em;
	-webkit-border-radius: 2.8em;
	-moz-border-radius: 2.8em;
	-o-border-radius: 2.8em;
	-ms-border-radius: 2.8em;
	border-radius: 2.8em;
	background-image: linear-gradient(bottom, rgb(255,96,43) 1%, rgb(255,148,67) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,96,43) 1%, rgb(255,148,67) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,96,43) 1%, rgb(255,148,67) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,96,43) 1%, rgb(255,148,67) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,96,43) 1%, rgb(255,148,67) 100%);
	box-shadow: inset 0 1px 0 #ffd265, 0 0 0 1px #912e01, 0 0 0 7px rgba(0,0,0,.1), 0 1px 4px rgba(0,0,0,.6);
	font-weight: 700;
	font-style: normal;
	overflow: visible;
	border: none;
	font-size: 24px;
}
.masthead .bigbtn:hover {
	background-color: #ff831e;
	background-image: linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
}
.masthead .bigbtn:active {
	background-color: #ff831e;
	background-image: linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,148,67) 1%, rgb(255,96,43) 100%);
}
.page-header h1 {
	margin:10px 0 14px 0;
}
#main-nav select {
	display: none;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

.ML0 { margin-left:0 !important; }


/*********** Home - Column Banner ***********/

.intro { margin: 30px 0 0px 0; padding-bottom: 30px; }
.intro h1 { line-height:1.2; color:#fff; }
.intro h2{ font-weight:normal; line-height:1.77; color:#c0c0c0; }



.darkblock { background:#333;}
.lattice { background:url(../img/lattice.jpg) bottom repeat-x; margin-bottom:40px;}
.triangle {background:#1172A8 url(../img/grey-triangle-border.png) bottom repeat-x; padding:30px 0;}
.bordered {background:#67a5cb; height:10px;}
.triangle-blue {background: url(../img/grey-triangle-border.png) bottom repeat-x; padding:30px 0;}
.triangleflip{background: url(../img/grey-triangle-border-flip.png) bottom repeat-x; padding:0; height:7px; }

.container .home-hero {
	clear: both;
	margin: 0!important;
	width: auto;
	height: 500px;
	padding-top:0;
}
.container .home-hero ul {
	width: 100%;
	height: 100%;
	list-style:none; 
	margin:0;padding:0;
}
.container .home-hero ul li {
	position: relative;
	width: 100%;
	height: 20%;
	cursor: pointer
}

.container .home-hero ul li .img-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center !important;
	background-size: 100% auto !important;
	filter: grayscale(0.5);
	-webkit-filter: grayscale(0.5);
	-moz-filter: grayscale(0.5);
	-o-filter: grayscale(0.5);
	-ms-filter: grayscale(0.5);
	
}

.container .home-hero ul .img-container:hover {
	
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.container .home-hero ul li .text-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	text-align: center;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition: height 0.7s;
}

.container .home-hero ul li:hover .text-container { background: rgba(0,0,0,0.6); height:35%; }
.container .home-hero ul .img-container{
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;}


.container .home-hero ul li .text-container:hover h3, .container .home-hero ul li:hover h3 { color:#fff;}
.container .home-hero ul li .text-container h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px !important;
	width:100%;
	margin:0;
	
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.container .home-hero ul li .text-container h3:hover { color:#fff;}
.container .home-hero ul li .text-container h4 {
	font-size: 12px;
	color: #ababab;
	line-height: 19px;
	padding: 0 20px 20px !important;
	margin:0;
}


@media (min-width: 1024px) {
.container .home-hero ul li .text-container {
	
}

.container .home-hero ul li .text-container h3 {
	font-size: 20px
}
.container .home-hero ul li .text-container h4 {
	font-size: 14px
}
}
.no-js .home-hero h3 {
	padding-top: 45px !important
}

/*********** Ends Home - Column Banner ***********/

/* Quick Contact Bar - on Home rihgt before footer */
.quick-contact {
	background: #edf3f3 !important;
	border-radius: 0;
	margin: 0;
	padding: 20px 0;
	}
.MBm60{ margin-bottom:-60px; }

/* Masthead (docs home)
------------------------- */
.masthead {
	padding: 0px 0 0px;
	margin-bottom: 0;
	color: #fff;
}
.question-section {
	margin-bottom: 60px;
}
.question-section h4 {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline-block;
}
/* home 2 */

.featured-boxes {
	background: #FFF;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 1px 1px #eee;
	-moz-box-shadow: 0px 0px 1px 1px #eee;
	box-shadow: 0px 0px 1px 1px #eee;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: box-shadow .2s linear, color .2s linear;
	-moz-transition: box-shadow .2s linear, color .2s linear;
	-o-transition: box-shadow .2s linear, color .2s linear;
	-ms-transition: box-shadow .2s linear, color .2s linear;
	transition: box-shadow .2s linear, color .2s linear;
}
.feature-inner {
	margin: 20px;
}
.feature-inner {
 *zoom: 1;
}
.feature-inner:before, .feature-inner:after {
	display: table;
	line-height: 0;
	content: "";
}
.feature-inner:after {
	clear: both;
}
.featured-boxes i {
	font-size: 90px;
	display: inline-block;
	color: #666b73;
	border: none;
	line-height:normal;
	padding-right: 30px;
	padding-top:0px !important;
	margin-top:0px !important;
	float: left;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.featured-boxes .inner2 {
	margin:0 10px;
}
.featured-boxes .inner2 h2 {
	font-size:2em;
}
.featured-boxes .inner2 i {
	line-height:0.8;
}
.featured-boxes.noborder {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.Icon .img-compatible, .Icon .img-compatible.hover, .Icon .img-responsive, .Icon .img-responsive.hover, .Icon .img-creative, .Icon .img-creative.hover, .Icon .img-customize, .Icon .img-customize.hover {
	display:inline-block;
	width:48px;
	height:48px;
	margin:20px 0;
}
/* Contact Specific */
.contact form {
	overflow-x: hidden;
}
.contact form .formcol {
	width: 46.058823529412%;
	float: left;
	margin-right: 5.882352941176%;
}
.contact form .formcol:last-child {
	margin-right: 0;
}
.contact form label {
	display: block;
	color: #2f2f2f;
}
.contact form input[type=text] {
	padding: .5em;
	width: 98%;
}
.contact form select {
	width: 104%;
}
.contact form textarea {
	width: 97%;
	padding: .5em;
	height: 10em;
}
.contact form img.ajax-loader {
	display: none;
}
.img-location {
	padding-left: 45px !important;
}
.img-skype {
	padding-left: 45px !important;
}
.img-narrow, .img-narrow-red {
	padding-left: 45px !important;
}

.img-phone {
	padding-left: 45px !important;
}
.img-linkedin {
	padding-left: 45px !important;
}
.bordered-list {
	background:#fff;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bordered-list li {
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
	display: block;
	float: none;
	clear: both;
}
.bordered-list li.last {
	border-bottom: 0px;
}
/* Pricing Specific */
#pricing {
	margin-top:60px;
}
#pricing .price-plan {
	position: relative;
	background: #1f1f1f;
}
#pricing .price-plan h2 {
	font-size: 1.25em;
	color: #fff;
	font-weight: 600;
	letter-spacing: 5px;
	text-align: center;
	padding: 1em 0;
	margin: 0;
}
#pricing .price-plan h2:after {
	content: ' ';
	display: block;
	width: 222px;
	margin: 20px auto 0;
	height: 2px;
	background: white;
}
#pricing .price-plan .price {
	padding: 8px 0 30px 0;
}
#pricing .price-plan .price .inside {
	font-weight: 100;
	color: white;
	text-align: center;
	line-height: 100px;
	height: 100px;
}
#pricing .price-plan .price .inside .super {
	font-size: 24px;
	position: relative;
	top: -60px;
	left: -7px;
}
#pricing .price-plan .price .inside .amt {
	letter-spacing: -4px;
	font-size: 116px;
	margin-right: 6px;
	font-weight: 300;
	margin-left: -5px;
}
#pricing .price-plan .price .inside .sub {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	margin-left: -5px;
}
#pricing .price-plan .info {
	text-align: center;
}
#pricing .price-plan .info p {
	font-size: 12px;
}
#pricing .price-plan .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#pricing .price-plan .info ul li {
	font-size: 15px;
	line-height: 50px;
	color: #696969;
	background: #f7f7f7;
	border-bottom: solid 1px #e9e9e9;
	text-align: center;
}
#pricing .price-plan .info ul li .free {
	display: inline-block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #DA4F49;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-weight: 500;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
#pricing .price-plan .info ul li.feature-pages, #pricing .price-plan .info ul li.feature-bandwidth, #pricing .price-plan .info ul li.feature-storage, #pricing .price-plan .info ul li.feature-contributors {
	font-weight: bold;
	color: #222;
}
#pricing .price-plan .info ul li:first-child {
	padding-top: 10px;
}
#pricing .price-plan .info ul li:last-child {
	padding-bottom: 10px;
}
#pricing .price-plan-standard {
	margin-left: 0;
}
#pricing .price-plan-standard .bubble .inside {
	text-indent: 12px;
}
#pricing .price-plan-standard .bubble .inside .amt {
	margin-left: 3px;
}
#pricing .price-plan-unlimited {
	margin-left: 30px;
}
#pricing .price-plan-unlimited .bubble .inside {
	text-indent: 8px;
}
#pricing .get-started {
	padding-left: 60px;
	padding-top: 115px;
}
#pricing .get-started h2, #pricing .get-started p {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
}
#pricing .get-started h2 {
	color: #1d1d1d;
}
#pricing .get-started p {
	color: #888;
}
#pricing .get-started a.get-started-button {
	margin-top: 88px;
	background-color: #F5E78B;
	-webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	transition: background-color 0.1s ease-out, color 0.1s ease-out;
	padding: 12px 40px 11px;
	color: black;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#pricing .get-started a.get-started-button:hover {
	background-color: #f2e9ad;
}
#pricing .questions {
	padding: 90px 0 0 0;
	clear: both;
}
#pricing .questions .header h2 {
	background: #1d1d1d;
	padding: 30px 20px;
	color: white;
	font-weight: 100;
	font-size: 36px;
	display: block;
	width: auto;
	display: inline-block;
}
#pricing .questions h3 {
	color: #222;
	font-size: 16px;
	margin-top: 2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	margin-bottom: 0;
	display: inline-block;
}
#pricing .questions p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
#pricing .questions .column {
	width: 450px;
	float: left;
}
#pricing .questions .column-first {
	margin-right: 60px;
}
/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
	padding: 15px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
/* Quick links on Home */
.bs-docs-social-buttons {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.bs-docs-social-buttons li {
	display: inline-block;
	padding: 5px 8px;
	line-height: 1;
 *display: inline;
 *zoom: 1;
}
/* Subhead (other pages)
------------------------- */
.subhead {
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.subhead h1 {
	font-size: 60px;
}
.subhead p {
	margin-bottom: 20px;
}
.subhead .navbar {
	display: none;
}
/* Marketing section of Overview
-------------------------------------------------- */

.marketing {
	text-align: center;
	color: #5a5a5a;
}
.marketing .span3 {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 18px 25px;
}
.marketing .span3:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.marketing .content {
	margin:0 20px;
}
h2.sectiontitle {
	padding-bottom:20px;
	margin: 25px 0 5px 0;
	font-weight:bold;
}
h2.sectiontitle.notopmargin {
	margin-top:0px;
}
h2.sectiontitle:before {
	content:"|";
	padding-right:10px;
}
.list-services {
	list-style:none;
	margin:0;
	padding:0;
}
.list-services li {
	line-height:30px;
}
.feature {
	margin-bottom:20px;
}
.feature.nobottommargin {
	margin-bottom:-10px;
}
.feature-circle {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 6px;
	color: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
}
.feature-description {
	margin-left: 45px;
}
.red {
	background:#B63832;
}
.blue {
	background:#2DA0CE;
}
.grey {
	background:#34302D;
}
.four-o-four {
	font-size: 300px;
	line-height: 1;
	text-align:center;
}
.four-o-four p {
	font-size:16px;
}
/* =============================================================== */
/* Info Box
================================================================ */
.info-box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align:middle;
	margin: 60px 0 0px 0;
	padding-bottom:1px;
}
.info-box-home { 
	background:#edf3f3 !important;
	border-radius:0;
	margin:0;
	padding:20px 0;
}

.info-box-home h2 { color:#545454; line-height:1.5; }

.info-box h2 {
	margin:20px;
}
.info-content {
	float: left;
}
.textleft {
	text-align: left;
}
.services {
	list-style: none;
	margin-left: 0;
}
.services li {
	line-height: 30px;
}
.bordertop {
	border-top: 1px solid #EEE;
	margin-top: 20px;
	padding-top: 20px;
}
/* Carousel Slider on home page */


.homecarousel .carousel {
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
	z-index: 200;
}
.homecarousel .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.homecarousel .carousel .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.homecarousel .carousel .item > img {
	display: block;
	line-height: 1;
}
.homecarousel .carousel .active, .homecarousel .carousel .next, .homecarousel .carousel .prev {
	display: block;
}
.homecarousel .carousel .active {
	left: 0;
}
.homecarousel .carousel .next, .homecarousel .carousel .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.homecarousel .carousel .next {
	left: 100%;
}
.homecarousel .carousel .prev {
	left: -100%;
}
.homecarousel .carousel .next.left, .homecarousel .carousel .prev.right {
	left: 0;
}
.homecarousel .carousel .active.left {
	left: -100%;
}
.homecarousel .carousel .active.right {
	left: 100%;
}
.homecarousel .carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #373b43;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.homecarousel .carousel-control-home-right {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 60px;
	margin-top: -20px;
	right:0px;
	left: auto;
	background-color: #222;
	background: rgba(0, 0, 0, 0.65);
 *bottom: 50px;
	background-image: url(../img/images/next.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.homecarousel .carousel-control-home-left {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 60px;
	margin-top: -20px;
	color: #ffffff;
	text-align: center;
	background-color: #222;
	background-image: url(../img/images/prev.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
	left:0px;
	right: auto;
	-webkit-transition: background-position 0.2s ease-out 0.1s;
	-moz-transition: background-position 0.2s ease-out 0.1s;
	-o-transition: background-position 0.2s ease-out 0.1s;
	-ms-transition: background-position 0.2s ease-out 0.1s;
	transition: background-position 0.2s ease-out 0.1s;
}
.homecarousel .carousel-control.right {
	right: 15px;
	left: auto;
}
.homecarousel .carousel-control:hover {
	color: #ffffff;
	text-decoration: none;
}
.homecarousel .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}
.homecarousel .carousel-caption h4, .homecarousel .carousel-caption p {
	line-height: 20px;
	color: #ffffff;
}
.homecarousel .carousel-caption h4 {
	margin: 0 0 5px;
}
.homecarousel .carousel-caption p {
	margin-bottom: 0;
}
.bannertext {
	margin-top:60px;
}
.carousel .thumbnail {
	position:relative;
}
.carousel .thumbnail ul {
	margin:0;
	padding:0;
	margin-left:10px;
}
/*
.carousel .thumbnail .inner{margin-left:-49.5px!important;margin-top:-23px!important;}*/

.carousel-control {
	-webkit-transition: none!important;
	-moz-transition:none!important;
	-o-transition:none!important;
	top:0!important;
	margin-top:0!important;
}
.work-item-image-container .inner {
	left: 50%!important;
}
.caronav, .caronav-full {
	position: relative!important;
	margin-left: 0!important;
	margin-top: 0!important;
	width: 48px;
	height: 24px;
	float: right;
}
a.carousel-control.left {
	left:0!important;
}
a.carousel-control.right {
	right:-4px!important;
}
.alert p {
	margin:0px!important;
}

/* Tab content on home */
.tab-content.home { padding:20px 0px 20px 0px;}
.tab-content.home h6 { margin-bottom:0; font-size:12px;}
.tab-content.home  #blog p{padding-left:82px; }
.tab-content.home .blog-item { margin-top:30px; }
.tab-content.home .blog-item:first-child { margin-top:0;}
/***************************************************************
social icons on home page
***************************************************************/

.social {
	list-style:none;
	margin-left:0px;
}
.social a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin: 0 14px 10px 0;
}
.social a:hover {
	background-position: 0 -24px
}
.social .twitter {
	background-image: url(../img/twitter.png)
}
.social .linkedin {
	background-image: url(../img/in.png)
}
.social .google {
	background-image: url(../img/google.png)
}
.social .facebook {
	background-image: url(../img/facebook.png)
}
.social .skype {
	background-image: url(../img/skype.png)
}
.greenbtnsmall {
	background: #373b43;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border: none;
	outline: none;
	margin-bottom: 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.greenbtnsmall:hover {
	background: #ff7361;
	color: #FFF;
	text-decoration: none;
}
.greenbtn {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border:none;
	border:0px;
	margin:20px;
	display: inline-block;
	zoom: 1;
	vertical-align: 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	letter-spacing: .5px;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	padding: 10px 20px;
	font-size: 13px;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
	margin-top:22px !important;
}
.greenbtn:hover {
	text-decoration: none;
}
.greenbtnslide {
	background: #373b43;
	padding: 12px 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border: none;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.greenbtnslide:hover {
	text-decoration: none;
}
/* Footer
-------------------------------------------------- */



footer h2, footer h3, footer h4 {
	color: #fff;
	font-weight: normal;
}
footer .copyright {
	font-size: 0.9em;
	margin-top: 21px;
	background: #1B212A;
	border: 0;
	color: #535961;
	line-height:40px;
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
}
.footer ul li {
	float:left;
	margin-left: 20px;
	line-height: 40px;
}
.footer ul li:first-child {
	margin-left:0px;
}
.footer {
	margin-top: 60px;
	border-top: 1px solid #e5e5e5;
	background: #0D1116;
	color: #919191;
}
.footer-home {
	margin-top: 10px;
}
.footer a {
	color: #fff;
}
.footer h2.sectiontitle {
	background:url(../img/title-pattern-footer.png) repeat-x bottom left;
	padding-bottom: 8px;
  margin: 35px 0 12px 0;
  font-weight: bold;
}
.footer .inputbox {
	background: #1B212A;
	border: 0;
	color: #535961;
	width: 100%;
	height: 32px;
	padding: 7px 10px 7px 10px;
	margin: 10px 0 0 0;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 100%;
	border: 0px dashed #EEE;
	color: #AAA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 170%;
	font-size: 12px;
}
.footer .MT10 {
	margin-top:10px;
}
.footer-links li {
	line-height: 32px;
	font-size: 12px;
	border-bottom: 1px solid #232323;
}
.footer-links li:hover {
	background: #1d1d1d;
}
/*==================Flickr widget style=============*/
.flickr_badge_image {
	width: 50px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
/* Special grid styles
-------------------------------------------------- */

.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
}
.show-grid:hover [class*="span"] {
	background: #ddd;
}
.show-grid .show-grid {
	margin-top: 0;
	margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
	background-color: #ccc;
}
/* Misc
-------------------------------------------------- */

/* For input sizes, make them display block */
.docs-input-sizes select, .docs-input-sizes input[type=text] {
	display: block;
	margin-bottom: 9px;
}
/* Icons
------------------------- */
.the-icons {
	margin-left: 0;
	list-style: none;
}
.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}
.the-icons i:hover {
	background-color: rgba(255,0,0,.25);
}
/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
	position: relative;
	margin: 15px 0;
	padding: 14px 19px 14px;
 *padding-top: 19px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* Echo out a label for the example */
.bs-docs-example:after {
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
	margin-top: -20px;
	padding-top: 15px;
}
/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
	margin-bottom: 0;
}
.bs-docs-example .table, .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, .bs-docs-example > .nav, .bs-docs-example blockquote {
	margin-bottom: 5px;
}
.bs-docs-example .pagination {
	margin-top: 0;
}
.bs-navbar-top-example, .bs-navbar-bottom-example {
	z-index: 1;
	padding: 0;
	height: 90px;
	overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
	margin-left: 0;
	margin-right: 0;
}
.bs-navbar-top-example {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
	top: auto;
	bottom: -1px;
	-webkit-border-radius: 0 4px 0 4px;
	-moz-border-radius: 0 4px 0 4px;
	border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
	margin-bottom: 0;
}
form.bs-docs-example {
	padding-bottom: 19px;
}
/* Images */
.bs-docs-example-images img {
	margin: 10px;
	display: inline-block;
}
/* Tooltips */
.bs-docs-tooltip-examples {
	text-align: center;
	margin: 0 0 10px;
	list-style: none;
}
.bs-docs-tooltip-examples li {
	display: inline;
	padding: 0 10px;
}
/* Popovers */
.bs-docs-example-popover {
	padding-bottom: 24px;
	background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin: 20px;
}
/* Blog Specific */
.blog article {
	margin-bottom: 4em;
}
#single article { /* margin-bottom: 0; */
}
.blog article:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog article h2 {
	font-size: 2em;
	margin: 0 !important;
}
.blog article h2 a {
	color: #2f2f2f;
	font-weight: 400;
	font-style: normal;
}
.blog article h2 a:hover {
	color: #2f2f2f;
	text-decoration: none;
}
.blog article h3 {
	font-size: 1.5em;
}
.blog article h4 {
	font-size: 1.2em;
}
.blog article blockquote {
	color: #2f2f2f;
	border-left: 1px solid #7C7C7C;
	padding-left: 15px;
	line-height: 1.6em;
}
.blog article blockquote .author {
	color: #757575;
}
.blog article code, .blog article pre {
	font-size: .9em;
	color: #484848;
}
.blog article pre {
	padding: 1em;
	background: #F5F4F4;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	-o-border-radius: .5em;
	-ms-border-radius: .5em;
	border-radius: .5em;
}
.blog article .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.blog article .video-container iframe, .blog article .video-container object, .blog articlel .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog article .read-more-link {
	padding-right: 22px;
	background: url(../images/icon_right-arrow.png) no-repeat right center;
}
.blog article aside .blog-post-type h3 {
	width: 91px;
	height: 94px;
	text-indent: -9999px;
	display: block;
	margin: 1.3em auto 0;
}
.blog article aside .blog-post-type h3.article {
	background: url(../images/icon_blog-article.png) no-repeat;
}
.blog article aside .blog-post-type h3.link {
	background: url(../images/icon_blog-link.png) no-repeat;
}
.blog article aside .blog-post-type h3.video {
	background: url(../images/icon_blog-video.png) no-repeat;
}
.blog article aside .blog-post-type h3.image {
	background: url(../images/icon_blog-image.png) no-repeat;
}
.blog article:hover aside .blog-post-type h3 {
	background-position: 0 -94px;
}
.blog article aside .blog-post-date {
	text-align: center;
	margin: 2em 0 1em 0;
}
.blog article aside .blog-post-comments {
	text-align: center;
}
.blog article aside .blog-post-comments a {
	color: #757575;
	font-style: normal;
	font-weight: 400;
}
.blog article aside .blog-post-comments a:hover {
	color: #d8c431;
	text-decoration: none;
}
.blog .blog-post-tags {
	margin-top: 3px;
}
.blog .blog-post-tags ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog .blog-post-tags li a {
	float: left;
	margin: 0 .5em .5em 0;
	padding: .2em .8em;
	background-color: #f5f4f4;
	font-size: .6em;
	font-style: normal;
	color: #757575;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	border: 1px solid #d0d0d0;
}
.blog .blog-post-tags li a:hover {
	text-decoration: none;
}
.blog article aside h4 {
	margin: 0;
	font-size: 1.2em;
}
.blog article aside p {
	margin: 0;
	font-size: .9em;
}
.blog article .social {
	margin: 1em 0 0 0;
}
.blog .sharing a:hover {
	text-decoration: none;
	color: #d8c431;
}
.blog article aside {
	line-height: 1.4em;
}
.blog .blog-post img {
	margin-bottom: 10px;
}
.blog .blog-post .wp-caption {
	background: none;
	border: none;
}
.blog .blog-post .wp-caption-text {
	padding: .5em;
}
.blog .blog-post .alignleft {
	margin: 1em 1em 1em 0;
}
.blog .blog-post .alignright {
	margin: 1em 0 1em 1em;
}
.blog .post-meta ul {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
	margin: 0 .5em .5em 0;
	padding: .2em .8em;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}
.blog .post-meta ul li {
	float: left;
	margin-right: 1em;
	font-size: 0.8em;
}
.blog .nav-tabs {
	margin-bottom: 0px !important;
}
.blog .tab-pane {
	padding: 15px;
	background: white;
	padding-bottom: 1px;
	border: 1px solid #DFDFDF;
	border-top: 0px;
}
.blog_cat {
	padding-top: 0px;
}
.blog .indexMeta {
	background: url(../img/blog-title-bg2.png);
	border-top: 1px solid #d0d0d0 !important;
	border-bottom: 1px solid #d0d0d0 !important;
	clear: both;
	position: relative;
	padding: 20px !important;
	padding-bottom: 40px !important;
	margin-bottom: 40px;
}
.blog .indexMeta h2 {
	width: 600px;
}
.blog .indexMeta .dd_buttons {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 112px;
	border-left: 1px solid #d9d9d9;
	padding-left: 10px;
}
.blog .indexMeta .dd_button {
	height: 25px;
	float: right;
	margin: 3px 0px;
	overflow: hidden;
	width: 110px;
}
/* comment form */

#comment_form {
	margin: 0 10px;
	position: relative;
	float: left;
	display: inline;
	padding: 20px 0;
}
.comment_wrap {
	position: relative;
	float: left;
	display: inline;
	border-bottom: 1px solid #eeeeee;
	margin: 20px 10px;
	padding: 10px 0;
	overflow: hidden;
}
.comment_user {
	position: relative;
	float: left;
	display: inline;
	margin: 0 20px -545px 0;
	width: 70px;
	padding: 0 0 540px;
}
.comment_date {
	position: absolute;
	top: 0;
	right: 0;
}
.comment_txt {
	position: relative;
	float: left;
	display: inline;
	padding-bottom: 25px;
}
/* contact */

.con_fil {
	position: relative;
	display: inline-block;
	float: left;
	margin: 10px 0;
	width: 100%;
}
label {
	display: block;
	margin-bottom: 5px;
}
.textbox, .textmsg, .textselect {
	padding: .5em;
	box-shadow: 0 1px 0px #fff, inset 0px 1px 1px 0 #e6e5e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 1em;
}
.textbox, .textmsg {
	width: 100%;
	padding: .5em;
	box-shadow: 0 1px 0px #fff, inset 0px 1px 1px 0 #e6e5e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 1em;
}
.textselect {
	width: 100%;
}
/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
	display: block;
	font-weight: normal;
	color: #999;
}
.responsive-utilities tbody th {
	font-weight: normal;
}
.responsive-utilities td {
	text-align: center;
}
.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
	margin-top: 5px;
	margin-left: 0;
	list-style: none;
	overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
	position: relative;
	float: left;
	width: 25%;
	height: 43px;
	font-size: 14px;
	font-weight: bold;
	line-height: 43px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test li + li {
	margin-left: 10px;
}
.responsive-utilities-test span {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test span {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}
/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
	width: 228px;
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
	display: block;
 *width: 190px;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
	background-image: url(../img/glyphicons-halflings-white.png);
	opacity: 1;
}
.bs-docs-sidenav.affix {
	top: 40px;
}
.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}
.navbar .btn-navbar {
	margin-top: 50px;
}
/* Work Specific */
.work .row-fluid {
	/*padding-bottom: 60px;*/
	margin-bottom: 60px;
}
.work.onecolwork .row-fluid {
	margin-bottom: 60px;
}
.work.onecolwork img {
	margin-bottom:0px !important;
}
.work .row-fluid:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.work .work-note {
	padding-bottom: 0em;
	border-bottom: none;
}
.work .work-note p {
	margin-bottom: 0;
}
.work .work-note p strong {
	font-style: italic;
}
.work .devices {
	padding: 0;
	margin: -1em 0 1em 0;
}
.work .devices li {
	list-style: none;
	text-indent: -9999px;
	float: left;
	margin-right: .3em;
}
.work .devices .phone {
	background: url(../img/icon_phone.png) no-repeat;
	width: 28px;
	height: 62px;
}
.work .devices .tablet {
	background: url(../img/icon_tablet.png) no-repeat;
	width: 72px;
	height: 62px;
}
.work .devices .desktop {
	background: url(../img/icon_desktop.png) no-repeat;
	width: 105px;
	height: 62px;
}
.work .devices .print {
	background: url(../images/icon_print.png) no-repeat;
	width: 46px;
	height: 62px;
}
.work .coming-soon p {
	text-align: center;
	padding: 1em;
	font-size: 1.4em;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
.work-thumbs {
	list-style: none;
	margin: 0;
	margin-top: 2em !important;
	padding-left: 0 !important;
}
.work-thumbs li {
	float: left;
	margin-right: 2em !important;
}
.work-thumbs li img {
	width: 174px !important;
}
.work-thumbs li.last {
	margin-right: 0 !important;
}
#work-filter2 {
	display:table;
}
#work-filter2.btn-group .btn {
	display:table-cell;
	width:auto;
}
#work-filter {
	margin: 0;
	padding: 0;
	margin-bottom:60px;
	border-bottom:1px solid #eee;
	padding:10px;
	height: 24px;
}
#work-filter:after {
	clear:both;
	float:none;
}
#work-filter li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
#work-filter li a {
	padding: 2px 8px;
	text-decoration: none;
}
.portfolio_showcase {
	margin: 0;
	padding: 0;
	list-style: none;
}
.work-pagination ul {
	list-style: none;
	margin: 20px 0 0 0;
}
.work-pagination ul li {
	display: inline;
	width: 25px;
	text-align: center;
}
.work-item {
	transition: all 500ms;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	text-align:center;
	margin-bottom: 60px;
}
.home-featuredwork p {
	margin: 0 15px 15px 15px;
}
.greyhome {
	margin-top:-5px;
}
.greyhome .nav-tabs { margin-top:30px;}
.home-featuredwork .work-item {
	margin-bottom: 0px;
}
.row-fluid.about-project {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.about-project ul {
	list-style:none;
	margin-left: 0px;
}
.project-details {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
/* Client Logo List
====================================*/
.client-list {
	list-style:none;
	margin:0;
	padding:0;
}
.client-list li {
	border: 1px solid #e5e5e5;
	float: left;
	margin: -1px 0 0 -1px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.client-list li:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
/*work-item-overlay style*/
.work-item-overlay .inner ul li a.gallery-btn:hover {
	background-color: white;
}
.work-item-overlay .inner ul li a.gallery-btn {
	background-color: #F5E78B;
	-webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	transition: background-color 0.1s ease-out, color 0.1s ease-out;
	padding: 4px 20px;
	color: black !important;
	font-size: 11px;
	font-weight: 600;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	background-color: #E5E5E5;
}
.work-item-overlay .inner ul {
	list-style: none;
}
.work-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
.work-item-overlay .inner {
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.work-item-overlay .inner li {
	margin-left:-10px;
}
.work-item-overlay:hover {
	opacity: 1;
}
.work-item-image-container {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	text-align:center;
}
.work-item-image-container .inner {
	left: 45%;
}
.work-item-image-container:hover {
	-webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
	transition: background-color 0.1s ease-out, color 0.1s ease-out;
	opacity: 1;
}
.work-item-image-container .work-item-overlay .inner ul li a:hover, .work-item-image-container .work-item-overlay .inner ul li a:active {
	outline: 0;
}
.work-item-image-container .work-item-overlay .inner ul li a:hover {
	text-decoration: none;
}
.work-item-image-container .work-item-overlay .inner ul li a {
	color: #0085BD;
	text-decoration: none;
}
.work-item-image-container > img {
	width: 100%!important;
}
#number {
	height: 22px;
	color: White;
	margin-top: 20px;
	text-align: center;
}
#number a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('../img/sliderdotgrey.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
}
#number a.activeSlide {
	background-image: url('../img/sliderdotgrey-active.png');
}
.gallery-circle {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 6px;
	color: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gallery-circle:hover {
	opacity:0.6;
}
/* Testimonials */

.home-testimonial {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	border-radius:3px;
	border: 1px solid #e4e4e4;
}
.home-testimonial .img-quote {
	position: absolute;
	margin-top: 67%;
	z-index: 10;
	margin-left: 83%;
	display:none;
}
.home-testimonial .img-quote {
	border: 1px solid #e4e4e4;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.home-testimonial p {
	margin:20px;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
.bs-docs-container {
	max-width: 970px;
}
.bs-docs-sidenav {
	width: 258px;
}
.blog .indexMeta h2 {
	width: 600px;
}
.caronav-full {
	position: absolute;
	margin-left: 0!important;
	margin-top: 0!important;
}
.home-testimonial .img-quote {
	position: absolute;
	margin-top: 65%;
	z-index: 10;
	margin-left: 86%;
	display:none;
}
.contact form input[type="text"] {
	width:98%;
}
.contact form textarea {
	width:97%;
}
.footer ul {
	float:right;
}
}


