@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */






	    
    .ab-pane{
        width: 95vw;
        height: 95%;
        padding:0;
        margin:0em 2.5vw 0;
        display: block;
        float: left;
        clear: both;
    }
    
    
    
    .ab-about{
        width:100%;
        height: 70vh;
        float: left;
        clear: none;
        display: block;
        background-image:url("../images/office.jpg");
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-right: 0%;
        
    }
    
    
    
    .aba-ico{
        position:relative;
        z-index: 100;
        width: 25%;
        height: 30vh;
        background-image: url("../images/companies/c_ico-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        top: 0%;
        left: 5%;
    }
    
    
    
    .aba-text{
        position: absolute;
        z-index: 200;
        width: 100%;
        height: 35vh;
        display: block;
        float: left;
        clear: none;
        background-color: #0c0f33;
        bottom: 0;
        right: 0;
      
    }
    
    
    
    .aba-text h3{
        color: #fff;
        font-family:"Sangira";
        margin-left: 5%;
       clear: both;
        font-weight: 100;
        font-size: 3em;
        line-height: 1em;
    }
    
    
     .stroke{
        clear:both;
        background-color: #e4416b;
        display: block;
        width: 20%;
        height: 4px;
        margin-top: .5em;
        margin-left: 5%;
        margin-bottom: 1em;
    }
    
    
      .aba-text .stroke{
        float: left;
        clear: both;
          margin-top: 1em;
    }
    
    
    .aba-text p{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        margin-left: 5%;
       clear: both;
        font-weight: 100;
        font-size: .85em;
        line-height: 1.5em;
        width: 80%;
        letter-spacing: 1px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ab-blocks{
        width: 100%;
        height: auto;
        float: right;
        clear: none;
    }
    
    
    
    
    .abb-mv{
        width: 100%;
        height: auto;
        background-color: white;
        padding: 2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*FF 3.5+*/
-webkit-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 13px 18px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        float: left;
        clear: none;
        display: block;
        
    }
    
    .abb-mv:first-of-type{
        margin-left: 0;
        margin-right: 0;
    }
    
    
    
    
    .ab-blocks .stroke{
        float: left;
        clear: both;
        margin-left: 0;
        margin-bottom: 1em;
    }
    
    .ab-blocks h3{
        color: #0c0f33;
        font-family:"Sangira";
        clear: both;
        float: left;
        display: block;
        font-size: 2.5em;
        font-weight: 500;
      
    }
	
    
    .abb-mv p{
        color: #0c0f33;
        font-family: 'Montserrat', sans-serif;
        margin-left: 0;
       clear: both;
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5em;
        width:100%;
        letter-spacing: .2px;
    }
    
    
    
    .abb-team{
        width: 100%;
        height: auto;
        background-color: white;
        padding: 2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*FF 3.5+*/
-webkit-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 13px 18px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        float: left;
        clear: none;
        display: block;
        margin: 2vh 2.5%;
    }
    
    
    
    .team-members{
        float: left;
        clear: both;
        height: auto;
        width: 100%;
        position: relative;
         margin-top: 1em;

    }
    
    
    .tm{
        width:47%;
        height: 35vh;
        position: relative;
        display: block;
        float: left;
        clear: none;
        border: 1px solid rgba(172,172,172,.7);
       
    }
    
    
    .tm-img{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-position:top center;
        background-size: cover;
        transition: all .4s;
        -ms-filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
    }
    
    .tm:hover .tm-img{
              -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }
    
    
    .tm-text{
        position: absolute;
        height: auto;
        width: 100%;
        padding: 5%;
        background-color: white;
        display: block;
        float: left;
        z-index: 50;
        bottom: -.1em;
  
    }
    
     .tm-text p{
        color: #5C5C5C;
        font-family: 'Montserrat', sans-serif;
    }
    
    .tm-text h4{
        color: #0c0f33;
        font-family:"Sangira";
        font-size:1.7em;
        font-weight: 100;
        
    }
    
    







	



}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


	    
    .ab-pane{
        width: 95vw;
        height: 95%;
        padding:0;
        margin:0em 2.5vw 0;
        display: block;
        float: left;
        clear: both;
    }
    
    
    
    .ab-about{
        width:50%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-image:url("../images/office.jpg");
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-right: 0%;
        
    }
    
    
    
    .aba-ico{
        position: absolute;
        z-index: 100;
        width: 25%;
        height: 60%;
        background-image: url("../images/companies/c_ico-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        top: 5%;
        left: 5%;
    }
    
    
    
    .aba-text{
        clip-path: polygon(25% 0, 100% 0%, 100% 99%, 0% 100%);
        position: absolute;
        z-index: 200;
        width: 80%;
        height: 60%;
        display: block;
        float: left;
        clear: none;
        background-color: #0c0f33;
        bottom: 0;
        right: 0;
      
    }
    
    
    
    .aba-text h3{
        color: #fff;
        font-family:"Sangira";
        margin-left: 30%;
       clear: both;
        font-weight: 100;
        font-size: 5em;
        line-height: 1em;
    }
    
    
     .stroke{
        clear:both;
        background-color: #e4416b;
        display: block;
        width: 20%;
        height: 4px;
        margin-top: .5em;
        margin-left: 30%;
        margin-bottom: 2em;
    }
    
    
      .aba-text .stroke{
        float: left;
        clear: both;
          margin-top: 5em;
    }
    
    
    .aba-text p{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        margin-left: 30%;
       clear: both;
        font-weight: 100;
        font-size: 1em;
        line-height: 1.5em;
        width: 60%;
        letter-spacing: 1px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .ab-blocks{
        width: 50%;
        height: 100%;
        float: right;
        clear: none;
    }
    
    
    
    
    .abb-mv{
        width: 46%;
        height: 30%;
        background-color: white;
        padding: 2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*FF 3.5+*/
-webkit-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 13px 18px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        float: left;
        clear: none;
        display: block;
        
    }
    
    .abb-mv:first-of-type{
        margin-left: 2.5%;
        margin-right: 2vh;
    }
    
    
    
    
    .ab-blocks .stroke{
        float: left;
        clear: both;
        margin-left: 0;
        margin-bottom: 1em;
    }
    
    .ab-blocks h3{
        color: #0c0f33;
        font-family:"Sangira";
        clear: both;
        float: left;
        display: block;
        font-size: 2.5em;
        font-weight: 500;
      
    }
	
    
    .abb-mv p{
        color: #0c0f33;
        font-family: 'Montserrat', sans-serif;
        margin-left: 0;
       clear: both;
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5em;
        width:100%;
        letter-spacing: .2px;
    }
    
    
    
    .abb-team{
        width: 95%;
        height: 64%;
        background-color: white;
        padding: 2em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*FF 3.5+*/
-webkit-box-shadow: 0 13px 18px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 13px 18px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        float: left;
        clear: none;
        display: block;
        margin: 2vh 2.5%;
    }
    
    
    
    .team-members{
        float: left;
        clear: both;
        height: 35vh;
        width: 100%;
        position: relative;
         margin-top: 1em;

    }
    
    
    .tm{
        width: 30%;
        height: 100%;
        position: relative;
        display: block;
        float: left;
        clear: none;
        border: 1px solid rgba(172,172,172,.7);
       
    }
    
    
    .tm-img{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-position:top center;
        background-size: cover;
        transition: all .4s;
        -ms-filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
    }
    
    .tm:hover .tm-img{
              -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }
    
    
    .tm-text{
        position: absolute;
        height: auto;
        width: 100%;
        padding: 5%;
        background-color: white;
        display: block;
        float: left;
        z-index: 50;
        bottom: -.1em;
  
    }
    
     .tm-text p{
        color: #5C5C5C;
        font-family: 'Montserrat', sans-serif;
    }
    
    .tm-text h4{
        color: #0c0f33;
        font-family:"Sangira";
        font-size:1.7em;
        font-weight: 100;
        
    }
    
    
    
    
	
	
}
	
	