/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html, body {
    font-size: 1em;
    line-height: 1.4;
	margin: 0;
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* BASIC STYLES */

img{
	max-width: 100%;
}

p, h1, h2, h3{
	padding: 0;
	margin: 0;
}

.clear{
	clear: both;
}

.color_white{
	color: #fff !important;
}

.color_lblue{
	color: #11b9e4 !important;
}

.headline_category{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	border-bottom: 1px solid #d0d0d0;
	color: #2b2e30;
	padding-bottom: 12px;
	text-transform: uppercase;
	display: inline;
	letter-spacing: 0.2em;
	font-weight: 700;
	
}

.headline{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #2b2e30;
	font-weight: 400;
}


.bulletpoint{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #2b2e30;
	font-weight: 400;
	
}

.service_link{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2b2e30;
	font-weight: 400;
	margin: 15px;
	text-decoration: none;
}



.service_link:hover{
	text-decoration: underline;
}

.service_link_a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #2b2e30;
	font-weight: 700;
	text-decoration: underline;
	margin: 15px;
}


.headline_wrap{
	width: 100%;
	text-align: left;
}

.fliesstext{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #6f7478;
	letter-spacing: 0;
	line-height: 1.5em;
	font-weight: 400;
}


.link_lblue{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #59c2e6;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 600;
	text-decoration: none;
}

.link_lblue:hover{
	-webkit-transition: color .8s;
	transition: .8s;
	color: #4fdbff;
}


.color_white{
	color: #ffffff !important;
}

.color_lgrey{
	color: #879999 !important;
}

.footer_text{
	color: #d0d0d0 !important;
	line-height: 2em;
}

.color_blue{
	color: #11b9e4;
}


.content_wrapper{
	width: 100%;
}

.content{
	width: 1170px;
	margin: 0 auto;
}

.content_50_l{
	width: 47%;
	float: left;
	padding-right: 3%;
}

.content_50_r{
	width: 47%;
	float: left;
	padding-left: 3%;

}

.content_slider{
	margin: -210px auto !important;
}


.bg_white{
	background: #fff;
}

.bg_grey{
	background: #f8f8f8;
}


.bg_darkgrey{
	background: #1b1d20;
}

.padding_top30{
	padding-top: 30px;
}

.padding_top50{
	padding-top: 50px;
}

.padding_top70{
	padding-top: 70px;
}

.padding_top_first{
	padding-top: 70px;
}

.padding_top_home{
	padding-top: 35%;
}

.padding_bottom50{
	padding-bottom: 50px;
}

.padding_bottom70{
	padding-bottom: 70px;
}

.padding_bottom100{
	padding-bottom: 100px;
}

.margin_left10{
	margin-left: 10px;
}

.margin_left50{
	margin-left: 50px;
}


/* HEADER  */

.header{
	padding-top: 64px;
	height: 296px;
	width: 100%;
	background-image: url(../img/header_bgr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.header_small{
	padding-top: 64px;
	height: 86px;
	width: 100%;
	background-image: url(../img/header_bgr_submenu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}




.header_logo{
	width: 23.6%;
	float: left;
}

.header_logo img{
	width: 160px;
	height: auto;

}

.header_menu{
	width: 67.4%;
	float: left;
	text-align: right;
}

.header_language{
	width: 9%;
	float: left;
	text-align: right;
}


#menu, #menu_language{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li{
	display: inline;
	padding-bottom: 10px;
	margin-left: 5.5%;
}

#menu li:hover{
	border-bottom: 1px solid #fff;
}

#menu_language li{
	display: inline;

}




#menu li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-left: 0px;
}

#menu_language li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-left: 0px;
	padding: 0px;
	
}

.menu_active{
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

.menu_language_active{
	font-weight: bold;
	
}


.slicknav_menu {
	display:none;
}


.mobile_btn{
	display: none;
}

.mobile_menu{
	display: none;
}


/* HOME */


.fluid_container {

	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}

.slider_page{
	position: relative;
}

.slider_overlay{
	width: 400px;
	position: absolute;
	bottom: 50px;
	left: 80px;
}

.slider_headline{
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	color: #fff;
	font-weight: 300;
	display: block;
}


.slider_link{
	margin-top: 30px !important;
	display: block;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.slider_text{
	margin-top: 25px !important;
	display: block;
}



.home_services_wrapper{
	width: 100%;
	text-align: center;
}

.home_services_box{
	width: 295px;
	margin: 25px 15px;
	background: #fafafa;
	display: inline-block;
	padding: 30px;
}

.home_services_box img{
	width: 50px;
	height: 50px;
	margin-left: 247px;
}

.home_services_box_ov_img{
	margin-left: 0 !important;
	width: 100% !important;
	height: auto !important;
}

.home_services_box_inner{
	text-align: left;
	margin-top: -75px;
}

.home_services_box_text{
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}

.home_services_box_headline{
	margin-top: 20px;
	max-width: 160px;
	height: 50px;
}


.home_who_wrapper{
	width: 100%;
}

.home_who_left{
	width: 48%;
	padding-right: 2%;
	float: left;
}

.home_who_left img{
	max-width: 100%;
}

.home_who_right{
	width: 48%;
	padding-left: 2%;
	float: left;	
}

.home_news_box{
	width: 100%;
}

.home_news_box_left{
	width: 15%;
	float: left;
}

.home_news_box_right{
	width: 75%;
	float: left;
	padding-right: 10%;
}

.home_news_box_text{
	margin-top: 20px;
}

.home_news_box_headline{
	margin-top: 0px;

}


.home_news_box_month{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #11b9e4;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}

.home_news_box_day{
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: #11b9e4;
	font-weight: 700;
	display: block;
}

.home_news_box_year{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #11b9e4;
	font-weight: 600;
	display: block;
}

.slidernav{
	width: 100%;
	text-align: left;
	padding-top: 50px;
}

.home_quote{
	padding-top: 0px;
	height: auto;
	width: 100%;
	background-image: url(../img/header_bgr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.home_quote_text{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.home_quote_text p{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	font-style: italic;

}

.home_quote_text h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
}

.home_ref_box{
	width: 270px;
	margin: 15px 6px;
	
	display: inline-block;
}

.home_ref_box img{
	width: 100%;
}

.home_ref_link{
	width: 100%;
	text-align: right;
}


/* SERVICES */

.services_detail_inner{
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}

.services_detail img{
	width: 100%;
}

.services_detail_wrap{
	width: 100%;
	text-align: center;
}


/* TEAM */


.team_about_us{
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}

.team_about_us img{
	width: 100%;
}

.team_wrapper{
	width: 100%;
	text-align: center;
}

.team_box{
	width: 270px;
	margin: 15px 6px;
	
	display: inline-block;
}

.team_box img{
	width: 100%;
}

.team_box_headline{
	margin-top: 20px;
}

/* CONTACT */

.contact_wrapper{
	width: 100%;
	text-align: center;
}

.contact_box{
	width: 270px;
	margin: 15px 6px;
	
	display: inline-block;
}

.contact_box img{
	width: 30%;
}

.contact_box_headline{
	margin-top: 20px;
}

.contact_box_text{
	height: 150px;
	overflow: hidden;
	margin-top: 20px;
}

/* REFERENCES */

.references_wrapper{
	width: 100%;
	text-align: center;
}

.references_box{
	width: 355px;
	margin: 25px 15px;
	
	display: inline-block;
}

.references_box img{
	width: 100%;
}

.references_box_text{
	height: 330px;
	overflow: hidden;
	margin-top: 20px;
}

.references_box_headline{
	margin-top: 20px;
}


/* SERVICES */


.services_box{
	width: 355px;
	margin: 25px 15px;
	background: #fafafa;
	display: inline-block;
	padding: 0px;
}

.services_box img{
	width: 50px;
	height: 50px;
	margin-left: 247px;
	padding-top: 30px;
}

.services_box_img{
	margin-left: 0 !important;
	width: 100% !important;
	height: auto !important;
	padding-top: 0px !important;
}

.services_box_inner{
	text-align: left;
	margin-top: -105px;
	padding: 30px;
}

.services_box_text{
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}

.services_box_headline{
	margin-top: 20px;
	max-width: 160px;
	height: 50px;
}


/* FOOTER */

.footer_menu{
	width: 26%;
	float: left;
}

.footer_menu ul{
	list-style-type: none;
	padding: 0; 
	margin: 0;	
	margin-top: 52px;
}

.footer_menu ul li{
	display: inline-block;
}

	
.footer_menu ul li a{
	text-decoration: none;
	color: #d0d0d0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 300;
	line-height: 2em;
}



.footer_contact{
	width: 52%;
	float: left;	
}

.footer_social{
	width: 22%;
	float: left;	
}

.footer_social a img{
	width: 25px;
	height: auto;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */





@media screen and (max-width: 1270px) {
	.content{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	
}


@media screen and (max-width: 900px) {
	#menu li a {
		font-size: 12px;
	}
	
	#menu li{
		margin-left: 3%;
	}
	
	#menu_language li a{
		font-size: 10px;
	}
	
	.camera_pag_ul{
		display: none !important;
	}
	
	.slider_overlay{
		width: 300px;
		position: absolute;
		bottom: 30px;
		left: 50px;
	}

	.slider_headline{
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		color: #fff;
		font-weight: 300;
		display: block;
	}


	.slider_link{
		margin-top: 15px !important;
		display: block;
		font-size: 12px !important;
		font-weight: 600 !important;
	}

	.slider_text{
		margin-top: 15px !important;
		display: block;
		font-size: 12px;
	}
	
	
	.home_who_left{
		width: 100%;
		padding-right: 0%;
		float: left;
	}



	.home_who_right{
		width: 100%;
		padding-left: 0%;
		float: left;
		padding-top: 50px;	
	}
}

@media screen and (max-width: 750px) {
	#menu li a {
		font-size: 11px;
	}
	
	#menu li{
		margin-left: 1%;
	}
	
	#menu_language li a{
		font-size: 9px;
	}
	
	.footer_menu{
		display: none;
	}

	.footer_contact{
		width: 100%;
		text-align: center;
	}

	.footer_social{
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	
	.home_news_box_month{
		
		font-size: 12px;
	
	}

	.home_news_box_day{

		font-size: 24px;

	}

	.home_news_box_year{

		font-size: 12px;

	}


	.content_50_l{
			width: 100%;
			float: left;
			padding-right: 0;
		}

		.content_50_r{
			width: 100%;
			float: left;
			padding-right: 0;
			padding-left: 0;
			margin-top: 5%;
		}
	
}




@media screen and (max-width: 640px) {
			
	.header{
		height: 80px;
		padding-top: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	.header_small{
		height: 80px;
		padding-top: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	
	.header_logo {
		display:block;
		height: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 50%;
	}
	
	.header_logo img{
		height: 20px;
		width: auto;
	}
	
	.header_menu {
		display:none;
	}
	
	.header_language {
		display:none;
	}
	
	
	.mobile_btn{
		display: block;
		float: left;
		text-align: right;
		height: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 50%;
	}
	

	.mobile_btn a img{
		width: 40px;
		margin-top: -10px;
	}
	
	.mobile_menu{
		background: #1b1d20;

		padding-top: 120px;
		padding-bottom: 40px;
		z-index: 10;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;

		
	}
	
	.mobile_menu ul{
		
		text-align: center;
		list-style-type: none;
		padding: 0; 
		
	}
	
	.mobile_menu ul li a{
		text-decoration: none;
		color: #fff;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		font-weight: 300;
		line-height: 2em;
	}
	
	
	
	
	.menu_active{
		border-bottom: 0;
		
		border-bottom: 1px solid #fff !important;
		padding-bottom: 5px !important;
	}
	
	.menu_active{
		display: inline;
	}
	
	.menu_active a{
		font-weight: 700 !important;
	}
	
	.menu_language_active{
		font-weight: 700 !important;
	}
	
	
	.team_about_us{
		width: 100%;
		margin: 0 auto;
		
	}
	
	.services_detail_inner{
		width: 100%;
		margin: 0 auto;
	}
	
	.home_services_box{
		width: 90%;
		margin: 10% 0;
		display: block;
		padding: 5%;
	}
	
	.home_services_box img{
		width: 50px;
		height: 50px;
		margin-left: 80%;
	}
	
	.team_box{
		width: 80%;
		margin: 10%;
		display: inline-block;
	}

	.references_box{
		width: 80%;
		margin: 10%;
		display: inline-block;
	}
	
	.references_box_text{
		height: auto;
		min-height: 120px;
		padding-bottom: 10px;
	}
	
	.contact_box{
		width: 80%;
		margin: 10%;
		display: inline-block;
	}
	
	
	.contact_box_text{
		height: auto;
		min-height: 50px;
		padding-bottom: 10px;
	}
	
	.headline_wrap{
		width: 100%;
		text-align: center;
	}
	
	.padding_top_first{
		padding-top: 120px;
	}
	
	.padding_top_home{
		padding-top: 0px;
	}
	
	.headline_category{
		line-height: 2.5em;
	}
	
	.home_ref_link{
		text-align: center;
	}
	
	.content_wrapper iframe{
		width: 90% !important;
		margin-left: 5%;
		height: 400px !important;
	}
	
	#slider{
		display: none;
	}
	
	.home_news_box{
		width: 100%;
	}

	.home_news_box_left{
		width: 100%;

	}

	.home_news_box_right{
		width: 100%;

		padding-right: 0%;
	}
	
	.home_news_box_month{

		display: inline-block;
	}

	.home_news_box_day{
		font-size: 12px;
		display: inline-block;
	}

	.home_news_box_year{

		display: inline-block;
	}
	
	
	
	
	.services_box{
	
		width: 90%;
		margin: 10% 0;
		display: block;
		padding: 5%;
	}

	.services_box img{
		width: 50px;
		height: 50px;
		margin-left: 80%;
	}

	.services_box_img{
		margin-left: 0 !important;
		width: 100% !important;
		height: auto !important;
		padding-top: 0px !important;
	}

	.services_box_inner{
		text-align: left;
		margin-top: -105px;
		padding: 30px;
	}

	.services_box_text{
		height: auto;
		overflow: hidden;
		margin-top: 20px;
	}

	.services_box_headline{
		margin-top: 20px;
		max-width: 160px;
		height: 50px;
	}
	
	.services_box_link{
		margin-top: 20px !important;
		display: block;
	}
	
	#home_services_box_0{
		margin-top: 0;
	}
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
