/*
Theme Name: 3at3
Author: Tomasz Drenkoweski
Description: Szablon stworzony dla foremacji 3at3 dla środowiska WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flying, boxes, formation, full-width, responsive
Text Domain: 3at3
*/

body {
	margin :0;
	padding: 0;
	width:100%;
	font: normal 15px "Open Sans", arial, sans-serif !important;
	background-color: #fff;
	float:left;
}  

section
{
	background-color: #171717;
} 

.parallax-black
{
	background-color: rgba(0,0,0,0.6) !important;
}

.parallax-none
{
	background-color: rgba(0,0,0,0) !important;
}

.main-container
{
	float:left;
	width:100%;
}

a {
	color:#fff;
	text-decoration: none;
}

.inline-row
{
	float:left;
}

.main_menu
{
	position:fixed;
	right:0px;
	top:200px;
	z-index: 1;
	width:300px;
}

.menu_row
{
	float:left;
	width:100%;
}

.menu_sign
{
	float: right;
    color: rgba(0,0,0,0.8);
    font-size: 1.5em;
    margin-right: 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_sign:hover .main_menu
{
	z-index:20;
}

.menu_sign:hover
{
	color:rgba(255,255,255,0.7);
}

.menu_item
{
	display:none;
	float:right;
	margin-right:10px;
	text-align: right;
	font-weight:bold;
}

.pagecontent_header
{
	width:100%;
	height:60px;
	background-color:#FFFFFF;
	position:fixed;
	z-index:10000000000;
	top:0px;
	left:0px;
	border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.pagecontent_header_main
{
	width:100%;
	height:60px;
	background-color:#FFFFFF;
	position:fixed;
	z-index:10000000000;
	border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.pagecontent_header .logo, .pagecontent_header_main .logo
{
	height:100%;
	float:left;
}

.pagecontent_header .logo img, .pagecontent_header_main .logo img
{
	height:50px;
	float:left;
	margin-left: 50px;
    margin-top: 5px;
}

.header_company_container
{
	float: left;
    height: 100%;
    margin-left: 30px;
}

.header_company_container img
{
	height:50px;
	width:auto;
	margin-top:5px;
}

.header_company_text
{
	display:table-cell;
	vertical-align: middle;
}

.company
{
	color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    /*margin-top: -0.25em;*/
	display:table-cell;
	height:40px;
	vertical-align:middle;
}

.subcompany
{
	color:#fff;
	font-size:0.9em;
	display:table-cell;
	padding-left:5px;
	vertical-align:middle;
	height:40px;
}

.additional_menu
{
	float: right;
    height: 100%;
	display:table;
}

.additional_menu_container
{
	display: table-cell;
    vertical-align: middle;
}

.additional_menu_row
{
	float: left;
    padding-right: 25px;
    border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	color:#fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.additional_menu_row:last-of-type
{
    padding-right: 60px;
}

.additional_menu_row:first-of-type
{
    padding-left: 20px;
}

.additional_menu_item
{
	font-size: 1em;
	text-transform:uppercase;
}

.additional_menu_row a
{
	color:#525252;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.additional_menu_row:hover a
{
	color: #d72f49;
}

#vticker
{
	position: absolute;
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #fff;
	letter-spacing:0.1em;
}

#vticker ul
{
	width:100%;
}

.bg-overlay
{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url(/wp-content/themes/3at3/images/03.png);
}



.add_item_to_post
{
	float: left;
	padding:20px;
	background-color:#f1f1f1;
	border:1px solid #000;
}

.section-container
{
	position:relative;
	float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	overflow:hidden;
}

.section-container-wrapper
{
	background-color:#000;
	width:100%;
	height:100%;
	float:left;
}

.section_body
{
	z-index:1;
	display: table;
}

.title
{
	font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom:10px;
	color:rgba(255,255,255,1);
	letter-spacing:0.1em;
}

.title_absolute
{
	font-size: 3em;
    font-weight: bold;
	position:absolute;
	top:1em;
	width:100%;
	text-align:center;
    text-transform: uppercase;
	margin-bottom:10px;
	color:rgba(255,255,255,1);
	z-index:10;
	letter-spacing:0.1em;
}

.subtitle_absolute
{
	font-size: 1.2em;
    font-weight: bold;
	position:absolute;
	top:7em;
	width:100%;
	text-align:center;
    text-transform: uppercase;
	margin-bottom:10px;
	color:rgba(255,255,255,1);
	z-index:10;
}

.description
{
	color:#fff;
	margin-bottom:40px;
	margin-top:20px;
	font-size: 1.2em;
}

.shadow_text
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: 0 0 11px rgba(0,0,0,0.5);
	/*text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;*/
}

.title_underline
{
	width:100px;
	border-bottom:2px solid #fff;
	margin:0 auto;
}

.icon
{
	float: left;
    height: 60px;
    width: 60px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: table-cell;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(255,255,255,1);
    margin-left: 38px;
}

.missions, .offers, .calendar_content
{
	/*float:left;
	width:100%;*/
	color:rgba(255,255,255,0.85);
	font-size:1.2em;
	opacity:1;
	margin-top: 10px;
	margin: 0 auto;
    display: table;
}


.mission_sign
{
	float: left;
}

.single_offer
{
	display: table;
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    width: 140px;
}

.single_offer:last-of-type
{
	margin-right:0px;
}

/*
.tooltip
{
	display:none;
    position: absolute;
    width: 180px;
    background: #060606;
    background: rgba(6, 6, 6, .85);
    bottom: 0px;
    right: -220px;
    margin-right: -130px;
    padding: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-left: 2.5em;
}
*/

.tooltip {
    display: none;
    position: absolute;
    width: 420px;
    background: #060606;
    background: rgba(6, 6, 6, .85);
    bottom: 116px;
    right: -175px;
    /* margin-right: -130px; */
    padding: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-left: 2.5em;
    z-index: 10000;
}

.arrow_left
{
	display: none;
    position: absolute;
    left: 233px;
    top: auto;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(6, 6, 6, .85);
}

.feature-list
{
	font-style: italic;
    font-weight: 300;
    font-size: 0.8em;
    color: #fff;
    color: rgba(255, 255, 255, .90)!important;
    text-align: left;
    color: #fff;
}

.feature-list li
{
	margin-bottom:10px;
}

.single_offer:hover .icon
{
	background-color: rgba(255,255,255,0.7);
	color: rgba(0,0,0,0.85);
}

.single_offer:hover .tooltip, .single_offer:hover .arrow_left
{
	
	display:block;
}

.subtext
{
	margin-bottom:15px;
	text-align: justify;
	line-height:2em;
	font-size:1em;
	font-weight:normal;
	color: rgba(255,255,255,1);
}

.complex_subtext
{
    text-align: center;
    width: 395px;
    vertical-align: middle;
    display: table-cell;
    /* padding-left: 20px; */
    line-height: 1.6em;
    font-size: 1em;
    font-weight: normal;
    color: rgba(255,255,255,1);
    padding-top: 10px;
}

.more_button
{
	padding: 10px;
    background-color: #d8222a;
    color: #fff;
    border: 1px solid #5D5D5D;
    margin-top: 20px;
    box-shadow: 0 0 11px rgba(0,0,0,0.29);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor:pointer;
}

.more_button:hover
{
	background-color: #003B7A;
}

.section_more
{
	float:left;
	width:100%;
}

.members_core
{
	width:100%;
	float:left;
	background-color: rgba(255,255,255,0.75);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
	margin-top:-80px;
	padding-top:80px;
}

.members_content
{
	text-align:center;
	color:#101010;
	font-size:1.25em;
	margin-bottom:50px;
}

.member
{
	width:100%;
	float:left;
	color:#fff;
	background-color: rgba(0,0,0,0.75);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.member_icon, .member_name, .member_desc
{
	float:left;
}

.member_name, .member_desc
{
	margin-left:20px;
	line-height:50px;
}

.member_name
{
	font-size:1.5em;
	width:270px;
}

.member_icon{
	float: left;
    height: 45px;
    width: 45px;
    font-size: 22.5px;
    text-align: center;
    line-height: 45px;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: table-cell;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(255,255,255,1);
    margin-left: 38px;
}


/*GALERIA*/

#name_block
{
	float: left;
    background-color: rgba(255, 94, 39, 0.5);
    margin-top: 60px;
	padding:15px;
	outline: 3px solid rgba(255,255,255,0.11);
	position: absolute;
    top: 0px;
    left: 0px;
	z-index: 1000;
}

.gallery_site_back
{
	float: left;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor:pointer;
	width:33px;
}

.gallery_site_back:hover
{
	color:#272727;
}

.gallery_back_subicon
{
	float: left;
    width: 10px;
    font-size: 1.5em;
}

#gallery_logo
{
	margin-left:20px;
}

.gallery_name
{
	float: left;
    margin-left: 15px;
    font-size: 1.5em;
    color: #fff;
	font-weight:bold;
	letter-spacing: 0.1em;
	max-width:200px;
}

.gallery_description
{
	float: left;
    margin-left: 15px;
    margin-top: 6px;
    color: #3D3D3D;
	max-width:200px;
	font-size: 1.1em;
    font-weight: normal;
}

.galleries_list
{
	height:80px;
	width:100%;
	position:absolute;
	bottom:0;
	z-index:100000000;
}

.single_gallery
{
	float: left;
    height: 100%;
    background-color: rgba(216, 34, 42, 0.8);
    display: table;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0.1em;
	border-left: 1px solid rgba(255, 255, 255, 0.45);
	border-right: 1px solid rgba(255, 255, 255, 0.45);
    box-sizing: border-box;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.single_gallery:hover
{
	background-color: rgba(0,59,122,0.5);
}

.single_gallery h4
{
	text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.projects-desc
{
	width: 60%;
    margin-left: 20%;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 50px;
}

.projects
{
	float:left;
	width:100%;
	margin-left:0%;
}

.single-project
{
	float:left;
	box-sizing:border-box;
	/*padding-left:1%;
	padding-right:1%;
	padding-bottom:1%;*/
}

.single-project .cover
{
	width:100%;
	height:auto;
	float:left;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing:border-box;
}

.single-project:hover .cover
{
	background-color:#d8222a;
}

.single-project .cover img
{
	opacity:1;
	width:100%;
	height:auto;
	float:left;
	box-sizing:border-box;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.single-project:hover .cover img
{
	opacity:0;
}

.single-project .desc
{
	font-size: 1.4em;
    color: #525252;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    float: left;
	box-sizing:border-box;
    padding-bottom: 25px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.single-project:hover .desc
{
	background-color:#d8222a;
	color:#fff;
}

.more_core
{
	width:100%;
	float:left;
	background-color: rgba(0,0,0,0.55);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
	margin-top:-80px;
	padding-top:80px;
}

.more_container
{
	width: 80%;
    margin-bottom: 40px;
    margin-left: 10%;
	float:left;
	margin-top:20px;
}

.background_image
{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-repeat:no-repeat;
	background-size:cover;
    z-index: -1;
}

.main_banner
{
	width:100%;
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.more_title
{
	position: absolute;
    bottom: 95px;
    width: 100%;
    line-height: 1.4em;
    font-size: 3.8em;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
}

.more_subtitle
{
	position: absolute;
    bottom: 50px;
    width: 100%;
    height: 40px;
    /*background-color: rgba(0,0,0,0.55);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

.more_content
{
	width: 70%;
    -webkit-column-count: 2;
    text-align: justify;
    -webkit-column-gap: 20px;
    float: left;
	color: rgba(255,255,255,0.9);
}

.more_content_image
{
	float: right;
    width: 28%;
    overflow: hidden;
}

.more_content_image img
{
	float:left;
	width:100%;
	border: 1px solid #DBDBDB;
    box-sizing: border-box;

}

.more_section
{
	background: #fafafa;
    border: 1px solid #eee;
    margin: 50px 0;
	width:100%;
	float:left;
	color:#000;
	font-size:14px;
}

.more_section .title
{
	font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
	padding: 0 4%;
	color:#000;
	text-transform: none;
	letter-spacing:0;
}

.more_content_title
{
	font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
	padding: 0 4%;
	color:#fff;
	text-transform: none;
	letter-spacing:0;
	margin-top:-30px;
	width:80%;
	margin-left:10%;
	display:none;
}

.fotorama
{
	width:100%;
	float:left;
}


/* KONTAKT */

#map-canvas
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#map-canvas a {
	color: #d72f49;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#map-canvas a:hover {
	color: #525252;
}


footer
{
	background-color: #171717;
    float: left;
    color: #fff;
    width: 100%;
}

.social_links
{
	margin: 0 auto;
	display:table;
	margin-top: 35px;
}

.social_icon
{
	float: left;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border: 2px solid #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    margin-right: 20px;
	color:#fff;
}

.social_icon:last-of-type
{
	margin-right: 0px;
}

.social_icon:hover
{
	background: #d8222a;
	border: 2px solid #d8222a;
    color: #171717;
}

.contact_mail
{
	margin-top: 35px;
    text-align: center;
    float: left;
    width: 100%;
    color: #fff !important;
    letter-spacing: 0.25em;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact_mail a
{
    color: #fff !important;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact_mail a:hover
{
    color: #d8222a !important;
}

.footer_copyright
{
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
    float: left;
    width: 100%;
	color: #848484;
	letter-spacing: 0.25em;
}


/* TRYB PORTRETOWY */

.portrait_mode
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url('/wp-content/themes/3at3/img/3at3-landscape-wrapper.jpg');
	background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #212121;
}

.tribe-theme-3at3 .content-area
{
	width: 100%;
	height: 100%;
	float: left;
	background-color:rgba(255,255,255,0.9);
}

@media screen and (orientation:landscape) {
	.main_frame_landscape
	{
		display:block;
		width: 100%;
		height: 100%;
		float: left;
	}
	
	.parallax-mirror
	{
		visibility:visible;
	}
	.portrait_mode
	{
		display:none;
	}
}

@media screen and (orientation:portrait) {
	.main_frame_landscape
	{
		display:none;
	}
	
	.parallax-mirror
	{
		visibility:hidden;
	}
	
	.portrait_mode
	{
		display:block;
	}
}

@media only screen 
and (max-width : 900px) {
	.pagecontent_header_main
	{
		position:absolute !important;
	}
	
	.header_company_container
	{
		float:right !important;
		margin-right:30px !important;
	}
	
	.pagecontent_header .logo img, .pagecontent_header_main .logo img
	{
		margin-left:30px !important;
	}
	
	.additional_menu
	{
		display:none;
	}
	
	.section_body:not(.centered)
	{
		padding: 30px;
		position: relative !important;
		width: auto !important;
		left: 0px !important;
		top: 0px !important;
		float: left;
		display: table-cell;
		vertical-align: middle;
		margin-left:0px !important;
		margin-right:0px !important;
		font-size:0.8em !important;
	}
	
	.title, .title_absolute {
		font-size: 1.5em;
		margin-top:0px !important;
		margin-bottom:0px !important;
	}
	
	.missions, .offers, .calendar_content
	{
		font-size:0.9em;
	}
	
	.tooltip
	{
		right: 5px !important;
		margin-right:0px !important;
		display:none !important;
	}
	
	#button_23
	{
		margin-top:0px !important;
	}
	
	.projects-desc
	{
		width:100% !important;
		margin-left:0px !important;
		font-size:0.7em !important;
		margin-top:20px !important;
		margin-bottom:20px !important;
	}
	
	.desc
	{
		padding-top:5px !important;
		padding-bottom:0px !important;
		font-size:1em !important;
	}
	
	.single_offer
	{
		width:90px;
		
	}
	
	.icon
	{
		width:40px;
		height:40px;
		line-height:42px;
		font-size:20px;
		display:inline-block;
		margin-left:25px;
	}
	
	.members_core
	{
		padding-top:20px !important;
	}
	
	.members_content
	{
		font-size:0.6em !important;
	}
	
	.member_desc
	{
		margin-left: 5% !important;
		margin-right: 5% !important;
		line-height: 20px!important;
		width: 90% !important;
		font-size:0.6em !important;
	}
	
	.subtitle_absolute {
		font-size: 0.8em !important;
		top: 5em !important;
	}
	
	.galleries_list
	{
		height:50px !important;
	}
	
	.single_gallery h4 {
		font-size: 0.8em !important;
	}
	
	.social_links
	{
		margin-top:15px;
	}
	
	.footer_copyright
	{
		margin-bottom:15px;
		margin-top:15px;
	}
	
	.more_title
	{
		font-size:1.4em !important;
	}
	
	.more_content_image
	{
		float:left !important;
		width:100% !important;
		margin-bottom:50px;
	}
	
	.more_content
	{
		float:left !important;
		width:100% !important;
		font-size:0.6em !important;
		-webkit-column-count: 1 !important;
		-webkit-column-gap: 0px !important;
	}
	
	#name_block .inline-row
	{
		display:none;
	}
	
	#name_block
	{
	    background-color: rgba(255, 94, 39, 0);
		margin-top: 60px;
		padding: 15px;
		outline: 0px solid rgba(255,255,255,0);
	}
	
	.gm-style-iw
	{
		font-size:0.3em;
	}
}

@media only screen 
and (max-width : 1060px)
and (min-width : 900px) {
	.header_company_container
	{
		float:right !important;
		margin-right:30px !important;
	}
	
	.pagecontent_header_main
	{
		position:absolute !important;
	}
	
	.pagecontent_header .logo img, .pagecontent_header_main .logo img
	{
		margin-left:30px !important;
	}
	
	.additional_menu
	{
		display:none;
	}
	
	.section_body:not(.centered)
	{
		padding: 30px;
		position: relative !important;
		width: auto !important;
		left: 0px !important;
		top: 0px !important;
		float: left;
		display: table-cell;
		vertical-align: middle;
		margin-left:0px !important;
		margin-right:0px !important;
		font-size:1em !important;
	}
	
	.title, .title_absolute {
		font-size: 1.5em;
		margin-top:0px !important;
		margin-bottom:0px !important;
	}
	
	.missions, .offers, .calendar_content
	{
		font-size:0.9em;
	}
	
	.tooltip
	{
		right: 5px !important;
		margin-right:0px !important;
		display:none !important;
	}
	
	#button_23
	{
		margin-top:0px !important;
	}
	
	.projects-desc
	{
		width:100% !important;
		margin-left:0px !important;
		font-size:1.1em !important;
		margin-top:20px !important;
		margin-bottom:20px !important;
	}
	
	.member_desc
	{
		margin-left: 5% !important;
		margin-right: 5% !important;
		line-height: 30px !important;
		width: 90% !important;
	}
	
	.members_content
	{
		font-size:1em !important;
	}
}
