/*
Theme Name: Phoenix Air
Theme URI: http://techtivo.com
Author: Techtivo.com
Author URI: http://techtivo.com
Description: Custom Template.  
Version: 1.0.0
*/



/* WORDPRESS CORE ***********************************************/
/****************************************************************/

a
{
	text-decoration: none;
}

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 10px 0;
}

img
{
	border: none;
}

.wp-caption {
    background: #edecec;
    border: 1px solid #f0f0f0;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 0 0 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px !important;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* FONTS ********************************************************/

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*@font-face {
	font-family: industry, sans-serif;
	src: url('fonts/Industry-Demi.eot');
	src: url('fonts/Industry-Demi.eot#iefix') format('embedded-opentype'),
		url('fonts/Industry-Demi.woff') format('woff'),
		url('fonts/Industry-Demi.ttf') format('truetype'),
		url('fonts/Industry-Demi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/****************************************************************/
/****************************************************************/

/* NORMAL ******************/	

a.unmmaned
{
	background: white;
	color: black !important;
	display: inline-block;
	font-family: industry, sans-serif;
	font-size: 28px;
	margin: 20px 0 100px 0;
	padding: 20px;
	text-decoration: none !important;
	text-transform: uppercase;
}

a.unmmaned:hover
{
	opacity: 0.8;
}

body
{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}

footer
{
	display: inline-block;
	width: 100%;
}

footer #accreditations
{
	background: white;
	bottom: -5px;
	display: none;
	padding: 20px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}

footer #accreditations .logo
{
	display: inline-block;
	padding: 0 1%;
	text-align: center;
	vertical-align: top;
	width: 14%;
}

footer #accreditations .logo img
{
	height: auto;
	max-height: 90px;
	max-width: 100%;
	width: auto;
}

footer #information
{
	background: black;
	padding: 40px 0 25px 0;
	text-align: center;
}

footer #information #copyright
{
	color: white;
	font-size: 12px;
	text-transform: uppercase;
}

footer #information #copyright a
{
	color: white;
}

footer #information #copyright a:hover
{
	text-decoration: underline;
}

footer #information .address
{
	color: white;
	font-size: 12px;
	padding-top: 40px;
	text-transform: uppercase;	
}

footer #information .contact
{
	padding-right: 9%;
	text-align: right;
	width: 23%;
}

footer #information .contact a
{
	color: white;
	font-size: 14px;
	font-weight: 600;
}

footer #information .contact .icon
{
	background: white;
	border-radius: 100%;
	color: black;
	display: inline-block;
	font-size: 28px;
	height: 40px;
	line-height: 38px;
	margin-left: 1%;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}

footer #information .contact .phone
{
	padding-bottom: 20px;
}

footer #information .third
{
	padding-bottom: 50px;
}

footer #social
{
	background: #ed1c24;
	color: white;
	padding: 0;
	text-align: center;
}

footer #social h3
{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

footer #social .social-links
{
	background: white;
	border-radius: 100%;
	color: #ed1c24;
	display: inline-block;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px;
	vertical-align: top;
	width: 40px;
}

footer #social a
{
	color: white;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

footer #social a.acc
{
	background: url(img/acc.png) no-repeat 95% 30px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 30px 80px 30px 20px;
}

footer #social a.acc:hover
{
	background: white url(img/acc-hover.png) no-repeat 95% 30px;
	color: #ed1c24;
}

footer #social a.new
{
	background: url(img/new.png) no-repeat top right;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-right: 60px;
}

footer #social .third p
{
	margin: 0;
}

header
{
	display: inline-block;
	background: #000000;
	height: 125px;
	margin-bottom: -2px;
	padding: 15px 0 0 0;
	position: relative;
	width: 100%;
}

header #logo
{
	float: left;
	padding-left: 8%;
	width: 22%;
}

header #nav-main
{
	float: right;
	width: 70%;
}

header #nav-main #main
{	
	bottom: -20px;	
	padding: 0;
	position: absolute;
	right: 0;
	text-align: right;
	vertical-align: top;
	z-index: 10;
	width: 100%;
}

header #nav-main #main .menu-main-menu-container
{
	background: #ed1c24;
	display: inline-block;
	padding: 0 2%;
}

header #nav-main #main ul
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

header #nav-main #main ul li
{
	display: inline-block;
	padding: 15px;
	position: relative;
	vertical-align: top;
}

header #nav-main #main ul li a
{
	color: white;
	display: block;
	font-size: 14px;
	font-weight: 800;
	height: 20px;
	text-transform: uppercase;
}

header #nav-main #main ul li:hover,
header #nav-main #main ul li.current-menu-item,
header #nav-main #main ul li.current-menu-ancestor
{
	background: url(img/point.png) no-repeat left center;
}

header #nav-main #main ul li ul.sub-menu
{
	background: rgba(255,255,255,0.9);
	display: none;
	left: -10px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 50px;
	width: 240px;
}

header #nav-main #main ul li ul.sub-menu li
{
	display: list-item;
	margin-bottom: 10px;
	padding: 0 15px;
}

header #nav-main #main ul li ul.sub-menu li a
{
	color: #000000;
	font-weight: 700;
	height: auto;
}

header #nav-main #main ul li ul.sub-menu li:hover,
header #nav-main #main ul li ul.sub-menu li.current-menu-item
{
	background: url(img/point-red.png) no-repeat left center;
}

header #nav-main #main ul li ul.sub-menu li:hover a,
header #nav-main #main ul li ul.sub-menu li.current-menu-item a
{
	color: #ed1c24;
}

header #nav-main #main ul li:hover ul.sub-menu
{
	display: block;
}

header #nav-main #main ul li.right ul.sub-menu
{
	left: auto;
	right: 0;
}

header #nav-main #second-nav
{
	text-align: right;
}

header #nav-main #second-nav ul
{
	list-style: none;
	margin: 0;
	padding: 30px 2% 0 0;
}

header #nav-main #second-nav ul li
{
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
}

header #nav-main #second-nav ul li a
{
	color: white;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

header #nav-main #second-nav ul li:hover,
header #nav-main #second-nav ul li.current-menu-item
{
	background: url(img/point.png) no-repeat left center;
}


	
/* ID **********************/

#contact .content-contact
{
	font-size: 27px;
	padding: 60px 0 45px 0;
	text-align: center;
}

#contact .content-contact h2
{
	color: #ed1c24;
	font-family: industry, sans-serif;
	font-size: 37px;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

#content
{
	margin-top: -5px;
	position: relative;
}

#home #information
{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 170px 0 250px;
}

#home #information .information
{
	background: rgba(0,0,0, 0.4);
	border: 2px solid white;
	color: white;
	margin: 0 auto;
	padding: 25px 2%;
	text-align: center;
	width: 36%;
}

#home #information .information a.news-item
{
	background: url(img/new.png) no-repeat center left;
	color: white;
	display: inline-block;
	font-family: industry, sans-serif;
	font-size: 38px;
	font-weight: normal;
	height: 70px;
	line-height: 70px;
	padding: 0 0 0 80px;
	text-transform: uppercase;
}

#home #slide-2 .normal
{
	height: 340px;
}

#home #welcome
{
	text-align: center;
}

#home #welcome h1
{
	color: #ff0000;
	font-family: industry, sans-serif;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
}

#home .slider .custom .tp-bullet
{
	background: white;
}

#home .slider .custom .tp-bullet:hover, 
#home .slider .custom .tp-bullet.selected
{
	background: #ed1c24;
}

#home .the-content
{
	background: #333333;
}

#home .the-content .text
{
	color: white;
	font-size: 21px;
}

#military .content-military
{
	background: #333333;
	color: white;
	font-size: 22px;
	line-height: 34px;
	margin-top: -10px;
	padding: 65px 0 80px 0;
	text-align: center;
}

#military .content-military a
{
	color: white;
	text-decoration: underline;
}

#resources #main #search-custom
{
	margin: 0 auto;
	padding: 40px 0 20px;
	text-align: right;
	width: 95%;
}

#resources #main #search-custom input[type=submit]
{
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: #ed1c24;
	border: 0;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 11px 20px;
}

#resources #main #search-custom input[type=search]
{
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 1px solid #ed1c24;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 10px 1%;
}

#resources #more
{
	text-align: center;
}

#resources #more a
{
	background: #ed1c24;
	color: white;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 70px;
	padding: 15px 10%;
	text-decoration: none;
	text-transform: uppercase;
}

.resource #myresources
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#team .people
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#team .people .data
{
	color: #231f20;
	display: inline-block;
	font-size: 20px;
	padding-left: 4%;
	vertical-align: top;
	width: 60%;
}

#team .people .data .bio
{
	margin-bottom: 15px;
}

#team .people .data .linkedin
{
	background: #ed1c24;
	border-radius: 100%;
	color: white;
	font-size: 25px;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	width: 40px;
}

#team .people .data .linkedin a
{
	color: white;
}

#team .people .data .name
{
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#team .people .data .title
{
	margin-bottom: 15px;
	text-transform: uppercase;
}

#team .people .image
{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 330px;
	vertical-align: top;
	width: 35%;
}

#team .resource .item .image
{
	height: 400px;
}

#team .resource .item a
{
	background: white;
	border-radius: 100%;
	color: #333333;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 35px;
	margin-top: 10px;
	text-align: center;
	width: 40px;
}

#team .resource .item .position .function,
#team .resource .item .position .company
{
   font-size: 20px;  
   margin-bottom: 10px;
}

#team .resource .item .position .linkedin
{
	height: 40px;
}

#team .resource .item .position .name
{
	font-family: industry, sans-serif;
    font-size: 26px;
	font-weight: normal;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}


/* CLASS *******************/


.container
{
	display: inline-block;
	position: relative;
	width: 100%;
}

.content-page
{
	padding: 40px 0 40px 0;	
}

.content-resource
{
	font-size: 22px;
    line-height: 34px;
    margin-top: -10px;
    padding: 65px 0 80px 0;
}

.content-text
{
	color: #333333;
	font-size: 21px;
	font-weight: 300;
	line-height: 35px;
	padding: 15px 0;
}

.content-text a
{
	color: #ed1c24;
}

.content-text a:hover
{
	text-decoration: underline;
}

.content-text p
{
	margin-bottom: 40px;
}

.hide
{
	display: none;
}

.index-texts
{
	padding: 30px 0;
}

.index-texts a
{
	color: #ff0000;
	font-style: italic;
}

.index-texts a:hover
{
	text-decoration: underline;
}

.index-texts h1
{
	font-family: industry, sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}

.index-texts .my-custom-link-class
{
	background: #ed1c24;
    color: white;
    display: inline-block;
	font-style: normal;
    font-weight: 700;
    margin: 70px 0 20px 0;
    padding: 15px 10%;
    text-decoration: none;
    text-transform: uppercase;
}

.index-texts .my-custom-link-class:hover
{
	opacity: 0.8;
	text-decoration: none;
}

.inside
{
	padding: 0 25%;
}

.middle
{
	float: left;
	width: 50%;
}

.multiple_content
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.multiple_content .section .image
{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 470px;
	width: 100%;
}

.multiple_content .section .normal h2,
.content-text h2,
.the-content h3
{
	color: #ed1c24;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.multiple_content .section .normal h2 span,
.content-text h2 span,
.the-content h3 span
{
	text-transform: none;
}

.myslider
{
	position: relative;
}

.myslider .arrow-center
{
	bottom: 20px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.myslider .arrow-center .arrow-wite
{
	background: url(img/arrow-wite.png) no-repeat top left;
	display: inline-block;
	height: 30px;
	width: 70px;
}

.reduce
{
	padding: 0 15%;
}

.resource .item
{
	float: left;
	margin: 0 5% 0 0;
	text-align: left;
	vertical-align: top;
	width: 30%;
}

.resource .item.last
{
	margin-right: 0;
}

.resource .item a
{
	color: white;
	text-decoration: none;
}

.resource .item .image
{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 245px;
	width: 100%;
}

.resource .item .position
{
	background: #333333;
	color: white;
	padding: 40px 7%;
	text-decoration: none;
}

.resource .item .position .text
{
	font-size: 19px;
	height: 130px;
	overflow: hidden;
}

.resource .item .position .text p
{
	margin: 0;
}

.resource .item .position .title
{
	font-family: industry, sans-serif;
	font-size: 26px;
	font-weight: normal;
	height: 60px;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.resource .item a:hover .position
{
	background: #ed1c24;
}

.resource .segment
{
	display: inline-block;
	padding: 50px 0;
	vertical-align: top;
	width: 100%;
}

.resource .segment:nth-child(odd)
{
	background: #e6e6e6;
}

.resource .segment .segment-part
{
	margin: 0 auto;
	width: 95%;
}

.single#index .index-texts
{
	padding: 40px 0 100px 0;
}

.single#index .index-texts h2
{
	font-size: 24px;
}

.single#index .index-texts h3
{
	font-size: 20px;
}

.single#index .index-texts p
{
	margin-bottom: 40px;
}

.single#index .index-texts p.wp-caption-text
{
	margin: 0;
}

.slider
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.slider #post-thumbnail 
{	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 530px;
}

.slider #post-thumbnail .capsule
{
	margin: 0 auto;
	width: 65%;
}

.slider #post-thumbnail .dark
{
	background: rgba(0,0,0, 0.4);
	color: white;
	padding: 120px 0 25px 0;
	text-align: center;
}

.slider #post-thumbnail .dark h1
{
	font-family: industry, sans-serif;
	font-size: 66px;
	font-weight: normal;
	line-height: 80px;
	margin-bottom: 55px;
	text-transform: uppercase;
}

.slider #post-thumbnail .dark .middle a
{
	color: white;
	display: block;
	font-size: 30px;
	font-weight: 600;
	padding-top: 15px;
}

.slider #post-thumbnail .dark .middle .icon
{
	background: white;
	border-radius: 100%;
	color: black;
	display: inline-block;
	font-size: 54px;
	height: 90px;
	line-height: 90px !important;
	text-align: center;
	width: 90px;
}

.slider #post-thumbnail .capsule .slider-text
{
	padding: 120px 10% 80px 10%;
}

.slider .custom .tp-bullet
{
	height: 20px !important;
	width: 20px !important;
}

.slider .slider-text
{
	background: rgba(0,0,0, 0.4);
	color: white;
	font-family: industry, sans-serif;
	font-size: 54px;
	font-weight: normal;
	line-height: 68px;
	padding: 120px 15% 80px 15%;
	text-align: center !important;
	text-transform: uppercase;
}

.slider.normal #post-thumbnail
{
	background-attachment: fixed;
	background-position: center;
}

.slider.video
{
	position: relative;
}

.slider.video .encapsule
{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.slider-images
{
	position: relative;
}

.slider-images .custom.tparrows.tp-leftarrow 
{
	background: url(img/arrow-back.png) no-repeat top left;
	height: 72px;
	width: 117px;
}

.slider-images .custom.tparrows.tp-leftarrow:before
{
	display: none;
}

.slider-images .custom.tparrows.tp-rightarrow  
{
	background: url(img/arrow-go.png) no-repeat top left;
	height: 72px;
	width: 117px;
}

.slider-images .custom.tparrows.tp-rightarrow:before
{
	display: none;
}

.slider-images .title-slide
{
	background: rgba(0,0,0, 0.4);
	border: 3px solid white;
	color: white;
	font-family: industry, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 60px;
	padding: 30px 45px;
	text-align: center !important;
	text-transform: uppercase;
}

.slider-images .tp-tab.selected, 
.slider-images .tp-tab:hover, 
.slider-images .tp-thumb.selected, 
.slider-images .tp-thumb:hover
{
	border: 1px solid white;
}

.slider-pages
{
	position: relative;
}

.slider-pages .arrows
{
	position: absolute;
	top: -50px;
	z-index: 3;
}

.slider-pages .arrows.bleft
{
	left: 3%;
}

.slider-pages .arrows.bright
{
	right: 3%;
}


.slider-pages .timeline
{
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
}

.slider-pages .timeline .large
{
	position: relative;
	width: 100000px;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.slider-pages .timeline .large .event
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 490px;
	width: 480px;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.slider-pages .timeline .large .event.movie
{
	height: 750px;
}

.slider-pages .timeline .large .event .title
{
	background: rgba(0,0,0, 0.4);
	color: white;
	font-family: industry, sans-serif;
	font-size: 40px;
	font-weight: normal;
	height: 235px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.slider-pages .timeline .large .event:hover
{
	width: 500px;
}

.slider-pages .timeline .large .event:hover .title
{
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.textright
{
	text-align: right;
}

.the-content
{	
	padding: 60px 0 120px 0;
}

.the-content h2,
.content-page h1
{
	background: #ed1c24;
	color: white;
	display: inline-block;
	font-family: industry, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 5% 10px 25%;
	width: 35%;
}

.the-content .text
{	
	color: #333333;
	font-size: 19px;
	line-height: 30px;
	padding: 50px 25% 0;
}

.the-content .text a
{
	color: #333333;
	text-decoration: underline;
}

.the-content .text p
{
	margin-bottom: 40px;
}

.third
{
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}

/* Custom CSS */

body.home
{
	max-height: 3460px;
}

#home .slider
{
	height: 100%;
	width: 100%;
}

#home .normal
{
	background: none;
    background-color: #ffffff;
    height: 470px;
    text-align: center
}

.event.same1
{
	background-position: -680px 0px !important;
}

.hesperiden .tp-thumb .tp-thumb-title
{
	display: none !important;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    max-width: 100%;
    margin: 0 auto 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.page-id-74 .slider.normal #post-thumbnail
{
	background-position: top right;
}

.page-id-62 .content-page
{
	padding-bottom: 0;
}