* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
body {
	height: 100%;
	color: #000;
	background-color: #090909;
}

html {
	height: 100%;
}
.js body {
	overflow: hidden;
}
a {
	color: #555;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
}
p {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	padding-bottom: 20px;
	font-family: MyriadProRegular;
}
h3 {
	font-size: 85px;
	color: #fff;
	padding-bottom: 30px;
	font-family: CircularStd-Bold;
	text-transform:uppercase;
	line-height: 80px;
}
h4 {
	font-size: 24px;
	color: #fff;
	padding-bottom: 7px;
	font-family: TCM;
	line-height: normal;
	text-transform: uppercase;
}
h5 {
	font-size: 20px;
	color: #000002;
	padding-bottom: 7px;
	font-family: myriadproboldit;
	line-height: normal;
}
.text-primary {
	color: #7182BB;
	font-family: 'MyriadProBoldCondensed';
}
.text-success {
	color: #7182BB;
}
.container, .bb-custom-wrapper, .bb-bookblock {
	width: 100%;
	height: 100%;
}
.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
.containerBox {
	padding: 0px;
}
.slideRight {
	left: 360px;
}
.no-js .container {
	padding-left: 360px;
}
.menu-panel {
	width: 359px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #090909;
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #090909;
}
.js .menu-panel {
	position: absolute;
	left: -359px;
}
.menu-panel h3 {
	font-size: 40px;
	color: #fff;
	font-family: CircularStd-Bold;
	padding-bottom: 0px;
	text-transform:capitalize;
}
.menu-toc {
	list-style: none;
}
.menu-toc li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.logo .menu-toc li {
	border: 0px;
}
.logo .menu-toc li a {
	padding: 0px;
}
.menu-toc li a {
	display: block;
	color: #999;
	font-size: 14px;
	line-height: normal;
	cursor: pointer;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-family: TCM;
	text-transform: uppercase;
}
.start {
	display: none;
}
.subHold {
	display: none;
}
.menu-toc li i {
	margin-right: 12px;
}
.menu-toc li a:hover, .menu-toc li.menu-toc-current a {
	color: #ffffff;
}
.menu-panel div {
	margin-top: 20px;
}
.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
}
.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}
.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}
.menu-button {
	position: absolute;
	top: 45px;
	left: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 40px;
	z-index:999;
}
.bb-custom-wrapper nav span {
	width: 45px;
	border: 2px solid #cccccc;
	height: 45px;
	border-radius: 50%;
	color: #cccccc;
	line-height: 43px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
}
.bb-custom-wrapper nav span:hover, .menu-button:hover {

}
.bb-custom-wrapper nav span:last-child {
	left: 40px;
}
/*.menu-button {
	z-index: 1000;
	left: 30px;
	top: 35px;
}
.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 3px;
	background: #48a544;
	top: 50%;
	margin-top: -2px;
	left: 25%;
	box-shadow: 0 -4px #48a544, 0 4px #48a544;
}*/
.no-js .bb-custom-wrapper nav span, .no-js .menu-button {
	display: none;
}
.js .content {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	bottom: 70px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}
/*.js .content:before, .js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.no-js .content h2 {
	padding: 40px 1% 20px;
}*/

@media screen and (max-width: 800px) {
.no-js .menu-panel {
	display: none;
}
.no-js .container {
	padding: 0;
}
}
.bb-custom-wrapper nav {
	position: absolute;
	z-index: 1000;
	left: inherit;
	right: 50px;
	top: 43px;
	width: 95px;
}
#bb-nav-prev {
	float: left;
	text-indent: -2px;
}
#bb-nav-next {
	float: right;
	text-indent: 2px;
}
.scroller {
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo {
	width: 100px;
	position: absolute;
	left: 110px;
	right: auto;
	z-index: 1000;
	top: 25px;
}
footer {
	position: absolute;
	z-index: 1000;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer h6 {
	float: left;
	font-family: CircularStd-Bold;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
footer h6 img {
	margin-right: 10px;
}
footer p {
	float: right;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	letter-spacing: 1px;
	font-family: CircularStd-Bold;
}
.introBox {
	text-align: center;
	padding-right: 15px;
	padding-left: 50px;
	padding-top:50px;
}
.introBox figure {
	margin-bottom: 25px;
}
.introBox h2 {
	font-family: CircularStd-Bold;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	padding-bottom: 30px;
}
.introBox h3 {
	font-family: CircularStd-Bold;
	font-size: 125px;
	line-height: 100px;
	color: #fff;
	text-transform:uppercase;
	padding-bottom: 30px;
}
.introBox h3 span {
	font-size: 85px;
	display:block;
}
.introBox h4 {
	font-family: CircularStd-Bold;
	font-size: 30px;
	line-height: normal;
	color: #fff;
	padding-bottom: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page1Img {
	margin-top: 25px;
}
.contentBox {
	padding-left: 45px;
	padding-right: 45px;
}
.imgBox {
	text-align: center;
}
.thumbBox {
	margin-top: 150px;
	text-align: center;
}
.thumbBox ul li figure {
	margin-bottom: 20px;
}
.thumbBox ul li figure img {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	-ms-transform: scale(0.9, 0.9); /* IE 9 */
	-webkit-transform: scale(0.9, 0.9); /* Safari */
	transform: scale(0.9, 0.9);
}
.thumbBox ul li:hover figure img {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}
.thumbBox ul li {
	text-align: center;
	display:inline-block;
	width: 14%;
	padding-right: 10px;
	margin-bottom: 40px;
	padding-left: 10px;
}
.thumbBox ul li h5 {
	font-size: 17px;
	line-height: normal;
	color: #fff;
	padding-bottom: 0px;
	font-family: TCM;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hideLi {
	display: none;
}
.sub {
	display: none;
}
.sub.menu-toc-current {
	display: block;
}
.testBox {
	margin-bottom: 35px;
}
.testBox p {
	font-size: 17px;
	color: #fff;
	padding-bottom: 20px;
	font-family: MyriadProItalic;
}
.testBox h6 {
	text-transform: none;
	color: #fff;
	font-size: 17px;
	line-height: normal;
	padding-bottom: 0px;
	font-family: MyriadProBoldCondensed;
}
.clientList ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.clientList ul li img {
	border: 1px solid #cbcbff;
}
.list {
	margin-bottom: 20px;
}
.list li {
	font-size: 16px;
	line-height: normal;
	color: #fff;
	font-family: MyriadProRegular;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 10px;
	padding-left: 19px;
}
.contactBox {
	margin-top: 40px;
}
address h5 {
	font-family: 'MyriadProRegular';
	font-size: 18px;
	line-height: normal;
	text-transform: none;
	color: #7182BB;
	padding-bottom: 10px;
}
address ul  {
	margin-top:20px;
}
address ul li {
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 15px;
	font-family: 'MyriadProRegular';
}
address ul li a {
	color: #fff;
}
address ul li a:hover {
	color: #7182BB;
}
address ul li strong {
	font-weight:normal;
}
address ul li i {
	color: #7182BB;
	margin-right: 10px;
	font-size:25px;
	position: relative;
    top: 5px;
}
.aboutImg {
	margin-top: 15px;
}
.aboutImg img {
	margin-right: 16px;
}
.innerBg {
	/*background-image: url(../img/inner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
.btn-link {
	font-size: 17px;
	color: #44a340;
	display: block;
	margin-top: 10px;
	font-family: MyriadProBoldCondensed;
	letter-spacing: 1px;
}
.btn-link:hover, .btn-link:focus {
	color: #000;
	text-decoration: none;
}
.pageTitle {
	font-size: 17px;
	color: #44a340;
	position: absolute;
	left: 90px;
	top: 52px;
	font-family: TCM;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page3-img {
	text-align:center;
}
.text-top-gap {
	padding-top:200px;
}
.text-Box{
	padding:60px 0px 0px 60px;
}
.text-Box2{
	padding:60px 60px 0px 60px;
}
.text-Box3{
	padding:60px 60px 0px 0px;
}




@media (max-width: 1600px) {
.introBox h2 {
	font-size: 100px;
	line-height: 100px;
}
.introBox h3 {
	font-size: 85px;
	line-height: 70px;
}
.introBox h3 span {
    font-size: 65px;
}
.introBox h4 {
	font-size: 20px;
}
.introBox figure img {
	width:250px;
	margin:0px auto;
}
.thumbBox {
    margin-top: 100px;
}
.thumbBox ul li {
	width: 15%;
}
/*h3 {
    font-size: 62px;
	padding-bottom:25px;
	line-height: 60px;
}*/
.innerBg {
	background-size:80% auto;
}
.logo .menu-toc li img{
	width:74px;
}
.menu-button {
    top: 26px;
}
.text-Box{
	padding:30px 0px 0px 30px;
}
.text-Box2{
	padding:30px 60px 0px 30px;
}
.text-Box3{
	padding:30px 60px 0px 0px;
}
}


@media (max-width: 1370px) {
.introBox figure {
	margin-bottom: 10px;
}
.introBox figure img {
	width: 120px;
}
.introBox h2 {
	font-size: 80px;
	line-height: 80px;
	padding-bottom: 2px;
}
.introBox h3 {
	font-size: 40px;
	padding-bottom: 5px;
}
.introBox h4 {
	font-size: 16px;
}
}

@media (max-width: 1300px) {
.thumbBox ul li {
	float: none;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: auto;
}
.thumbBox ul li h5 {
	font-size: 14px;
}
}

@media (max-width: 1200px) {
h3 {
	font-size: 30px;
	padding-bottom: 25px;
}
}

@media (max-width:992px) {
.imgBox {
	max-width: 320px;
	margin: 0 auto 20px auto;
}
h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 20px;
}
p {
	text-align: center;
}
.testBox p {
	font-size: 16px;
}
.contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5, .contentBox h6, .contentBox p {
	text-align: center;
}
.clientList {
	text-align: center;
}
.clientList ul li {
	margin-left: 4px;
	margin-right: 4px;
}
.list {
	margin: 0 auto 20px auto;
	max-width: 400px;
}
address {
	text-align: center;
}
.aboutImg {
	margin-top: 15px;
	text-align: center;
}
.aboutImg img {
	margin-right: 8px;
	margin-left: 8px;
}
.portFolioImg {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.pageTitle {
	font-size: 12px;
	left: 85px;
	top: 56px;
}
}

@media (max-width: 767px) {
.bb-custom-wrapper nav span {
	width: 30px;
	height: 30px;
	line-height: 28px;
}
.menu-button {
	width: 30px;
	height: 30px;
	line-height: 27px;
	font-size: 12px;
	left: 15px;
	top: 26px;
}
.scroller {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.logo {
	top: 15px;
	width: 140px;
}
.bb-custom-wrapper nav span {
	font-size: 12px;
}
.bb-custom-wrapper nav {
	right: 15px;
	top: 26px;
	width: 63px;
}
#bb-nav-prev {
	text-indent: -1px;
}
#bb-nav-next {
	text-indent: 1px;
}
.js .content {
	top: 120px;
	bottom: 63px;
}
footer {
	padding: 15px;
}
footer h6 {
	font-size: 12px;
}
footer p {
	font-size: 11px;
	line-height: 30px;
}
footer h6 img {
	height: 30px;
}
.introBox h2 {
	font-size: 70px;
	line-height: 70px;
	padding-bottom: 10px;
}
.introBox h3 {
	font-size: 35px;
	line-height: 32px;
	padding-bottom: 10px;
}
.introBox h4 {
	font-size: 14px;
}
.page1Img {
	overflow: hidden;
}
.page1Img img {
	position: relative;
	left: 0%;
	max-width: inherit;
	width: 800px;
}
.slideRight {
	left: 240px;
}
.no-js .container {
	padding-left: 240px;
}
.menu-panel {
	width: 240px;
	padding-left: 20px;
	padding-top: 20px;
}
.js .menu-panel {
	position: absolute;
	left: -240px;
}
.menu-panel h3 {
	font-size: 35px;
	padding-bottom: 10px;
	text-align: left;
}
.menu-toc li a {
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.contentBox {
	padding-left: 15px;
	padding-right: 15px;
}
p {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
}
h3 {
	font-size: 30px;
	padding-bottom: 15px;
}
.imgBox {
	max-width: 280px;
}
.thumbBox ul li {
	display: block;
	margin: 0 auto 40px auto;
	max-width: 340px;
}
.thumbBox {
	margin-top: 30px;
}
.pageTitle {
	font-size: 12px;
	left: 15px;
	top: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
	right: 15px;
	padding-bottom: 5px;
}
}
