/* Credit: */

html, body {
	font-family: Futura lt bt, sans-serif;
	padding: 0px; 
	margin: 0px; 
	color: #333333;
	background: #333333;
	font-size: 16px;
}




@font-face 
{
    
	font-family: 'futura_lt_btlight';
    
	src: url('futural-webfont.eot');
    
	src: url('futural-webfont.eot?#iefix') format('embedded-opentype'), url('futural-webfont.woff') format('woff'), url('futural-webfont.ttf') format('truetype'), url('futural-webfont.svg#futura_lt_btlight') format('svg');
    
	font-weight: normal;
    
	font-style: normal;


}






@font-face 
{
    
	font-family: 'futura_lt_btlight_italic';
    
	src: url('futurali-webfont.eot');
    
	src: url('futurali-webfont.eot?#iefix') format('embedded-opentype'), url('futurali-webfont.woff') format('woff'), url('futurali-webfont.ttf') format('truetype'), url('futurali-webfont.svg#futura_lt_btlight_italic') format('svg');
    
	font-weight: normal;
    
	font-style: normal;


}

img	{ width: 100%; }

a {
	color: #ffffff; outline: 0;
}

a:hover, a:focus {
	text-decoration: none;
	color: #ffffff;
}
a:active, a:focus {
	color: #ffffff;
	border: none;
}

p {
	color: #333333;
}
h1, h2, h3, h4, h6 {
	font-family: Futura lt bt, sans-serif;
	font-weight: 400;
}
h1	{	
	font-size: 3em;
	color: #cccccc;
	background: #343537;
	padding: 0px 0px;
	float: left;
	text-shadow: 4px 2px 2px rgba(33, 33, 33, 1);
	margin: 5% 0% 0% 2%;;
	}
	
h2	{ 
	font-size: 24px; 
	color: #333333;
	margin-top: 0px;
	}
h3 	{ 
	text-align: center; 
	font-size: 2em;
	}
h5 	{ 
	font-family: Futura Hv Bt, sans-serif;
	}

.clear	{ clear: both; }
.content { display: none; height: auto; }
.homepage { display: block; }
.portfolioshow	{ display: block; }
/* .container	{ position: absolute; } */

.link, .linkservice, .linkcontact { 
	font-size: 2em; color: #ffffff;
	width: 95%;
}

.link1 { 
	font-size: 2em; color: #ffffff;
	padding-top:20%;
	position: absolute;
	width: 100%;
}

.smalltitle { 
	float: left; 
	padding: 0px 0px 0px 0px; 
	font-size: 1em; 
	color: #b5b5b5;
	margin: 10px 0px 30px 25px;
}

.footer { 
	float: right; 
	padding: 0px 0px 0px 0px; 
	font-size: 11px; 
	color: #4e4e4e;
	margin: 30px 40px 20px 0px;
}

/* Start - Buttons on Homepage */
.mainservice	{
	background: #999933;
	text-align: center;
	width: 100%;
	float: left;
}

.mainportfolio {
	background: #993333;
	text-align: center;
	width: 100%;
}

.mainnews {
	background: #339966;
	text-align: center;
	width: 100%;
}

.mainabout	{
	background: #999933;
	text-align: center;
	width: 100%;
}

.mainlink	{
	background: #cc9933;
	text-align: center;
	width: 100%;
}

.maincontact	{
	background: #006699;
	text-align: center;
	width: 100%;
}
/* End - Buttons on Homepage */


.insideportfolio	 h2 { color: #ffffff; }
.insideportfolio	{
	background: #993333;
	width: 100%;
	padding: 0px;
	color: #ffffff;
}

.portfoliotext { 
	color: #ffffff;
	/*position: absolute; */
	width: 95%;
	padding: 30px;
}
	
.portfolioback { 
	background: #993333;
	text-align: center;
	width: 100%;
}

.aboutback { 
	background: #999933;
	text-align: center;
}

.newsback { 
	background: #339966;
	text-align: center;
}
	
.graybg { 
	float: left; 
	background: #cccccc; 
	overflow: hidden;
	width: 100%;
}

.paddinggap	{ padding: 30px; }
.form { padding: 10px 0px; }
.form input, .form textarea { 
	border-radius: 0px; 
	border: 1px solid #999999; 
}

.form textarea { 
	height: 150px;
}

.form button {
	float: right;
	background: #666666;
	color: #ffffff;
	border-radius: 0px;
	border: none;
	font-size: 16px;
}

#map	{ 
	width: 100%;
	height: 70px;
}

.address { color: #757575; padding-top: 10px; }

.aboutlinkwrapper { width: 95.8%; float: left; background: #999933; text-align: center; display: block; }
.newslinkwrapper { width: 95.8%; float: left; background: #339966; text-align: center; display: block; }


/*------------------------------------------------------
	Gallery Styles 
--------------------------------------------------------*/
.gallery-item {
  -webkit-box-shadow: inset 0 0 1px #666;
  -moz-box-shadow: inset 0 0 1px #666;
  box-shadow: inset 0 0 1px #666;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.gallery-item .content-gallery {
  text-align: center;
}
.gallery-item .content-gallery h3 {
  color: #b10021;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}
.gallery-item .overlay a {
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 24px;
}

.frame { 
	float: left; overflow-x:hidden; margin-top: 30px;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #cccccc;
}

.frame a {
	color: #06C;
}

.frame a:hover {
	color: #C30;
}

::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b1b1b1;
}

.resp-vtabs ul.tab { float: left; width: 100%; }
.resp-vtabs ul.tab li { padding: 0px; background: url(../images/arrow_gap.png) no-repeat center right #999933; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.tab li.resp-tab-active{ background: url(../images/arrow.png) no-repeat center right #999933; border: 0px; padding: 0px; color: #ffffff; }

.resp-vtabs ul.testitab { float: left; width: 100%; }
.resp-vtabs ul.testitab li { padding: 0px; background: url(../images/arrow_gap.png) no-repeat center right #339966; font-size: 24px; text-align: center; font-weight: normal; }
.resp-vtabs ul.testitab li.resp-tab-active { background: url(../images/testi_arrow.png) no-repeat center right #339966; border: 0px; padding: 0px; color: #ffffff;  }

.resp-vtabs .aboutcontainer, .resp-vtabs .testicontainer	{  background: none; border-radius: 0px; border: 0px; }
h2.resp-accordion	{ color: #ffffff; }
.resp-tabs-list li	{ color: #ffffff; }

.testicontainer h2.resp-accordion {
 background: #339966 !important; }
 
.aboutcontainer h2.resp-accordion {
 background: #cc9933 !important; }
 
/*----- Page Load ------*/

@media(min-width:320px) {
	.leftgap	{ padding: 0px 10px; }
	.rightgap_about	{ padding: 0px 10px; }
	.botgap	{ margin: 0px 0px 20px 0px; }
	.topgap, .portfotopgap	{ margin-top: 20px; }
	.col37	{ float: left; width: 100%; }
	.resp-vtabs .aboutcontainer, .resp-vtabs .testicontainer	{ width: 100%; }
	.aboutlinkwrapper{ display: none; }
	.aboutlinkwrapper1{  display: block; }
	.newslinkwrapper{ display: none; }	
	.newslinkwrapper1{  display: block; }	
	.frame	{ padding: 0px 30px 30px 30px; }
	.link { padding-top: 20%; }
	.logocontainer	{ padding: 0px 15px; margin: 0 auto; }
	.insideportfolio	{ padding-bottom: 30px; }
	.link, .linkservice, .linkcontact  { padding: 50px 0px; }

}
	
@media(min-width:320px) and (max-width: 767px) {
	/*.container	{ left: 15px; right: 15px; padding: 0px; }*/
}

@media(min-width:768px) {
	.leftgap	{ padding: 0px 10px; }
	.botgap	{ margin: 0px 0px 20px 0px; }
	.topgap	{	margin-top: 20px; }
	.portfotopgap	{ margin-top: 0px; } 
	.link { padding-top: 20%; }
	/*.container { left: 50%; margin-left: -375px; right: 0px; }*/
	.logocontainer	{ width: 750px; padding: 0px 15px; margin: 0 auto; }
	.insideportfolio	{ height: 398px; }
	.link, .linkservice, .linkcontact 	{ height: 189px; line-height: 189px; padding: 0px; }
}

@media(min-width:992px) {
	.leftgap	{ padding: 0px 6px; }
	.rightgap_about	{ padding: 0px 6px 0px 2px; }
	.botgap	{ margin: 0px 0px 12px 0px; }
	.topgap	{	margin-top: 0px; }
	.portfotopgap	{ margin-top: 0px; }
	.bordergapborder	{ padding: 0px; margin: 0px; }
	.graybg	{height: 397px; }
	.col37	{ float: left; width: 37.5%; }
	.col50	{ float: left; width: 50%; position: relative; }
	.form { padding: 5px 0px; }
	.form textarea { height: 120px; }
	.address { font-size: 12px; }
	.portfoliotext { width: 95%; padding: 15px ; font-size: 14px; }
	.resp-vtabs .aboutcontainer, .resp-vtabs .testicontainer	{ width: 75%; }
	.leftgap_about	{ padding: 0px 0px 0px 6px; }
	.aboutlinkwrapper { width: 95.8%; float: left; background: #999933; text-align: center; display: block; }
	.newslinkwrapper { width: 95.8%; float: left; background: #339966; text-align: center; display: block; }
	.linkwrapper { width: 100%; float: left; background: #cc9933; text-align: center; display: block; }
	.aboutlinkwrapper1 {  display: none; }
	.newslinkwrapper1 {  display: none; }	
	.resp-vtabs .tab li,
	.resp-vtabs .testitab li{ padding: 0px;  margin-bottom: 12px; }
	.resp-vtabs ul.tab li, 
	.resp-vtabs ul.tab li.resp-tab-active, 
	.resp-vtabs ul.testitab li, 
	.resp-vtabs ul.testitab li.resp-tab-active	{ line-height: 79px; height: 79px; }
	.frame	{ height: 337px; margin-right: 1px; padding: 0px 30px; }
	.link { padding-top: 15%; }
	/*.container { left: 50%; margin-left: -485px; }*/
	.link, .linkservice, .linkcontact { height: 124px; line-height: 124px; padding: 0px; }
	.logocontainer	{ width: 970px; padding: 0px 15px; margin: 0 auto; }
	.insideportfolio	{ height: 260px; }
}

@media(min-width:1200px) {
	.leftgap	{ padding: 0px 8px; }
	.rightgap_about	{ padding: 0px 8px; }
	.botgap	{ margin: 0px 0px 16px 0px; }
	.topgap	{ margin-top: 0px; }
	.portfotopgap	{ margin-top: 0px; }
	.bordergapborder	{ padding: 0px 16px; }
	.graybg	{ height: 466px; }
	.col37	{ float: left; width: 37.5%; position: relative; }
	.col50	{ float: left; width: 50%; position: relative; }
	.form { padding: 10px 0px; }
	.form textarea { height: 150px; }
	.address { font-size: 14px; }
	.portfoliotext { width: 95%; padding: 30px; font-size: 16px; }
	.resp-vtabs .aboutcontainer, .resp-vtabs .testicontainer	{ width: 75%; }
	.leftgap_about	{ padding: 0px 0px 0px 10px; }
	.resp-vtabs ul.tab li, 
	.resp-vtabs ul.tab li.resp-tab-active, 
	.resp-vtabs ul.testitab li, 
	.resp-vtabs ul.testitab li.resp-tab-active { line-height: 93px; height: 93px; }
	.resp-vtabs .tab li, 
	.resp-vtabs .testitab li { padding: 0px;  margin-bottom: 15px; }
	.frame	{ height: 406px; padding: 0px 30px; }
	.link { height: 150px; line-height: 150px; padding: 0px; }
	/*.container { left: 50%; margin-left: -585px; }*/
	.logocontainer	{ width: 1140px; padding: 0px 30px; margin: 0 auto; }
	.insideportfolio	{ height: 316px; }
	.leftgap_about .link { height: 142px; line-height: 142px; padding: 0px; }
	.linkservice, .linkcontact { height: 145px; line-height: 145px; padding: 0px; }
}