/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Map/Contact page  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'arial';
    font-family: 'arial';
    src: url('/fonts/arial_bold-webfont.eot') format('eot');
	src: url('/fonts/arial_bold-webfont.svg') format('svg');
	src: url('/fonts/arial_bold-webfont.ttf') format('ttf');
	src: url('/fonts/arial_bold-webfont.woff') format('woff');
	src: url('/fonts/arial_bold-webfont.woff2') format('woff2');
	src: url('/fonts/arial-webfont.eot') format('eot');
	src: url('/fonts/arial-webfont.svg') format('svg');
	src: url('/fonts/arial-webfont.ttf') format('ttf');
	src: url('/fonts/arial-webfont.woff') format('woff');
	src: url('/fonts/arial-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}






/*  General CSS*/
body{
    background: #000000;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #454545;
    font-family: "arial", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}







/*  Header  */
@media (min-width:1700px){
    header{
        display: block;
        position: fixed;
      
        width: 1500px;
       margin-top: 0px;
        padding: 0 0 0 0px;
 
        z-index: 2000;
		
    }
	
	a{
  color: #3d3d3d;
 
  text-decoration: none;
  padding -50px 0px 0px 0px;
}


   header p1{
	position: fixed;
	line-height: 100%;
    color: #000000;
    font-family: "arial", arial;
    font-size: 50px;
	font-weight: normal;
	letter-spacing: -3px;
	padding: 0px 0px 0px 0px;
	z-index: 500;
}
	


}



/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #000000;
    clear: both;
}


article {
  /*
    padding/margin:(All); 
    padding/margin:(Top-Bottom) (Left-Right);
    padding/margin:(Top) (Right) (Bottom) (Left);
  */
  padding:10px 25px 25px 25px;
}


article {
	width:800px;
  margin:0 auto;
 
}


/*  Home/portfolio  */





.main .title{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	background: #000000;
	margin-bottom: 0px;
	margin-top: -4px;
    padding: 0px;
}


.main .work{
    display: block;
    width: 33%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
padding-bottom: 20px;
	
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #000000;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -36px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #ffffff;
    font-family: "arial", arial;
    font-size: 11px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

.main .submenu{
    display: block;
    width: 12%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
.main .submenu .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #000000;
    opacity: 0;
}


.main .submenu a:hover .caption{
    opacity: 1;
}


.submenu .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -23px;
}

.main .submenu .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #ffffff;
    font-family: "arial", arial;
    font-size: 10px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

.main2{
    width: 90%;
    height: 90%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    background: #000000;
    clear: both;
}


article {
  /*
    padding/margin:(All); 
    padding/margin:(Top-Bottom) (Left-Right);
    padding/margin:(Top) (Right) (Bottom) (Left);
  */
  padding:10px 25px 25px 25px;
}


article {
	width:800px;
  margin:0 auto;
 
}


/*  Home/portfolio  */





.main2 .title{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	background: #000000;
	margin-bottom: 0px;
	margin-top: -4px;
    padding: 0px;
}


.main2 .work{
    display: block;
    width: 16.5%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main2 .work .media{
    width: 100%;
    vertical-align: middle;
}

.main2 .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #000000;
    opacity: 0;
}


.main2 .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -36px;
}

.main2 .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #ffffff;
    font-family: "arial", arial;
    font-size: 11px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

.main2 .submenu{
    display: block;
    width: 12%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
.main2 .submenu .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #000000;
    opacity: 0;
}


.main2 .submenu a:hover .caption{
    opacity: 1;
}


.submenu .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -23px;
}

.main2 .submenu .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #ffffff;
    font-family: "arial", arial;
    font-size: 10px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}






.bigtitle{
   position: absolute;
	color: #000000;
    font-family: "arial", arial;
    font-size: 190px;
    font-weight: normal;
	letter-spacing: -22px;
    margin: 100px 0px 5px 100px;
	z-index: 60;
   
}
	.content p{
		
	position: absolute;
		width: 1000px;
    color: #000000;
    font-family: "arial", arial;
    font-size: 85px;
	letter-spacing: -10px;
	 padding: 0px 0px 0px 100px;
    margin-bottom: 25px;
	margin-top: 300px;
	z-index: 60;
		
}


.content h2{

    color: #c1c1c1;
    font-family: "arial", arial;
	  font-size: 15px;
    font-weight: normal;
    margin-bottom: 0px;
	 letter-spacing:-.5px;
	 padding: 15px 0px 20px 350px;

}

.content h3{

    color: #656565;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: normal;
	  margin-top: 0px;
    margin-bottom: 50px;
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 8px 0px 0px 300px;

}




h4 a {

    color: #c1c1c1;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: bold;
	 
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 30px 0px 30px 800px;

}








@media (max-width:1700px){
	
  
       
  header{
        display: block;
        width: 100%;
      
        padding: 0 0 0 0;
        position: fixed;
		margin-top: 0px;
	   
	  z-index: 2000;
		
    }
  
	
		a{
  color: #3d3d3d;
  text-decoration: none;
  padding -50px 0px 0px 0px;
}
	
	
	
	     header p1{
	position: fixed;
	line-height: 100%;
    color: #000000;
    font-family: "arial", arial;
    font-size: 40px;
	font-weight: normal;
	letter-spacing: -3px;
	padding: 0px 0px 0px 0px;
	z-index: 500;
}

	
	
	    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
		margin-top: 0px;
			z-index: 40;
    }
    #map{
        margin: 0!important;
    }
	
	
    .main .work{
        width: 50%;
    }
	
	.main .submenu{
    display: block;
    width: 16%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
	


.submenu .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -23px;
}

.main2{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
	 .main2 .work{
        width: 20%;
    }
	
	
	
	
	
.bigtitle{
   position: absolute;
	color: #000000;
    font-family: "arial", arial;
    font-size: 160px;
    font-weight: normal;
	letter-spacing: -18px;
    margin: 110px 0px 5px 20px;
	z-index: 60;
   
}
	.content p{
		
	position: absolute;
		width: 1000px;
    color: #000000;
    font-family: "arial", arial;
    font-size: 82px;
	letter-spacing: -5px;
	 padding: 0px 0px 0px 20px;
    margin-bottom: 25px;
	margin-top: 262px;
	z-index: 60;
		
}
.content h2{

    color: #000000;
    font-family: "arial", arial;
	  font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
	 letter-spacing:-.5px;
	 padding: 15px 0px 0px 20px;

}

.content h3{

    color: #4b4848;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: normal;
	  margin-top: 1px;
    margin-bottom: 50px;
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 5px 0px 0px 20px;

}
h4 a {

    color: #c1c1c1;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: bold;
	 
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 30px 0px 30px 400px;

}
.top{
    height: 50px;
}
	
}






/*  Responsive code  */
@media (max-width:1100px){
	
  header{
        display: block;
        width: 100%;
      
        padding: 0 0 0 0;
        position: fixed;
		margin-top: -0px;
	   
	  z-index: 2000;
		
    }
  
	
	     header p1{
	position: fixed;
	line-height: 100%;
    color: #000000;
    font-family: "arial", arial;
    font-size: 40px;
	font-weight: normal;
	letter-spacing: -3px;
	padding: 0px 0px 0px 0px;
	z-index: 500;
}
	
	   .main{
        width: 100%;
        position: relative;
        padding-left: 0;
		margin-top: 0px;
			z-index: 40;
    }

    .main .work{
        width: 100%;
    }
	
	.main .submenu{
    display: block;
    width: 16%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
	
	
	
  
    #map{
        margin: 0!important;
    }
	



.submenu .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -23px;
}

.main2{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
	 .main2 .work{
        width: 33%;
    }
	

	
.bigtitle{
   position: absolute;
	color: #000000;
	width: 700px;
    font-family: "arial", arial;
    font-size: 130px;
    font-weight: normal;
	letter-spacing: -14px;
    margin: 110px 0px 5px 20px;
	z-index: 60;
   
}
	.content p{
		
	position: absolute;
		width: 600px;
    color: #000000;
    font-family: "arial", arial;
    font-size: 65px;
	letter-spacing: -4px;
	 padding: 0px 0px 0px 20px;
    margin-bottom: 25px;
	margin-top: 235px;
	z-index: 60;
		
}
.content h2{

    color: #000000;
    font-family: "arial", arial;
	  font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
	 letter-spacing:-.5px;
	 padding: 15px 0px 0px 20px;

}

.content h3{

    color: #4b4848;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: normal;
	  margin-top: 1px;
    margin-bottom: 50px;
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 5px 0px 0px 20px;

}
h4 a {

    color: #c1c1c1;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: bold;
	 
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 30px 0px 30px 400px;

}
.top{
    height: 50px;
}
	
}
	


@media (max-width:700px){
    
	header{
        display: block;
        width: 100%;
      
        padding: 0 0 0 0;
        position: fixed;
		margin-top: 0px;
	   
	  z-index: 2000;
		
    }
  
 	a{
  color: #3d3d3d;
  text-decoration: none;
  padding -50px 0px 0px 0px;
}


   header p1{
	position: fixed;
	line-height: 100%;
    color: #000000;
    font-family: "arial", arial;
    font-size: 22px;
	   width: 340px;
	font-weight: normal;
	letter-spacing: -1.5px;
	padding: 0px 0px 0px 0px;
	z-index: 500;
}
	
	
	
	.main .work{
        width: 100%;
    }
	
	 .main .submenu{
        width: 50%;
    }
	
	 


.main2{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
	 .main2 .work{
        width: 50%;
    }
	
.bigtitle{
   position: absolute;
	width: 340px;
	color: #000000;
    font-family: "arial", arial;
    font-size: 65px;
    font-weight: normal;
	letter-spacing: -8px;
    margin: 40px 0px 5px 20px;
	z-index: 60;
   
}
	.content p{
		
	position: absolute;
		width: 300px;
    color: #000000;
    font-family: "arial", arial;
    font-size: 40px;
	letter-spacing: -3px;
	 padding: 0px 0px 0px 20px;
    margin-bottom: 25px;
	margin-top: 100px;
	z-index: 60;
		
}
.content h2{

    color: #000000;
    font-family: "arial", arial;
	  font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
	 letter-spacing:-.5px;
	 padding: 15px 0px 0px 20px;

}

.content h3{

    color: #4b4848;
    font-family: "arial", arial;
	  font-size: 16px;
    font-weight: normal;
	  margin-top: 1px;
    margin-bottom: 50px;
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 5px 0px 0px 20px;

}

h4 a {

    color: #c1c1c1;
    font-family: "arial", arial;
	  font-size: 15px;
    font-weight: bold;
	 
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 50px 0px 30px 20px;

}.top{
    height: 50px;
}

}