/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 3, 2014, 3:00:17 PM
    Author     : Michał Drobnik 
*/

article, aside, figure, footer, header, hgroup, nav, section, menu {display: block;}

ul, li{ padding:0; margin:0; list-style: none; }

a img {	border: none; }

a {text-decoration: none; color: #4D566B}
a:hover { text-decoration: underline; }

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    margin:0;
    padding:0;
    overflow:hidden;
    width:0;
    line-height: 1px;
}
.hidden{
    display:none;
}
.clearfix { clear: both;}
html, body { 
    margin: 0; 
    height: 100%; 
    font-family: 'Roboto', sans-serif; 
    color: #2f495b;
    letter-spacing: -1px;
}

.header-container{
    width: 100%;
    height: 121px;
    background-color: #fff;
}
.header-container header{
    width: 941px;    
    margin: 0 auto;
}
.header-container header .logo{
    margin-top: 21px;
    display: inline-block;
}
.header-container header div{
    margin: 38px -30px 0 0;
    padding-left: 28px;
    float: right;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    background: transparent url(../images/mstrips.png) left 3px no-repeat;
}
.header-container header div strong{
    font-weight: 500
}
.header-container header div p{
    margin: 0;
}
    
.visual{
    background-position: center center;
    background-repeat: no-repeat;
    height: 165px;
    width: 100%;
}
.visual section{
    width: 941px;
    height: 165px;
    margin: 0 auto;
}
.visual section div{
    height: 165px;
    
    display:table-cell;
    vertical-align:middle;
}
.visual section div h2{
    padding: 3px 20px;
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    background-color: #fff;
    display: inline-block;
}

.content-wrapper{
    width: 941px;
    margin: 0 auto;    
}
.content-wrapper h1{
    font-size: 24px;
    line-height: 74px;
    display: block;
    border-bottom: 1px solid #848484;
    margin:0;
    font-weight: 300;
}
.content-wrapper .content-left{
    width: 620px;    
    float: left;
}
.content-wrapper .content-left h3{
    font-size: 20px;
    line-height: 24px;
    display: block;    
    margin:0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 0 20px;
}
.content-wrapper .content-left h3:last-of-type{
    padding: 7px 0 5px;
}
.content-wrapper .content-left h3 hr{
    width: 60px;
    height: 6px;
    background-color: #c7c5c5;
    border: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;    
    margin-top: 5px;
}
.content-wrapper .content-left article.wysiwyg{
    position: relative; 
    line-height: 27px;
    font-size: 14px;
    overflow: hidden;
    width: 575px;
    color: #323232;
    
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}
.content-wrapper .content-left article.wysiwyg p{ 
    margin: 10px 0;
}
.content-wrapper .content-left article.wysiwyg .more,
.content-wrapper .content-left article.wysiwyg .less{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91px;
    height: 22px;
    background: transparent url(../images/more.png) left top no-repeat;
    /*text-indent: -9999px;*/
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0;
}
.content-wrapper .content-left article.wysiwyg .less{
    background-image: url(../images/less.png)
}
.content-wrapper .content-left article.wysiwyg .more strong,
.content-wrapper .content-left article.wysiwyg .less strong{
    font-weight: normal;
    display: inline-block;
    width: 68px;
    text-align: center
}
.content-wrapper .content-left article.wysiwyg ol{
    padding-left: 25px
}
.content-wrapper .content-left article.wysiwyg ol li {
    list-style:decimal;
}
.content-wrapper .content-left article.wysiwyg ul{
    padding-left: 25px;
}
.content-wrapper .content-left article.wysiwyg ul li {
    list-style: square;
}

.content-wrapper .content-left h4 {
    color: #d71064;
    font-weight: 300;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    margin-top: 47px;
}
.content-wrapper .content-left h4 strong{
    font-weight: 400;
}
.crew{
    margin-top: 15px;
}
.crew li{
    display: inline-block;
    width: 140px;
    margin-right:17px;
    vertical-align: top;
    letter-spacing: 0;
}
.crew li:nth-of-type(4n){
    margin-right: 0;
}
.crew .crew-item{
    cursor: pointer;
    
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.crew .crew-item.shadow{
    opacity: 0.3;    
}
.crew .crew-item.crew-item-active,
.crew .crew-item:hover{ 
    opacity: 1;
}
.crew li span{
    display: block;
}
.crew li span.crew-name{
   text-transform: uppercase;
   color: #183d44;
   font-weight: bold;
   word-spacing: 140px;
   line-height: 18px;
   margin-bottom: 2px;
}
.crew li span.crew-position{
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    display: block;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.crew li span.crew-position:first-letter{
    text-transform: uppercase;
}
.crew li .crew-item-active span.crew-position{
/*    background-color: #ececec;
    padding: 15px 18px 0;
    font-weight: normal;
    display: block;
    opacity: 1;*/
}
.crew-descr-wrapper{
    position: relative;
}
.crew-descr {
    line-height: 20px;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    display: none;
    background-color: #ececec;
    padding: 15px 18px;    
    font-weight: normal;
}
.crew-descr p {
     margin: 0 0 25px 0;
}
.crew-descr p  strong{
     margin: 10px 0 0 0;
     display: block;
}

.content-right{
    float: right;
    width:307px;
    margin-top: 22px;
}
.contact-form{
    background-color: #30495a;
    border: 1px solid #556a78;
    color: #fff;
    padding: 0 25px 20px;
    font-family: Helvetica;
    
    -webkit-box-shadow: 4px 4px 5px 0px rgba(207, 207, 207, 0.75);
    -moz-box-shadow:    4px 4px 5px 0px rgba(207, 207, 207, 0.75);
    box-shadow:         4px 4px 5px 0px rgba(207, 207, 207, 0.75);
}
.contact-form h4{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0 21px;
    margin: 0;
    font-weight: normal
}
.contact-form input[type="text"],
.contact-form textarea {
    width: 237px;
    padding: 5px 6px;
    font-size: 11px;
    line-height: 18px;
    border-top: 1px solid #bbc0c3;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #687882;
    border-right: 1px solid #717e87;
    background-color: #fff;
    font-family: Helvetica;
    margin-bottom: 10px;
    height: 101px;
}
.contact-form input.error,
.contact-form textarea.error{
    border-color: #d71064;
}
.contact-form input[type="text"]{
    height: 18px;
    padding: 0 6px;
}
.contact-form ::-webkit-input-placeholder {
   color: #4f4749;
   opacity: 1;
}
.contact-form :-moz-placeholder { /* Firefox 18- */
   color: #4f4749; 
   opacity: 1; 
}
.contact-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #4f4749;  
   opacity: 1;
}
.contact-form :-ms-input-placeholder {  
   color: #4f4749;  
   opacity: 1;
}
.contact-form p {  
   font-size: 10px;
   line-height: 13px;
   letter-spacing: 0;
   margin-bottom: 24px;
}
.contact-form p a{  
   color: #fff;
}
.contact-form span.file,
.contact-form span.file-container{
    display: block;
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
    letter-spacing: 0;
    cursor: pointer;
}
.contact-form span.file-container{
    display: none;
    text-decoration: none;
    cursor: default;
}
.contact-form span.file-container .file-remove{
    font-size: 10px;
    cursor: pointer;
}
.contact-form input[type="file"]{
    display: none;
}
.contact-info{
    margin-top: 37px;
    text-align: right;
    letter-spacing: 0.2px;
}
.contact-info h3{
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.contact-info p{
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
}
.contact-info a{
    display: block;
}
.contact-info a.phone{
    font-weight: 300;
    margin-top: 1px;
    font-size: 29px;   
}
.contact-info a.mail{
    font-weight: 300;
    font-size: 13px;        
    line-height: 18px; 
    color: #d71064;
    text-decoration: underline
}
.contact-info a.link{
    font-weight: 300;
    font-size: 13px;        
    line-height: 18px; 
    text-decoration: underline
}
footer{
    width: 100%;
    height: 63px;
    background-color: #1a3c46;
}
footer .footer-wrapper{
    width: 941px; 
    margin: 0 auto;
}
footer .footer-wrapper .footer-left {
    float: left;
    margin-top: 5px;
}
footer .footer-wrapper .footer-right {
    float: right;
    margin-top: 12px;
}
footer hr{
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: none;
    display: inline-block;
    margin-right: 22px;
}
footer a.facebook{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: transparent url(../images/f.png) left top no-repeat;
    margin-right: 8px;
}
footer a.in{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: transparent url(../images/in.png) left top no-repeat;
}
footer .footer-right a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 20px;
}
footer span{
    color: #366f7b;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    display: block;
}
.tags,
.tags a,
.tags h5,
.tags p{
    font-size: 12px;
    line-height: 16px;
    font-family: Helvetica;
    color: #adadad;  
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}
.tags{margin: 30px 0 50px;}
.tags a:hover{    
    color: #adadad;        
    text-decoration: underline;
}

/*
* QTIP
*/
.qtip-red {
    background-color: #d71064;
    border-color: #d71064;
    color: #fff;
    font: 12px Arial, sans-serif;;
}