/*

    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: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



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

.wrapper{
    width: 92.72727272727273%;
    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: #4b4848;
    font-family: "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 1.6em; 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:1099px){
    header{
     	width: 100%;
    	height: 70px;
    	/*background: #f4c995;*/
    	background-color: #FFF;
    	position: fixed;
    	z-index: 9999;
    	padding-bottom: -60px;
    	padding-right: 0px;
    }

    header .logo{
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	width:70px;
	height:70px;
    }

    header nav ul{
    	float: left;
    	margin-top: 25px;
    	overflow: hidden;
    	margin-right: 30px;
		
    	
    }

    header nav ul li{
        	float: left;
    	margin-left: 60px;
    }

    header nav ul li a{
   	text-decoration: none;
    	font-family: 'LatoBold', arial;
    	font-weight: 300;
    	font-size: 18px;
    	color: #999;
    	letter-spacing: 1px;
		
		
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #9F061A;
		font-weight: 300;
		border-bottom-style:solid, 3
    }



    #menu_icon,
    .close_menu{
        display: none;
    }
	
	
		#footer {
width: 100%;
height: 50px;
position: fixed;
bottom: 30px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
margin-bottom:-30px;
background-color:#FFF
}
	
	
    footer ul.social{
        list-style: none;
        margin-bottom: 5px;
		margin-top: -20px;
		margin-right: 20px;
    }

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


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


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



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


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

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

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

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

    footer ul.social li a.rss,
    footer ul.social li a.rss:hover{
        background-position: -155px 0;
    }
	
	
	   footer .rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
		padding-top: 20px;
		padding-left: 20px;
		
    }

    footer .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
	
	

}

#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: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
    clear: both;
}







/*  Home/portfolio/big  */
.main .quad{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
	margin-top:60px;
}

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

/*  Call To Action Section  */
.cta{
	display: block;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cta h3{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta p{
	color: #7f7c7c;
	font-family: "lato_regular", arial;
	font-size: 16px;
	margin-left: 225px;
	margin-right: 225px;
	margin-top: 20px;
	letter-spacing: 0.5px;
}

.cta a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    background-color: #65bf95;
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 20px;
    text-decoration: none;
    margin-top: 60px;
	margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;


    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

}

.cta a.cta_btn:hover{
    background: #56b086;
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}



/*  slider  */
.slider_wrapper{
	width: 100%;
    height: auto%;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 55;
	background: #f6f6f6;
	clear: both;
	position: relative;
	overflow: hidden;
	top: 70px;
}

#slides .slide{
	position: relative;
	width: 100%;
	float: left;
}

#slides .slide img{
	width: 100%;
	height: auto;
}

#slides .slide .caption{
	width: 100%;
	position: absolute;
	top: 75%;
	color: #FFFFFF;
	text-align: center;
	font-family: "raleway-bold", arial;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 60px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-75%);
	background-color:#000;
}

.slider_wrapper .rslides_tabs{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 80px;
    z-index: 9999;
}

.slider_wrapper .rslides_tabs li{
    list-style: none;
    display: NONE;
}

.slider_wrapper .rslides_tabs li a{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 15px;
    background: rgba(255, 255, 255, .5);
    text-indent: -999px;
    overflow: hidden;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.slider_wrapper .rslides_tabs .rslides_here a{
    background: rgba(255, 255, 255, 1);
}






/*  slider  */
.slider_wrapper2{
	width: 100%;
    height: auto%;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 55;
	background: #f6f6f6;
	clear: both;
	position: relative;
	overflow: hidden;
}

#slides2 .slide2{
	position: relative;
	width: 100%;
	float: left;
}

#slides2 .slide2 img{
	width: 100%;
	height: auto;
}

#slides2 .slide2 .caption2{
	width: 100%;
	position: absolute;
	top: 75%;
	color: #FFFFFF;
	text-align: center;
	font-family: "raleway-bold", arial;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 60px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-75%);
	background-color:#000;
}

.slider_wrapper2 .rslides_tabs2{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 80px;
    z-index: 9999;
}

.slider_wrapper2 .rslides_tabs2 li{
    list-style: none;
    display: inline;
}

.slider_wrapper2 .rslides_tabs2 li a{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 15px;
    background: rgba(255, 255, 255, .5);
    text-indent: -999px;
    overflow: hidden;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.slider_wrapper2 .rslides_tabs2 .rslides_here2 a{
    background: rgba(255, 255, 255, 1);
}



}





/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}


.navigation{
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 150px;
}

.navigation a{
	width: 70px;
	height: 70px;
	display: inline-block;
	margin-right: 56px;
	background: url('../img/nav1.png') no-repeat;
}

.navigation a:last-child{
	margin-right: 0;
}


.navigation a.fb{
	background-position: 0 0;
}
.navigation a.t{
	background-position: -71px 0;
}
.navigation a.d{
	background-position: -142px 0;
}
.navigation a.g{
	background-position: -213px 0;
}


.navigation a:hover{
	background: url('../img/nav_hover1.png') no-repeat;
}



.navigation a.t:hover{
	background-position: -71px 0;
}
.navigation a.d:hover{
	background-position: -142px 0;
}
	
	
	.centre {
	margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 100%;
	height:auto
}

.centre2 {
	padding-top:100px;
	margin-top: 125px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 1200px;
	height:auto;
}


.centre3 {
	padding-top:10px;
	margin-top: 125px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 1200px;
	height:auto;
}



	.centreMobile {
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 100%;
	height:auto
}



/*  Responsive code  */
@media (max-width:1099px){

   header{
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 0;
	position: relative;
    }
    header .logo{
	margin: 10px 0 0 10px;
	float: left;
    }
    footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
	float: right;
	margin: 20px 20px 0 0;
    }
    
    header nav{
        width: 95%;
        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-top: 30px ;
		padding-bottom: 30px ;
        text-align: center;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }


    .main .work1{
        width: 100%;
    }
	
	  .main .work{
        width: 50%;
    }
	
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
	.main .quad{
    display: block;
    width: 100%;
    height: inherit;
    float: left;
    position: relative;
    overflow: hidden;
	margin-top:00px;
}
    #map{
        margin: 0!important;
    }
	
	
	.slider_wrapper .rslides_tabs li a{
 display: none;
}



	
	
	#slides .slide .caption{  
    width: 100%;
    position: absolute;
    top: 75%;
    color: #FFF;
    text-align: center;
    font-family: "raleway-bold", arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;

    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
}

.cta h3{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

	
	
	
}

@media (max-width:650px){
     .main .work1{
        width: 100%;
    }
	  .main .work{
        width: 50%;
    }
	
	  header .logo{
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	width:70px;
	height:70px;
	size:75%;
    }
	
	
	/*  Call To Action Section  */
.cta{
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cta h3{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: large;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta p{
    color: #7f7c7c;
    font-family: "lato_regular", arial;
    font-size: 12pt;
    margin-top: 20px;
    letter-spacing: .5px;

}

.cta a.cta_btn{
	display: inline-block;
	padding: 20px 0px;
	background-color: #65bf95;
	color: #fff;
	font-family: "lato_regular", arial;
	font-size: 12px;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.slider_wrapper{
	width: 100%;
    height: auto%;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999;
	background: #f6f6f6;
	clear: both;
	position: relative;
	overflow: hidden;
	top: 0px; 
	
}

.cta p{
	color: #7f7c7c;
	font-family: "lato_regular", arial;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	letter-spacing: 0.5px;
}


.navigation{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.navigation a{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 56px;
	background: url('../img/M-nav.png') no-repeat;
}

.navigation a:last-child{
	margin-right: 0;
}


.navigation a.fb{
	background-position: 0 0;
}
.navigation a.t{
	background-position: -41px 0;
}
.navigation a.d{
	background-position: -82px 0;
}
.navigation a.g{
	background-position: -213px 0;
}


.navigation a:hover{
	background: url('../img/M_nav_hover.png') no-repeat;
}



.navigation a.t:hover{
	background-position: -41px 0;
}
.navigation a.d:hover{
	background-position: -82px 0;
}
	
}

.centre1 {
	width: 100%;
	height: auto;
	margin-top: 200px;
	
}
