/*

    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';
    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: #ffffff;
}

.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: -320px;
        padding: 0 0 0 0px;
 
        z-index: 2000;
		
    }
	
	a{
  color: #ababab;
  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;
}
	
  

header .box{
	position: fixed;
	width: 100%;
	height: 55px;
	margin-top: 0px;
	background: #f5f0ec;
	z-index: 400;
}

}



.box{
	position: absolute;
	width: 100%;
	height: 350px;
	margin-top: -350px;
	background: #f5f0ec;
}


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





/*  Home/portfolio  */

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


.main .work{
    display: block;
    width: 10%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	margin-top: 0px;
}

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

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    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: -23px;
}

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


.main2{
    width: 60%;
    height: 75%;
    padding-left: 300px;
    padding-bottom: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #ffffff;
    clear: both;
	margin-left: 100px;
	margin-top: 320px;
	margin-bottom: 0px;
	z-index: 500;
}





/*  Home/portfolio  */

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


.main2 .work{
    display: block;
    width: 47%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	padding: 0px 20px 0px 0px;
}


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


.bigtitle{
   position: fixed;
	width: 500px;
	color: #000000;
    font-family: "arial", arial;
    font-size: 60px;
    font-weight: normal;
	letter-spacing: -3px;
   margin: -170px 0px 3px 400px;
	z-index: 10;

	
}

.content p{
	position: fixed;
	width: 550px;
	line-height: 120%;
    color: #ababab;
    font-family: "arial", arial;
    font-size: 23px;
	font-weight: normal;
	 padding: 0px 0px 5px 900px;
    margin-bottom: 10px;
	margin-top: -135px;
	z-index: 9;
	
}

.content h5{
position: fixed;
    color: #ababab;
	width: 600px;
    font-family: "arial", arial;
	  font-size: 18px;
	line-height: 15px;
    font-weight: bold;
	  margin-top: -160px;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px 0px 0px 900px;
	z-index: 8;

}

 .content h2 {

    color: #9e9e9e;
	 link color: #ffffff
    font-family: "arial", arial;
	  font-size: 10px;
    font-weight: normal;
	 margin-top: 10px;
    margin-bottom: 0px;
	 letter-spacing:-0px;
	 padding: 0px 0px 0px 300px;

}

.content h3{

    color: #9e9e9e;
    font-family: "arial", arial;
	  font-size: 9px;
    font-weight: normal;
	  margin-top: 0px;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	padding: 2px 0px 0px 300px;

}

.content h4 {

    color: #9e9e9e;
	 link color: #ffffff;
    font-family: "arial", arial;
	  font-size: 12px;
    font-weight: normal;
	font-style: italic;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	 padding: 0px 0px 5px 400px;

}




	
.backtotop p{
    font-family: "arial", arial;
	  font-size: 10px;
    font-weight: bold;
	  margin-top: 30px;
    margin-bottom: 30px;
	 letter-spacing: -.5px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.backtotop a{
      color: #ffffff;

}










@media (max-width:1700px){

    header{
        display: block;
        width: 100%;
      
        padding: 0 0 0 0;
        position: fixed;
		margin-top: -370px;
	   
	  z-index: 2000;
		
    }
	
	
		a{
  color: #ababab;
  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: 1px 0px 0px 0px;
	z-index: 500;
}
	
  

header .box{
	position: fixed;
	width: 100%;
	height: 44px;
	margin-top: 0px;
	background: #f5f0ec;
	z-index: 400;
}
.box{
	position: absolute;
	width: 100%;
	height: 370px;
	margin-top: -370px;
	background: #f5f0ec;
}

/*  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: #ffffff;
    clear: both;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 1500;
}



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


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

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

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    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: -23px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 10px 0;
    z-index: 77;
    color: #454545;
    font-family: "arial_bold", arial;
    font-size: 11px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}
	
	
	.main2{
    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: #ffffff;
    clear: both;
	margin-left: 0px;
	margin-top: 370px;
		z-index: 500;
}



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


.main2 .work{
    display: block;
    width: 47%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	padding: 0px 20px 0px 0px;
}




.bigtitle{
   position:fixed;
	color: #000000;
    font-family: "arial", arial;
    font-size: 60px;
    font-weight: normal;
	letter-spacing: -4px;
   margin: -170px 0px 3px 20px;
	z-index: 10;

	
}

.content p{
	position:fixed;
	width:550px;
	line-height: 120%;
    color: #ababab;
    font-family: "arial", arial;
    font-size: 23px;
	font-weight: normal;
	 padding: 10px 0px 5px 540px;
    margin-bottom: 10px;
	margin-top: -145px;
	
	z-index: 9;
	
}
.content h5{
position:fixed;
    color: #ababab;
	width: 500px;
    font-family: "arial", arial;
	  font-size: 18px;
	line-height: 15px;
    font-weight: bold;
	  margin-top: -160px;
    margin-bottom: 0px;
	margin-left: -360px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	z-index: 8;
	
}
 .content h2 {
     position:fixed;
    color: #9e9e9e;
	 link color: #ffffff
    font-family: "arial", arial;
	  font-size: 10px;
    font-weight: normal;
	 margin-top: 10px;
    margin-bottom: 0px;
	 letter-spacing:-0px;
	 padding: 0px 0px 0px 300px;

}

.content h3{
position:fixed;
    color: #9e9e9e;
    font-family: "arial", arial;
	  font-size: 9px;
    font-weight: normal;
	  margin-top: 0px;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	padding: 2px 0px 0px 300px;

}

.content h4 {
position:fixed;
    color: #9e9e9e;
	 link color: #ffffff;
    font-family: "arial", arial;
	  font-size: 12px;
    font-weight: normal;
	font-style: italic;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	 padding: 0px 0px 5px 300px;

}





	
.backtotop p{
position: relative;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: bold;
	  padding-top: 30px;
    padding-bottom: 30px;
	 letter-spacing: -.5px;
	text-transform: uppercase;
	background-color: #ffffff;
	text-align: center;
	z-index: 910;
	margin-top: 0px;
	margin-bottom: 0px;

}	
	
.backtotop a{
      color: #000000;

}

}

	
	
	
	
	
	
	

/*  Responsive code  */
@media (max-width:1100px){
	
  header{
        display: block;
        width: 100%;
      
        padding: 0 0 0 0;
        position: fixed;
		margin-top: -380px;
	   
	  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;
}
	
 header .box{
	position: fixed;
	width: 100%;
	height: 44px;
	margin-top: 0px;
	background: #f5f0ec;
	z-index: 400;
}
	

.box{
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: -400px;
	background: #f5f0ec;
}

/*  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: #ffffff;
    clear: both;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 1500;
}



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


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

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

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    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: -23px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 10px 0;
    z-index: 77;
    color: #454545;
    font-family: "arial_bold", arial;
    font-size: 11px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}
	
	
	.main2{
    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: #ffffff;
    clear: both;
	margin-left: 0px;
	margin-top: 380px;
		z-index: 500;
}



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


.main2 .work{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	padding: 0px 0px 0px 0px;
}




.bigtitle{
   position:fixed;
	width: 600px;
	color: #000000;
    font-family: "arial", arial;
    font-size: 60px;
    font-weight: normal;
	letter-spacing: -4px;
   margin: -180px 0px 3px 20px;
	z-index: 10;

	
}

.content p{
	position:fixed;
	width: 560px;
	line-height: 120%;
    color: #ababab;
    font-family: "arial", arial;
    font-size: 20px;
	font-weight: normal;
	 padding: 10px 0px 5px 20px;
    margin-bottom: 10px;
	margin-top: -130px;
	z-index: 9;
	
}
.content h5{
position:fixed;
    color: #ababab;
	width: 400px;
    font-family: "arial", arial;
	  font-size: 16px;
	line-height: 15px;
    font-weight: bold;
	  margin-top: -50px;
    margin-bottom: 0px;
	margin-left: -880px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	z-index: 8;
	
}

 .content h2 {
     position:fixed;
    color: #9e9e9e;
	 link color: #ffffff
    font-family: "arial", arial;
	  font-size: 10px;
    font-weight: normal;
	 margin-top: 10px;
    margin-bottom: 0px;
	 letter-spacing:-0px;
	 padding: 0px 0px 0px 300px;

}

.content h3{
position:fixed;
    color: #9e9e9e;
    font-family: "arial", arial;
	  font-size: 9px;
    font-weight: normal;
	  margin-top: 0px;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	padding: 2px 0px 0px 300px;

}

.content h4 {
position:fixed;
    color: #9e9e9e;
	 link color: #ffffff;
    font-family: "arial", arial;
	  font-size: 12px;
    font-weight: normal;
	font-style: italic;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	 padding: 0px 0px 5px 300px;

}



	
.backtotop p{
position: relative;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: bold;
	  padding-top: 30px;
    padding-bottom: 30px;
	 letter-spacing: -.5px;
	text-transform: uppercase;
	background-color: #ffffff;
	text-align: center;
	z-index: 910;
	margin-top: 0px;
	margin-bottom: 0px;

}	
	
.backtotop a{
      color: #000000;

}

}



	@media (max-width:700px){

header{
        display: block;
        width: 100%;
      
        padding: 0 0 0 0;
        position: fixed;
		margin-top: -290px;
	   
	  z-index: 2000;
		
    }
  
 	a{
  color: #000000;
  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;
}
	
 header .box{
	position: fixed;
	width: 100%;
	height: 23px;
	margin-top: 0px;
	background: #f5f0ec;
	z-index: 400;
}
	

.box{
	position: absolute;
	width: 100%;
	height: 550px;
	margin-top: -450px;
	background: #f5f0ec;
}

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


	
	.main2{
    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: #ffffff;
    clear: both;
	margin-left: 0px;
	margin-top: 290px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		z-index: 500;
		
}



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


.main2 .work{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	padding: 0px 0px 50px 0px;
}




.bigtitle{
   position:fixed;
	width:340px;
	line-height: 90%;
	color: #000000;
    font-family: "arial", arial;
    font-size: 50px;
    font-weight: normal;
	letter-spacing: -4px;
   margin: -210px 0px 3px 20px;
	z-index: 10;

	
}

.content p{
	position:fixed;
	width:340px;
	line-height: 120%;
    color: #ababab;
    font-family: "arial", arial;
    font-size: 20px;
	font-weight: normal;
	 padding: 0px 0px 5px 20px;
    margin-bottom: 10px;
	margin-top: -160px;
	z-index: 9;
	
}
.content h5{
position:fixed;
    color: #ababab;
	width: 400px;
    font-family: "arial", arial;
	  font-size: 14px;
	line-height: 15px;
    font-weight: bold;
	  margin-top: -45px;
    margin-bottom: 0px;
	margin-left: -880px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	z-index: 8;
	
	
}

 .content h2 {
     position:fixed;
    color: #9e9e9e;
	 link color: #ffffff
    font-family: "arial", arial;
	  font-size: 10px;
    font-weight: normal;
	 margin-top: 10px;
    margin-bottom: 0px;
	 letter-spacing:-0px;
	 padding: 0px 0px 0px 300px;

}

.content h3{
position:fixed;
    color: #9e9e9e;
    font-family: "arial", arial;
	  font-size: 9px;
    font-weight: normal;
	  margin-top: 0px;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	text-transform: uppercase;
	padding: 2px 0px 0px 300px;

}

.content h4 {
position:fixed;
    color: #9e9e9e;
	 link color: #ffffff;
    font-family: "arial", arial;
	  font-size: 12px;
    font-weight: normal;
	font-style: italic;
    margin-bottom: 0px;
	 letter-spacing: 0px;
	 padding: 0px 0px 5px 300px;

}


	
.backtotop p{
position: relative;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: bold;
	  padding-top: 30px;
    padding-bottom: 30px;
	 letter-spacing: -.5px;
	text-transform: uppercase;
	background-color: #ffffff;
	text-align: center;
	z-index: 910;
	margin-top: 0px;
	margin-bottom: 0px;

}	
	
.backtotop a{
      color: #000000;

}

}


