@charset "utf-8";
    
/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html{
}
body{
    font-family: 'martel', serif;
    overflow-x:hidden;
	font-size: 16px;
}

a, a:hover, a:focus{
    text-decoration: none;
    cursor: pointer;
}
a:focus { 
        outline: none; 
}
.ease{
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.ease:hover{
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
    display: block;
    display: inline-block;
}

strong {
    font-family: 'martelregular', serif;
    font-weight: normal;
    font-style: normal;
}


.bold {
   font-family: 'montserratbold', sans-serif;
   font-weight:normal;
   font-style:normal;
}

.light {
   font-family: 'montserrathairline', sans-serif;
   font-weight:normal;
   font-style:normal;
}


p {
    color: #999;
    font-family: 'martel', serif;
    font-size: 0.875em;
    line-height: 25px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
     font-family: 'montserratregular', sans-serif;
    font-weight: normal;
	font-style:normal;
}
#content{
}
.container{
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
}
.no-parallax{
    background-attachment: scroll !important;
}
.mast-wrap{
    opacity: 0;
}


.indent {
	margin-left: 15%;
}

.img-right {
	float: right;
	padding: 0.75em;
}
.img-left {
	float: left;
	padding: 0.75em;
}



/*LOGO */
.home-logo {
	position: absolute;
    left: 50%;
	top: 2.5em;
    z-index: 2;
	width: 12.5em;
	margin-left: 3.75em;
}
.menu-text {
	position: absolute;
    top: 5.5em;
    right: 9em;
    z-index: 99;
    font-size: 14px;
	text-transform: uppercase;
     font-family: 'montserratregular', sans-serif;
	 color: #888;
}

.credits-logo {
    position: absolute;
    left: 0;
    top: 2.5em;
    width: 12.5em;
	margin-left: 3.75em;
    z-index: 2;
}

.menu-logo {
	position:absolute;
	top: 2.5em;
	width:12.5em;
	left: 50%;
	margin-left: -6.25em;
}

.menu-bg {
    background-image: url(../images/menu-bg1.jpg);
    background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.menu-border {
	width: 100%;
	height: 100%;
	border: 1.5em solid #fff;
}

.border-bottom {
	position:absolute;
    width: 18.75em;
    height: 0;
	bottom: 0;
	left: 50%;
    background: #06a045;
	margin-left: -9.375em;
}






.table-main {
	display: table;
	width: 100%;
	height: 100%;
    position: relative;
}

.table-cell {
	display: table-cell;
	vertical-align: top;
	background-color: #fff;
}



/* CONTENT RIGHT */


.content-right{
	width: 80%;
	max-width: 36.25em;
	margin: 0 auto;
	padding-top: 17.5em;
	position: relative;
} 

.content-right a{
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.content-right h1 {
    font-size: 2.5em;
    letter-spacing: -0.05em;
	line-height: 1.125em;
	text-transform: uppercase;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

.content-right h3 {
	font-family: 'martel', serif;
	font-size: 1em;
    letter-spacing: normal;
    margin-bottom: 10px;
	position:relative;
	display:inline-block;
}

.content-right h3:after {
    background: #06a045;
	content: "";
	display: block;
	height: 2px;
	position:absolute;
	top: 100%;
	margin-top:4px;
	width: 100%;
}
	
.content-right p {
	font-family: 'martel', serif;
	font-size: 1em;
    letter-spacing: normal;
    margin-top: 0;
	line-height:1.5em;
}

.content-right h2 {
    font-size: 2.5em;
    letter-spacing: 0.125em;
	text-transform: lowercase;
	margin-top: 3.25em;
}

.content-right-body {
	padding-top: 3.125em;
    padding-bottom: 2.5em;	
	/*background: url(../images/square.png) no-repeat;*/
	background-size: 7.5em 12.5em;
	background-position: center center;
}


.content-right-body p {
	font-size: 0.975em;
    line-height: 1.75em;
	color: #4c4c4c;
}
.content-right-body ul li {
	padding: 3px 0px;	
}

/* CONTENT RIGHT NEW */


.content-rightNw {
	width: 80%;
	max-width: 36.25em;
	margin: 0 auto;
	padding-top: 10em;
	position: relative;
} 

.content-rightNw a{
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.content-rightNw h1 {
    font-size: 2.5em;
    letter-spacing: -0.05em;
	line-height: 1.125em;
	text-transform: uppercase;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

.content-rightNw h3 {
	font-family: 'martel', serif;
	font-size: 1em;
    letter-spacing: normal;
    margin-bottom: 10px;
	position:relative;
	display:inline-block;
}

.content-rightNw h3:after {
    background: #06a045;
	content: "";
	display: block;
	height: 2px;
	position:absolute;
	top: 100%;
	margin-top:4px;
	width: 100%;
}
	
.content-rightNw p {
	font-family: 'martel', serif;
	font-size: 1em;
    letter-spacing: normal;
    margin-top: 0;
	line-height:1.5em;
}

.content-rightNw h2 {
    font-size: 2.5em;
    letter-spacing: 0.125em;
	text-transform: lowercase;
	margin-top: 3.25em;
}

/* LEFT */


.milkymoo img,
.mooshake img {
	width: 100%;
	position:absolute;
	bottom: 0;
	right: 0;
}

.mooshake {
	position:relative;
	height: 50%;
	background: url(../images/moo_shake_bg.png) no-repeat top right;
	background-size: cover;
/*	opacity: 0.4; */
	-webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;

}
.milkymoo {
	position:relative;
	height: 50%;
	background: url(../images/milky_moo_bg.png) no-repeat top right;
	background-size: cover;
/*	opacity: 0.4; */
	-webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
}
.mooshake a, .milkymoo a{
}
.mooshake:hover, .milkymoo:hover{
	opacity: 0.4;
	-webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
}




#map {
	height: 100%;
	width: 100%;
/*	opacity: 0.4; */
	-webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
}
#map:hover {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/* TABS - CAREERS Page */

.content-right-body .tab-style {
	height:auto;
	-webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}

.content-right-body .tab-style ul {
	border: 1px #06a045 solid;
}

.content-right-body .tab-style li {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'montserratregular', sans-serif;
	font-size: 0.75em;
	letter-spacing: 1px;
	width: 33.33%;
}

.content-right-body .tab-style li:last-child {
	width: 33.343%;
}

.content-right-body .tab-style li > a {
	background-color: #fff;
	color: #777;	
	padding: 10px 0;
	text-align: center;
	border: 0;
	margin: 0;
	border-radius: 0;
}

.content-right-body .tab-style li.active > a {
	background-color: #06a045;
	color: #fff;
}

.content-right-body .tab-style li > a:hover {
	background-color: #f7f7f7;
	color: #777;
}

.content-right-body .tab-style li > a:focus,
.content-right-body .tab-style li.active > a:focus,
.content-right-body .tab-style li.active > a:hover {
	border: 0;
}

.content-right-body .tab-style .tabstyle-content {
	margin-top: 2.25em;
}

.image-BG {
	background-image: url(../images/do-left4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.visionText {
	bottom: 25% !important;
	right: 3.75em;
}

.visionText  span {
	padding: 0 2em;
    font-size: 2em;
}


.visionText  span h2 {
    margin-bottom: 1em;
	font-size: 1.5em;
}
.visionText  span ul li {
	margin-bottom: 0.75em;
}


/* TABS - TEAM Page */

.content-right-body .tab-style-team {
	height:auto;
	-webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}

.content-right-body .tab-style-team ul {
	border: 1px #06a045 solid;
}

.content-right-body .tab-style-team li {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'montserratregular', sans-serif;
	font-size: 0.75em;
	letter-spacing: 1px;
	width: 20%;
}

.content-right-body .tab-style-team li:last-child {
	width: 20.005%;
}

.content-right-body .tab-style-team li > a {
	background-color: #fff;
	color: #777;	
	padding: 10px 0;
	text-align: center;
	border: 0;
	margin: 0;
	border-radius: 0;
}
.content-right-body .tab-style-team li.active > a {
	background-color: #06a045;
	color: #fff;
}

.content-right-body .tab-style-team li > a:hover {
	background-color: #f7f7f7;
	color: #777;
}

.content-right-body .tab-style-team li > a:focus,
.content-right-body .tab-style-team li.active > a:focus,
.content-right-body .tab-style-team li.active > a:hover {
	border: 0;
}

.content-right-body .tab-style-team .tabstyle-content {
    margin: 2em 0 0.75em 0;
	text-align: center;
}



/* TABS - TEAM  Content */

.thumbimage-box {
}


.thumbimage {
	width: 30%;
	display: inline-block;
	background: #f7f7f7;
	margin: 3% 1.4%;
	vertical-align: top;
}

.thumbimage a {
	display:block;
	background-color: #06a045;
}

.thumbimage img {
/*    opacity: 0.4; */
	-webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
	width: 100%;
	height: 100%;
}
.thumbimage a img:hover {
	opacity: 0.4;
}
.thumbimage.active a img {
    opacity: 1;
}
.thumbimage.active {
	border: 3px solid #06a045;
}

.clearf {
	clear:both;
}



/* TEAM Page - CONTENT LEFT Side */



.content-left {
	position: fixed;
    top: 0;
    right: 50%;
    left: 0;
    bottom: 0;
}

.team-member {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
       -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
         -o-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
}

.team-member.active {
	display: block;
	opacity: 1;
}

#member1 {
	background-image:url(../images/team/1.jpg);
}
#member2 {
	background-image:url(../images/team/2.jpg);
}
#member311 {
	background-image:url(../images/team/311.jpg);
}
#member312 {
	background-image:url(../images/team/312.jpg);
}
#member3 {
	background-image:url(../images/team/3.jpg);
}
#member4 {
	background-image:url(../images/team/4.jpg);
}
#member5 {
	background-image:url(../images/team/5.jpg);
}
#member677 {
	background-image:url(../images/team/677.jpg);
}
#member688 {
	background-image:url(../images/team/688.jpg);
}
#member699 {
	background-image:url(../images/team/699.jpg);
}


#member7 {
	background-image:url(../images/team/7.jpg);
}
#member8 {
	background-image:url(../images/team/8.jpg);
}
#member9 {
	background-image:url(../images/team/9.jpg);
}
#member10 {
	background-image:url(../images/team/10.jpg);
}



#member13 {
	background-image:url(../images/team/13.jpg);
}
#member14 {
	background-image:url(../images/team/14.jpg);
}

#member16 {
	background-image:url(../images/team/16.jpg);
}
#member17 {
	background-image:url(../images/team/17.jpg);
}



#member25 {
	background-image:url(../images/team/25.jpg);
}
#member26 {
	background-image:url(../images/team/26.jpg);
}
#member27 {
	background-image:url(../images/team/27.jpg);
}
#member28 {
	background-image:url(../images/team/28.jpg);
}
#member29 {
	background-image:url(../images/team/29.jpg);
}




.team-member-details {
	background: #06a045;
	padding: 2em;
	position: absolute;
	bottom: 3.75em;
	left: 3.75em;
	width: 65%;
    min-width: 260px;
	text-align: left;
	color: #fff;	
}

.team-member-details h3,
.modal-header h3 {
	font-size: 1.625em;
}

.team-member-details h5,
.modal-header h5 {
	font-size: 1em;
}

.modal-header .close {
	font-size: 28px;
}

.team-member-details p {
	color: #fff;
	margin-top: 0.875em;
    line-height: 1.5em;
	font-size: 1em;
}
.modal-body p { font-size: 1em;}

.team-member-details .social-wrap {
	margin-top: 0.875em;
	margin-bottom: 0;
}
.modal-body .social-wrap {
	margin-top: 1.75em;
}

.team-member-details .social-wrap li a > img{
    width: 1.75em;
}


.member-name {
	display: none;
}

.modal-content {
    border: 0;
    border-radius: 0;
    padding: 20px;
}





.credits-pad-top {
    padding-top: 12.5em;
}
.credits-head {
}
.credits-head h1 {
	font-size: 2.5em;
    letter-spacing: -0.05em;
	line-height: 1.125em;
	text-transform: uppercase;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-nav  {
    width: 100%;
    height: 100%;
     position: fixed;
     z-index: 100;

    -moz-box-shadow: 10px 1px 4px #000000;
    -webkit-box-shadow: 10px 1px 4px #000000;
    box-shadow: 10px 1px 4px #000000;




}
.nav-bg{
    height: 100%;
    background: url('https://placeholdit.imgix.net/~text?txtsize=113&amp;txt=1500%C3%971000&amp;w=1500&amp;h=1000&amp;fm=jpg') no-repeat center center; 
    background-size: cover;
}
.main-nav-menu{
    list-style: none;
    padding: 0;
    text-align: center;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.main-nav-menu li{
     padding: 0;
}
.main-nav-menu li a.main-nav-link{
     font-family: 'montserratregular', sans-serif;
     font-size: 1em;
     line-height: 1em;
     letter-spacing: 0.5em;
     text-decoration: none;
     text-transform: uppercase;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.main-nav-menu li a.main-nav-link:hover{
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.sub-nav {
padding: 0px;
margin: 0;
overflow: hidden;
max-height: 0;
transition: all 500ms ease-in-out;
}
.trigger-sub-nav:hover div.sub-nav {
max-height: 200px;
padding-top: 10px;
padding-bottom: 20px;
}
.sub-nav a{
     font-family: 'montserratregular', sans-serif;
     font-size: 0.875em;
     line-height: 1.25em;
     letter-spacing: 4px;
     text-decoration: none;
     text-transform: uppercase;
}
.sub-nav a:after{
    content: ' / ';
    margin-left: 3px;
    margin-right: 3px;
}
.sub-nav a:last-child:after{
    display: none;
}




.social-wrap{
    list-style: none;
    padding: 0;
    margin-top: 3.15em;
}
.social-wrap li{
    display: inline-block;
    margin: 0 2px;
}
.social-wrap li a > img{
    width: 2.25em;
    opacity: 0.4;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.social-wrap li a:hover > img{
    opacity: 0.5;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.credits a{
	font-family: 'montserratregular', sans-serif;
    font-size: 0.75em;
	letter-spacing: 0.125em;
	color:#999;
	padding: 5px 10px;
    background-color: #f7f7f7;
}
.credits a:hover {
    color:#777;
}


.info-button{
    position: absolute;
    bottom: 1em;
    right: 2.5em;
	display: none;
}
.info-button > a{
    opacity: 0.5;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.info-button > a:hover{
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

/*Common Spacing and Padding*/

.page-section{
}
.separator-section{
    padding: 100px 0;
}
.add-top{
    margin-top: 120px;
}
.add-bottom{
    margin-bottom: 120px;
}
.add-top-half{
    margin-top: 60px;
}
.add-bottom-half{
    margin-bottom: 60px;
}
.add-top-quarter{
    margin-top: 30px;
}
.pad-top{
    padding-top: 100px;
}
.pad-bottom{
    padding-bottom: 100px;
}
.pad-top-half{
    padding-top: 60px;
}
.pad-top-quarter{
    padding-top: 30px;
}
.pad-bottom-half{
    padding-bottom: 60px;
}
.pad-bottom-quarter{
    padding-bottom: 30px;
}
.pad{
    padding-left: 20px;
    padding-right: 20px;
}
.pad-common{
    padding: 100px;
}
.remove-top{
    margin-top: 0;
}
.remove-bottom{
    margin-bottom: 0;
}
.remove-bottom{
    margin-bottom: 0;
}
.remove-pad-top{
    padding-top: 0;
}
.remove-pad-bottom{
    padding-bottom: 0;
}
.remove-pad{
	padding: 0;
}

.mob-center > .img-responsive{
    display: inline-block;
}
.no-gutter{
   padding: 0px !important;
}
.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.absolute-overlay{
    position: absolute;
    top: 0;
    left: 0;
}
.sticky-foot{
    max-height: 62px;
}
.fullwidth-forced{
    width: 100% !important;
    margin-left: 0 !important;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.inner-pad{
    padding: 120px;
}
.hero-heading{
    font-size: 124px;
    line-height: 136px;
     font-family: 'montserratregular', sans-serif;
    
    text-transform: uppercase;
    letter-spacing: 8px;
}
.main-heading{
    font-size: 22px;
    line-height: 29px;
    font-family:  "Raleway", sans-serif;
    
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
.sub-heading{
     font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    letter-spacing: 8px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inner-heading{
    margin-top: 20px;
}
.inner-heading > span{
    font-size: 12px;
    line-height: 22px;
     font-family: 'montserratregular', sans-serif;
    
    text-transform: uppercase;
    letter-spacing: 4px;
}
.page-head h1 > span{
     font-family: 'montserratregular', sans-serif;
    font-size: 24px;
    
    letter-spacing: 8px;
    line-height: 41px;
    padding: 7px 7px 7px 15px;
    text-transform: uppercase;
}
.page-head p{
    margin-top: 30px;
    font-family: 'montserratregular', sans-serif;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

/*Buttons*/
.btn-reflex{
    border-radius: 0px;
    text-decoration: none;
    padding: 1em;
    font-family: 'montserratregular', sans-serif;
    font-size: 0.75em;
    line-height: 1.25em;
	letter-spacing: 0.25em;
    text-transform: uppercase;
	color: #999;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.btn-reflex-big{
    border-radius: 0px;
    text-decoration: none;
    padding: 18px 24px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
     font-family: 'montserratregular', sans-serif;
    letter-spacing: 3px;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.btn-reflex:hover{
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.btn-reflex-white{
    border:solid 1px #fff;
    background: transparent;
    color: #fff;
}
.btn-reflex-white:hover{
    border:solid 1px #fff;
    background: #fff;
    color: #4c4c4c;
}

.btn-reflex-dark{
    border:solid 1px #777;
    background: transparent;
    color: #777;
}
.btn-reflex-dark:hover{
    background: #777;
    color: #fff;
}

.btn-reflex-color{
    border:solid 1px #06a045;
    background: #06a045;
    color: #fff;
}
.btn-reflex-color:hover, .btn-reflex-color:focus{
    background: transparent;
    color: #777;
	outline: none;
}


/*TOP HEADER*/
.top-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    min-height: 60px;
    /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);*/
}
.top-header-left, .top-header-right{
    padding: 20px 0 17px 0;
}
.top-header h3{
     font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    
    letter-spacing: 8px;
    line-height: 24px;
    text-transform: uppercase;
}

/*MASTER FOOTER*/

.master-footer{
}
.master-footer-left, .master-footer-right{
    padding: 100px;
}
.footer-bg{
}

/*PAGE HEADER*/
.page-head{
    margin-top: 60px;
}
.page-head-bg{
    background: url('https://placeholdit.imgix.net/~text?txtsize=113&amp;txt=1500%C3%971000&amp;w=1500&amp;h=1000&amp;fm=jpg') no-repeat center center; 
    background-size: cover;
}


/*------------------------------------------------------------------*/
/* 04 - MAIN PAGES & SECTIONS */
/*-------------------------------------------------------------------*/


/*HOME - Slider Revolution*/

.tp-leftarrow{
    left: 140px !important;
}
.tp-bullets{
    left: 55% !important;
}
.absolute-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
}
.sr-caps h1{
     font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    font-size: 200px;
    line-height: 207px;
}

.sr-caps h5{
    margin-top: 20px;
    letter-spacing: 1px;
     font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 31px;
}

.sr-caps h5 > span{
    padding: 15px;
    font-size: 20px;
    line-height: 27px;
    border:solid 2px #fff;
}
.sr-caps  h2{
    font-size: 84px;
    line-height: 91px;
    margin-top: 20px;
    letter-spacing: 1px;
     font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sr-caps h6.minimal > span{
    padding: 20px;
}
.sr-caps h6.minimal.dark > span{
    border:solid 2px #2D2D2D;
}
.sr-caps h6.minimal.white > span{
    border:solid 2px #fff;
}
.sr-caps h6.minimal{
    margin-top: 20px;
    letter-spacing: 1px;
     font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 39px;
}
.sr-caps h6{
    margin-top: 20px;
    letter-spacing: 1px;
     font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 39px;
}
.sr-caps h6.dark > span{
    border-top:solid 2px #2D2D2D;
}
.sr-caps h6.white > span{
    border-top:solid 2px #fff;
}
.sr-caps h6 > span{
    padding-top: 20px;
}


/*WORKS MASONRY*/
.works-grid{
            width: 100%; 
            position: relative;
            font-size: 25px;
     font-family: 'montserratregular', sans-serif;
            color: #eaeaea;
        }
        .works-grid .box {
            float: left;
            position: relative;
            text-align: center;
        }
       .works-grid .box a{
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-grid .box a:hover{
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-grid .box h3{ 
     font-family: 'montserratregular', sans-serif;
            font-size: 20px;
            
            letter-spacing: 8px;
            line-height: 27px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .works-grid .box p > span{  
     font-family: 'montserratregular', sans-serif;
            font-size: 10px;
            
            letter-spacing: 8px;
            line-height: 20px;
            padding: 7px;
            padding-left: 15px;
            text-transform: uppercase;
        }
        .boxup{

        }
        #fillers{
            display: none;
        }
        .fillerBox {
            float: left;
            position: relative;
        }
.novamason{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.works-filter{
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.works-filter li{
    display: inline-block;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li a > span{
     font-family: 'montserratregular', sans-serif;
    font-size: 12px;
    letter-spacing: 8px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 5px;
}
.works-filter li:hover{
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li:after{
    content: "/";
     font-family: 'montserratregular', sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
}
.works-filter li a.active > span{
    background: #fff;
    color: #000;
    padding-left: 16px;
}
.works-filter li:last-child:after{
    display: none;
}
.novamason{
    opacity: 1;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.fade-out{
    opacity: 0.1 !important;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.fade-out > a{
    display: none;
}



/*AGENCY*/

.about-bg{
    height: 100%;
    background: url('https://placeholdit.imgix.net/~text?txtsize=113&amp;txt=1500%C3%971000&amp;w=1500&amp;h=1000&amp;fm=jpg') no-repeat center center; 
    background-size: cover;
}
.service-item{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-item a{
    display: block;
}
.testimonial-wrap > img{
    border-radius: 50%;
}
.testimonial-wrap > h6 {
     font-family: 'montserratregular', sans-serif;
    font-size: 12px;
    
    letter-spacing: 4px;
    line-height: 19px;
    margin: 20px 0;
    text-transform: uppercase;
}
.testimonial-wrap > p {
    margin-top: 20px;
}
.service-details-switcher{
    list-style: none;
    padding: 0;
}
.service-details{
    display: none;
}

.service-details:first-child{
    display: block;
}
.service-item{
    padding: 50px 0 !important;
}
.service-carousel-item{
    padding: 10px 0;
	background-color: #8ccd21;
	color: #fff;
}

.service-carousel-item > .triangle-arrow-up{
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #1c1c1e transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.active-service{
    display: block !important;
}
.team-info{
    padding: 0 60px;
}
.team-social{
    margin-top: 20px;
}
.team-social > span{
    width: 50%;
    border-top: solid 1px #1c1c1e;
    padding-top: 20px;
    display: inline-block;
}
.team-social img{
    opacity: 1;
    -webkit-transition: all .4s linear;
       -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear;
}
.team-social img:hover{
    opacity: 0.4;
    -webkit-transition: all .4s linear;
       -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear;
}


.team-info > .triangle-arrow-right{
    width: 0;
height: 0;
border-style: solid;
border-width: 15px 26.0px 15px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
    bottom: 0;
    left: -26px;
    top: 50%;
    margin-top: -15px;
}
.team-info > .triangle-arrow-left{
    width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 26.0px;
border-color: transparent transparent transparent #fff;
position: absolute;
    bottom: 0;
    right: -26px;
    top: 50%;
    margin-top: -15px;
}
.triangle-arrow{
    z-index: 50;
}
.team-info h6{
    margin-bottom: 20px;
}
.team-info h6 > span{
    padding: 6px;
    border: solid 1px;
    font-size: 10px;
    line-height: 17px;
}


/* NEWS*/
.news-container{
    padding: 0;
}
.news-item {
  margin: 0;
}
.news-item-one-third {
    width: 33.3% !important;
}
.news-item-one-half {
    width: 50% !important;
}
.news-item-two-third {
    width: 66.6% !important;
}

 .news-image{
    padding: 0;
 }
 .news-item-inner{
    padding: 60px;
 }
        .news-item h1{ 
     font-family: 'montserratregular', sans-serif;
            font-size: 24px;
            
            letter-spacing: 6px;
            line-height: 32px;
            text-transform: uppercase;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .news-item h3{ 
     font-family: 'montserratregular', sans-serif;
            font-size: 14px;
            
            letter-spacing: 4px;
            line-height: 21px;
            text-transform: uppercase;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .news-item p > span{  
    font-family: 'martel', serif;
            font-size: 10px;
            
            letter-spacing: 8px;
            line-height: 20px;
            padding: 7px;
            padding-left: 15px;
            text-transform: uppercase;
        }



/* WORKS*/
.works-container{
    padding: 0;
}
.works-item {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
  background-color: #121212;
}
       .works-item a{
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item a:hover{
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("http://milkmantra.com/404.html") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("http://milkmantra.com/404.html") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: center;
        }
        .works-item-inner h3{ 
            font-size: 16px;
            
            letter-spacing: 4px;
            line-height: 23px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .works-item-inner p > span{  
            font-size: 18px;
            line-height: 25px;
            padding: 7px;
            font-style: italic;
        }

/*CREDITS*/
.credits-ticker{
    text-align: center;
    margin: 0;
}
.credits-ticker ul{
    list-style: none;
}
.credits-ticker h3{
    font-size: 1.5em;
    line-height: 2em;
	letter-spacing: 0.25em;
    text-transform: uppercase;
	color: #777;
}
.credits-ticker h6{
    font-size: 0.75em;
    line-height: 1.25em;
	letter-spacing: 0.25em;
    text-transform: uppercase;
	color: #999;
}
.credit-ticker .social-wrap{
    margin-top: 0;
}


/*CLIENTS*/
.clients-container{
    padding: 100px;
}
.client-logo{
}
.client-logo-inner{
    opacity: 0.3;
    border-right:solid 2px #ccc;
    border-bottom:solid 2px #ccc;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.client-logo-inner:hover{
    opacity: 1;
    border-right:solid 2px #eee;
    border-bottom:solid 2px #eee;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.client-logo:last-child .client-logo-inner{
    border-right:none;
}
.client-logo-row:last-child .client-logo-inner{
    border-bottom:none;
}



/*AWARDS*/
.awards-container{
    padding: 100px;
}
.awards-item{
    border-right: solid 1px #ccc;
    padding: 60px;
    opacity: 0.5;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.awards-item:hover{
    opacity: 1;
    border-right: solid 1px #eee;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.owl-item:last-child .awards-item{
    border-right: none;
}
.awards-item h3{
     font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.awards-item h1{
    margin-top: 0px;
}
.awards-item h1 > span{
     font-family: 'montserratregular', sans-serif;
    font-size: 24px;
    
    letter-spacing: 0px;
    line-height: 31px;
    text-transform: uppercase;
    border-top: solid 1px #000;
    padding-top: 10px;
}

/*SINGLE-PROJECT*/
.single-project-content-inner{
    padding: 80px 40px;
}
.single-project-slider-wrap{
    margin: 0;
	padding: 0;
}
.single-project-block a > .zoom-icon-wrap{
    position: absolute;
    background:  url('http://milkmantra.com/404.html') center center no-repeat;
    top: 0;
    width:  92%;
    height: 100%;
}

.zoom-icon-wrap{
    opacity: 0;
}
.single-project-block a:hover > img{
    opacity: 0.2;
}
.single-project-block a:hover > .zoom-icon-wrap{
    opacity: 1;
}

/*CONTACT*/
.contact-container{
}

.contact{
}
.contact-form{
    display: none;
}
/*contact form*/

.email-wrap{
    padding-top: 20px;
}
.contact-mail{
    font-size: 18px;
    line-height: 25px;
     font-family: 'montserratregular', sans-serif;
    color: #fff;
}
.contact-form-wrap{
    display: none;
}
.contact-item{
    padding: 25px;
}
.address-heading{
    padding: 0px;
    margin-bottom: 0;
     font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 21px;
    text-transform: uppercase;
}
.email-heading{
     font-family: 'montserratregular', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0;
}
input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #06a045 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #999 !important;
    font-family: 'montserratregular', sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
    -webkit-transition: all .4s linear;
       -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear;
}
input:focus, textarea:focus {
    color: #777 !important;
    background: #f7f7f7 !important;
    -webkit-transition: all .4s linear;
       -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear;
	outline: none;
}
textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #06a045 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #999 !important;
    font-family: 'montserratregular', sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
    margin-top: 5px;
    padding: 10px !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .4s linear;
       -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
         -o-transition: all .4s linear;
            transition: all .4s linear;
}

.subject_label {
    border-bottom: 1px solid #06a045 !important;
    width: 100%;
}

.subject_select{
	background: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #999 !important;
    font-family: 'montserratregular', sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
    height: 50px !important;
    padding: 10px !important;
    width: 100%;
}

.subject_select:focus, .subject_label:focus{
	outline: none;
    background: #f7f7f7 !important;
	color: #777;
}

input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #222;
     font-family: 'montserratregular', sans-serif;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
    box-shadow: none;
    border:none;
    border-radius: 0;
    text-shadow:none;
    font-size: 12px;
    line-height: 19px;
    font-family: 'montserrathairline', sans-serif;
    margin-bottom:10px;
    padding:10px;
    background:#000;
    color: #fff;
    text-align: left;
}
.btn-wrap{
    margin-top: 30px;
}
.space-left{
    margin-left: 1%;
}


.alert{
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

.alert > p{
    padding: 5px 10px;
    text-shadow:none;
    font-size: 14px;
    line-height: 21px;
	color: #fff;
    font-family: 'montserrathairline', sans-serif;
}


/*NEWS POST*/
.news-post-content .news-post-img{
    margin-bottom: 40px;
}
.news-post-inner h2{
    font-size: 36px;
    line-height: 48px;
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;

}
/*ERROR PAGE*/
.error-content-inner h2{
    font-size: 72px;
    line-height: 86px;
     font-family: 'montserratregular', sans-serif;
    
    text-transform: uppercase;
    letter-spacing: 4px;

}

/*FOOTER*/
.master-footer h3{
    font-size: 22px;
    line-height: 29px;
     font-family: 'montserratregular', sans-serif;
    
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
.footer-column{
    padding: 100px;
}
.foot-links{
    list-style: none;
    padding: 0;
}
.foot-links li > a >span{
    margin: 5px 0;
    border-bottom: solid 1px #ccc;
}
.foot-links li > a > span{
    display: block;
     font-family: 'montserratregular', sans-serif;
    font-size: 12px;
    
    letter-spacing: 8px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

.foot-links li > a:hover > span{
    opacity: 0.5;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

.twitter-handle{
    font-size: 24px;
    line-height: 31px;
     font-family: 'montserratregular', sans-serif;
}
.copyright-text{
    font-size: 0.75em;
    font-family: 'montserratregular', sans-serif;
	color: #999;
	padding: 0.5em;
}

/* CHEWING THE CUD Left-Side */

.chewingdCud {
	right: 3.75em;
	font-size: 14px;
	clear:left;
}

.chewingdCud img {
    min-width: 120px;
    width: 180px;
    float: left;
    margin-right: 25px;
	padding-bottom: 5em;
}

.chewingdCud h4 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 1em;
	color: #666;
}
.chewingdCud p {
    line-height: 1.5;
    font-size: 0.75em;
	color: #777;
    padding-bottom: 2em;
}