/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.clear {
	clear:both;
	width:100%;
}
/* Global properties ======================================================== */
body, html{
	min-width:1040px;
	min-height:800px;
	overflow-x: hidden;
}
body {
	overflow:hidden;
	border:0;
	font:11px/17px  'Trebuchet MS', sans-serif;
	color:#5c5957;
	text-transform:uppercase;
}
/* Global Structure ============================================================= */
.main {
	position:relative;
	width:1020px;
	margin:0 auto;
}
.page_spinner {
	position:fixed;
	background:url(../images/main_spinner.gif) 50% 50% no-repeat #000;
	z-index:299;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#847c7e;
	text-decoration:underline;
	outline:none;
}
.gallery a, #page_about a {
	color:#fff;
	text-decoration:none;
}
#page_clients a {
	color:#d98126;
	text-decoration:none;
}
#page_clients a:hover {
	color:#fff;
}
.gallery a:hover, #page_about a:hover, a:hover {
	color:#d98126;
}
h1 {
	position:relative;
	display:inline-block;
	padding:0;
}
h2 {
	font:40px 'Allerta', sans-serif;
	color:#fff;
	letter-spacing:-3px;
	margin-top:-15px;
	margin-bottom:-3px;
}
h3 {
	font:bold 12px 'Tahoma', sans-serif;
	color:#494745;
	margin-left:3px;
	padding-bottom:10px;
}
h4 {
	font:11px/17px  'Trebuchet MS', sans-serif;
	color:#d98126;
}
h5 {
	font:11px/17px  'Trebuchet MS', sans-serif;
	color:#fff;
}
p { 
	padding-bottom:27px;
}
img { 
	padding-bottom:33px;
}
#page_portfolio img { 
	padding-bottom:29px;
}
#page_clients img { 
	padding-bottom:10px;
}
.color1{
	color:#d98126;
}
.color2{
	color:#fff;
}
/* ============================= header ====================== */
header{
	position: relative;
	height:40px;
	z-index:0;
	margin-bottom:50px;
	margin-top:0;
}
#logo {
	margin-top:23px;
	margin-left:-41px;
	position:relative;
	display:inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:202px;
	height:83px;
	background:url(../images/logo-11.png) 0 0 no-repeat;
	z-index:5;
}
#usatoday
{
	margin-top:23px;
	margin-left:-41px;
	position:relative;
	display:inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:370px;
	height:83px;
	background:url(../images/sheela_usa.png) 0 0 no-repeat;
	z-index:5;
}
/* ============================= menu ====================== */
#menu > li 
{
	position:relative;
	float:left;
	z-index:-1;
}
#menu > li:first-child > a
{
	margin-left: 0px;
	width:202px;
	margin-right:10px;
}
#menu > li > a{
	position:relative;
	display:block;
	width:auto;
	height:40px;
	font:bold 12px/18px 'Tahoma', sans-serif;
	color:#43403d;
	text-align:left;
	text-decoration:none;
	z-index:-1;
	margin-right:21px;
	margin-left:21px;
	line-height:40px;
}
header > table
{
background-color:red;
height:26px;
}
#menu > li > a span{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
}
.submenu_1 {
	position:absolute;
	top:50px;
	left:15px;
	width:145px;
	background:#141210;
	padding:50px 0;
	z-index:-1;
}
.submenu_1 li {	
	position:relative;
	text-align:center;
}
.submenu_1 a {
	position:relative;
	display:block;
	padding:4px 0 !important;
	color:#434140 !important;
	font:bold 12px/18px 'Tahoma', sans-serif;
	text-decoration:none;
	z-index:-1;
}
.submenu_1 a:hover {
	color:#fff !important;
}
.submenu_1 a b{
	position:absolute;
	width:100%;
	height:29px;
	top:0;
	left:0;
	z-index:-1;
}
.submenu_2 {
	position:absolute;
	top:-20px;
	left:120px;
	width:119px;
	background:#292b2f;
	padding:20px 0;
}
/* ============================= bgGall ======================= */
#bgStretch img{
	background:#000;
}
#bgNav {
	overflow:hidden;
	height:107px;
	padding-top:190px;
	cursor:default;
}
#bgNav li {
	display:inline-block;
}
#bgNav li > a {
	display:block;
	height:20px;
	width:15px;
	background:url(../images/bg_selector.png) no-repeat right 0;
}
#bgNav a:hover, #bgNav .active a {
	background-position:0 0;
}
#description{
	position:relative;
	width:100%;
	height:150px;
}
#description li{
	position:absolute;
	width:610px;
	font:bold 65px/60px 'Allerta', sans-serif;
	color:#fff;
	text-shadow:0 6px 1px #368bd0;
}
.gall_spinner {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../images/gallLoader.gif) 50% 40% no-repeat;
}
/* ============================= splash ====================== */
#splash{
	position:absolute;
	width:100%;
	z-index:10;
}
/* ============================= content ====================== */
#content{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index: 20;
}
#content > ul > li {
	position:absolute;
	width:100%;
	background-color:#1b1917;
	border-bottom:13px solid #000;;
}
#content > ul > li > div{
	overflow:hidden;
	padding:64px 30px 20px 39px;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.titleBlock{
	overflow:hidden;
}
.titleBlock img {
	float:left;
	padding-bottom:13px;
}
.titleBlock h3 {
	margin-left:100px;
	padding-top:16px;
	border-top:3px solid #4db1f3;
}
.more{
	display:inline-block;
	padding:10px;
	font:11px 'Trebuchet MS', sans-serif;
	text-align:center;
	color:#d98126;
	text-decoration:none;
	background:#1B1917;
}
.more:hover{
	color:#fff;
	background:#d98126;
	cursor:pointer;
}
.imgPad{
	padding:2px 23px 0 0;
}
.phoneNum{
	display:block;
	margin-top:2px;
	padding:7px 0 0 65px;
	height:23px;
	font:bold 18px/18px 'Allerta', sans-serif;
	color:#282a2e;
	background:url(../images/phone_pic.jpg) 0 0 no-repeat;
}
.google_map
{
   width:288px;
   height:292px;
   background:#fff;
}
.address {
	padding-top:3px;
	float:left;
}
.address>span{
	display:block;
	width:auto;
}
.mailLink{
	color:#fff;
	text-decoration:none;
}
.mailLink2{
	color:#d98126;
	text-decoration:underline;
}
.mailLink2:hover{
	color:#fff;
	text-decoration:underline;
}
/* ============================= lists ====================== */
.listWithMarker li {
	display:block;
	padding-bottom:5px;
}
.listWithMarker li a {
	display:inline-block;
	padding-left:9px;
	text-decoration:none;
	background:url(../images/list_marker.png) 0 8px no-repeat;
}
.listWithMarker li a:hover {
	color:#4db1f3;
}
/* ============================= footer ====================== */
footer{
	width:100%;
	padding:4px 0 10px;
	font:10px/18px  'Trebuchet MS', sans-serif;
	color:#403c3a;
	text-align:center;
}
footer  .mar1{
	margin-top:8px;
}
footer  a{
	color:#403c3a;
	text-decoration:none;
}
footer  a:hover{
	color:#d98126;
}
/* ============================= forms ============================= */
.form1.txt {
	margin:0;
	border:1px solid #252322;
	background-color:#272523;
	padding:9px 0 8px 14px;
	width:329px;
	box-shadow:none;
}
#answer
{
margin:0;
	border:1px solid #252322;
	background-color:#272523;
	padding:9px 0 8px 14px;
	width:50px;
	box-shadow:none;
}
#form1 textarea {
	resize:none;
	margin:0;
	border:1px solid #252322;
	background-color:#272523;
	padding:9px 0 8px 14px;
	width:410px;
	height:148px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:46px;
}
#form1 .error, #form1 .empty {
	position:absolute;
	top:-1px;
	right: 3px;
	display:none;
	color:#fff;
	text-transform:none;
	font-size:10px;
	line-height:18px;
}
#form1 .success {
	position:absolute;
	z-index: 1;
	width: 345px;
	height: 84px;
	border: 1px solid #333;
	background: #000;
	opacity: 0.9;
}
#form1 .success .success_txt {
	position: relative;
	top: 35%;
	color:#fff;
	text-align: center;
}
.btns{
	margin-right:-6px;
}
.btns a{
	margin:6px 0 0 0;
}
/* Form defaults */
input, select, textarea {
	font:13px 'Trebuchet MS', sans-serif;
	color:#5c5957;
}
.scroll {
	height:298px;
}
._track {
	width:23px;
	height:314px;
	right:41px;
	top:139px;
	background:url(../images/track.png);
}
._shuttle {
	cursor:pointer;
	margin-left: -1px;
	width:23px;
	height:123px;
	background:url(../images/shuttle-1.png);
}
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	z-index:1;
	margin-right: 30px;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image > span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../images/magnify.png) no-repeat 50% 50%;
	z-index:1;
}
/* ============================= slider ====================== */
.slider li {
	float:left;
	padding-right:30px;
	padding-bottom:30px;
}
.slider li a {
	display:block;
	padding:15px;
	position:relative;
	width:244px;
	height:262px;
	text-decoration:none;
	background-color:#272523;
	color:#5c5957;
	z-index:1;
}
.slider li a>span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000;
	z-index:-1;
}
.slider li a img {
	padding-bottom:11px;
}
/* =============================end slider ====================== */
.tabs  h2
{
color:#242424;
font-family:Raleway;
font-weight:bold;
text-align:left;
font-size:35px;
}
.tabs  h2 span
{
padding-bottom:20px;
border-bottom:8px solid #1bbc9b;
}
.tab-content  h2
{
color:#242424;
font-family:Raleway;
font-weight:bold;
text-align:left;
font-size:35px;
}
.tab-content  h2 span
{
padding-bottom:20px;
border-bottom:8px solid #1bbc9b;
}
.tab-content  .introduction
{
color:#252525;
font-family:Raleway;
line-height:25px;
font-size:16px;
text-align:justify;
padding-top:30px;
}
.tabs 
{
    float: left;
    list-style: none;
    padding: 0;
    margin: 30px auto;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] 
{
    display:none;
}
.tabs label 
{
    display: block;
    float: left;
    width: auto%;
	margin-right:30px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #fff;
	background-color:#242424;
	box-sizing:border-box;
    color: #ccc;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
.tabs label span
 {
    display: block;
	color:#fff;
	font-family:freesans;
	font-weight:normal;
	text-align:left;
	font-size:18px;
}
.first_icon
{
	position:absolute;
	top:85%;
	left:45%;
}
.second_icon
{
	position:absolute;
	top:85%;
	left:48%;
}
.third_icon
{
	position:absolute;
	top:85%;
	left:51%;
}
.fourth_icon
{
	position:absolute;
	top:85%;
	left:54%;
}
.tabclose1
{
	position:absolute;
	top:85%;
	left:57%;
}
.fifth_icon
{
	position:absolute;
	top:85%;
	left:57%;
}
.sixth_icon
{
	position:absolute;
	top:85%;
	left:60%;
}
.tabs label:hover 
{
    color: #3498db;
}
.tab-content 
{
    margin-top:50px;
	padding-top:0px;
	padding-bottom:0px;
    display: none;
    float: left;
    box-sizing: border-box;
    background-color:#fff;
}
.tab-content img
{
text-align:right;
float: right;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
.tabs [id^="tab"]:checked + label 
{
    color:#fff;
	box-sizing:border-box;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8,
#tab9:checked ~ #tab-content9,
#tab10:checked ~ #tab-content10,
#tab11:checked ~ #tab-content11,
#tab12:checked ~ #tab-content12,
#tab13:checked ~ #tab-content13,
#tab14:checked ~ #tab-content14,
#tabclose1:checked~#page_portfolio
{
    display: block;
}
#chappel_gallery,
#chappel_gallery1,
#chappel_gallery2
{
  height:100vh;
  width:100%;
  z-index:9999999999999999999999999999999999;
  position:fixed;
  top: 0;
  left:0;
  bottom:0;
  background-color:rgba(0,0,0,0.9);
  visibility: hidden;
  transition:all 0.5s ease-in;
  opacity: 0;
}
#chappel_gallery:target,
#chappel_gallery1:target,
#chappel_gallery2:target
{
  visibility: visible;
  transition:all 0.5s ease-in;
  opacity: 1;
}
.chappel_gallery #big_image,
.chappel_gallery1 #big_image,
.chappel_gallery2 #big_image
{
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.chappel_gallery #big_image_xlose,
.chappel_gallery1 #big_image_xlose,
.chappel_gallery2 #big_image_xlose
{
position: absolute;
margin: auto;
top:100px;
right:200px;
}