/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    box-sizing:border-box;
}
a, a:hover{
    text-decoration:none !important;
    color: #FFF;
    cursor: pointer;
}
body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}.black_overlay, .blackpop{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100vh;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity: 0.5;
	filter: alpha(opacity=80);
}.white_content, .linkspop {
	display: none;
	position: relative;
	top: 25%;
	margin: auto;
	/*width: 70%;*/
	height: 70%;
	padding: 6pt;
	border: 6pt solid #00AEEF;
	background-color: rgba(255, 255, 255, 0.79);
	z-index:1002;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	overflow: auto;
	animation: fadein 2s;
	-moz-animation: fadein 2s;/* Firefox */
	-webkit-animation: fadein 2s;/* Safari and Chrome */
	-o-animation: fadein 2s;/* Opera */
}.linkspop{
	display:none;
	position: fixed;
	width: 90%;
	text-align: center;
	left: 5%;
	top: 10%;
	margin: auto;
	overflow: auto;
	height: 80%;
	background: #fff;
	padding-bottom: 37px;
	border: 3px solid rgba(0, 0, 0, 0.63);
}.blackpop{
position: fixed;}.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: auto;
    padding: 12px 0;
    font-size: 3rem;
    width: 70%;
    color: #4A4A4A;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.7);
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.63);
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid rgba(0, 0, 0, 0.63);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.headerBlock
{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-45%);
    width:80%;
}
/* About */

.about {
    /* background-color: #A6BFA9; */
    padding: 50px 0;


}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}.country{
	max-width: 178px;
}
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../images/callout.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}.logo{
    width: 154px;
    margin-top: 8px;
}
.logoBig
{
    display:block;
    margin:0 auto;
    max-width:800px;
    width:100%;
    margin-bottom:20px;
}
.country_text{
    color: #fff;
    background: rgba(0, 0, 0, 0.52);
    font-size: 17px;
    padding: 10px 0;
    width: 78%;
    margin: auto;
    font-weight: bold;
    border: 3px solid rgba(0, 0, 0, 0.63);
    cursor: pointer;
}.country_text:hover{
 background: rgba(0, 0, 0, 0.70);
}.wrapper{
	display:inline-flex;
}
/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.footer {
	background-color: #00AEEF;
	color: #fff;
	padding: 100px 0;
}.iconcolor{
	color: #337ab7;
}.fa-times-circle-o{
	font-size: 3em !important;
	text-align: right !important;
	padding-right: 10px !important;
	padding-top: 10px;
	color: #565456 !important;
	cursor:pointer;
}.kopje{
	font-weight:bold;
		
}
@media(max-width:768px)
{
.white_content
{
    display: none;
    position: relative;
    margin: auto;
    padding:0;
    border: 3px solid #00AEEF;
}
    .map
    {
    	height: 75%;
    }
    .wrapper
    {
    	display:flex;
        justify-content:space-around;
        flex-wrap: wrap;
    }
    .boxes
    {
        max-width:100%;
    }
    .country_text
    {
        padding:2px;
        font-weight:normal;
        line-height:normal;
        border: solid 2px #000;
    }
    .white_content
    {
    	width: 99%;
    	height: auto;
    	margin-bottom: 1px;
    }
    .headerBlock
    {
        display: block;
        position: unset;
        width:95%;
        margin:0 auto;
        transform:none;
        padding-top:20px;
    }
}
@media(max-width:500px)
{
    .headerBlock
    {
        padding-top:10px;
    }
    .wrapper
    {
        display:block;
    }
    .boxes
    {
        max-width:200px;
        margin:0 auto;
    }
    .callout
    {
        height: 300px;
    }
    .portfolio
    {
        padding:0;
    }
}