/** Import Reset CSS **/

@import url("reset.css");

/** Import Google fonts **/

/*@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro");*/
/*@import url("http://fonts.googleapis.com/css?family=Archivo+Narrow");*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/** Global Styles **/

html
{
	height: 100%;
	overflow: auto;
    overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #646363;
	padding: 0 0 25px 0;
	background: #f7f7f7 url("../images/bg.png") repeat;
}

::selection { background: #fcbf00; color: #646363; }
::-moz-selection { background: #fcbf00; color: #646363; }

a { color: #646363; text-decoration: none;  text-align: center; }
a:hover{ text-decoration:underline}



/** Layout Styles **/



#fixedtop
{
	position: fixed;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,0.7);
	color: #444;
	z-index: 1000;

}

#fixedtop1
{
	position: fixed;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,1);
	color: #444;
	z-index: -1;

}

	#fixedtop #headercont
	{
		width: 80%;
		max-width: 900px;
		margin: 0 auto;
	}
	
		#fixedtop #headercont #headerleft
		{
			float: left;
			width: 75px;
			
		}
		
			#fixedtop #headercont #headerleft a img
			{
				width: 75px;
				margin: 10px 0 0 0;

				-webkit-transition: all 0.2s linear;
				-moz-transition: all 0.2s linear;
				-o-transition: all 0.2s linear;
				transition: all 0.2s linear;
			}
			
			#fixedtop #headercont #headerleft a:hover img
			{
				opacity: 0.6;
			}
		
		#fixedtop #headercont #headerright
		{
			float: right;
		}
		
			/** Menu **/
			
				#fixedtop #headercont #headerright .menu select
				{
					display: none;
					font-family: inherit;
				}
				
					@media (max-width: 768px)
				 {
						#fixedtop #headercont #headerright .menu ul
						{
							display: none;
							
						}
						
						#fixedtop #headercont #headerright .menu select
						{
							display: inline-block;
							width: 100%;
							text-transform: none;
							
							font-family: inherit;
						}
					}
					
				#fixedtop #headercont #headerright ul
				{
					float: right;
					margin: 12px 0px 0 0;
				}
	
					#fixedtop #headercont #headerright ul li
					{
						display: inline;
					}
					
						#fixedtop #headercont #headerright ul li a
						{
							float: left;
							line-height: 30px;
							padding: 0 12px;
							font-weight: 400;
							font-size: 20px;
							text-decoration: none;
							color: #FFF;
							font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
						}
						
							#fixedtop #headercont #headerright ul li a:hover 
								{
								color: #FFF;
								background-color:rgba(101,101,101,0.59);
							}
							
							#fixedtop #headercont #headerright ul li.active a
							{
	color: #FFF;
	background-color: #646363;
	text-align: center;
	font-weight: 200;
							}



.video {
position: relative;
padding-bottom: 56%/*56.25%*/;
padding-top: 0px;
height: 0;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#maincont
{
	
	width: 100%;
	min-width: 240px;
	margin-top: 90px;
	
	
}

	#maincont #main
	{
		width: 80%;
		max-width: 900px;
		margin: 0 auto;
		padding: 25px 0 0 0;
		line-height: 22px;
	}
	
		#maincont #main p { margin: 0 0 20px 0; }
#maincont #main p1 { margin: 0 0 20px 0; }
		#maincont #main h1, #maincont #main h2, #maincont #main h3, #maincont #main h4, #maincont #main h5 { margin: 0 0 20px 0; color: #646363; font-weight: normal; font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif; }
		#maincont #main h1 { font-size: 30px; line-height: 30px; }
		#maincont #main h2 { font-size: 28px; line-height: 28px; }
		#maincont #main h3 { font-size: 26px; line-height: 26px; }
		#maincont #main h4 { font-size: 24px; line-height: 24px; }
		#maincont #main h5 { font-size: 22px; line-height: 22px; }
		#maincont #main ul { margin: 0 0 15px 35px; list-style-type: square; }
		#maincont #main ul li { padding: 0 0 0 2px; }
		#maincont #main ol { margin: 0 0 15px 35px; list-style-type: decimal; }
		#maincont #main ol li { padding: 0 0 0 2px; }
		#maincont #main hr { clear: both; border: 0; height: 0; margin: 0 0 20px 0; border-top: 1px solid #646363; border-bottom: 1px solid #646363; }
		#maincont #main blockquote { background: #151515; border-left: 3px solid #E2761C; padding: 15px; margin: 0 0 15px 0; }

		/** Portfolio Styles **/

		#maincont #main #portfoliocont ul
		{
			list-style-type: none;
			margin: 0 0 25px 0;
		}
		
			#maincont #main #portfoliocont ul li
			{
				display: block;
				margin: 0 -1% 10px -1%;
			}
			
				#maincont #main #portfoliocont ul li a
				{
					position: relative;
					float: left;
					width: 23%;
					margin: 0 1% 15px 1%;
	
				}
				
					#maincont #main #portfoliocont ul li a img
					{
						width: 100%;
						height: auto;
						display: block;
					}

						#maincont #main #portfoliocont a .overlay
						{
							position: absolute;
							height: 100%;
							left: 0;
							opacity: 0;
							top: 0;
							width: 100%;
							z-index: 40;
							
							-webkit-transition: all 0.1s linear;
							-moz-transition: all 0.1s linear;
							-o-transition: all 0.1s linear;
							transition: all 0.1s linear;
						}
						
							#maincont #main #portfoliocont a .overlay.link
							{
								background: url("../images/ZOOM.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}
								
#maincont #main #portfoliocont a .overlay.link02
							{
								background: url("../images/ZOOM1.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}


#maincont #main #portfoliocont a .overlay.link03
							{
								background: url("../images/ZOOM2.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}


#maincont #main #portfoliocont a .overlay.link04
							{
								background: url("../images/ZOOM3.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link05
							{
								background: url("../images/ZOOM4.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link06
							{
								background: url("../images/ZOOM5.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link07
							{
								background: url("../images/ZOOM6.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link08
							{
								background: url("../images/ZOOM7.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link09
							{
								background: url("../images/ZOOM8.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link10
							{
								background: url("../images/ZOOM9.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link11
							{
								background: url("../images/ZOOM10.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link12
							{
								background: url("../images/ZOOM11.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link13
							{
								background: url("../images/ZOOM12.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link14
							{
								background: url("../images/ZOOM13.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}
#maincont #main #portfoliocont a .overlay.link15
							{
								background: url("../images/ZOOM14.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}


#maincont #main #portfoliocont a .overlay.link17
							{
								background: url("../images/ZOOM17.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link18
							{
								background: url("../images/ZOOM18.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link19
							{
								background: url("../images/ZOOM19.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link20
							{
								background: url("../images/ZOOM20.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link21
							{
								background: url("../images/ZOOM21.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link22
							{
								background: url("../images/ZOOM22.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link23
							{
								background: url("../images/ZOOM23.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

#maincont #main #portfoliocont a .overlay.link24
							{
								background: url("../images/ZOOM24.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}
#maincont #main #portfoliocont a .overlay.link25
							{
								background: url("../images/ZOOM25.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}
#maincont #main #portfoliocont a .overlay.link26
							{
								background: url("../images/ZOOM26.svg") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
								display: inline-block;
							}
							
								#maincont #main #portfoliocont a .overlay:hover
								{
									opacity: 1;
								}

	/** Footer **/
			
	#maincont #footercont
	{
		width: 80%;
		max-width: 900px;
		margin: 0 auto;
		color: #646363;
		line-height: 22px;
		font-size: 12px;
		text-align: left;
	
	}

#maincont #footercontinfo
	{
		width: 100%;
		max-width: 900px;
		
		color: #646363;
		line-height: 22px;
		font-size: 12px;
		text-align: left;
	
	}



p {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
 
    -moz-column-width: 270px;
    -webkit-column-width: 270px;
    column-width: 270px;
	column-gap: 50px;
}

/** Responsive Magic **/

@media screen and (max-width: 768px)
{
	
	#fixedtop #headercont
	{
		text-align: center;
	}
	
		#fixedtop #headercont #headerleft
		{
			float: none;
			width: 100%;
			
		}
		
			#fixedtop #headercont #headerleft a img
			{
				width: 50px;
				margin: 10px 0 5px 0;
			}
		
		#fixedtop #headercont #headerright
		{
			float: none;
			width: 100%;
		}
	
	#maincont #main
	{
		text-align: left;
		
	}
	
	#maincont #main #portfoliocont ul li a
	{
		width: 31.3%;
		margin-bottom: 10px;
	}
	
	#maincont #footercont
	{
		text-align: center;
	}
	
	#maincont #footercontinfo
	{
		text-align: center;
	}

.formButtons{text-align: center;float:none;width:100%;}
.formBtn{text-align: center;float:none;width:100%; margin-top:15px; }
	#maincont #main .CatBox{text-align: center;}
#CatBox{text-align: center;}
	.catBtn{display: inline-block; margin-top:15px; text-align: center;}
	
	
	#fixedtop
{
	position: absolute;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,0.7);
	color: #444;
	z-index: 1000;

}

#fixedtop1
{
	position: absolute;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,1);
	color: #444;
	z-index: -1;

}
	
	
}

@media screen and (max-width: 850px)
{
	
	
#parallax-bg1{opacity: 0.3;
    filter: alpha(opacity=30);}
#parallax-bg2{opacity: 0.3;
    filter: alpha(opacity=30);}
#parallax-bg3{opacity: 0.3;
    filter: alpha(opacity=30);}
}



@media screen and (max-width: 600px)
{
#fixedtop
{
	position: absolute;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,0.7);
	color: #444;
	z-index: 1000;

}

#fixedtop1
{
	position: absolute;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,1);
	color: #444;
	z-index: -1;

}
}

@media screen and (max-width: 480px)
{		
	
	#maincont #main #portfoliocont ul li a
	{
		width: 48%;
		margin-bottom: 6px;
	}
	
	#maincont #footercont
	{
		text-align: center;
	}
	
	#maincont #footercontinfo
	{
		text-align: center;
	}
	#Download_Text
	{text-align:center; float:none;width:100%;}
	#Download_Button
	{text-align:center; float:none;width:100%;}
	
	.formButtons{text-align: center;float:none;width:100%;}
.formBtn{text-align: center;float:none;width:100%; margin-top:15px;  }
	
	
	#parallax-bg1{opacity: 0.1;
    filter: alpha(opacity=10);}
#parallax-bg2{opacity: 0.1;
    filter: alpha(opacity=10);}
#parallax-bg3{opacity: 0.1;
    filter: alpha(opacity=10);}

#fixedtop
{
	position: absolute;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,0.7);
	color: #444;
	z-index: 1000;

}

#fixedtop1
{
	position: absolute;
	width: 100%;
	min-width: 240px;
	height: 100px;
	top: 0;
	background: rgba(252,191,0,1);
	color: #444;
	z-index: -1;

}

	
}

#Download_1
{background:rgba(100,99,99,0.3); padding: 0px 15px 0px 15px;position: relative; overflow:hidden; }

#Download_2
{background:rgba(100,99,99,0.1);padding: 0px 15px 0px 15px;position: relative; overflow:hidden; }


#Download_Text
{float:left; z-index:2; margin: 0px 0px 15px 0px}

#Download_Button
 {float:right; z-index:1;}

.moreButton{
	color: #FFF;
	
	position: relative;
	padding: 5px 15px;
	background: #646363;
	height:22px;
}
.moreButton:hover{text-decoration:none; background:#fcbf00 }
.moreButtonA:hover{text-decoration:none; background:#fcbf00 }
.moreButtonA{
	color: #FFF;
	
	position: relative;
	padding: 5px 15px;
	background: #fcbf00;
	height:22px;
	}
.responsiveContainer {
  position: relative;
  padding-bottom: 150px;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
}

/* ============================= forms ============================= */
#ContactForm {
	padding:0; 
	
}

#ContactForm .title1{
    display: inline-block;
    width: 70px;
    color: #646363;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 26px;
	
}


#ContactForm .wrapper {
	overflow:inherit; 
	min-height:40px; 
}
#ContactForm .success {
	padding-bottom: 10px; 
    text-transform:uppercase; 
	font-size:10px; 
    position:relative; 
    float:left; 
	color: #646363; 
	width: 99%; 
	line-height: 11px;
}
#ContactForm label {
	position:relative; 
	display:inline-block;  
	float: left; 
	width: 99%;
	padding-bottom: 10px;
}
#ContactForm span {
	display:block
}
#ContactForm .error,#ContactForm .empty {
	font-size:9px; 
	color: #646363; 
	line-height:9px; 
	display:none; 
	width: 99%; 
	top:5px; 
	position:relative; 
    text-transform:uppercase; 
	float: right;
}
#ContactForm a {
	position:relative; 
	z-index:1; 
}
#ContactForm a:hover {text-decoration:none; }
#ContactForm .input {
	width: 100%; 
	padding: 5px; 
	color: #646363; 
	outline:none; 
	font-size: 15px; 
	font-family:Arial; 
	background: rgba(255,255,255,0.5); 
	border: 1px solid #646363;

}
#ContactForm textarea {
	overflow:auto; 
	margin:0; 
	width: 100%; 
	height: 176px; 
	background: rgba(255,255,255,0.5); 
	padding: 5px; 
	color: #646363; 
	resize:none; 
	outline:none; 
	font-size: 15px; 
	font-family:Arial; 
	border: 1px solid #646363;

}
#ContactForm .block {
	display:inline-block; 
	position:relative; 
	width: 100%; 
	float: left; 
}
#ContactForm .magRight1{margin-right:16px; }
.w2{
  
}
.formButtons{position:relative; float: right; margin-top: 14px; display: inline-block;}
.formBtn{display:inline-block;  position:relative;  }
/* ============================= end forms ============================= */

#startimage{margin-top:150px;}
#CatBox{margin-top: 14px; display: inline-block;text-align: left;}
.catBtn{ display:inline-block;   }


