/************************************************************************************/
/* FONT IMPORTS                                                                     */
/************************************************************************************/
@font-face /***/ {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/************************************************************************************/

/************************************************************************************/
/* HTML5 ELEMENT STYLES                                                             */
/************************************************************************************/
body /***/ {
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-size: 18px;
  color: #4B4B4D;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow: auto;
}

a /***/ {
  color: #4B4B4D;
  transition: color 0.15s ease-out;
  -webkit-transition: color 0.15s ease-out;
}

a:focus,
button:focus /***/ {
  outline: none !important;
}

a:hover,
a:focus /***/ {
  color: #a8cf45;
  text-decoration: none;
}

h1 /***/ {
  font-family: 'Montserrat', sans-serif;
  font-size: 54px;
  color: #4B4B4D;
  text-align: center;
}

h2 /***/ {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 28px;
  font-variant: small-caps;
  /* margin-bottom: 15px; */
}

h3 /***/ {
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
}

footer /***/ {
  padding: 40px 0;
  background: #4B4B4D;
  color: #a8cf45;
  font-size: 16pt;
}

footer .social-link /***/ {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: auto 3px;
  font-size: 18px;
  text-align: center;
  transition: all 0.5s ease-out;
  color: #4B4B4D;
}

footer .social-link.facebook-link:hover,
footer .social-link.facebook-link:active /***/ {
  color: #fff;
  background-color: #a8cf45;
}

footer .social-link.mail-link:hover,
footer .social-link.mail-link:active /***/ {
  color: #fff;
  background-color: #a8cf45;
}

footer .social-link.instagram-link:hover,
footer .social-link.instagram-link:active /***/ {
  color: #fff;
  background-color: #a8cf45;
}

footer .social-link.linkedin-link:hover,
footer .social-link.linkedin-link:active /***/ {
  color: #fff;
  background-color: #a8cf45;
}
/************************************************************************************/

/************************************************************************************/
/* CUSTOM CSS CLASSES                                                               */
/************************************************************************************/
.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 /***/ {
  font-size: 16px;
}

.text-48 /***/ {
  font-size: 48px;
}

.small-header /***/ {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
}

.container /***/ {
  margin: 30px auto;
}
/*****************************************/
/* COLOUR CLASSES                        */
/*****************************************/
.text-gray /***/ {
  color: #4B4B4D;
}

.text-green /***/ {
  color: #a8cf45;
}

.text-red /***/ {
  color: red;
}

.text-white /***/ {
  color: #fff;
}

.background-white /***/ {
  background-color: #fff;
}

.background-gray /***/ {
  background-color: #ececec;
}

.background-green /***/ {
  background-color: #a8cf45;
}
/*****************************************/

/*****************************************/
/* MARGIN CLASSES                        */
/*****************************************/
.m-t /***/ {
  margin-top: 25px;
}

.m-b /***/ {
  margin-bottom: 25px;
}

.m-l /***/ {
  margin-left: 25px;
}

.m-r /***/ {
  margin-right: 25px;
}

.m-t-lg /***/ {
  margin-top: 38px;
}

.m-t-sm /***/ {
  margin-top: 12px;
}

.m-b-sm /***/ {
  margin-bottom: 12px;
}

.m-b-0 /***/ {
  margin-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-0 {
  margin: 0px;
}
/*****************************************/

/*****************************************/
/* IMAGE CLASSES                         */
/*****************************************/
.img-center /***/ {
  margin: 0 auto;
}

.img-stretch /***/ {
  width: 100%;
}

.img-service /***/ {
  height: 110px;
}

.img-about-us {
  height: 150px;
  width: 200px;
  float: left;
  margin: 10px;
}

.img-thumbnail /***/ {
  width: 100%;
  margin: 5px auto;
}

.img-project-image /***/ {
  width: 100%;
  height: 100%;

  max-width: 100%;
  min-width: 100%;

  max-height: 100%;
  min-height: 100%;

  margin: 5px auto;
}
/*****************************************/

/*****************************************/
/* NAVBAR CLASSES                        */
/*****************************************/
.navbar-brand-img /***/ {
  min-width: 300px;
  max-width: 100%;
  max-height: 100%;
  margin-top: 5px;
}

.navbar-toggle {
  margin-top: none;
  margin-right: auto;
  width: 50%;
  border: 1px solid #4B4B4D;
  text-align: center;
  float: none;
}
/*****************************************/

/*****************************************/
/* PROJECT CLASSES                       */
/*****************************************/
.hover-title {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: inherit;
  /* padding: 20px 0; */
  text-align: center;
  color: #fff;
  z-index: 2;
  opacity: 1;
}

.hover-title-content {
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  /* padding: 20px 0; */
  text-align: center;
  color: #fff;
  z-index: 2;
  opacity: 0;
  background: #353535;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.hover-title-content:hover {
  opacity: 0.9;
}

.hover-title-content h2 {
  position: absolute;
  width: 100%;
  bottom: 50%;
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
}

.hover-title-content h2:after {
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 2px;
  bottom: -13px;
  left: 50%;
  margin-left: -12px;
  background: #fff;
}

.hover-title-content p {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
}
/*****************************************/

/*****************************************/
/* CAROUSEL CLASSES                      */
/*****************************************/
.carousel-control.left,
.carousel-control.right,
.carousel-control.left:focus,
.carousel-control.right:focus {
  background: none;
  color: inherit;
  border: none;
  transition: all 0.4s ease-in-out;
}

.carousel-control.left:active,
.carousel-control.left:hover .carousel-control.right:active,
.carousel-control.right:hover {
  color: rgb(121, 153, 34);
}

.carousel-control {
  width: auto;
  position: relative;
  color: #fff;
  text-align: center;
  opacity: 1;
  font-size: 18px;
  font-style: normal;
}

/*****************************************/
/* SERVICES ICON GRID CLASSES            */
/*****************************************/
.ch-grid {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid:after,
.ch-item:before {
  content: '';
  display: table;
}

.ch-grid:after {
  clear: both;
}

.ch-grid li {
  width: 138px;
  height: 138px;
  display: inline-block;
  margin: 20px;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  background-color: rgb(121, 153, 34);
}

.ch-info-wrap {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  perspective: 800px;
  transition: all 0.4s ease-in-out;
  top: 13px;
  left: 13px;
  background-color: #a8cf45;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(235, 235, 235, 0.8);
}

.ch-info {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
}

.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  backface-visibility: hidden;
}

.ch-info .ch-info-back {
  transform: rotate3d(0, 1, 0, 180deg);
  background: rgb(168, 207, 69);
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 15px;
  padding: 40px 0 0 0;
  height: 90px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
  color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover .ch-info-wrap {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 1);
}

.ch-item:hover .ch-info {
  transform: rotate3d(0, 1, 0, -180deg);
}
/*****************************************/

/*****************************************/
/* W3 CLASSES                            */
/*****************************************/
.w3-left,
.w3-right,
.slider-dot /***/ {
  transition: all 300ms;
  cursor: pointer;
  font-size: 36pt;
}

.w3-left:hover,
.w3-left:active,
.w3-left:focus,
.w3-right:hover,
.w3-right:active,
.w3-right:focus /***/ {
  color: #a8cf45 !important;
}

.slider-dot:hover,
.slider-dot:active,
.slider-dot:focus /***/ {
  background-color: #a8cf45 !important;
}

.slider-dot /***/ {
  height: 20px;
  width: 20px;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent !important;
}

/*
	.slider-dot-active
	{
		background-color: #A8CF45 !important;
	}
*/

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.w3-left {
  float: left !important;
}
.w3-right {
  float: right !important;
}
.w3-justify {
  text-align: justify !important;
}
.w3-center {
  text-align: center !important;
}
.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}
.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}
.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}
.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}
.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
}
.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.w3-display-container:hover .w3-display-hover {
  display: block;
}
.w3-display-container:hover span.w3-display-hover {
  display: inline-block;
}
.w3-display-hover {
  display: none;
}
.w3-margin-left {
  margin-left: 16px !important;
}
.w3-margin-right {
  margin-right: 16px !important;
}
.w3-section {
  margin-top: 16px !important;
  margin-bottom: 30px !important;
}
.w3-padding-top {
  padding-top: 8px !important;
}
.w3-padding-bottom {
  padding-bottom: 8px !important;
}
.w3-padding-left {
  padding-left: 16px !important;
}
.w3-padding-right {
  padding-right: 16px !important;
}
.w3-text-shadow {
  text-shadow: 1px 1px 0 #444;
}
.w3-text-shadow-white {
  text-shadow: 1px 1px 0 #ddd;
}
/*****************************************/

/*****************************************/
/* SCROLLIMATION CLASSES                 */
/*****************************************/
.scrollimation.fade-in /***/ {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
}

.scrollimation.fade-in.in /***/ {
  opacity: 1;
}

.scrollimation.scale-in /***/ {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
  transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
}

.scrollimation.scale-in.in /***/ {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scrollimation.fade-right /***/ {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}

.scrollimation.fade-right.in /***/ {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-left /***/ {
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: -webkit-transform 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}

.scrollimation.fade-left.in /***/ {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-up /***/ {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 1.2s ease-out, opacity 1.2s ease-in;
  transition: transform 1.2s ease-out, opacity 1.2s ease-in-out;
}

.scrollimation.fade-up.in /***/ {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.scrollimation.fade-down /***/ {
  opacity: 0;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: -webkit-transform 1.2s ease-out, opacity 1.2s ease-in;
  transition: transform 1.2s ease-out, opacity 1.2s ease-in-out;
}

.scrollimation.fade-down.in /***/ {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.scrollimation.d1 /***/ {
  transition-delay: 0.3s;
}

.scrollimation.d2 /***/ {
  transition-delay: 0.6s;
}

.scrollimation.d3 /***/ {
  transition-delay: 0.9s;
}

.scrollimation.d4 /***/ {
  transition-delay: 1.2s;
}

.touch .scrollimation.fade-in /***/ {
  opacity: 1;
}

.touch .scrollimation.scale-in /***/ {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.touch .scrollimation.fade-right /***/ {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-left /***/ {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-up /***/ {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.touch .scrollimation.fade-down /***/ {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/*****************************************/
/************************************************************************************/

/************************************************************************************/
/* CUSTOM ID CLASSES                                                                */
/************************************************************************************/
#home /***/ {
  /* background: url('../images/header.png') no-repeat center fixed; */
  background-size: 100%;
  background-size: contain;
  position: relative;
}
/* 
#home .row 
{
	margin-top: 725px;
	margin-bottom: 320px;
}
 */
#about-us .container /***/ {
  margin: 60px auto;
  margin-top: 80px;
}

#our-work .container /***/ {
  margin: 60px auto;
}

#contact-us .container /***/ {
  margin-bottom: 60px;
}

#map /***/ {
  width: 100%;
  height: 300px;
}

/*****************************************/
/* CAROUSEL ID CLASSES                   */
/*****************************************/
#fade-quote-carousel.carousel /***/ {
  padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#fade-quote-carousel.carousel .carousel-inner .item /***/ {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active /***/ {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.carousel-indicators {
  position: relative;
  display: inline-block;
  padding: 0;
  bottom: 0px;
  left: auto;
  margin: 0;
}

#fade-quote-carousel.carousel .carousel-indicators > li /***/ {
  background-color: white;
  border: 1px solid #a8cf45;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

#fade-quote-carousel.carousel .carousel-indicators > li.active /***/ {
  background-color: #a8cf45;
}

.carousel-control-container {
  position: relative;
  text-align: center;
}

/*****************************************/

/*****************************************/
/* PRELOADER ID CLASSES                  */
/*****************************************/
#page-loader /***/ {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

#page-loader .page-loader-gif /***/ {
  display: block;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/preloader.gif') no-repeat;
}
/*****************************************/

/*****************************************/
/* NAVBAR ID CLASSES                     */
/*****************************************/
#nav-container /***/ {
  background: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

#nav-container .container /***/ {
  padding-top: 5px;
  margin: 0px auto;
  transition: padding 0.3s ease-out;
  -webkit-transition: padding 0.3s ease-out;
}

#nav-container.scrolled /***/ {
  background: #fff;
  border-bottom: 1px solid #b9c4cc;
}

#nav-container.scrolled .container /***/ {
  padding-top: 10px;
}

#nav-logo /***/ {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 300ms, opacity 300ms, display 300ms;
}

#nav-container.scrolled #nav-logo /***/ {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0s, opacity 300ms, display 300ms;
}

#site-nav {
  padding-top: 5px;
}

#site-nav a /***/ {
  width: 80px;
  padding: 4px 10px;
  min-width: 80px;
  font-size: 12px;
  font-weight: 200;
  color: #4B4B4D;
  text-align: center;
  background: none;
  -webkit-transition: color 0.2s ease-out, padding 0.3s ease-out;
  transition: color 0.2s ease-out, padding 0.3s ease-out border 0.2s ease-out;
}

#site-nav .active a,
#site-nav a:hover,
#site-nav a:focus /***/ {
  color: #a8cf45 !important;
}

#site-nav a .navbar-icon /***/ {
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
  border: 2px solid #4B4B4D;
  padding: 10px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  text-align: center;

  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

#site-nav .active a .navbar-icon,
#site-nav a:hover .navbar-icon,
#site-nav a:focus .navbar-icon /***/ {
  border-color: #a8cf45;
}
/*****************************************/

/* Style the tab */
.tab {
  overflow: hidden;
  text-align: center;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  margin-left: auto;
  margin-right: auto;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  /* font-size: 24px; */
  font-variant: small-caps;
}

.tab-divider {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 24px;
  font-variant: small-caps;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #a8cf45;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #a8cf45;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*****************************************/
/* PROJECT ID CLASSES                    */
/*****************************************/
#projects-container /***/ {
  margin: 0px auto;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}

#projects-container .project-item /***/ {
  /* display: block; */
  position: relative;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1px;
  margin-bottom: 2px;
  overflow: hidden;
  /* cursor: pointer; */
  background: #fff;
  padding: 15px;
  /* height: 200px;
	width: 250px;
	max-height: 400px; */
}

#projects-container .project-item .project-image /***/ {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#project-1-modal {
  background-color: white;
}

#project-1-modal .carousel-inner {
  height: 600px;
}
/*****************************************/

/*****************************************/
/* PROJECT VIEWER ID CLASSES             */
/*****************************************/
#close-project-viewer /***/ {
  position: absolute;
  padding: 0 20px;
  right: 20px;
  top: 20px;
  font-size: 98px;
  line-height: 78px;
  font-weight: 100;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

#close-project-viewer:hover /***/ {
  color: #a8cf45;
}

#project-viewer-content /***/ {
  padding-top: 100px;
}

#project-viewer-content .project-title /***/ {
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  color: #39444c;
  text-align: center;
}

#project-viewer-content .project-title + .project-subtitle /***/ {
  font-size: 19px;
  text-align: center;
}

#project-viewer-footer /***/ {
  position: relative;
  margin-top: 70px;
  padding: 0 0 70px;
  text-align: center;
}
/************************************************************************************/

.float-right {
  float: right;
}

/************************************************************************************/
/* MEDIA QUERIES                                                                    */
/************************************************************************************/
@media (min-width: 767px) {
  .small-navbar-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .navbar-brand-img {
    min-width: 150px;

    max-width: 100%;
    max-height: 100%;
    margin-top: 5px;
  }

  #nav-container {
    background: #fff !important;
    border-bottom: 1px solid #b9c4cc !important;
  }

  #home .row {
    margin-top: 150px;
  }

  .navbar-nav > li {
    float: none;
  }

  /* 	#site-nav a .fa
	{
		display: none;
	}
	 */

  .navbar-icon {
    display: none !important;
  }

  .navbar-nav > li {
    margin-bottom: 5px;
  }

  #site-nav {
    text-align: center;
  }

  #site-nav a {
    display: inline-block;
    font-size: 16pt;
    width: auto;
    font-weight: normal;
  }
  /* 	
	.navbar-right
	{
		float: none !important;
		margin-right: 0px;
	}
	 */
  #nav-logo /***/ {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 300ms, display 300ms;
  }

  .text-16 {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .icon-bar {
    background: #39444c;
  }

  .navbar-brand-subtitle {
    float: none;
  }

  .btn-group {
    margin-bottom: 40px;
  }

  .btn-group .btn {
    padding: 7px 30px;
  }
}

@media (min-width: 350px) {
  .responsiveEnter {
    display: none;
  }
}

@media (max-width: 350px) {
  .responsiveBrandContent {
    display: none;
  }
}
/************************************************************************************/
