/*
NAVIGATION:
1.  General
2.  Header Section
3.  Slider Section
4.  Features Section
5.  Last Works Section
6.  Clients Section
7.  Activities Section
8.  Products Section
9.  Mobile Section
10. Pricing Section
11. Team Section
12. Progress Section
13. Posts Section
14. Services Section
15. Call to Action Section
16. Contact Form Section
17. Contact Info Section
18. Map Section
19. Footer Section
20. Media queries
*/



/* === 1. General === */
body {
	font-family: Roboto;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}
.btn, .carousel-control, #products .product .hidden-product-info {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#slider .overlay-bg, #last-works .col-md-6 .work-info, .bg, a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
img {
    max-width: 100%;
}
h2 {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}
a, .panel-default > .panel-heading a:hover {
    color: #000000;
}
a:hover, a:focus {

}
textarea {
    resize: vertical;
}
.strong {
    font-weight: bold;
}
.table {
    display: table;
    width: 100%;
}
.circle {
    border-radius: 50%;
}
.white-border {
    border: solid 1px white;
}
.grayBg {
    background-color: #fbfbfb;
}
.darkBg {
	background-color: #9a8663;
	color: #CCC;
}
.darkBg a {
    color: white;
}
.darkBg a:hover {
    color: black;
    font-size: 14px;
}
ul.row {
    list-style: none;
}
.btn {
    border-radius: 3px;
}
.btn-transparent {
    border-color: #b2b7bb;
    background-color: transparent;
}
.btn-white {
    color: white;
    background-color: rgba(255,255,255, .15);
    border-color: rgba(255,255,255, .35);
}
.btn-transparent:hover, .btn-transparent:focus {
    border-color: #000000;
    background-color: transparent;
    color: #000000;
}
.btn-turquoise {
	background-color: rgba(255,255,255,0.75);
	color: #9a8663;
	border: solid 1px #000000;
	padding: 18px 60px;
	font-weight: 700;
}
.btn-turquoise:hover, .btn-turquoise:focus, .btn-white:hover, .btn-white:focus {
    border-color: black;
}
.btn-lg {
    padding: 18px 45px;
}
#myCarousel .btn-turquoise {
    padding: 15px 80px;
}
.overflow-hidden {
    overflow: hidden;
}
.relative, .modal-zoom-icon {
    position: relative;
}
.holicy-icon {
    border-radius: 3px;
    display: inline-block;
    height: 50px;
    line-height: 44px;
    width: 50px;
    background-color: rgba(255,255,255, 0.1);
    color: white;
    font-size: 22px;
    font-weight: lighter;
}
.holicy-icon:hover {
    color: white;
    text-decoration: none;
}
.holicy-icon + .holicy-icon {
    margin-left: 10px;
}
.icon-holicy-plus {
    border: 1px solid #BDBBBC;
    border-radius: 50%;
    color: #BDBBBC;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
    height: 28px;
    line-height: 23px;
    text-align: center;
    text-indent: 1px;
    display: inline-block;
    width: 28px;
}
.icon-holicy-plus:hover, .icon-holicy-plus:focus, a:hover .icon-holicy-plus, a:focus .icon-holicy-plus,
.active:not(.collapsed) .icon-holicy-plus {
    color: #000000;
    border-color: #000000;
}
.active .icon-holicy-plus {
    font-size: 50px;
    line-height: 19px;
}


/* === 2. Header Section === */
#header {
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: #e9eaeb;
	color: #8c8c8d;
	font-weight: 400;
	transition: none;
	letter-spacing: 1px;
}
#header.margin-bottom {
    margin-bottom: 88px;
}
#header span {
    margin-right: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
}
#header span i {
    font-size: 12px;
}
#header i {
    margin: 0 5px;
    color: #8c8c8d;
}
#header .social-panel a:first-child i {
    margin-left: 0;
}
#header .social-panel {
    font-size: 16px;
}
#header .social-panel a:last-child i {
    margin-right: 0;
}
#header .glyphicon-earphone {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.navbar-fixed-top {
    position: static;
    margin-bottom: 0;
}
.fixed {
    position: fixed;
}
.navbar-brand {
    padding-top: 35px;
}
.navbar-default {
    background-color: white;
    border-color: #e9eaeb;
}
.navbar-default .navbar-nav > li > a {
	color: #26343f;
	border-top: solid 2px transparent;
	padding-bottom: 20px;
	padding-top: 25px;
}
.navbar-default .navbar-nav {
    padding-left: 200px;
}
.dropdown-menu {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
    border-top: solid 2px #000000;
    border-left-color: #f4f4f4;
    border-bottom-color: #f4f4f4;
    border-right-color: #f4f4f4;
    padding: 10px 0;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    font-weight: 300;
}

/* === 3. Slider Section === */
#slider .carousel {
    border-bottom: solid 1px #e9eaeb;
    margin-bottom: 40px;
}
#slider .fill {
	width: 100%;
	height: 360px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#slider .overlay-bg {
    background:#000000;
    bottom:0;
    left:0;
    opacity:0.9;
    position:absolute;
    right:0;
    top:0;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    z-index:0;
}
#slider .carousel-control-panel {
    text-align: center;
}
#slider .carousel-control {
    display: inline-block;
    height: 10px;
    position: static;
    width: 80px;
    margin: 0 15px;
}
#slider .carousel-control.right {
    background: url(../images/arrow-right.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#slider .carousel-control.left {
    background: url(../images/arrow-left.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#carousel-image-1 {
    background-image:url(../images/sliderimg.jpg);
}
#carousel-image-2 {
    background-image:url(../images/sliderimg2.png);
    background-color: #000000;
}
.carousel-caption {
    left: 50%;
    text-align: left;
    top: 20%;
    right: 3%;
    font-weight: 300;
    font-size: 18px;
    margin-top: 20px;
}
.carousel-caption p, .feature-summary {
    opacity: .5;
    font-weight: 300;
}
.carousel-caption h1 {
    font-weight: 900;
    font-size: 60px;
}
.carousel-caption *:not(.btn) {
    color: black;
    text-shadow: none;
}

/* === 4. Features Section === */
#features, #clients {
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
}
#features p {
    font-size: 13px;
    margin-top: 15px;
}
.tab-pane, #features p, .panel-body {
    line-height: 1.875;
}
#features h2 {
    margin-bottom: 15px;
}
#features h2 i {
    font-size: 25px;
    margin-right: 15px;
    vertical-align: text-bottom;
}

/* === 5. Last Works Section === */
#last-works .col-md-6{
    height: 500px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#last-works .col-md-6 .work-info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#last-works .col-md-6 .work-info:hover {
    background-color: rgba(69, 225, 235, 0.95);
    cursor: pointer;
}
#last-works .col-md-6 .work-info .table {
    display: table;
    height: 100%;
    width: 100%;
}
#last-works .col-md-6 .work-info .table > span {
    display: table-cell;
    vertical-align: middle;
    padding: 5em;
}
#last-works .col-md-6 .work-info .table > span > span {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    height: 260px;
    padding: 3em;
    width: 260px;
    color: white;
}
#last-works .col-md-6 .work-info .table > span > span span.media-object {
    margin-bottom: 1.25em;
    margin-top: 0.75em;
}
#last-works .col-md-6 .work-info .table > span > span strong.media-object {
    margin-top: 2em;
}

/* === 6. Clients Section === */
#clients .circle {
    width: 70px;
    margin-right: 40px;
}
#clients strong.media-object {
    padding-top: 15px;
    font-weight: 700;
}
#clients .table {
    font-size: 13px;
}
#clients p {
    line-height: 1.75;
    font-size: 1.25em;
    font-style: italic;
    font-weight: 300;
    margin-top: 1em;
    display: block;
}

/* === 7. Activities Section === */
.chart {
    text-align: center;
    position: relative;
}
.chart > span {
	left: 2px;
	position: absolute;
	top: 20px;
	width: 100%;
	font-size: 15px;
}
.chart > span small {
	display: block;
	font-size: 13px;
	margin-top: 30px;
}
#activities {
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}
#activities .btn-lg {
    font-size: 14px;
    margin-top: 3em;
}

/* === 8. Products Section === */
#products, #posts, #serlvices, #call-to-action, #contact-form, #services,
#pricing, #mobile {
	margin-bottom: 20px;
}
#contact-form .has-error, #contact-form .has-success {
    display: none;
    margin-bottom: 0;
}
#map img, #last-works .col-md-6 > img {
    max-width: none;
}
#products .container-fluid > div, #products .container-fluid {
    padding: 0;
}
#products .product {
    height: 300px;
}
#products .product:hover, #posts .col-md-6, .member:hover {
    cursor: pointer;
}
#products .product .hidden-product-info {
    bottom: -90px;
    height: 90px;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    background-color: #000000;
}
#products .product:hover .hidden-product-info {
    bottom: 0;
}
.hidden-product-info .holicy-icon + .holicy-icon, .member .holicy-icon + .holicy-icon {
    margin-left: 25px;
}
.panel-details {
	margin-top: 30px;
	margin-left: 0px;
}
.panel-details strong {
	font-size: 16px;
}
.panel-details h2 {
	margin-top: 5px;
	margin-left: 0px;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}

/* === 9. Mobile Section === */
#mobile {
    padding-top: 80px;
}
#mobile i {
    float: left;
    font-size: 60px;
    margin-right: 25px;
    margin-top: 10px;
}
#mobile .row > div {
    padding: 0;
}
#mobile .col-md-5 {
    width: 36%;
}
#mobile .col-md-7 {
    width: 64%;
}
#mobile ul {
    list-style: none;
}
#mobile ul li span {
    font-size: 32px;
    font-weight: lighter;
    line-height: 1.125;
}
#mobile ul li span span {
    display: block;
    padding-top: 18px;
}
.flat_phone {
    height: 520px;
}
.flat_phone img {
    max-width: 500px;
    float: left;
    position: relative;
    z-index: 2;
}
.flat_phone img + img {
    margin-left: -255px;
    margin-top: 40px;
    z-index: 1;
}

/* === 10. Pricing Section === */
#pricing .table {
	border: solid 1px #e2e3e5;
	padding-bottom: 10px;
	font-size: 13px;
}
#pricing .table .header {
	background-color: #9a8663;
	color: white;
	font-size: 30px;
	font-weight: 100;
	padding: 10px 0;
	margin-bottom: 30px;
}
#pricing .table .header sub {
    bottom: 0;
    font-size: 50%;
    margin-left: 0.05em;
}
#pricing .table .header sup {
    font-size: 60%;
    margin-right: 0.05em;
}
#pricing .table .offer-type {
    margin-bottom: 40px;
    font-weight: bold;
}
#pricing .table .table-list {
	margin-bottom: 20px;
	list-style: none;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#pricing .table .table-list li {
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 5px;
}
ul li.triangular-marker {
    background: url(../images/triangular-marker.png) no-repeat scroll 2px 15px;
}

/* === 11. Team Section === */
#team {
	margin-bottom: 10px;
	padding-bottom: 30px;
}
.members .member {
	background-color: #E6E6E6;
	height: 300px;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	padding-top: 0px;
}
.bg {
	position: absolute;
	width: 988px;
	height: 302px;
	left: -5px;
	top: -1px;
	opacity: 0;
	text-align: center;
}
.bg:hover {
	opacity: 0.7;
}
.member:hover .bg {
    background-color: #9a8663;
}
.bg .table {
    height: 100%;
}
.bg .table > * {
    display: table-cell;
    vertical-align: middle;
}

/* === 12. Progress Section === */
.progress-panel {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}
.progress-panel .col-md-3 {
    padding-right: 0;
}
.progress-panel .col-md-3 {
    padding-left: 30px;
}
.progress-panel .col-md-3 + .col-md-3 {
    background: url(../images/progress/progress-bg.png) no-repeat scroll left center;
}
.progress-panel .table {
    border-radius: 50%;
    border: solid 1px #9a8663;
}
.progress-panel .table > div {
    display: table-cell;
    vertical-align: middle;
}
.progress-panel .table h2 {
    margin-top: 30px;
}

/* === 13. Posts Section === */
#posts .col-md-6 {
    padding: 0;
    height: 420px;
    overflow: hidden;
}
#posts .bg {
    opacity: 1;
    background-color: #9a8663;
    color: white;
}
#posts .col-md-6:hover .bg {
    opacity: 0;
}
#posts .bg article h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
}
#posts .bg article * {
    display: block;
}
#posts .bg article span {
    opacity: .3;
}
#posts .bg article span + span {
    opacity: 1;
    margin-top: 10px;
}
.arrow-white-left, .arrow-white-right {
    height: 49px;
    width: 29px;
    display: inline-block;
}
.arrow-white-left {
    background: url(../images/arrow-white-left.png) no-repeat;
}
.arrow-white-right {
    background: url(../images/arrow-white-right.png) no-repeat;
}
#posts .arrow-white-left, #posts .arrow-white-right {
    position: absolute;
    left: 20%;
    top: 45%;
    z-index: 2;
}
#posts .arrow-white-right {
    left: auto;
    right: 20%;
}

/* === 14. Services Section === */
.panel-default > .panel-heading, .nav-tabs a {
    background-color: transparent;
    color: inherit;
}
.panel-default, .panel-default > .panel-heading, .panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
}
.panel {
    box-shadow: none;
}
.panel-heading {
    position: relative;
    padding-left: 50px;
}
.panel-title {
    font-weight: 300;
    font-size: 18px;
}
.panel-heading .icon-holicy-plus {
    top: 7px;
    left: 0;
    position: absolute;
}
.holicy-bg {
    height: 100%;
    background-size: cover;
}
.panel-body {
    padding: 15px 15px 15px 50px;
}
.nav-tabs {
    border: none;
    margin-bottom: 30px;
}
.nav-tabs > li > a {
    border: solid 1px transparent;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 300;
}
.container .nav-tabs .active a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #000000;
    background-color: transparent;
}
.modal-zoom-icon {
    display: block;
}
.modal-zoom-icon .bg {
    background: url(../images/modal-zoom-icon.png) no-repeat scroll center;
}

/* === 15. Call to Action Section === */
#call-to-action {
	background: url(../images/call-to-action/call-to-action.jpg) no-repeat scroll center bottom;
	background-size: cover;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}
#call-to-action .bg, #contact .bg {
    background-color: #9a8663;
    opacity: 1;
}
#call-to-action h2 {
    line-height: 1.5;
}
#call-to-action p {
    line-height: 2;
    padding-top: 10px;
}

/* === 16. Contact Form Section === */
.form-styled input, .form-styled textarea {
    display: block;
    height: auto;
}
.form-styled .row {
    margin-bottom: 30px;
}
.form-styled .form-control {
    padding: 17px;
    border-radius: 2px;
    border-color: #b5babd;
    font-weight: bold;
    color: #929AA1;
}
.form-styled .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(69, 225, 235, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(69, 225, 235, .6);
	border-color: #9a8663;
}
.form-control::-moz-placeholder {
    color: #929AA1;
}
.form-control:-ms-input-placeholder {
    color: #929AA1;
}
.form-control::-webkit-input-placeholder {
    color: #929AA1;
}
.form-styled button {
	background-color: #9a8663;
	color: white;
	border-radius: 2px;
	font-weight: bold;
	border: none;
	padding: 15px 25px;
}
.form-styled button:hover {
	color: black;
	background-color: #9a8663;
}

/* === 17. Contact Info Section === */
#contact {
    padding: 80px 0;
    background: url(../images/contact/contact.jpg) no-repeat scroll center -800px;
    background-size: cover;
    font-size: 22px;
}
#contact i {
    font-size: 5em;
    margin-right: 20px;
}
#contact p {
    padding-top: 0.5em;
}
#contact .row + .row {
    margin-top: 80px;
}
#contact .btn-lg {
    padding: 15px 60px;
    white-space: normal;
    font-size: 14px;
}

/* === 18. Map Section === */
#map {
    height: 600px;
}

/* === 19. Footer Section === */
#footer {
	background-color: #FFF;
	color: #999999;
	font-size: 13px;
}
#footer .rights {
	background-color: #1e1e1e;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCCCCC;
}
#footer > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer > .container .col-md-3 > strong {
    font-size: 18px;
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
}
#footer .recent-post a {
    color: white;
}
#footer .recent-post a:hover {
    color: #349096;
}
#footer .media-object {
    margin-top: 10px;
}
#footer .contact-us i {
    color: #44DAE3;
    font-size: 25px;
    margin-right: 15px;
    margin-top: 5px;
}
#instagram img {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

/* === 20. Media queries === */
@media (min-width: 992px) {
    #pricing .col-md-4 {
        padding-left: 35px;
        padding-right: 35px;
    }
    #pricing .table .table-list {
	padding-left: 20px;
    }
    #mobile ul li {
        display: table;
        width: 100%;
        padding:  35px 0;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	border-color: #9a8663;
	background-color: transparent;
    }
    .navbar-default .navbar-nav {
        float: none;
    }
    .navbar-nav > li {
        font-size: 13px;
    }
}
@media (max-width: 1200px) {
    #contact {
        background-position: center center;
    }
}
@media (max-width: 991px) {
    #activities .col-md-3, #features .col-md-3, #progress, #services .col-md-4, #call-to-action,
    #team, #services {
        margin-bottom: 50px;
    }
    #footer > .container .col-sm-6 + .col-sm-6 + .col-sm-6, .members .col-md-4 + .col-md-4 {
        margin-top: 50px;
    }
    #mobile, #contact, #call-to-action {
        padding: 50px 0;
    }
    #footer > .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #mobile .col-md-5 {
        width: 100%;
    }
    .form-styled .col-md-6, #contact .row + .row {
        margin-top: 30px;
    }
    #contact i, #mobile i {
        font-size: 2em;
        float: none !important;
        margin-right: 0;
    }
    #contact, #mobile {
        text-align: center;
    }
    #map {
        height: 300px;
    }
    #mobile ul li span {
        display: block;
        font-size: 2em;
        margin-top: 10px;
    }
    #mobile ul li span span {
        display: none;
    }

}
@media (max-width: 767px) {
    .navbar-brand {
        padding-top: 10px;
    }
    .navbar-default .navbar-nav {
        padding-left: 0;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px;
        border: none;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #e7e7e7;
    }
    .carousel-caption {
        top: 20px;
        left: 33%;
    }
    #slider .fill {
        height: 280px;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    #features, #clients, #activities .btn-lg {
        margin: 30px 0;
    }
    #activities {
        padding: 30px 0;
    }
    #activities .col-md-3, #features .col-md-3, #progress, #services .col-md-4, #call-to-action, #team, #contact-form,
    #services {
        margin-bottom: 30px;
    }
    #mobile .col-sm-4 + .col-sm-4, #footer > .container .col-sm-6 + .col-sm-6, #footer .contact-us i {
        margin-top: 30px;
    }
    #clients .circle, #footer .contact-us i {
        float: none !important;
        margin: auto;
    }
    #footer .contact-us i {
        display: block;
        margin-bottom: 5px;
    }
    #instagram img {
        float: none;
    }
    #mobile ul {
        padding-left: 1em;
        padding-right: 1em;
    }
    .carousel-caption h1 {
        font-size: 32px;
    }
    #last-works .col-md-6 .work-info .table > span {
        padding: 0;
    }
}
