/* @override http://theshakespearegroup.com.au/resources/css/main.css */

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/*
@font-face {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  src: url("../fonts/GothamHTF-Book.eot?") format("eot"), url("../fonts/GothamHTF-Book.otf") format("opentype"), url("../fonts/GothamHTF-Book.woff") format("woff"), url("../fonts/GothamHTF-Book.ttf") format("truetype"), url("../fonts/GothamHTF-Book.svg#GothamHTF-Book") format("svg"); }
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  box-sizing: border-box; }

a {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
  color: #000; }

a:hover {
  text-decoration: none; }

p {
  margin: 0;
  line-height: 1.3em;
  font-weight: normal; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300; }

img {
  max-width: 100%;
  height: auto; }

blockquote {
  margin: 0; }

strong {
  font-weight: 600; }

input {
  border: 0; }

textarea {
  resize: none; width: 100%;border-top: 0px;border-right: 0px;border-left: 0px;    border-bottom: 1px solid #959595;min-height: 100px;}

html, body {
  -webkit-tap-highlight-color: transparent
  /* disable webkit tap highlight */ }

body {
  color: #000;
  line-height: 1.4em; }

html, body {
  overflow-x: hidden; }

input[type="text"], input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.container {
  width: 1030px;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container--fluid {
    width: auto;
    padding: 0 50px; }
  .container--big {
    width: 1300px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.row {
  margin: 0 -20px;
  *zoom: 1; }
  .row > div {
    padding: 0 20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row--zero {
    margin: 0 0; }
    .row--zero > div {
      padding: 0 0; }
  .row--md {
    margin: 0 -15px; }
    .row--md > div {
      padding: 0 15px; }

.col12 {
  width: 100%;
  float: left; }

.col11 {
  width: 91.666666666667%;
  float: left; }

.col10 {
  width: 83.333333333333%;
  float: left; }

.col9 {
  width: 75%;
  float: left; }

.col8 {
  width: 66.666666666667%;
  float: left; }

.col7 {
  width: 58.333333333333%;
  float: left; }

.col6 {
  width: 50%;
  float: left; }

.col5 {
  width: 41.666666666667%;
  float: left; }

.col4 {
  width: 33.333333333333%;
  float: left; }

.col3 {
  width: 25%;
  float: left; }

.col2 {
  width: 16.666666666667%;
  float: left; }

.col1 {
  width: 8.3333333333333%;
  float: left; }

.hidden-desktop {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Header
   ========================================================================== */
header {
  position: absolute;
  background-color: transparent;
  z-index: 2000;
  width: 100%; }
  header .back-top {
    color: #959595;
    font-size: 12px;
    letter-spacing: 2.5px;
    position: absolute;
    right: 30px;
    top: 25px;
    display: none; }

.menu-toggle {
  width: 30px;
  height: 30px;
  background: url("../images/menu-toggle.png") no-repeat;
  background-size: 30px 30px;
  margin: 15px;
  position: fixed;
  z-index: 4000; }
  
  
  .menu-toggle.menu-dark {
-webkit-filter: invert(100%); filter: invert(100%);  
}
  
/*
.menu-mobile{
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 999;
	top:0px;
	left: 0px;
	background: #fff;
}
*/
.title_img{
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto; top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.magnolia_img{
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto; top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}     


.header-fixed {
  background-color: #fff;
  color: #000;
  position: fixed;
  top: 0;
  z-index: 3000;
  border-bottom: 1px solid #959595; }
  .header-fixed .back-top {
    display: block;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-style: normal;
    font-weight: 500; }
  .header-fixed .menu li a {
    color: #414042; }

.menu {
  overflow: hidden;
  position: relative;
  display: table;
  margin: 0 auto; }
  .menu li {
    display: block;
    float: left;
    margin-right: 45px;
    line-height: 67px; }
    .menu li a {
      font-size: 12px;
      letter-spacing: 3px;
      color: #fff;
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
      font-style: normal;
      font-weight: 500; }

/* ==========================================================================
   Main
   ========================================================================== */
.hero .slide {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 768px; }
  .hero .slide h1 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 67px;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-style: normal;
        font-weight: 200;
        letter-spacing: 5px;max-width: 700px;
    font-family: "Gotham A", "Gotham B";}
.hero .slide2 {
  background: url("../images/hero2.jpg") no-repeat center center;
  background-size: cover; }
.hero .slide3 {
  background: url("../images/hero3.jpg") no-repeat center center;
  background-size: cover; }
.hero .cycle-pager {
  position: absolute;
  bottom: 50px;
  z-index: 2000;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .hero .cycle-pager span {
    display: block;
    float: left;
    margin-right: 12px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999999px;
    cursor: pointer; }
  .hero .cycle-pager .cycle-pager-active {
    border: transparent;
    background-color: #fff; }

.background-lightgrey {
  background-color: #f0f0f0; }

.title {
  font-size: 15px;
  letter-spacing: 2px;
  margin: 70px 0;
  text-align: center;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  font-style: normal;
  font-weight: 500; }
.slide_subheading{
	font-size: 15px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.slide_subheading a{
	color: #fff;
}
.slide-bottom{
	position: absolute;
	    bottom: 100px;
}
.intro {
  padding-bottom: 75px;
  color: #333; }
  .intro .left-intro p {
    font-size: 24px;
    padding-left: 100px;
    font-family: "Chronicle Deck A", "Chronicle Deck B";
    font-style: normal;
    font-weight: 600; }
  .intro .right-intro {
    padding-right: 100px; }
    .intro .right-intro p {
      margin-bottom: 20px;
      line-height: 1.6em;
      font-family: "Chronicle Deck A", "Chronicle Deck B";
      font-style: normal;
      font-weight: 400; }

.values {
  margin-bottom: 40px; }
  .values .row {
    margin-bottom: 80px; }
  .values .big-text {
    font-size: 32px;
    margin-top: 160px;
    font-family: "Chronicle Deck A", "Chronicle Deck B";
    font-style: normal;
   /*  font-weight: 600; */ }
  .values .parallax3 img {
    position: relative;
    top: -180px; 
    max-width: 396px;
    }
  .values .parallax3 .parallax-text {
    margin-top: 170px; }
  .values .parallax4 {
    position: relative;
    top: -150px; }
   .values .parallax4 img{
	   max-width: 710px;
   }
    .values .parallax4 .parallax-text {
      margin-top: 310px; }
  .values .parallax6 .parallax-text {
    margin-top: 130px; }
  .values .parallax6 .row  {margin-bottom: 100px;}
    
  .values .parallax-text {
    width: 300px;
    font-size: 20px; }
    .values .parallax-text h5 {
      font-size: 20px;
      margin-bottom: 15px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
      font-style: normal;
      font-weight: 500; }
    .values .parallax-text p {
      font-family: "Chronicle Deck A", "Chronicle Deck B";
      font-style: normal;
      font-weight: 300; }
 .full-width{
	 position: absolute;
	 right: 0px;
	 top:0px;
	 height: 100%;
	 width: 55.5%;
 }
 .full-width .slider-img{
	 width: 100%;
	 position: absolute;
	 height: 100%;
	 
 }
.slide{
	 width: 100%;
	 margin: auto !important;
 }
.slider-projects {
	    position: relative;
    max-height: 463px;
	
  }
  .slider-projects .slider-info {
   /*  padding-left: 135px; */ }
    .slider-projects .slider-info h3 {
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      letter-spacing: 1.5px;
      margin-bottom: 22px;
      margin-top: 75px; }
    .slider-projects .slider-info p {
      margin-bottom: 25px;
      font-size: 20px;
      font-family: "Chronicle Deck A", "Chronicle Deck B";
      font-style: normal;
      font-weight: 400; }
      .slider-projects .slider-info p a {
        color: #58595b;
        font-family: "Chronicle Deck A", "Chronicle Deck B";
        font-style: italic;
        font-weight: 300; }
  .slider-projects .slider-img img {
    height: 450px; }
  .slider-projects .arrows {
    width: 100px;
    margin: 75px 0; }
    .slider-projects .arrows .arrow-left {
      display: block;
      width: 39px;
      height: 38px;
      background: url("../images/arrow_left.png") no-repeat; }
    .slider-projects .arrows .arrow-right {
      display: block;
      width: 39px;
      height: 38px;
      background: url("../images/arrow_right.png") no-repeat; }

.contact-section {
  padding: 80px 0; }
  .contact-section h5 {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 5px; }
  .contact-section p {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
    font-size: 12px;
    margin-bottom: 20px; }
  .contact-section form {
    margin-top: 20px; }
    .contact-section form select {
      width: 100%; }
    .contact-section form input ,.contact-section form textarea {
      border: none;
      border-bottom: 1px solid #959595;
      font-size: 12px;
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
      letter-spacing: 1.5px;
      outline: none;
      width: 100%;
      line-height: 25px;
      margin-bottom: 15px; }
      
      .contact-section form input.error {background: #fcc;}
      
      .contact-section form label {border: none;
      font-size: 12px;
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
      letter-spacing: 1.5px;
      outline: none;
      width: 100%;
      line-height: 25px;
      margin-bottom: 15px;}
      
      
      .contact-section form input[type="submit"] {
        width: 77px;
        height: 35px;
        border: 1px solid #000;
        background-color: transparent;
        text-align: center;
        display: block;
        letter-spacing: 0.5px;
        margin-top: 25px;
        margin-bottom: 0; }

::-webkit-input-placeholder {
  color: #000;
  font-size: 12px;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B"; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 12px;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B"; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 12px;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B"; }

:-ms-input-placeholder {
  color: #000;
  font-size: 12px;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B"; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  border-top: 1px solid #959595; }
  footer ul {
    overflow: hidden;
    margin: 0 auto;
    display: table; }
    footer ul li {
      display: inline-block;
      margin-right: 10px;
      line-height: 53px;
      color: #000;
      font-size: 12px;
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
      font-style: normal;
      font-weight: 300; }
      footer ul li a {
        color: #000;
        font-size: 12px;
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
        font-style: normal;
        font-weight: 300; }

/* ==========================================================================
Custom form elements
========================================================================== */
.jstyling-select {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  color: #000;
  width: 100%;
  float: left; }

.jstyling-select-t {
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  letter-spacing: 1.5px; }

.jstyling-select-l {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  position: absolute;
  overflow-y: auto;
  z-index: 1000; }

.jstyling-select-l div {
  list-style: none;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

.jstyling-select.active {
  z-index: 700; }

.jstyling-select.active .jstyling-select-l {
  display: block; }

.jstyling-checkbox, .jstyling-radio {
  margin: 0;
  padding: 0;
  display: inline-block;
  z-index: 1; }

.jstyling-checkbox input[type=checkbox], .jstyling-radio input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0; }

/* Select wrapper */
.jstyling-select {
  width: 100%;
  cursor: pointer;
  font-size: 14px; }

/* Select current option */
.jstyling-select-s {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  letter-spacing: 1.5px;
  width: 100%;
  font-size: 12px;
  color: #000;
  line-height: 30px;
  margin-bottom: 25px;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #fff;
  border-bottom: 1px solid #959595; }

/* Select options list*/
.jstyling-select-l {
  top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #000;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  border-bottom: 1px solid #959595;
  padding-top: 30px; }

.jstyling-select-l div {
  line-height: 20px;
  text-align: left;
  background: #fff;
  z-index: 200;
  font-size: 12px;
  padding-left: 15px;
  letter-spacing: 1.5px; }

.jstyling-select-l div.disabled {
  background: #fff; }

.jstyling-select-l div.disabled:hover {
  color: #000000; }

.jstyling-select-l div:first-child {
  border-top: 0; }

.jstyling-select.active {
  background-position: 100% -28px; }

.jstyling-select.disabled {
  background-color: #fff; }

.jstyling-select-t {
  white-space: nowrap;
  overflow: hidden; }

.thank-you {
	position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.thank-you .inner {width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px auto;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    background: #ffffff;
    padding: 20px;}
    
    .thank-you .inner a {
    width: 77px;
    font-size: 12px;
    border: 1px solid #000;
    background-color: transparent;
    text-align: center;
    display: block;
    margin: 25px auto 0px;
    text-transform: uppercase;
    padding: 5px 0px;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";

        }


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

.contact-section form input, .contact-section form textarea {
	line-height: normal;
}

}



/* ==========================================================================
   Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1340px) {
  .container--big {
    width: 1030px; }

  .slider-projects .slider-info {
    padding-left: 0; }
  .slider-projects .arrows {
    width: 100px;
    margin-top: 25px; } }
/*
 * Tablet
 */
@media only screen and (max-width: 1050px) {
  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.666666666667%; }

  .col-md-10 {
    width: 83.333333333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.666666666667%; }

  .col-md-7 {
    width: 58.333333333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.666666666667%; }

  .col-md-4 {
    width: 33.333333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.666666666667%; }

  .col-md-1 {
    width: 8.3333333333333%; }

  /* Helpers */
  .hidden-tablet {
    display: none; }

  .visible-tablet {
    display: block; }

  .container {
    width: auto;
    padding: 0 15px; }
    .container--fluid {
      padding: 0 15px; }
    .container--big {
      width: auto; }

  .row {
    margin: 0 -15px; }
    .row > div {
      padding: 0 15px; }
    .row--zero {
      margin: 0 0; }
      .row--zero > div {
        padding: 0 0; }

  .hero .slide h1 {
    width: 80%;
    padding: 0 20px; }

  .slider-projects {
    /* height: 334px;  */}
    .slider-projects .slider-img img {
      width: 100%;
      height: 334px; }
    .slider-projects .slider-info {
      padding-left: 0; }
      .slider-projects .slider-info h3 {
        margin-top: 35px; }
      .slider-projects .slider-info p {
        font-size: 16px;
        margin-bottom: 15px; }
      .slider-projects .slider-info .arrows {
        margin-top: 15px; } 
   .jstyling-select-t{
	   margin-left: 5px;
   }   
   input{
	   padding: 0 5px;
   }  
   
   
   .values .big-text {margin-top: 0px;
	   margin-bottom: 160px;
   }
   
   .values .title {
	   
	   margin-bottom: 100px;
	   
   }
   
   .values .row {
	   
	   margin-bottom: 10px;
	   
   }
   
   .parallax2 {margin-bottom: 260px;}
   
   .parallax3, .parallax5 {margin-bottom: 140px;}
   
   .values .parallax3 .parallax-text {margin-top: 30px;}
   
   .values .parallax3 .parallax-text {margin-top: 0px;}
   
   .values .parallax4 img {width: 100%;}
   
   .values .parallax4 .parallax-text{margin-top: 100px;}
   
    .values .parallax5 .parallax-text {margin-top: 50px;}

        
        }
/*
 * Mobile
 */
@media only screen and (max-width: 760px) {
  /* Mobile grid */
  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.666666666667%; }

  .col-sm-10 {
    width: 83.333333333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.666666666667%; }

  .col-sm-7 {
    width: 58.333333333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.666666666667%; }

  .col-sm-4 {
    width: 33.333333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.666666666667%; }

  .col-sm-1 {
    width: 8.3333333333333%; }

  /* Helpers */
  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; }
.row > div{
	padding: 0 25px;
}
	.full-width{
		padding: 0px !important;
	}
  header {
    display: none;
    position: fixed;
    z-index: 3000;
    background: #f0f0f0;
    height: 100vh; }
	.slider-projects .arrows{
		margin:25px 0 0 0;
		width: 100%;
	}
	.project-title{
		position: absolute;
		bottom: -60px;
		left: 0px;
		right: 0px;
		margin: auto;
		text-align: center;    font-family: "Chronicle Deck A", "Chronicle Deck B";
    font-style: normal;
    font-weight: 400;
	}
  .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .menu li {
      float: none;
      margin-right: 0;
      line-height: 40px;
      text-align: center; }
      .menu li a {
        font-size: 15px;
        letter-spacing: 3px;
        color: #010101; }
        .menu li a:after {
          content: "-";
          display: block; }
      .menu li:nth-last-child(1) a:after {
        content: ""; }

  .menu-toggle-open {
    width: 30px;
    height: 30px;
    background: url("../images/close.png") no-repeat;
    background-size: 30px 30px; 
    filter: invert(0%) !important;
    -webkit-filter: invert(0%) !important;}

.jstyling-select-l div{
	padding-left: 0px;
}
.jstyling-select-l{
	width: 94%;
}
.full-width{
	position: relative;
	height: 350px;
}
.hero .cycle-pager{
	bottom: 30px;
	-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
  .hero .slide {
    min-height: 100%; }
    .hero .slide h1 {
      font-size: 27px;
      line-height: 38px;
      width: 86%;margin: auto; letter-spacing: 3px;}
  .hero .slide2 {
    background: url("../images/hero2_mobile.jpg") no-repeat center center;
    background-size: cover; }
  .hero .slide3 {
    background: url("../images/hero3_mobile.jpg") no-repeat center center;
    background-size: cover; }

  .intro {
    padding-bottom: 37px;
    color: #333;
    text-align: center; }
    .intro .left-intro p {
      font-size: 24px;
      padding-left: 0;
      margin-bottom: 35px; }
    .intro .right-intro {
      padding-right: 0; }
      .intro .right-intro p {
        margin-bottom: 15px;
        line-height: 1.4em;
        font-size: 16px;
        font-family: "Chronicle Deck A", "Chronicle Deck B";
        font-style: normal;
        font-weight: 400; }

  .title {
    font-size: 10px;
    margin: 35px 0; }
 
  .slider-projects {
    padding-bottom: 75px;
    height: 100%; }
    .slider-projects img {
      height: 100%; }
    .slider-projects .slider-info {
      padding-left: 0;
      text-align: center; padding-bottom: 20px;}
      .slider-projects .slider-info h3 {
        font-size: 10px;
        margin-top: 35px; }
      .slider-projects .slider-info p {
        font-size: 14px; }
      .slider-projects .slider-info .project-title {
        position: absolute;
        bottom: -77px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 14px;
        line-height: 1.5em; }
    .slider-projects .arrows .arrow-right {
      position: absolute;
      bottom: -60px;
      right: 15px; }
    .slider-projects .arrows .arrow-left {
      position: absolute;
      bottom: -60px;
      left: 15px; }
.jstyling-select{
	padding: 0 10px;
}
  .contact-section {
    padding-top: 40px;
    padding-bottom: 0;
    text-align: center;
    margin-top: 100px; }
    .contact-section .contact-form {
      margin-top: 30px; }
    .contact-section form input {
      text-align: center; }
      .contact-section form input[type="submit"] {
        width: 140px;
        margin: 70px auto;
        margin-bottom: 40px; }

  .jstyling-select-t {
    text-align: center; }

  .jstyling-select-l div {
    text-align: center; }

  .values-mobile .big-text {
    font-size: 20px;
    text-align: center;
    margin: 35px 0;
    padding: 0 30px;
    line-height: 1.6em;
    font-family: "Chronicle Deck A", "Chronicle Deck B";
    font-style: normal;
    font-weight: 600; }
    
    .parallax2, .parallax3, .parallax4, .parallax5 {
	    
	    margin-bottom: 0px;
	    
    }
    
  .values-mobile .parallax-text {
    margin: 35px 0;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase; }
    .values-mobile .parallax-text h5 {
      font-size: 12px;
      color: #000;
      letter-spacing: 2px;
      margin-bottom: 10px;
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
      font-style: normal;
      font-weight: 500; }
    .values-mobile .parallax-text p {
      font-size: 14px;
      color: #000;
      line-height: 1.5em;
      text-transform: initial;
      font-family: "Chronicle Deck A", "Chronicle Deck B";
      font-style: normal;
      font-weight: 400; }

  footer ul li {
    font-size: 11px; }
    footer ul li a {
      font-size: 11px; } 
      
 .magnolia_img{
 	position: relative;
 	max-width: 100%;
 	display: block;
 	margin: auto; top: 30%!important;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }     
      
 }
