/*

    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:1100px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 30px;
        background: #000000; 
        float: left;
        overflow: hidden;
        z-index: 9999;
		
    }

    header .logo{
        margin-top: 50px;
		width: 150px;
    }

	
	header .li{
        margin-top: 15px;
		width: 14px;
    }
	
	
	header .insta{
        margin-top: 12px;
		width: 15px;
    }
	
    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 100px;
        list-style: none;
		
    }

    header nav ul li{
        display: block;
        margin-bottom: 10px;
    }

    header nav ul li a{
        color: #656565;
        font-family: "arial", arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: .5px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #ffffff;
    }

    header .footer{
        position: absolute;
        bottom: 50px;
    }
	
  header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/fb.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        background: url('../img/fb.png') no-repeat;
    }



    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.google,
    header ul.social li a.google:hover{
        background-position: -31px 0;
    }

    header ul.social li a.behance,
    header ul.social li a.behance:hover{
        background-position: -62px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }


 
   

    header .rights p{
        color: #454545;
        font-family: "arial", arial;
        font-size: 11px;
        letter-spacing: .5px;
        line-height: 18px;
    }

    header .rights a{
        font-family: "arial", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }
	
	h4 #btntop a
	{
    color: #ff0000;
    font-family: "arial", arial;
	  font-size: 13px;
    font-weight: bold;
	 
	 letter-spacing:-.5px;
	text-transform: uppercase;
	padding: 30px 0px 30px 20px;
}

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -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;
}


.main .work{
    display: block;
    width: 15%;
    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: #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: 13px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}

.bigtitle{
   
	color: #c1c1c1;
    font-family: "arial", arial;
    font-size: 26px;
    font-weight: normal;
	letter-spacing: -.5px;
   margin: 172px 0px 5px 300px;

	
}

.content p{
	width:600px;
	line-height: 120%;
    color: #c1c1c1;
    font-family: "arial", arial;
    font-size: 15px;
	font-weight: normal;
	 padding: 0px 0px 5px 300px;
    margin-bottom: 25px;
	margin-top: 1px;
	
}


.content h2{

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

}

.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;

}








/*  Responsive code  */
@media (max-width:1100px){
	
  
    
    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 40px 0 0 15px;
        float: left;
		width: 175px;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 11px 20px 0 0;
    }    
    header nav{
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #a2a2a2;
        font-family: "arial", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #2e2e2e;
        background: #000;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 33%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
.bigtitle{
   
	color: #c1c1c1;
    font-family: "arial", arial;
    font-size: 26px;
    font-weight: normal;
	letter-spacing: -.5px;
    margin: 50px 0px 5px 20px;
   
}
.content p{
    color: #c1c1c1;
    font-family: "arial", arial;
    font-size: 15px;
	 padding: 0px 0px 0px 20px;
    margin-bottom: 25px;
	margin-top: 1px;
}
.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:550px){
     .main .work{
        width: 50%;
    }
	
	
.bigtitle{
	color: #c1c1c1;
    font-family: "arial", arial;
    font-size: 30px;
    font-weight: normal;
	letter-spacing:-.5px;
    margin: 25px 0px 7px 20px;
 
}
.content p{
	width:290px;
	line-height: 120%;
    color: #c1c1c1;
    font-family: "arial", arial;
    font-size: 18px;
	 padding: 0px 0px 0px 20px;
    margin-bottom: 25px;
	margin-top: 1px;
}
.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;
}

}