/*
Theme Name: Luxury Living Theme
Author: 
Author URI: 
Description: Responsive, Bootstrap 3.0, Custom Theme Options, Widget etc.
*/
/* MAIN STYLES
-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #5a5a5a;
	font-family: 'futura_ltregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a {
	color: #D75F66;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'brandon_grotesquemedium';
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	padding: 0;
	letter-spacing: -1px;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height:28px;
}
/* CONTENT ELEMENTS



-------------------------------------------*/



.container, .navbar-collapse {
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 15px;
}
.navigation {
	position: relative;
	background: #141414;
	padding: 33px 0;
	width: 100% !important;
}
#home .navigation {
	display: none;
}
.navigation .container {
	position: relative;
}
.nav-hide {
	color: #a89da8;
	cursor: pointer;
	font-family: arial;
	font-weight: bold;
	margin: 11px -7px 0 0;
	position: absolute;
	right: 0;
}
.nav-hide:hover {
	text-decoration: none;
	color: #a89da8;
}
/*#innerpage .navigation {

	display: none;

}

#innerpage.page-contact .navigation, #innerpage.page-services .navigation {

	display: block;

}

#innerpage.page-contact .nav-hide {

	display: none;

}*/

.header {
	background: #000;
}
#home .header, #innerpage.page-services .header/*, #innerpage.page-contact .header*/ {
	position: absolute;
	left: 0;
	z-index: 111;
	background: none;
	width: 100%;
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: -10px;
	margin-right: -10px;
}
.nav-container {
	border: solid 1px #252525;
	border-left: none;
	border-right: none;
}
.navbar-nav > li {
	padding: 0 1px;
	position: relative;
}
.navbar-nav li a {
	color: #888888;
	padding: 10px 28px;
	font-family: 'futura_md_btmedium';
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.nav > li:hover > a, .nav > li:focus > a, .nav > li.current-menu-item > a, .nav > li.current_page_parent > a {
	background: #4B4B4B;
	color: #fff;
	padding: 10px 27px;
	border: solid 1px #252525;
	border-top: none;
	border-bottom: none;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-nav li ul {
	position: absolute;
	left: 1px;
	right: 1px;
	top: 100%;
	display:none;
	margin-top: 12px;
	z-index: 11;
	background: #121212;
	border: none;
}
.navbar-nav li:hover > ul {
	display:block;
	margin-top: 0;
}
.navbar-nav li ul li {
	width: auto;
	border: none;
	list-style: none;
}
.navbar-nav li ul li a {
	display: block;
	color: #888888;
}
.navbar-nav li ul li:hover > a {
	color: #fff;
}
/* --------------header Css-----------------*/







.header {
	padding: 20px 0;
}
.header ul {
	float: left;
	list-style: none outside none;
	padding-top: 16px;
	width: auto;
}
.header ul li {
	float:left;
	padding-right: 15px;
}
.header ul li a {
	color: #ffffff;
}
.header ul li.togmenu {
	padding:0;
}
.header ul li a.nav-show {
	width:60px;
	height:14px;
	display:block;
	text-indent:-5000px;
	cursor:pointer;
	background: url(images/menu-icon.png) 0 0 no-repeat;
	margin:4px 0 0 30px;
}
.toggal_menu .home_toggal_menu {
	display: block;
}
.right_content {
	float: right;
	width: 200px;
}
.toggal_menu .navbar-collapse.collapse {
	display: none !important;
}
.toggal_menu {
	float: left;
	width: 100px;
}/*

.navbar-collapse {

	position: absolute;

	right: 0;

	top: 100%;

	width: 300px !important;

	background: #141414;

	left: inherit;

	min-height: inherit;

	z-index: 111;

	overflow: hidden !important;

}

.navbar-collapse li {

	width: 100%;

}

.navbar-collapse li ul {

	right: 100%;

	left: inherit;

	background: #141414;

	top: 0;

	width: 300px;

}

.nav > li:hover > a, .nav > li:focus > a, .nav > li.current-menu-item > a, .nav > li.current_page_parent > a {

	-moz-border-bottom-colors: none;

	-moz-border-left-colors: none;

	-moz-border-right-colors: none;

	-moz-border-top-colors: none;

	border-color: none;

	border-image: none;

	border-left: 1px solid #252525;

	border-right: 1px solid #252525;

	border-style: none solid;

	border-width: medium 1px;

	color: #ffffff;

	padding: 10px 36px;

}*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: auto;
	max-width: inherit;
	width: 100%;
}
.carousel-control {
	color: #ffffff;
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 15%;
	z-index:11;
}
.sliderSec {
	position: relative;
	overflow:hidden;
}
.sliderSec .carousel-caption p {
	color: #ffffff;
	font-size: 14px;
	text-shadow: none;
	font-family: 'brandon_grotesque_regularRg';
	margin-top: 20px;
}
.sliderSec .btn-lg {
	background: none;
	border: medium none;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.33;
	margin-top:0;
	padding:0;
	font-family: 'futura_md_btmedium';
}
.carousel-overly {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.carousel-caption {
	top: 260px;
	bottom:inherit;
	padding-left:20px;
	padding-right:20px;
	z-index: 111;
}
.carousel-caption h1 {
	border-bottom: 4px double #575353;
	box-shadow: none;
	padding-bottom: 18px;
}
/* --------------header Css-----------------*/





/* --------------brands sec Css-----------------*/



.brands_sec {
	background: url(images/brands_sec.png) repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 60px 0;
	z-index: 11;
}
.brands_sec ul li {
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
}
/* --------------brands sec Css-----------------*/



.footer {
	background: #1e1e1e;
	color: #fff;
	padding: 30px 0;
}
.footer p {
	margin: 0;
}
.footer .menu {
}
.footer .menu li {
	list-style: none;
}
.footer .menu li a {
	color: #b5b5b5;
	margin: 0 0 0 10px;
	font-size: 14px;
	font-family: 'brandon_grotesque_regularRg';
}
.footer .menu li a:hover {
	color: #505050
}
.footer .menu li a:hover {
	text-decoration: none;
}
.footer h4 {
	color: #5f5f5f;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: 'brandon_grotesque_regularRg';
}
.footer ul.address_col li {
	display: inline;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 12px;
	margin-right: 22px;
	padding-left: 12px;
}
.footer ul.address_col li a {
	color: #b5b5b5;
	font-size: 14px;
	margin-right: 22px;
	padding-left: 5px;
	text-decoration: none;
}
.addres_sec {
	border-top: 1px solid #323232;
	margin: 40px 0 0;
	padding: 20px 0 0;
}
.address_col {
	margin: 0;
}
.copyRight {
	font-size: 12px;
	font-family: 'brandon_grotesque_regularRg';
	color: #b5b5b5;
	text-align: right;
	padding-top: 5px;
}
.es_lablebox {
	padding-bottom: 3px;
	font-size: 12px;
	font-family: 'brandon_grotesque_regularRg';
	color: #b5b5b5;
}
.es_textbox_class {
	background: #272727;
	border: medium none;
	color: #7f7f7f;
	font-size: 14px;
	padding: 3px 5px;
	width: 200px;
	font-family: 'brandon_grotesque_regularRg';
}
.footer .es_button {
	padding-bottom: 5px;
	padding-top: 0;
}
.footer .es_textbox_button {
	background: #424242;
	border: medium none;
	padding: 2px 0;
	width: 100px;
	font-size: 14px;
	font-family: 'brandon_grotesque_regularRg';
	text-transform: uppercase;
	color: #9B9B9B;
}
.es_msg {
	display: none;
}
.titleSec {
	padding: 30px 0;
	margin: 0 0 40px 0;
}
.f-phone {
	background: url(images/icon-mobile.png) no-repeat 0 1px
}
.f-email {
	background: url(images/icon-email.png) no-repeat 0 1px;
}
.f-address {
	background: url(images/icon-map.png) no-repeat scroll 0 2px;
}
.leftSidebar .leftCol {
	float: right;
}
/* BLOG ITEMS */







.postItem {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #bbb;
}
.postItem .postThumbnail a {
	display: block;
	padding: 5px;
	background: #fff;
	border: solid 1px #CCC;
}
.postItem h5 {
	letter-spacing: normal;
}
.postItem .meta {
	font-size: 11px;
	color: #666;
	margin-bottom: 18px;
}
.postTags {
	font-size: 13px;
	background: url(images/ico_tag.png) 0 50% no-repeat;
	padding-left: 24px;
	margin: 25px 0 0;
}
blockquote {
	padding-left: 80px;
	margin: 20px 0 15px 0;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(images/bk_blockquote.png) 0 15px no-repeat;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
/* PAGINATION */







.emm-paginate {
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}
.emm-paginate a {
	background: url(images/bk_pagenavi.jpg) 0 100% repeat-x;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
}
.emm-paginate .emm-title {
	color: #555;
	margin-right: 4px;
}
.emm-paginate .emm-gap {
	color: #999;
	margin-right: 4px;
}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {
	color: #fff;
	background: #18AEF5;
	border: 1px solid #0A95D8;
	margin-right: 5px;
	padding: 4px 8px;
}
.emm-paginate .emm-page {
}
.emm-paginate .emm-prev, .emm-paginate .emm-next {
}
/* COLRIGHT ELEMENTS 



-------------------------------------*/







.rightBox {
	margin-bottom: 30px;
	font-size: 14px;
}
.rightBox h2 {
	padding: 5px 0;
	font-size: 14px;
	letter-spacing: normal;
	border-bottom: solid 3px #BACA70;
	text-transform: uppercase;
}
.rightBox ul {
}
.rightBox ul li {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	list-style: none;
}
.searchform label {
	display: none;
}
.searchform {
	position: relative;
}
.searchform #s {
	padding: 10px 40px 10px 10px;
	background: #f1f1f1;
	border: solid 1px #D7D7D7;
	width: 100%;
}
.searchform #searchsubmit {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	text-indent: -5000px;
	border: none;
	width: 20px;
	height: 20px;
	background: url(images/icon-search.png) center no-repeat;
}
/* COMMENTS



-----------------------------------*/



.h2comments {
	background: #D2A982;
	padding: 5px 5px 2px 5px;
	font-size: 18px;
	letter-spacing: normal;
}
ul.commentlist {
	list-style: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 20px;
	border-top: 3px solid #D2A982;
	border-bottom: 4px solid #D2A982;
	padding: 0;
	padding-bottom: 10px;
}
ul.commentlist ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}
ul.commentlist li {
	padding: 20px 0 10px 50px;
	position: relative;
	margin-top: 0;
	background: url(images/bk_horiz_line.jpg) 0 0 repeat-x;
}
ul.commentlist li img {
	border: none;
}
ul.commentlist li p {
	font-size: 13px;
	margin: 10px 0;
}
ul.commentlist li .comment-meta, ul.commentlist li .text {
	margin-left: 20px;
}
ul.commentlist li .comment-meta span {
	font-size: 11px;
	color: #999;
}
ul.commentlist li .comment-meta {
}
ul.commentlist li .gravatar {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 20px;
	left: 0;
}
ul.commentlist li .gravatar .gravatar_mask {
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/bk_gravatar_mask.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
}
ul.commentlist .reply {
	position: absolute;
	right: 0;
	top: 25px;
	width: 46px;
	height: 21px;
	text-align: center;
	font-size: 12px;
}
ul.commentlist .reply a {
	display: block;
	width: 46px;
	height: 21px;
	font-style: italic;
	background: #BACA70;
	color: #fff;
}
ul.commentlist .reply a:hover {
	text-decoration: none;
	color: #333;
}
ul.commentlist li .children li {
	margin-top: 15px;
	padding-top: 25px;
	border-bottom: none;
	overflow: hidden;
	padding-bottom: 5px;
}
ul.commentlist li .children li .gravatar {
	top: 20px;
}
ul.commentlist li .children li .reply {
	top: 30px;
}
/* COMMENTS F0RM */







#respond #commentsForm {
	background: #f1f1f1;
	padding: 10px;
	font-size: 16px;
	letter-spacing: normal;
}
#commentform p {
	margin: 0;
	font-size: 13px;
}
#commentform label {
	display: block;
	padding: 5px 0;
}
#commentform input, #commentform textarea {
	border: 1px solid #ddd;
	padding: 8px;
	width: 300px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #0099FF;
}
#commentform textarea {
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#commentform input[type="submit"] {
	border: none;
	width: 151px;
	height: 32px;
	margin-top: 10px;
	cursor: pointer;
	background: url(images/but_form.jpg) 0 100% repeat-x;
	color: #FFF;
	font-size: 12px;
	padding: 0;
}
/*------------------------------about us page css here-------------------------------*/
.about_content p {
	font-family: 'futura_ltlight';
	font-size: 15px;
	line-height: 28px;
	color: #767676;
	letter-spacing: 2px;
	text-align: left;
}
.about_content a, .siteBtnP a {
	border: 1px solid #bebebe;
	color: #767676;
	display: inline-block;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 18px;
	margin: 30px 0;
	padding:10px 27px;
	text-decoration: none;
	text-transform: uppercase;
}
.about_content a:hover, .siteBtnP a:hover {
	background: #4b4b4b;
	color: #fff;
}
.nav > li > a {
	padding: 10px 27px;
}
.nav-tabs > li {
	display: inline-block;
	margin-bottom: -1px;
	float:none
}
.nav.nav-tabs {
	border: none;
}
.tab-content {
	margin-top: 20px;
}
ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover, ul.nav-tabs li a:hover, .nav-tabs > li.active > a:focus {
	background:  #4b4b4b;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	color: #ffffff;
}
.titleSec {
	text-align: center;
	margin: 0;
	padding: 30px 0;
}
.titleSec h1 {
	font-family: 'brandon_grotesquelight';
	border-bottom: 1px solid #bebebe;
	display: inline-block;
	padding-bottom: 15px;
	font-size: 45px;
	text-transform: uppercase;
	color: #616161;
	margin: 0px;
}
.about_content {
	text-align: center;
}
.contentSec {
	padding: 30px 0;
	clear:both;
}
.about_content h1, .our-team h1 {
	border-bottom: 1px solid #bebebe;
	color: #616161;
	display: inline-block;
	font-family: 'brandon_grotesquelight';
	font-size: 45px;
	margin: 30px 0;
	padding-bottom: 15px;
}
.our-team-sec {
	text-align:center;
	border:none;
}
.our-team {
	background:#000;
}
.our-team img {
	width: 100%;
}
/*#innerpage.page-contact .right_content {

	display: none;

}*/

.contact-sec {
	background:#000;
}
.contact-sec >.container >.row {
	background:url(images/contact-bg.jpg) no-repeat center 0;
	margin: 0;
}
.contact-right {
	background: #fff;
	padding: 90px 30px 30px 30px;
	text-align: center;
}
.contact-right iframe {
	width: 100%;
}
.contact-adrs {
	padding: 85px 0 0 0;
}
.contact-right h1, .contact-right h5 {
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	margin: 0;
}
.contact-right h1 span {
	border-bottom: solid 1px #c6c6c6;
	padding: 5px 0;
}
.contact-right ul {
	margin: 50px auto 0 auto;
	padding: 0;
	max-width: 230px;
}
.contact-right ul li {
	list-style: none;
	font-size: 15px;
	color: #1b1b1b;
	font-family: 'brandon_grotesquethin';
	padding: 25px 0;
}
.contact-right ul li a {
	color: #1b1b1b;
}
.contact-right ul li img {
	margin: 0 0 10px 0;
}
.contactForm {
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	color:#fff;
	margin-top:350px;
}
.contactForm h1 {
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	margin: 0;
	font-size:40px;
	font-weight:bold;
	color:#fff;
}
.contactForm ul {
	margin:100px 0 30px 0;
}
.contactForm ul li {
	margin:30px 0 30px 0;
	list-style:none;
}
.contactForm ul li label {
}
.contactForm ul li .c-input {
	background:none;
	border:none;
	width:100%;
	color:#fff;
	font-size:16px;
	border-bottom:solid 1px #fff;
	border-left:solid 1px transparent;
	border-top:solid 1px transparent;
	border-right:solid 1px transparent;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
}
.contactForm ul li:hover .c-input {
	border:solid 1px #fff;
	background:rgba(255,255,255,0.3)
}
.contactForm ul li .c-input.wpcf7-not-valid {
	border:solid 1px #f00;
	background:rgba(255, 0, 0, 0.2);
}
.contactForm ul li textarea.c-input {
	height:100px;
}
.contactForm ul li.c-btn {
	border:none;
	text-align:right;
}
.contactForm ul li.c-btn input {
	border:solid 1px #fff;
	color:#fff;
	background:none;
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	margin: 0;
	font-size:15px;
	padding:5px 60px;
}
.contactForm ul li.c-btn input:hover {
	color:#000;
	background:#fff;
}
.contactForm ul li span.wpcf7-not-valid-tip {
	font-size: 14px;
	padding: 3px 0 0 0;
	text-transform: none;
}
.contactForm ul li div.wpcf7-validation-errors {
	background:rgba(247, 231, 0, 0.2);
	border: 2px solid #f7e700;
}
.contactForm ul li div.wpcf7-mail-sent-ok {
	background:rgba(57, 143, 20, 0.7);
	border: 2px solid #398f14;
}
.titleSec.services-page {
	background: url(images/services-bg.jpg) 0 130px no-repeat fixed;
	background-size:100% 600px;
	padding:130px 0 100px 0;
	color:#fff;
}
.titleSec.services-page h1 {
	color:#fff;
	font-family: 'brandon_grotesquethin';
	font-size:51px;
	border-bottom:solid 1px #fff;
	padding:0 0 8px 0;
	margin:0 0 10px 0;
}
.titleSec.services-page p {
	font-size:30px;
	padding:20px 0;
}
.titleSec.services-page p .bannerBtn {
	border:solid 1px #fff;
	color:#fff;
	background:none;
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	margin: 0;
	font-size:24px;
	padding:5px 60px;
	text-decoration:none;
}
.titleSec.services-page p .bannerBtn:hover {
	background:rgba(0,0,0,0.5);
}
.titleSec.peoject-page p {
	clear: both;
	margin: 0;
	padding: 40px 0 0;
}
.titleSec.peoject-page p .bannerBtn {
	border:solid 1px #bebebe;
	color:#616161;
	background:none;
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	margin: 0;
	font-size:15px;
	padding:5px 15px;
	text-decoration:none;
}
.titleSec.services-page p .bannerBtn:hover {
	background:rgba(0,0,0,0.5);
}
.services-content {
	text-align:center;
}
.services-list .services {
	padding:50px 0;
}
.services-thumb {
	width:220px;
	height:220px;
	margin:60px auto 0;
	border-radius:100%;
	overflow:hidden;
	text-align:center;
}
.services-thumb img {
	height:220px;
	width:auto;
	max-width:none;
}
.services-list .services-content {
	text-align:left;
}
.services-content h1 {
	font-family: 'brandon_grotesquethin';
	border-bottom: 1px solid #bebebe;
	display: inline-block;
	padding-bottom: 15px;
	font-size: 50px;
	text-transform: uppercase;
	color: #616161;
	margin:0 0 50px 0;
}
.services-content p {
	padding:10px 0;
}
.services-content p.readmore a {
	border:solid 1px #bebebe;
	color:#787878;
	background:none;
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	margin: 0;
	font-size:15px;
	padding:5px 40px;
	text-decoration:none;
}
.services-list .services-content h2 {
	font-family: 'brandon_grotesquethin';
	text-transform: uppercase;
	margin: 0;
	font-size:34px;
	border-bottom: 1px solid #bebebe;
	display: inline-block;
	padding-bottom: 15px;
}
.services-list .services-content p {
	margin:0;
	padding:20px 0;
}
.services-list .services-content p.readmore {
	text-align:right;
}
/*------------------------------Development us page css here-------------------------------*/



.developmentSec {
	background:#fff;
	padding:20px 0;
}
/* Vertical Accordion Style */



.va-container {
	position:relative;
	margin:0 auto 0 auto;
	height:800px;
}
.va-wrapper {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.va-slice {
	cursor:pointer;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	overflow:hidden;
	opacity:1 !important;
	background-position:center;
}
.va-content {
	display:none;
	padding:125px;
	position:relative;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	color:#fff;
}
.va-content .titleSec h1 {
	color:#fff;
	font-size:50px;
}
.va-nav span {
	width:51px;
	height:92px;
	background:url(images/pro-prev.png) no-repeat center center;
	position:absolute;
	top:50%;
	left:30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
	margin:-46px 0 0 0;
}
.va-nav span.va-nav-next {
	background-image:url(images/pro-next.png);
	left:inherit;
	right:30px;
}
.va-nav span:hover {
	opacity:1.0;
}
.pro-thumb {
	bottom: 50px;
	left: 10px;
	position: absolute;
	right: 10px;
	text-align: center;
}
.pro-btn {
	text-align:center;
	padding:50px 0;
}
.pro-btn a {
	border:solid 1px #fff;
	color:#fff;
	background:none;
	font-family: 'brandon_grotesquethin';
	margin: 0;
	font-size:24px;
	padding:5px 45px;
	text-decoration:none;
}
.pro-btn a:hover {
	background:rgba(0,0,0,0.8);
}
.project-slider {
	float: left;
	position: relative;
	width: 100%;
	position:relative;
}
.rs_thumbs-sec {
	background:#ebebeb;
	height:130px;
	padding:30px 0;
}
.project-slider img {
	width:100%;
}
.project-video iframe {
	width:100%;
}
.project-desc {
	padding:20px 0 0 0;
}
.project-desc h1, .projectBtm h1 {
	font-family: 'brandon_grotesquelight';
	border-bottom: 1px solid #bebebe;
	display: inline-block;
	padding-bottom: 15px;
	font-size: 45px;
	text-transform: uppercase;
	color: #616161;
	margin: 0px;
	margin:0 0 30px 0;
}
#richslider .rs_thumbs {
	width: 95%;
}
#richslider .rs_thumbs div {
	width: 3158px;
}
ul.nav-tabs li {
	margin: 0 68px;
}
ul.nav-tabs li a {
	border: 1px solid #dfdfdf;
	border-radius: 0;
}
.projectBtm {
	text-align:center;
}
.projectBtm h1 {
	font-size: 25px;
	margin-top:70px;
}
.projectBtm ul {
	margin:0;
	padding:0;
}
.projectBtm ul li {
	list-style:none;
	float:left;
	margin:0 1.5%;
	font-family: 'brandon_grotesquelight';
	padding-bottom: 15px;
	text-transform: uppercase;
	color: #616161;
	font-size:15px;
	width:30%;
}
.projectBtm ul li a {
	color: #616161;
	padding:70px 0 0 0;
	display:block;
}
.projectBtm ul li a.p-map {
	background:url(images/icon-p-map.png) center 0 no-repeat;
}
.projectBtm ul li a.p-info {
	background:url(images/icon-p-info.png) center 0 no-repeat;
}
.projectBtm ul li a.p-brochure {
	background:url(images/icon-p-brochure.png) center 0 no-repeat;
}
.projectBtm ul li a.p-facebook {
	background:url(images/icon-p-facebook.png) center 0 no-repeat;
}
.projectBtm ul li a.p-gplus {
	background:url(images/icon-p-gplus.png) center 0 no-repeat;
}
.projectBtm ul li a.p-twitter {
	background:url(images/icon-p-twitter.png) center 0 no-repeat;
}
.media-coverage .media {
	margin:0 0 20px 0;
	text-align:center;
}
.media-coverage h1 {
	font-family: 'brandon_grotesquelight';
	padding-bottom: 18px;
	text-transform: uppercase;
	color: #616161;
	font-size:15px;
	letter-spacing:1px;
	margin:0 0 15px 0;
	padding:0;
}
.media-coverage h1 a {
	color: #616161;
}
.pagination {
	border:solid 1px #e4e4e4;
	border-right:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.pagination a, .pagination span {
	height:40px;
	float:left;
	padding:0;
	text-align:center;
	line-height:40px;
	font-family: 'brandon_grotesquelight';
	font-size:15px;
	color:#444444;
	padding:0 20px;
	border-right:solid 1px #e4e4e4;
}
.pagination span.current, .pagination a:hover {
	background:#f2f2f2;
}
.our-awards {
	text-align:center;
}
.bx-wrapper .bx-viewport {
	border:none;
	box-shadow:none;
	padding:0;
}
.our-awards .awards-thumb table {
	height:700px;
}
.our-awards .awards-thumb table img {
	display:inline;
}
.bx-wrapper .bx-controls-direction a {
	height:49px;
	width:26px;
	margin-top:-25px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
	background:url(images/slider-arrow.png) 0 0 no-repeat;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
	background:url(images/slider-arrow.png) 100% 0 no-repeat;
}
.awards-txt p.awardsbtn {
	padding:50px 0;
}
.awards-txt p.awardsbtn a {
	border:solid 1px #bebebe;
	color:#616161;
	background:none;
	font-family: 'brandon_grotesquethin';
	margin: 0;
	font-size:15px;
	padding:10px 50px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
.ourawards img {
	float: left;
	margin: 0 50px 50px 0;
}

 @media(min-width:1200px) {
.contactForm {
	width:100%;
	float:right;
}
}
 @media(min-width:992px) {
.container {
	width: 960px;
}
.services-content .container {
	width: 800px;
}
}
 @media (min-width:768px) and (max-width:979px) {
.es_textbox_class {
	width: 100%;
}
.va-container {
	height:700px;
}
.va-content {
	padding:50px;
}
}
 @media(max-width:767px) {
.nav-hide {
	display:none;
}
.navbar-nav li ul {
	position:static;
}
.media_section ul li {
	width: 100%;
}
.es_textbox_class {
	width: 200px;
}
.carousel-caption {
	position: static;
	background: #000;
}
.navigation {
	display: none;
}
#home .header {
	position: static;
	background: #000;
}
.logo {
	text-align: center;
}
.navbar-collapse {
	width: 100% !important;
}
.brands_sec {
	position: static;
}
.brands_sec ul li {
	margin: 2% 1%;
	width: 48%;
}
.header ul {
	float:right;
}
.header ul li {
	float:left;
	padding-right: 0;
}
.header ul {
	margin: 0 0 10px;
	padding-top: 15px;
}
.header ul li a {
	color: #ffffff;
	margin-right: 5px;
}
.navbar-collapse {
	margin-top: 50px;
}
.footer ul.address_col li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 12px;
	width: 100%;
}
.copyRight {
	text-align: left;
}
.contact-sec {
	background: url(images/contact-bg.jpg) 0 0 no-repeat;
}
.contactForm {
	background:rgba(0, 0, 0, 0.2);
	margin-top: 50px;
	padding: 10px;
}
}
 @media(max-width:480px) {
.va-container {
	height:450px;
}
.va-content {
	padding:20px;
}
.va-content .titleSec h1 {
	font-size:15px;
}
.va-content p {
	font-size:12px;
}
}
 @media(max-width:320px) {
}
