/*
Template: Secure Dynamic IT Diensten
Author: Secure Dynamic IT Diensten
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

.hide {display: none}

/* Typography */
h1,
h3,
h4,
h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
}

h1 {
	margin: 0 0 20px;
}
h3 {
	margin: 0 0 20px;
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 15px;
	font-weight:normal;
}
a {
	color: #fff;
	text-decoration: none;
/*	transition: all 0.6s ease-out 0s; */
}


/* button */
.btn,
#menu a {
	color: #fff;
	display: inline-block;
	padding: 0 32px;
	line-height: 43px;
	height: 43px;
	cursor: pointer;
	border: 2px solid #fd7800;
	background-color: #fd7800;
/*	text-transform: uppercase; */
	font-family: Roboto, sans-serif;
	font-size:18px;
	outline: none;
	position: relative;
	overflow:hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
/*	transition: all 0.3s; */
}

.btn:after,
#menu a:hover {
  background-color: #fd7800;
  color: #fff;
}

.btn:hover:after,
.btn.active:after,
#menu a:hover:after,
#menu a.active:after {
	height: 260%;
	opacity: 1;
}


/* form */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
   color: rgba(255,255,255,0.3);
}


.form-item {
	margin-bottom: 14px;
}
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
	color:#fff;
	width: 380px;
	height:45px;
	border:2px solid #fff;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	transition: all 0.6s ease-out 0s;
}

#contact-form label {
	display: block;
	text-align: center;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 5px 10px
}

input[type="submit"] {
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold
}

textarea {
	height: 120px
}

input[type="submit"]:hover {
	background: rgba(255,255,255,0.3)
}

/* Layout */

html, body {
	min-height: 100%;
	font-family: Roboto, sans-serif;
}
/*body.loading {
	background-image: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
body.loading * {
	display: none;
}*/
body {
	background-color: #e8247a;
	color: #fff;
}
#wrap {
	margin: 0;
	overflow: hidden
}
#header {
	position: relative;
	min-height: 100px;
	margin: 0 auto;
	padding: 45px 0 0;
	z-index: 2;
}
#content {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
#content p {
	font-family: Roboto, sans-serif;
	font-size: 17px;
	line-height: 24px;
	max-width: 600px;
	margin: 0 auto 30px;
}
#content p a {
	color: #fd7800;
}
#content p a:hover {
	color: #7bd4a6 !important;
}
.content {
	display: none;
	overflow: hidden;
	margin: 0 10px;
}
.content#home {
	display: block;
}
#moreinfo p {
	max-width: 445px;
	margin: 0 auto 40px;
}
#social {
	margin: 60px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 18px;
}
#social > a {
	margin: 0 5px;
	display: inline-block;
}
#footer {
	position: relative;
	z-index: 2;
	line-height: 60px;
	height: 60px;
}
/* Header */

/* logo */

#logo {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 300px;
	margin: auto;
	text-align: center;
}
#logo > a {
	color: #fff;
	text-decoration: none;
	font-size: 33px;
	line-height: 1;
}
#logo > a img {
	display: none;
}
#logo > a img:last-child {
	display: block;
}
#logo > a:hover img {
	display: none;
}
#logo > a:hover img:first-child {
	display: block;
}
#logo > a span.logotext {
	margin-bottom: 5px;
	display: block;
}

span.dash {
	display: inline-block;
	width: 40px;
	height:2px;
	background:#fff;
}
/* menu */

#menu ul {
	margin: 50px 0 0;
	padding:0
}
#menu ul li {
	display:inline-block;
	margin: 0 5px
}

#menu a {
	width:200px;
	margin-bottom: 10px
}

/* about */
.team-member {
	display:inline-block;
	width:220px;
	height:240px;
	margin-right:1px;
	position:relative
}

.team-member {
    perspective: 1700px;
    perspective-origin: 0 50%;
}

.team-member {
    transform-style: preserve-3d;
}

.team-overlay {
	background:#000;
	background: rgba(0,0,0,0.8);
	position:absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    backface-visibility: hidden;
    transform-origin: 0 0;
    transform: rotateY(90deg);
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.team-overlay h4 {
	margin:150px 0 0
}
.team-overlay h5 {
	margin:0
}

.team-member:hover .team-overlay,
.cs-hover .team-overlay {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.4s, opacity 0.1s;
}

/* sections style */
#countdown {
	max-width: 900px;
	margin: 150px auto 0
}
section#main {
	position:relative
}

section#main::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.ss-style-diagonal {
	z-index: 1;
}

.ss-style-triangles,
.ss-style-halfcircle,
.ss-style-multitriangles,
.ss-style-zigzag {
	padding-bottom:80px;
	z-index: 1;
}

.ss-style-diagonal::after {
	top: 40%;
	left: -25%;
	z-index: -2;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

/* Triangles */
.ss-style-triangles::after {
	left: 50%;
	width: 90px;
	height: 90px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	bottom: -45px;
	z-index: -2;
	background: inherit;
}

/* Half Circle */
.ss-style-halfcircle::after {
	left: 50%;
	z-index: -2;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: inherit;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -50px;
}

/* Multiple Triangles */
.ss-style-multitriangles::after {
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	bottom: -25px;
	z-index: -2;
	background: inherit;
}

/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::after {
    right: 0;
    left: 0;
    z-index: -2;
    display: block;
    height: 90px;
    background-size: 50px 100%;
	top: 100%;
	background-position: 50%;
}


/* background image */
.bg-image {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment:fixed
}
/* background animation */
.bg-animation {
    background: url('../images/bg-animate.png') #222 repeat;
    background-position: 0 0;
    -webkit-animation: patternEf 80s linear infinite;
    -moz-animation: patternEf 80s linear infinite;
    animation: patternEf 80s linear infinite;
}
/* background slide */
#owl-banner {
	position: fixed;
	left: 0;
	top: 0;
	right: 0; 
	bottom:0;
	z-index:0
}

@-webkit-keyframes patternEf {
    0%{background-position: 0 0;}
    50%{background-position: -100% 0;}
    100%{background-position: 100% 0;}
}
@-moz-keyframes patternEf {
    0%{background-position: 0 0;}
    50%{background-position: -100% 0;}
    100%{background-position: 100% 0;}
}
@keyframes patternEf {
    0%{background-position: 0 0;}
    50%{background-position: -100% 0;}
    100%{background-position: 100% 0;}
}

/* Preload */
#preload {
	background: #161e27;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 998;
}

#preload-content {
	color: #bec7cf;
	font-size: 14px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100px;
	z-index: 999;
}

.spinner {
	margin: 0 auto 14px;
	width: 100px;
	height: 100px;
	position: relative;
}

a:hover {
        color: #fff;
}
#header,
.cube,
.ss-style-diagonal,
.ss-style-doublediagonal,
.ss-style-triangles,
.ss-style-halfcircle,
.ss-style-multitriangles,
.ss-style-zigzag {
        background: #e8247a;
}

.ss-style-multitriangles::after {
        box-shadow: -50px 50px 0 #e8247a, 50px -50px 0 #e8247a;
}

.ss-style-zigzag::after {
        background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #e8247a), color-stop(0.25, #e8247a));
        background-image:
                linear-gradient(135deg, #e8247a 25%, transparent 25%),
                linear-gradient(225deg, #e8247a 25%, transparent 25%);
}

.btn:hover,
.btn:active,
.btn.active,
#menu a:hover,
#menu a:active,
#menu a.active {
        color: #fff;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
