@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,800,600,700);

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
    background-color: #fcfcfc;
}

p {
	cursor: default;
}

.dark {
	background-color: #333333;
	color: #fff;
}

.lightest {
	background-color: #f7f7f7;
}

.light {
	background-color: #ebebeb;
	color: #353535;
}

.white_bg {
    background: #fcfcfc;
    color: #353535;
}

.light_dark {
	background-color: #d6d6d6;
	color: #353535;
}

.relative {
	position: relative;
}

.block {
	display: block;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px !important;
}

.margin_bottom_30 {
	margin-bottom: 30px !important;
}

.soft_dark_gray_bg, .dark.soft_dark_gray_bg {
    background: #282828;
    background-color: rgb(40, 40, 40);
}

.center_text {
	text-align: center;
}

.right {
	float: right !important;
}

.small_padding {
    padding: 20px 0px;
}

.big_padding {
	padding: 60px 0px;
}

.bigger_padding {
    padding: 120px 0px;
}

.mega_padding {
	padding: 180px 0px;
}

.mega_title {
    font-size: 60px;
    line-height: 70px;
}

.big_title {
	font-size: 48px;
	line-height: 52px;
}

.normal_title {
	font-size: 35px;
	line-height: 40px;
}

.big_text {
	font-size: 22px;
	line-height: 30px;
}

.normal_text {
	font-size: 18px;
	line-height: 20px;
}

.light_text {
	font-weight: 300;
}

.bold_text {
	font-weight: bold;
}

.italic {
    font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.blue_text {
	color: #5773b7;
}

.light_blue_text {
	color: #5773b7;
}

.light_gray {
    color: #999;
}

.blue_bg {
	background-color: #5773b7;
}

.blue_bg_hover:hover {
    background-color: #778fc8;
}

.light_blue_bg {
	background-color: #5773b7;
}

.orange_bg {
	background-color: #f27314;
}

.orange_bg_hover:hover {
    background-color: #f89851;
}




/* INTRO */
.intro {
	color: #fff;
	padding: 0px !important;
	box-shadow: none;
}

.overlay_dark {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#slideup {
	display: none;
}

.intro-macbook {
	max-width: 100%;
	display: block;
}

.intro-button {
    text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none;
	width: 150px;
	padding: 15px;
	margin: 10px;
	border-radius: 3px;
	box-shadow: 0px -3px rgba(0,0,0,0.2) inset;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

/* Small features */
.small-feature-icon {
	font-size: 60px;
	margin-bottom: 15px;
}

.naar-viewer {
    color: #5773b7 !important;
    text-decoration: underline;
}

/* Over ogdb */
#overogdb {
	position: relative;
    left: -1000px;
}


.over-title:after {
	text-align: center;
    content: "";
    width: 40px;
    height: 4px;
    margin: 10px 0 15px;
    background:  #5773b7;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Features */
.sub_title {
	margin-bottom: 10px !important;
}

.features2 {
    padding-bottom: 180px;
}

.feature_button {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none;
	width: 190px;
	padding: 15px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0px -3px rgba(0,0,0,0.2) inset;
	-moz-transition: all 0.5s; /* Safari */
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.bestel_nu:hover {
	background-color: #f27314;
}

.bekijk_nu:hover {
	background-color: #5773b7;
}

.feature_img {
	max-width: 100%;
}

.app_title {
    margin-bottom: 0px;
}

.app_title2 {
    margin-top: -10px;
}


/* Small features */
.small_feature_box {
	text-align: center;
	min-height: 250px;
}

.small_feature_icon {
	font-size: 30px;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 90px;
	vertical-align: middle;
	background-color: rgba(45,192,232,1);
	-moz-transition: all 1s; /* Safari */
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

.small_feature_title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

/* mogelijkheden */
.mogelijkheden_right {
	min-height: 100%;
	position: relative;
	margin-left: 0 !important;
	padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1   );
}

.mogelijkheden_title:after {
	text-align: center;
    content: "";
    width: 40px;
    height: 4px;
    margin: 10px 0 5px;
    background: #5773b7;
    display: block;
}

.mac_slider {
	width: 100%;
    margin-top: 150px;
}

.mogelijkheid {
	height: auto;
    min-height: 85px;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	padding: 0px 0px 15px 0px;
}

.margin-top15 {
	margin-top: 15px;
}

.mogelijkheid_icon {
	color: #5773b7;
	font-size: 35px;
	height: 110px;
	float: left;
	padding-right: 10px;
    padding-top: 10px;
}

.mogelijkheden_text_title {
	font-size: 18px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

.mogelijkheden_text {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
}

/* Financiële voordelen */
.finance_box {
    margin: 10px 0px;
}

.finance_icon {
    display: inline-block;
    font-size: 50px;
    float: left;
    height: 100px;
}

.finance_icon i {
    padding: 5px;
}

.finance_text {
    margin-left: 90px;
}

.finance_title {
    margin-bottom: 10px;
}

/* Viewer */
.viewer {
    padding-bottom: 90px;
    padding-top: 90px;
}

.viewer-gif {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* Voor wie */
.voorwie {
    padding-top: 60px;
    padding-bottom: 20px;
}

.whombox {
	overflow: hidden;
    text-align: center;
}

.whomimg {
    text-align: center;
    height: 125px;
    line-height: 125px;
    width: 100%;
    font-size: 35px;
    margin-top: 20px;
    color: #fff;
}

.whom-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}

.whomicon {
    height: 70px;
    width: auto;
    vertical-align: middle;
}

.commercieelvastgoed {
    background: url(../assets/img/commercieelvastgoed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.vastgoedbeheer {
    background: url(../assets/img/vastgoedbeheer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.facilitymanager {
    background: url(../assets/img/facilitymanager.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.woningcorporatie {
    background: url(../assets/img/rijtjes.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
}
    

.whom_descriptionbox {
	position: relative;
	top: 0px;
	height: auto;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	z-index: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    /*box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);*/
}

.whom_title {
	position: relative;
	padding-top: 15px;
	color: #353535;
	margin: 0;
}

.whom_description {
    text-align: left;
	font-size: 13px;
	line-height: 15px;
    margin-top: -10px;
	padding: 10px;
}


/* Video */
.video {
	color: #fff;
	position: relative;
}

.video_box {
	height: 100%;
	width: 100%;
	background-color: rgba(87,115,183,0.7);
}

.watch_video {
	padding: 10px 15px;
	border: 2px solid #fff;
	border-radius: 2px;
	-moz-transition: all 0.5s; /* Safari */
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    font-size: 16px;
}

.watch_video:hover {
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

/* contact */
.contact_koffie {
    padding-top: 60px;
}

.contact_title {
    text-align: center;
}

.contact_icon {
    height: 75px;
    line-height: 75px;
    width: 75px;
    border: 4px solid #353535;
    border-radius: 100%;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    -moz-transition: all 0.2s; /* Safari */
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

.contact_icon:hover {
    color: #5773b7;
    border-color: #5773b7;
}

.contact_arrow {
    text-align: center;
    font-size: 100px;
    padding: 40px 0px;
}

/* Made By */
.madeby {
    font-size: 10px;
    margin-bottom: 0px;
}

.madeby:hover > .fa-heart {
    color: red;
}



@media screen and (max-width: 768px){
    .mega_title {
        font-size: 40px;
        line-height: 48px;
    }
    .big_title {
        font-size: 30px;
        line-height: 35px;
    }
    .normal_title {
        font-size: 24px;
        line-height: 29px;
    }
    .checks-title {
		text-align: center;
	}
	.small_feature_icon{
		background-color: #2dc0e8;
	}
	.video, .intro {
		background-attachment: scroll;
	}
	.whom_descriptionbox {
		top: 0;
	}
    .mogelijkheden_right {
        border: none;
    }
	.mogelijkheid {
		height: auto;
	}
}

@media screen and (max-width: 480px){
	.finance_icon {
        height: 140px;
    }
}