/*
Theme Name: GWSbyDSS Version 1.1.1
Author: Deep Swine Studios
Author URI: http://www.deepswinestudios.com/
Description: Wordpress Website designed for George's Welding Services, INC by Deep Swine Studios, LLC
*/

/*----------------------------------------------------*/
/*-----------------Font Declarations------------------*/
/*----------------------------------------------------*/

@font-face {
    font-family:SoinSansProRoman;
    src: url('fonts/sspr.otf');
    src: url('fonts/sspr.eot');
    src: url('fonts/sspr.eot?#iefix') format('embedded-opentype'),
         url('fonts/sspr.woff') format('woff'),
         url('fonts/sspr.ttf') format('truetype'),
         url('fonts/sspr.svg#SoinSansProRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:SoinSansProLight;
    src: url('fonts/sspl.otf');
    src: url('fonts/sspl.eot');
    src: url('fonts/sspl.eot?#iefix') format('embedded-opentype'),
         url('fonts/sspl.woff') format('woff'),
         url('fonts/sspl.ttf') format('truetype'),
         url('fonts/sspl.svg#SoinSansProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:SoinSansProThin;
    src: url('fonts/sspt.otf');
    src: url('fonts/sspt.eot');
    src: url('fonts/sspt.eot?#iefix') format('embedded-opentype'),
         url('fonts/sspt.woff') format('woff'),
         url('fonts/sspt.ttf') format('truetype'),
         url('fonts/sspt.svg#SoinSansProThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:SoinSansProBold;
    src: url('fonts/sspb.otf');
    src: url('fonts/sspb.eot');
    src: url('fonts/sspb.eot?#iefix') format('embedded-opentype'),
         url('fonts/sspb.woff') format('woff'),
         url('fonts/sspb.ttf') format('truetype'),
         url('fonts/sspb.svg#SoinSansProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----------------Font Declarations END-----------------*/

html{
	width:100%;
	height:100%;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
}

body{
	width:100%; height:100%;

	font-family:SoinSansProRoman;
	color:#FFF;
	background-color:#000;
	background-image: url(images/dark_BrushedMetal.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	margin:0; padding:0; 
	font-size:12pt;
}

#bodyContent, #projects, #contactUs, #footerContent{
	padding:0 25px 50px 25px;
}

a:hover {
	opacity:0.7;
}

section {
	margin-bottom:45px;
}

section h1{
	border-bottom:solid thin #FFF;
	font-size:38pt
}

section h1 span{
	font-size:18pt;
}

section h1 span:after, h2 span:after, h3 span:after, h4 span:after, h5 span:after{
    content:"\a";
    white-space: pre;
}
section img{
	width:100%;
	margin:25px 0;
	height: auto;
}

h1, h2, h3, h4, h5{
	font-family:SoinSansProThin;
	text-transform:uppercase;
	margin-bottom:25px;
	width:100%;
	color:#FFF;
	text-shadow:2px 2px 4px #000;
}

div.gwsheading h1, div.gwsheading h2, div.gwsheading h3, div.gwsheading h4, div.gwsheading h5, div.gwsheading h6 {
	font-size:56pt;
	font-family:SoinSansProThin;
	text-transform:uppercase;
	margin-bottom:25px;
	width:100%;
	color:#FFF;
	text-shadow:2px 2px 4px #000;
	border: none;
}
div.gwsheading h1 span, div.gwsheading h2 span, div.gwsheading h3 span, div.gwsheading h4 span, div.gwsheading h5 span, div.gwsheading h6 span {
	font-size:28pt;
	line-height:30pt;
}

div.sub.gwsheading h1, div.sub.gwsheading h2, div.sub.gwsheading h3, div.sub.gwsheading h4, div.sub.gwsheading h5, div.sub.gwsheading h6 {
	font-size:30px;
}
div.sub.gwsheading h1 span, div.sub.gwsheading h2 span, div.sub.gwsheading h3 span,
div.sub.gwsheading h4 span, div.sub.gwsheading h5 span, div.sub.gwsheading h6 span {
	font-size:16px;
	line-height:18px;
}

#contactUs .col-md-4 h1:not(.widgettitle), #contactUs .col-md-4 h2:not(.widgettitle), #contactUs .col-md-4 h3:not(.widgettitle), 
#contactUs .col-md-4 h4:not(.widgettitle), #contactUs .col-md-4 h5:not(.widgettitle), #contactUs .col-md-4 h6:not(.widgettitle),
#contactUs .col-md-4 h1 span, #contactUs .col-md-4 h2 span, #contactUs .col-md-4 h3 span, 
#contactUs .col-md-4 h4 span, #contactUs .col-md-4 h5 span, #contactUs .col-md-4 h6 span {
	font-family: SoinSansProThin;
	font-size:30px;
}

div.widget > div {
	margin-bottom: 25px;
}

h1 {
	font-size:56pt;
}

h1 span{
	font-size:28pt;
	line-height:30pt;
}

h1 span:after, h2 span:after, h3 span:after, h4 span:after, h5 span:after, h6 span:after {
    content:"\a";
    white-space: pre;
}

h2 {
	font-family:SoinSansProLight;
	/*font-size:28pt;*/
}

h3 {
	font-family:SoinSansProBold;
	font-size:21pt;
}

h4 {
	font-family:SoinSansProLight;
	border-bottom:solid thin #FFF;
	font-size:16pt;
}
h5 {
	border-bottom:solid thin #FFF;
	font-family:SoinSansProBold;
	font-size:16pt;

}

h6 {
	text-transform:uppercase;
	font-family:SoinSansProBold;
	font-size:21pt;
}

p{
	margin-bottom:25px;
}
.homeLink:hover{
	opacity:1;
}
#headerText{
	position:absolute;
	width:95%;
	bottom:0;
	z-index:25;
	
}
#headerTextServices, #headerTextContactUs{
	position:absolute;
	width:95%;
	top:45%;
	z-index:25;
}
#headerTextProjects{
	position:absolute;
	top:65%;
	z-index:25;
	padding:0 25px;
	background-color:rgba(0,0,0,0.85);
}
#headerTextProjects h2{
	font-size:18pt;
	line-height:21pt;
	margin-bottom:15px; margin-top:15px;
}
#headerTextAddress{
	position:absolute;
	bottom:0; right:0;
	z-index:25;
	padding:0 25px;
	background-color:rgba(0,0,0,1);
}

#headerTextProjects h2 span:before {
    content:"\a";
    white-space: pre;
}
.servicesList{
	list-style:none;
	margin:0; padding:0;
	font-size:14pt;
}
.services-list .textwidget p {
	font-size:14pt;
}

.companyLogo{
	position:absolute;
	float:left;
	width:268px; height:280px;
	background-image:url(images/GWlogo3.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:268px 840px;
	z-index:10;
}
.menuCategoryList{
	position:absolute;
	right:0; top:150px;
	z-index:99;
	font-family:SoinSansProLight;
	font-size:18pt;
	text-transform: uppercase;
	text-align:right;
}
.menuCategoryList2{
	font-family:SoinSansProLight;
	font-size:18pt;
	text-transform: uppercase;
	text-align:right;
}
.menuCategoryListMobile{
	font-family:SoinSansProLight;
	font-size:15pt;
	text-transform: uppercase;
	text-align:center;
}
.menuCategoryList ul, .menuCategoryList2 ul, .menuCategoryListMobile ul{
	list-style:none; margin:0; padding:0;
}
.menuCategoryList ul li a, .menuCategoryList2 ul li a, .menuCategoryListMobile ul li a{
	padding:5px 20px 0 20px;
	background-color:#000;
	color:#FFF;
}
.menuCategoryList ul .active a, .menuCategoryList2 ul .active a, .menuCategoryListMobile ul .active a{
	font-family:SoinSansProBold;
}
.toUpper {
	text-transform: uppercase;
}

/*-----------------------Styles for Sidebar Category -------------------------*/
.widget_categories{
	font-family:SoinSansProLight;
	font-size:16pt;
	text-transform: uppercase;
	text-align:right;
}

.widget_categories ul{
	list-style:none; margin:0; padding:0;
}
.widget_categories ul li a{
	padding:10px 15px 0 15px;
	background-color:#000;
	color:#FFF;
}
.widget_categories ul .current-cat a{
	font-family:SoinSansProBold;
}
#categories-1 .widget-title{
	visibility:hidden;
	display:none;
}
/*-----------------------Sidebar Category END --------------------------------*/
#sideBar{
	/*background-image:url(images/sideBarBG.png);*/
	background-position:top right;
	background-repeat:no-repeat;
	background-size:contain;
}
#fadeUnderCarosel{
	height:100px;
	background-image:url(images/gradiantBG.png);
	background-position:top;
	background-repeat:repeat-x;
	background-size: contain;
}
#footerContent{
	margin-top:50px;
	padding-top:25px;
	background-image:url(images/footerBlockBG.png);
	background-position:top center;
	background-size:contain;
	background-repeat:no-repeat;
	border-top: 1px solid #fff;
}
.sidebarHR{
	position:relative;
	top:-25px; left:15px;
	margin-left: -25px;
	height:50px;
	/*background-image:url(images/weldBars.png);*/
	background-repeat:no-repeat;
	background-position:bottom left;
	
}
#projectPanel{
	margin-bottom:50px;
}
#projectPanel div{
	overflow:hidden;
	height:250px;
	padding:10px;
}
#projectPanel div a:hover, #projectList div a:hover{
	opacity:1;
}
#projectPanel div a img{
	height:275px;
}
#projectDetailsPanel img{
 	width:100%;
	margin-bottom:25px;
}

#projectDetailsPanel h2 span:before {
    content:"\a";
    white-space: pre;
}
.projectNameBox, .projectNameRow{
	width:100%;
	margin:0 10px;
	padding:10px;
	background-color:rgba(0,0,0,0.75);
	text-transform:uppercase;
	color:#FFF;
	text-shadow:0px 0px 5px #000;
	line-height:14pt;
}

.projectNameRow img{
	display:none;
}

.projectNameBox{
	position:absolute;
	bottom:0; left:0;
	z-index:1;
}

.projectNameRow{
	position:relative;
	display:block;
	margin: 0 0 4px 0;
}

.projectNameBox strong, .projectNameRow strong{
	font-family:SoinSansProBold;
}

.projectThumbLoader{
	width:auto; height:250px;
	overflow:hidden;
	visibility:visible;
}
.projectThumbLoader img{
	width:100%;
}

.footerHR{
	position:relative;
	top:-50px;
}
.bars{
	height:50px;
	/*background-image:url(images/weldBars.png);*/
	background-repeat:no-repeat;
}
.fleft{
	background-position:bottom left;
}
.fright{
	background-position:top right;
}
.ftTxTrigger{
	text-align:left;
}

#socialMedia{
	display:block;
	width:220px;
	margin: 0 auto;
	padding-bottom:50px;
}

#aiscF{
	display:block;
	width:220px;
	margin: 0 auto;
}
#asicLogoTop{
	float:left;
	margin:10px 35px;
	width:290px;
}
.attemptToCenter{
	display:block;
	margin:auto;
}

#socialMedia a{
	display:block; float:left;
	width:30px; height:30px;
	background-position:top center;
	background-repeat:no-repeat;
	margin:7px;
}

#socialMedia a:hover{
    border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	
	opacity:1;
	background-position:bottom center;
	background-repeat:no-repeat;
}

label{
	font-family:SoinSansProRoman;
	text-transform:uppercase;
	font-weight:400;
}
.formColorChange, .ginput_container input, .ginput_container textarea, .ginput_container select, .rbox-widget input, .rbox-widget textarea, .rbox-widget select{
	background-color:#1a1a1a;
	color:#FFF;
	font-size:12pt !important; 
}

.rbox-widget textarea, .rbox-widget input[type="text"], .rbox-widget input[type="password"], .rbox-widget input[type="datetime"], .rbox-widget input[type="datetime-local"], .rbox-widget input[type="date"], .rbox-widget input[type="month"], .rbox-widget input[type="time"], .rbox-widget input[type="week"], .rbox-widget input[type="number"], .rbox-widget input[type="email"], .rbox-widget input[type="url"], .rbox-widget input[type="search"], .rbox-widget input[type="tel"], .rbox-widget input[type="color"] {
    background-color: #1a1a1a;
}

.submitButtonColor, #gform_submit_button_1{
	background-color:#1a1a1a;
	border-color:#FFF;
	text-transform:uppercase;
}

.submitButtonColor:hover{
	color:#000;
	border-color:#FFF;
}
#contactMap{
	height:450px;
	box-shadow: 0px 0px 30px #000;
}

#panel1, #panel2, #panel3, #panel6, #panel7, .servicesPanel{
	padding:25px;
}
#panel1, #panel3{
	box-shadow: 0px 0px 30px #000;
}
#panel4{
	padding:0;
}
.ourCompPanel4 img, .ourCompPanel5 img{
	width:100%;
}
.ourCompPanel1{
	background-color:#000;
	background-image:url(images/weldingOC.jpg);
	background-position:top right;
	background-size:cover;
}
.ourCompPanel3{
	background-color:#808080;
	/* background-image:url(images/family2.jpg); */
	background-position:bottom right;
	background-size:contain;
	background-repeat:no-repeat;
}
.ourCompPanel4{
	position:relative;
	top:-150px;
	margin-bottom:-150px;
}

.ourCompPanel4 h1{
	position:absolute; 
	bottom:25px;
	padding:0 25px;
}

.ourCompPanel5{
	background-color:#FFB731;
	background-image:url(images/steelBarebones.png);
	background-position:center;
	background-attachment: fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.ourCompPanel5 h1, 
.ourCompPanel5 div.gwsheading h1, .ourCompPanel5 div.gwsheading h2, .ourCompPanel5 div.gwsheading h3, 
.ourCompPanel5 div.gwsheading h4, .ourCompPanel5 div.gwsheading h5, .ourCompPanel5 div.gwsheading h6 {
	background-color:#000;
	margin: 0;
	padding:15px 25px;
}
.ourCompPanel5 .widget {
	background-color:#000;
	padding:15px 25px;
}
.ourCompPanel5 .widget > div {
	margin-bottom: 0;
}
}
.ourCompPanel6 img{
	width:100%;
	max-width:200px;
}
.learnMorePadding div{
	padding:10px;
	height:100px;
}
.servicesPanel div{
	padding-left:0;
	padding-right:0;
}
.servicesColor, .projectsColor, .newsColor, .contactusColor{
	display:block; padding:15px;
	width:100%; height:100%;
	color:#FFF;
    font-family:SoinSansProLight;
	font-size:24pt;
	text-transform:uppercase;
}

div.learnMorePadding a {
	display:block; padding:15px;
	width:100%; height:100%;
	color:#FFF;
    font-family:SoinSansProLight;
	font-size:21pt;
	text-transform:uppercase;
}
div.learnMorePadding a:hover{
	text-decoration:none;
	color:#FFF;
}
div.learnMorePadding a.services{
	background-color:#C55933;
}
div.learnMorePadding a.projects{
	background-color:#0847A3;
}
div.learnMorePadding a.news{
	background-color:#64A5CC;
}
div.learnMorePadding a.contact-us{
	background-color:#A1B8C4;
}

.servicesColor:hover, .projectsColor:hover, .newsColor:hover, .contactusColor:hover{
	text-decoration:none;
	color:#FFF;
}
.servicesColor{
	background-color:#C55933;
}
.projectsColor{
	background-color:#0847A3;
}
.newsColor{
	background-color:#64A5CC;
}
.contactusColor{
	background-color:#A1B8C4;
}
.southEastImg, .worldImg{
	width:350px;
	position:relative;
	top:-200px;
	z-index:-1;
	margin-bottom:-200px;
}
.textAlignRight{
	text-align:right;
}
.newsPadding{
	padding-top:150px;
}
#newsBox h4 a{
	font-size:24pt;
}
#newsBox h4 a:before{
	content:"\a";
    white-space: pre;
}
#pagenation{
    font-family:SoinSansProBold;
	font-size:16pt;
}
#pagenation a:nth-child(2){
    float:right;
}
.readmore{
    font-family:SoinSansProBold;
	font-size:12pt;
	width:100%;
	position:relative;
	display:block;
	height: 18px;
}
.readmore a{
	float:right;
}
.animateStuff{
    -moz-transition: all 4s ease; /* Firefox 4 */
    -webkit-transition: all 4s ease; /* Safari and Chrome */
    -o-transition: all 4s ease; /* Opera */
    -ms-stransition: all 4s ease;
    transition: all 4s ease;
}
@keyframes bounce {
	0%       { bottom:5px; }
	1.5%, 4.5% { bottom:15px; }
	3%      { bottom:20px; }
	6%     {bottom:0;}
	7.5%       { bottom:5px; }
	9%, 12% { bottom:15px; }
	10.5%      { bottom:20px; }
	13.5%     {bottom:0;}
	15%       { bottom:5px; }
	16.5%, 19.5% { bottom:15px; }
	18%      { bottom:20px; }
	21%     {bottom:0;}
}
@-webkit-keyframes bounce {
	0%       { bottom:5px; }
	1.5%, 4.5% { bottom:15px; }
	3%      { bottom:20px; }
	6%     {bottom:0;}
	7.5%       { bottom:5px; }
	9%, 12% { bottom:15px; }
	10.5%      { bottom:20px; }
	13.5%     {bottom:0;}
	15%       { bottom:5px; }
	16.5%, 19.5% { bottom:15px; }
	18%      { bottom:20px; }
	21%     {bottom:0;}
}
.bounce {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left:-20px;
	width: 40px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: contain;
	-webkit-animation:bounce 10s infinite;
	-moz-animation:bounce 10s infinite;
	-ms-animation:bounce 10s infinite;
	animation:bounce 10s infinite;
	z-index:999999;
}

body.single-post .bounce {
	display: none !important;
}

/* ------------------------ SLIDER STYLES ------------------------------- */
.slider    { overflow:hidden; position:relative; background-color:#000; }
.slider ul { margin:0; padding:0; height:100%; min-height:550px;}					/*////////////////////////////*/
.slider li { float:left; margin:0 10px 0 0; list-style:none;}
/* IE6 issues */
.slider ul { width:100%; }

.slider ul, .slider li, .slider li img{
	height:100%;
}
.slider li{
	opacity:0.4;
}
.slider .active{
	opacity:1;
}
.additions{
	display:block;
	max-height:900px;
	width:100%; height:85%;
}
.controls{
	font-family: SoinSansProThin;
	position:absolute;
	display:block;
	width:95%;
	margin:0 2.5%;
	top:40%;
	font-size:110px;
	text-shadow: 0px 0px 10px #000;
}
.controls a{
	text-decoration:none;
}
.the-next-slide{
	cursor: pointer;
	float:right;
}
.the-prev-slide{
	cursor: pointer;
	float:left;
}
.controls div:hover {
    opacity: 0.4;
}

.thumbnailController{
	width:100%;
	height:10%;
	min-height: 50px;
	padding:10px 2.5%;
	background-color:rgba(0,0,0,1);
}
.thumbnailController img{
	cursor: pointer;
	height:100%;
}
.thumbnailController  img.active {
	border: solid 3px #00F;
	opacity:1;
}

img#preloader {
	position: absolute;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	height: 80px; width:80px;
	display:none;
}

/* ------------------------ SLIDER STYLES END ------------------------------- */

/*--------------Changes to Bootstrap Extentions-----------------*/

.navbar{
	min-height:65px;
	margin-left:268px;
}
.navbar-nav{
	float:right;	
}
.navbar-nav li a:hover{
	opacity:1;	
}
.navbar-inverse {
	font-size:10.7pt;
}
.navbar-fixed-top {
	border:0;
	position:absolute;
}

.navbar li ul.sub-menu {
	display:none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 14px;
}

.carousel{
	overflow: hidden;
	max-height: 900px;
}

.carousel-caption{
	right:0; left:0; top:55%;
	padding:0;
	padding:7px 7px 7px 20px;
	text-align:left;
	background-color:rgba(0,0,0,0.9);
	width: auto;
	display: table;
}
.carousel-caption h2{
    font-family:SoinSansProRoman;
	font-size:13pt;
	line-height:16pt;
	margin-bottom:8px; margin-top:8px;
}
.carousel-caption h2 span:before{
    content:"\a";
    white-space: pre;
}
.carousel-indicators{
	text-align:left;
	width:100%;
	bottom:0; left:0;
	margin-left:0; margin-bottom:0;
}
.carousel-indicators li{
	width:30px; height:30px;
	border:none;
	border-radius:0;
}
.carousel-indicators li:hover{
	opacity:0.75;
}
.carousel-indicators .active{
	width:30px; height:30px;
}

/*------------Changes to Bootstrap Extentions END---------------*/


/*----------------------------------------------------*/
/*--------------CUSTOM NAV BAR STYLES-----------------*/
/*----------------------------------------------------*/

.navbar-inverse {
    font-family:SoinSansProRoman;
	text-transform: uppercase;
	background-color:rgba(0, 0, 0, 0.9);
	text-align: right;
}
.navbar-inverse .navbar-brand {
	color: #FFF;
}

.navbar-inverse .navbar-text {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	font-family:SoinSansProBold;
	background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #ffffff;
}
.navbar-inverse .navbar-link {
	color: #ffffff;
}

.dropdown-menu {
    background-color: #000;
	text-align:right;
  }
.dropdown-menu li a{
	color:#fff;
}

.affix {
  position: fixed;
  top: 75px; 
  margin-right:15px;
}
.affix .menuCategoryList2 {
	visibility:visible;
}

.affix-top, .affix-bottom {
  position: relative;
}
.affix-top .menuCategoryList2, .menuCategoryListMobile{
	visibility: hidden;
	display:none;
}
#mobileActive, #projectMobileActive{
	display:none;
	visibility:hidden;
}

/*----------------------------------------------------*/
/*-------------Mobile Settings + Styles---------------*/
/*----------------------------------------------------*/
@media (max-width: 1650px) {
	.carousel-caption{
		top:70%;
	}
}
@media (max-width: 1024px) {
	.ourCompPanel5{
		background-attachment: scroll;
	}
	.listSmall h2{
		font-size:18pt;
	}
	.servicesList {
		font-size: 12pt;
	}
}

@media (max-width: 840px) {
	.companyLogo{
		width:200px; height:209px;
		background-position:top left;
		background-repeat:no-repeat;
		background-size:268px 840px;
		background-position:left -560px;
		z-index:10;
	}
	.navbar {
		margin-left: 200px;
	}
	#headerTextAddress h4{
		font-size:18px;
	}
	.menuCategoryList2 {
		font-size:18pt;
	}
	.menuCategoryList2 ul li a{
		padding-top:5px;
	}
	.additions{
		max-height:550px;
		width:100%; height:85%;
	}
	.controls{
		top:25%;
	}
}
@media (max-width: 768px) {
	body{
		background-attachment: scroll;
	}
	.navbar-inverse{
	    font-family:SoinSansProLight;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-inverse .navbar-collapse{
		border:none;
	}
	#contactMap {
		height:250px;
	}

/*--------------CUSTOM NAV BAR STYLES END-----------------*/
	h1, section h1 {
		font-family:SoinSansProLight;
		font-size:36pt;
	}
	section h1 span, h1 span{
		font-family:SoinSansProLight;
		font-size:21pt;
		margin-bottom:10px;
		line-height:21pt;
	} 
	h1, h2, h3, h4, h5, section h1{
		line-height:28pt;
	}
	h2 {
		font-size:21pt;
	}
	h3 {
		font-size:21pt;
	}
	h4, .servicesColor, .projectsColor, .newsColor, .contactusColor, div.learnMorePadding a {
		font-size:18pt;
	}
	h5 {
		font-size:18pt;
	}
	.widget_categories{
		font-family:SoinSansProLight;
		font-size:12pt;
		text-transform: uppercase;
		text-align:left;
		line-height:21pt;
	}
	.menuCategoryList{
		right:0; top:100px;
		font-size:13pt;
	}
	.menuCategoryList ul li a{
		padding-top:5px;
	}
	.carousel-caption h2{
		max-width: 350px;
	}
	.carousel-caption h2{
		font-size:11pt;
		line-height:13pt;
		margin-bottom:5px; margin-top:5px;
	}
}
@media (max-width: 767px) {
	.navbar-inverse {
		font-size:21pt;
	}

	.ftTxTrigger{
		text-align:center;
		font-size:10pt;
		padding-top: 25px;
	}
	#sideBar{
		background-image:none;
	}
	#projectPanel div a img{
		height:auto; width:100%;
	}
	.projectThumbLoader{
		width:100%; height:10px;
		visibility:hidden;
	}
	.conForSpacing{
		margin-bottom:0;
	}
	.ourCompPanel3{
		background-image: none;
	}
	#asicLogoTop, #headerTextProjects{
		visibility:hidden;
		display:none;
	}
	#headerTextAddress{
		position: relative;
		top:0; padding:15px;
	}
	.southEastImg{
		width:275px;
		top:-300px;
		margin-bottom:-300px;
		opacity:0.5;
	}
	.worldImg{
		width:275px;
		top:-150px;
		margin-bottom:-300px;
		opacity:0.5;
	}
	.carousel-caption, .carousel-indicators{
		display:none;
		visibility:hidden;
	}
	.menuCategoryList2{
		visibility:hidden;
		display:none;
	}
	#mobileActive{
		display:inline;
		visibility:visible;
	}
	#slider1, .controls, .thumbnailController{
		visibility:hidden;
		display:none;
	}
	.projectNameBox, .projectNameRow {
		line-height: 12pt;
		font-size: 10pt;
	}
}

@media screen and (max-width:420px) {
	body{
		background-size:150%;
	}
	#fadeUnderCarosel{
		height:60px;
	}
	#bodyContent, #footerContent{
		padding:0px 15px;
	}
	#panel1, #panel2, #panel3, .servicesPanel{
		padding:15px;
	}
	.ourCompPanel4{
		position:relative;
		top:-75px;
		margin-bottom:-75px;
	}
	.ourCompPanel4 h1{
		position:relative; 
		bottom:0;
		padding:0 15px;
		margin:0;
		background-color:#000;
	}
	#headerTextContactUs{
		top:25%;
	}
	h1, section h1 {
		font-family:SoinSansProLight;
		font-size:23pt;
	}
	section h1 span, h1 span{
		font-family:SoinSansProLight;
		font-size:16pt;
		margin-bottom:10px;
		line-height:16pt;
	} 
	h1, h2, h3, h4, h5{
		line-height:20pt;
	}
	div.gwsheading h1, div.gwsheading h2, div.gwsheading h3, div.gwsheading h4, div.gwsheading h5, div.gwsheading h6 {
		font-family:SoinSansProLight;
		font-size:23pt;
		line-height:20pt;
	}
	div.gwsheading h1 span, div.gwsheading h2 span, div.gwsheading h3 span, div.gwsheading h4 span, div.gwsheading h5 span, div.gwsheading h6 span {
		font-family:SoinSansProLight;
		font-size:16pt;
		margin-bottom:10px;
		line-height:16pt;
	}
	h2 {
		font-size:18pt;
	}
	
	h3 {
		font-size:18pt;
	}
	h4, .servicesColor, .projectsColor, .newsColor, .contactusColor, div.learnMorePadding a {
		font-size:12pt;
	}
	h5 {
		font-size:12pt;
	}
	.companyLogo{
		position:relative;
		background-position:center -280px;
		background-color:#000;
		width:100%; height:280px;
		margin-left:auto; margin-right:auto;
		z-index:1031;
		float:none;
	}
	.menuCategoryList{
		right:0; top:350px;
		font-size:13pt;
		
		visibility:hidden;
		display:none;
	}
	.menuCategoryList2{
		font-size:13pt;
	}
	.menuCategoryListMobile{
		visibility:visible;
		display:inline;
	}
	#projectMobileActive{
		visibility:visible;
		display:block;
	}
	.footerHR{
		top:-20px;
	}
	.newsPadding{
		padding-top:20px;
	}
	.projectNameBox, .projectNameRow {
		line-height: 11pt;
		font-size: 9pt;
	}
	/*---------Changes to Bootstrap Extentions------------*/
	
	.navbar{
		margin-left:0;
		margin-bottom:0;
	}
	.navbar-inverse {
		font-size:21pt;
	}
    .navbar-fixed-top {
        position: relative;
    }
	.bounce{
		visibility:hidden;
		display:none;
	}

	/*--------Changes to Bootstrap Extentions END---------*/
}
/*-------------Mobile Settings + Styles END ---------------*/


/*----------------------------------------------------*/
/*-------------CAROUSEL SLIDER STYLES-----------------*/
/*----------------------------------------------------*/

.carousel .item {
    -webkit-transition: opacity 1s; 
    -moz-transition: opacity 1s; 
    -ms-transition: opacity 1s; 
    -o-transition: opacity 1s; 
    transition: opacity 1s;
}
.carousel .active.left {
    left:0; opacity:0; z-index:2;
}
.carousel .next {
    left:0; opacity:1; z-index:1;
}

.item img{
	width:100%;	
}

.carousel-inner {
    max-height: 900px;
}


/*-----------CAROUSEL SLIDER STYLES END--------------*/

body.wpadminbar {z-index: 999999999999;}
body.admin-bar .navbar-fixed-top {top:32px;} 
body.admin-bar div.thick-admin {top:46px;}

/*---------------After Launch Additions ---------------*/
.rbox-job-longdesc a{
	font-weight:bolder;
	text-transform:uppercase;
	font-size:1.1em;
}