@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,300,700';


body {
  color: #333;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  min-height: 100% !important;
  padding-top: 80px;
}

body.body-spacing-top {
    padding-top: 130px;
}

body.body-static-navbar {
    padding-top: 0;
}

html {
	height: 100%;
}

.background-1 {
	background-color: #fff;
}

span.divider {
    display: block;
    margin: 20px 0px;
    width: 35px;
    height: 2px;
    background-color: #e8e8e8;
}

span.divider-center {
    margin-right: auto;
    margin-left: auto;
}

span.divider-dark {
	background-color: #d7d7d7;
}

.section-padding {
    padding: 130px 0;
}

.section-padding-work {
    padding: 130px 0 110px 0;
}

.section-padding-services {
    padding: 70px 0 70px 0;
}

.section-border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.section-border-top {
    border-top: 1px solid #d7d7d7;
}

hr {
    border-top: 1px solid #d7d7d7;
}

a {
    color: #333333;

}

a:focus, a:hover {
    color: #474747;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:focus {
    outline: 0;
    outline-offset: 0;
}






.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-margin-top { margin-top:0 !important; }
.no-padding-top { padding-top:0 !important; }
.no-margin-bottom { margin-bottom:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #333;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.h5, h5 {
    font-size: 16px;
}



.heading-1 {
    font-family: 'Montserrat', sans-serif;
    color: #474747;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 4px;
    display: inline-block;
    margin: 0;
}

.text-light {
    color: #b3b3b3;
}

.text-medium {
    color: #686868;
}

.text-dark {
    color: #474747;
}

.text-white {
    color: #fff;
}

.spaced {
    letter-spacing: 2px;
}


.navbar-default {
    background-color: #fff;
}
.navbar-default .navbar-brand {
  color: #373737;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.navbar-brand {
  font-size: 26px;
  height: 80px;
  line-height: 50px;
}

.navbar-tagline {
    line-height: 80px;
}

.navbar {
    min-height: 80px;
    margin-bottom: 0;
    border: none;
}
.grid-item .overlay .inner-overlay span {
  color: #f6f6f6;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}

.navbar-switch {
    padding-top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: -1px 4px 18px -3px rgba(0,0,0,0.07);
    -moz-box-shadow: -1px 4px 18px -3px rgba(0,0,0,0.07);
    box-shadow: -1px 4px 18px -3px rgba(0,0,0,0.07);
}

.navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #474747;
    border-color: #474747;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #fff;
}

.btn-navbar a {
    line-height: 45px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 12px 16px 10px 16px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #474747;
    font-weight: 300;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu {
    background-color: #3C3C3C;
    border: 1px solid rgba(66,67,66,1);
    border-radius: 0;
    min-width: 150px;
    box-shadow: none;
    padding: 0;
}

.dropdown-menu-first:before {
    position: absolute;
    top: -7px;
    right: 14px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #3c3c3c;
    border-left: 7px solid transparent;
    border-bottom-color: #3c3c3c;
    content: '';
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu>.active > a, .dropdown-menu > .active>a:focus, .dropdown-menu > .active > a:hover {
    background-color: #4a4a4a;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #fff;
}





.btn {
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    font-weight: 300;
    border-radius: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.btn-primary {
    background-color: #474747;
    border-color: #474747;
}

.btn-primary:hover {
    background-color: #525252;
    border-color: #525252;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #666;
    border-color: #666;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #666;
    border-color: #666;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #474747;
    border-color: #474747;
}

.btn-default {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c;
}

.btn-default:hover {
    color: #fff;
    background-color: #727272;
    border-color: #727272;
}

.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #727272;
    border-color: #727272;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;   
    background-color: #5c5c5c;
    border-color: #5c5c5c;
}

.btn-primary-light {
  background-color: #474747;
  color: #fff;
}

.btn-primary-light:hover {
    color: #fff;
    background-color: #aaa;
}

.btn-primary-light.focus, .btn-primary-light:focus {
    color: #fff;
    background-color: #989898;
    border-color: #989898;
}

.btn-clear {
    color: #fff;
    border: 2px solid #e8e8e8;
}

.btn-clear:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-clear.focus, .btn-clear:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #989898;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 26px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.btn-group-lg>.btn, .btn-lg {
    line-height: 19px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .90;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #5c5c5c;
    border-color: #5c5c5c;
}


#carousel-about {
    border: 13px solid #fff;
}
.border-top{border-top:1px solid #f6f6f6}
.carousel-control {
    text-shadow: none;
    opacity: .7;
}
.about-info img {
  margin-bottom: 25px;
  width: 100%;
}





.icon-holder {
    border: 3px solid #474747;
    color: #474747;
    background-color: transparent;
    text-align: center;
    font-size: 21px;
    height: 48px;
    width: 48px;
    display: inline-block;
    margin-right: 15px;
    line-height: 44px;
}




.services-box {
  background-color: #f6f6f6;
  padding: 40px 35px;
  text-align: center;
  transition: all 0.8s ease 0s;
}

.services-box:hover {
    -webkit-box-shadow: -1px 4px 32px -3px rgba(0,0,0,0.13);
    -moz-box-shadow: -1px 4px 32px -3px rgba(0,0,0,0.13);
    box-shadow: -1px 4px 32px -3px rgba(0,0,0,0.13);
}
.light-icon {
  color: #444;
  font-size: 54px;
}

.dark-icon {
    font-size: 54px;
    color: #474747;
}





.grid-item {
    position: relative;
    margin-bottom: 30px;
}

.grid-item:hover .overlay {
    opacity: 1;
    -webkit-box-shadow: -1px 4px 32px -3px rgba(0,0,0,0.13);
    -moz-box-shadow: -1px 4px 32px -3px rgba(0,0,0,0.13);
    box-shadow: -1px 4px 32px -3px rgba(0,0,0,0.13);
}

.grid-item .overlay {
  background-color: rgba(0, 0, 0, 0.94);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.grid-item .overlay .inner-overlay {
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 0 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-item .overlay .inner-overlay h4 {
  color: #f6f6f6;
  letter-spacing: 2px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.grid-item .overlay .inner-overlay span {
  color: #f6f6f6;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}

.list-work-filter {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
}

.list-work-filter > li {
    font-size: 14px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 10px;
    height: 30px;
    line-height: 31px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.list-work-filter > li:last-child {
    margin-right: 0;
}

.list-work-filter > li:hover {
    background-color: #fff;
    color: #474747;
    cursor: pointer;
}
.list-work-filter > li.active {
  background-color: #f6f6f6;
  color: #474747;
}

#experience h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 200;
    color: #333333;
    display: inline;
}

#experience h3 span {
    margin-left: 30px;
}



form#contactForm {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 20px;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: none;
}

.form-control {
    height: 40px;
    font-size: 16px;
    line-height: 1.7;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    color: #8e8e8e;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact .has-error .form-control {
    border-color: #2F2F2F;
}

#contact .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 400;
}

#contact .has-error .form-control:focus {
    border-color: #2F2F2F;
}

#msgSubmit {
    font-family: 'Roboto', sans-serif;
    text-transform: initial;
    font-weight: 300;
    margin-bottom: 20px;
}


.page-footer {
    padding: 20px 0;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-information {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.contact-information h5 {
    font-size: 14px;
}


@media (max-width:767px) {
    .text-center-xs { text-align:center; }
    .section-padding { padding-top:80px; padding-bottom:80px; }
    .section-padding-top { padding-top:75px; }
    .navbar-default .navbar-nav > li > a { line-height:1; }
    .navbar-nav .open .dropdown-menu { padding:0; }
    .progress-bars-holder { margin-top: 40px; }
    .section-padding-work { padding: 80px 0 60px 0; }
    .navbar { padding-top: 0; }
    body { padding-top: 80px; }
    body.body-spacing-top { padding-top:80px; }
    .ticker h2 { font-size: 27px; }
    #carousel-top-transparent .carousel-control, #carousel-top-image .carousel-control { width:50px }
    .top-content-carousel { padding: 0 40px; border-left: 0; }
    .navbar-spacing-top-static { padding-bottom: 0; }
}
