@charset "utf-8";



/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

}


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

}

@font-face {
    font-family: 'ghost_brushregular';
    src: url('../fonts/ghost_brush_font-webfont.eot');
    src: url('../fonts/ghost_brush_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ghost_brush_font-webfont.woff2') format('woff2'),
         url('../fonts/ghost_brush_font-webfont.woff') format('woff'),
         url('../fonts/ghost_brush_font-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*  General CSS*/

body {
  	background-color: black;
	background-repeat: no-repeat;
  	background-attachment: fixed;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
    position: relative;
}
	
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
	
	
}


::selection {color:#ffffff;background:#000000;}
::-moz-selection {color:#ffffff;background:#000000;}

.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}


/*  header  */
header{
    width: 100%;
    height: 80px;
    background: #000000;
}

header .logo{
    float: left;
    margin-top: 21px;
}

header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav{
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 40px;
    padding: 13px 40px;
    border-left: 1px #404040 solid;
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
}

header nav ul li:first-child{
    margin-left: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
}

header nav ul li a:hover{
    color: #ffbf00;
}

header ul.social{
    float: right;
    list-style: none;
    margin-top: 23px;
}

header ul.social li{
    float: left;
    margin-left: 10px;
}

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

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

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}

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

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

header ul.social li a.gplus{
    background-position: -72px 0;
}




/*  Billboard  */
.billboard{
    width: 100%;
    height: 450px;
    background: url("../img/billboard.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard .logo{
	width: 66%;
	height: auto;
	margin-left: 18%;
    margin-top: 20px;
    
}

.billboard .caption{
   
    margin-top: 20px;
	text-align: center;
}

.billboard .caption p{
    display: inline-block;
    color: #000;
    font-family: "avantgardelt-extralight", arial;
    font-weight: bold;
    font-size: 35px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    z-index: 8888;
	
}


.info_services h3{
    margin-bottom: 0;
	height: auto;
	color: #ffffff;
    font-family: ghost_brushregular;
    font-size: 65px;
    background: rgba(0, 0, 0, 255);
	letter-spacing: 1px;
	text-align: center;
}

.info_services h2{
    margin-bottom: 20px;
    color: #ffffff;
    font-family: ghost_brushregular;
    font-size: 45px;
    letter-spacing: 1px;
	text-align: center;
	margin-top: 25px;
	
}
.info_services p{
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "lato", arial;
    font-size: 30px;
    letter-spacing: 1px;
	text-align: center;
}

.info_services a{
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "lato", arial;
    font-size: 30px;
    letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
}


.pictures {
	max-width: 1200px;
	margin-left: auto;
  	margin-right: auto;
	
}

.pictures_cafe {
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('../img/cafe1.jpg') no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	overflow: visible;
	}

.pictures_web {
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('../img/web1.jpg') no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	overflow: visible;
	}

.pictures_voip {
    display: block;
    width: 50%;
    height: 405px;
    float: right;
	clip-path: polygon(41% 0, 100% 0, 100% 100%, 0 100%);
    background: url('../img/voip1.jpg') no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	overflow: visible;
	}

.pictures_cyber {
    display: block;
    width: 50%;
    height: 405px;
    float: right;
	clip-path: polygon(41% 0, 100% 0, 100% 100%, 0 100%);
    background: url('../img/cyber.jpg') no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	overflow: visible;
	}

.pictures_text{
    display: block;
    height: 405px ;
	color: #fff;
	clip-path: polygon(100% 0, 31% 0, 49% 100%, 100% 100%);
	text-align: center;
    font-family: "avantgardelt-extralight", arial;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    z-index: 8888;
	background-color: #000;
	}

.pictures_text_left{
    display: block;
    height: 405px ;
	width: 50%;
	color: #fff;
	text-align: center;
    font-family: "avantgardelt-extralight", arial;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    z-index: 8888;
	background-color: #000;
	}
.pictures h3{
    margin-bottom: 20px;
	padding-top: 20px;
    color: #ffffff;
    font-family: ghost_brushregular;
    font-size: 40px;
    letter-spacing: 1px;
	text-align: center;
}

.pictures p{
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "avantgardelt-extralight", arial;
    font-size: 25px;
    letter-spacing: 1px;
	margin-right: 5%;
}

/*  Contact  */


.contact{
    width: 100%;
    overflow: hidden;
	background: #000000;
}

.contact h3{
    margin-bottom: 20px;
    color: #ffffff;
    font-family: ghost_brushregular;
    font-size: 65px;
    letter-spacing: 1px;
	text-align: center;
}


.contact p{
    color: #ffffff;
    font-family: "ghost_brushregular", arial;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 5px;
	text-align: center;
	margin-bottom: 50px

}
/*  Footer  */
footer{
    padding: 10px 0;
    border-top: 1px #dedede solid;
    background: #000000;
    text-align: center;
}

footer .rights{
    color: #ffffff;
    font-family: "lato_regular", arial;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}

footer .rights a{
    text-decoration: none;
    font-family: 'lato_bold', arial;
    font-weight: bold;
    color: #ffffff;
}

a{
    color: #000000;
}



/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }
    
}
@media (max-width:1000px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
}


@media (max-width:800px){
    header .logo{
        display: none;
    }

    header .menu_icon{
        display: block;
    }

    ul.social{
        display: none;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{         
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
		border-bottom-left-radius: 2px;
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
		border-bottom-right-radius: 2px;
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }

    .features .feature{
        width: 25%;
        margin-right: 1%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }
}

