
@import url("http://fonts.googleapis.com/css?family=Roboto:200,300,600,700");


html, body {
	height: 100%;
}

body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7857;
	letter-spacing: 0.075em;
	color: #333333;
	background-color: #fff;
}

a {
	color: #9EDBC0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #DCC7B7;
}

a, a:hover, a:active, a:focus, button:focus {
	outline: 0;
	border: 0;
	text-decoration: none;
}
.section-padding{
	padding: 90px 0 80px;
}
#st-preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

p {
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

input, textarea {
	outline: none;
}

label {
	font-weight: 300;
}
img {
	max-width: 100%;
}
#pre-status,
.preload-placeholder {
	background-image: url(assets/images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}

.preload-placeholder {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

.st-border {
	width: 34px;
	height: 1px;
	display: block;
	background-color: #000;
}

.overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}


.btn-send {
	background-color: #383838;
	border-radius: 0;
	border: 0;
	color: #fff;
	padding: 8px 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-send:hover {
	background-color: #000;
	color: #fff;
}

.btn-readmore {
	background-color: #383838;
	border-radius: 0;
	border: 0;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-readmore:hover {
	background-color: #000;
	color: #fff;
}

.btn-menu {
	background-color: #BCD1C8;
	border-radius: 0;
	border: 0;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-menu:hover {
	background-color: #FFFFFF;
	color: #000;
}


#header .navbar {
	min-height: 80px;
	margin-bottom: 0;
	border-radius: 0;
}

.st-navbar {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

header .st-navbar ul li a {
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 !important;
	margin: 14px;
}

.st-navbar ul li a:hover,
.st-navbar ul li a:focus {
	background-color: transparent;
	color: #000;
}

.st-navbar .navbar-header {
	margin-top: 25px;
}

.st-navbar .navbar-toggle .icon-bar {
	background-color: #000;
}

.st-navbar .navbar-toggle {
	margin-top: 7px;
	margin-right: 25px;
	padding: 0;
	border-radius: 0;
}

.contact-map iframe{
	width:100%;
	height:340px;
}

#slider {
	margin-top: 80px;
}

#home-carousel .item {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 870px;
}

#home-carousel .item:before {
	background-color: #000;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	width: 100%;
}

.carousel-caption {
	left: 15px;
	right: 15px;
	top: 50%;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-shadow: none;
	margin-top: -130px;
}

.carousel-caption h2 {
	font-size: 46px;
	margin-bottom: 0;
	line-height: 27px;
	letter-spacing: 2px;
	font-weight: 100;
}

.carousel-caption h3 {
	font-size: 81px;
	font-weight: 600;
	margin-top: 0;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.home-carousel-left,
.home-carousel-right {
	background-color: #f0f0f0;
	color: #000;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}

.home-carousel-left {
	left: -32px;
}

.home-carousel-right {
	right: -32px;
}

#home-carousel:hover .home-carousel-left {
	left: 0;
}

#home-carousel:hover .home-carousel-right {
	right: 0;
}


#home-carousel .item h2,
#home-carousel .item h3,
#home-carousel .item p {
	opacity: 0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

#home-carousel .item h2 {
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	-moz-transition: all 0.5s ease-in-out 0.15s;
	-ms-transition: all 0.5s ease-in-out 0.15s;
	-o-transition: all 0.5s ease-in-out 0.15s;
	transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h2,
#home-carousel .item.active h3,
#home-carousel .item.active p {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#home-carousel .item h3 {
	-webkit-transition: all 0.5s ease-in-out 0.30s;
	-moz-transition: all 0.5s ease-in-out 0.30s;
	-ms-transition: all 0.5s ease-in-out 0.30s;
	-o-transition: all 0.5s ease-in-out 0.30s;
	transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p {
	-webkit-transition: all 0.5s ease-in-out 0.45s;
	-moz-transition: all 0.5s ease-in-out 0.45s;
	-ms-transition: all 0.5s ease-in-out 0.45s;
	-o-transition: all 0.5s ease-in-out 0.45s;
	transition: all 0.5s ease-in-out 0.45s;
}

.radio {
  margin: 0.5rem;
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    + .radio-label {
      &:before {
        content: '';
        background: $color1;
        border-radius: 100%;
        border: 1px solid darken($color1, 25%);
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -0.2em;
        margin-right: 1em; 
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
      }
    }
    &:checked {
      + .radio-label {
        &:before {
          background-color: $color2;
          box-shadow: inset 0 0 0 4px $color1;
        }
      }
    }
    &:focus {
      + .radio-label {
        &:before {
          outline: none;
          border-color: $color2;
        }
      }
    }
    &:disabled {
      + .radio-label {
        &:before {
          box-shadow: inset 0 0 0 4px $color1;
          border-color: darken($color1, 25%);
          background: darken($color1, 25%);
        }
      }
    }
    + .radio-label {
      &:empty {
        &:before {
          margin-right: 0;
        }
      }
    }
  }
}
#services {
	background-color: #f5f5f5;
}

.section-title {
	margin-bottom: 50px;
}

.section-title h2 {
	margin-top: 0;
	font-size: 36px;
}

.st-service {
	margin-top: 30px;
}

.st-service h2 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
}

.st-service h2 i {
	margin-right: 10px;
}

#our-works.section-padding{
	padding-bottom: 65px;
}
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	z-index: 1;
}

.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}


#about-us {
	background-color: #E0D9CD;
}

#about-us .about-us {
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 15%;
}

#about-us .about-us h4 {
	margin-top: 0;
	margin-bottom: 30px;
}

#about-us .about-us .btn-send {
	margin-top: 30px;
}

#about-us .our-office {
	padding-right: 0px;
}

.office-carousel-left,
.office-carousel-right {
	background-color: #f0f0f0;
	color: #000;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}

.office-carousel-left {
	left: -32px;
}

.office-carousel-right {
	right: -32px;
}

#office-carousel:hover .office-carousel-left {
	left: 0;
}

#office-carousel:hover .office-carousel-right {
	right: 0;
}

#office-carousel .item img {
	width: 100%;
}

#testimonial {
	background-image: url(assets/images/menu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
#testimonial.section-padding{
	height: 200px;
}
.st-testimonials {
	color: #e0e0e0;
}

.st-testimonials .st-border {
	background-color: #e0e0e0;
	margin: 20px auto;
}

.st-testimonials p {
	font-style: italic;
}

.st-testimonials .client-info h5 {
	margin-top: 0;
	margin-bottom: 5px;
}

.st-testimonials .client-info span {
	font-size: 12px;
	text-transform: uppercase;
}


#delivery.section-padding{
	padding-bottom: 97px;
}
.team-member {
	margin-top: 30px;
}

.member-image {
	position: relative;
}

.member-info {
	background-color: #EEEEEE;
	padding: 15px;
}

.member-info h4 {
	margin-top: 0;
	margin-bottom: 6px;
}

.member-info span {
	text-transform: uppercase;
}

.team-member .member-social {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.team-member:hover .member-social {
	opacity: 6;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team-member .member-social a {
	position: relative;
	font-size: 16px;
	color: #fff;
	top: 10%;
}

.team-member:hover .member-social a {
	margin: 2px;
}

.contact-info .contact-content {
	margin-bottom: 30px;
}

.contact-info p {
	margin-bottom: 20px;
}

.contact-info p i {
	font-size: 16px;
	margin-right: 10px;
}

.contact-form {
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	border: 1px solid #E8E8E8;
	padding: 8px 14px;
	width: 100%;
	margin-bottom: 20px;
}

.contact-form textarea {
	border: 1px solid #E8E8E8;
	padding: 8px 14px;
	width: 100%;
	margin-bottom: 20px;
}


#footer {
	background-color: #262626;
	padding-top: 40px;
	padding-bottom: 40px;
	color: rgba(255, 255, 255, 0.4);
}

#footer a {
	color: rgba(255, 255, 255, 0.4);
}

#footer a:hover {
	color: #fff;
}

.footer-social-icons {
	text-align: right;
}

.footer-social-icons a {
	margin: 0 5px;
	font-size: 16px;
}

.footer-social-icons span {
	margin-right: 10px;
}


.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 1.8em;
	right: 1.8em;
}

.scroll-up ul {
	margin: 0;
	padding: 0;
}

.scroll-up li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scroll-up a {
	background-color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #BCD1C8;
	font-size: 20px;
	line-height: 38px;
	box-shadow: 0 0 6px #BCD1C8;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: #BCD1C8;
	color: #000;
}





