/* ================================================
Template Name: EMPIRE
Description: A Responsive One Page HTML 5 Template with a sophisticated style and great design
Version: 1.1
Author: Code & Square
Author URI: codeandsquare.com
================================================ */

/* ================================================
1. PRIMARY STYLES
2. MAIN COMPONENTS
3. NAVIGATION
4. PARALLAX INTRO
5. VIDEO INTRO
6. SLIDER INTRO
7. POINTERS SECTION
8. ABOUT SECTION
9. SERVICES SECTION
11. PROMO SECTION
12. FEATURES SECTION
13. PRICELIST SECTION
14. PORFOLIO SECTION
15. TEAM SECTION
16. SKILL SECTION
17. COUNTER SECTION
18. BLOG SECTION
19. TESTIMONIAL SECTION
20. CLIENTS SECTION
21. NEWSLETTER SECTION
22. HIRE/REQUEST SECTION
23. TWEETS SECTION
24. GMAP SECTION
25. CONTACT SECTION
26. SOCIAL SECTION
27. FOOTER SECTION
28. PORTFOLIO MODAL WINDOW
29. BLOG PAGE
30. POST PAGE
31. SHORTCODES PAGE
32. OWL CAROUSEL
33. WOW ANIMATION
34. SHORTCODES
35. RESPONSIVE
================================================ */

/* ================================================
	               PRIMARY STYLES
================================================ */

body {
    font-family: 'Open Sans', sans-serif;
	color: #464646;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
    
}

body, html {
    /* important */
    width: 100%;
    height: 100% !important;
}

h1, h2, h3, h4, h5 ,h6 {
    font-family: 'Open Sans', sans-serif;
}

h1 { 
    margin: 0 0 25px 0;
    font-size: 56px; 
    font-weight: 300; 
    display: block; 
	text-transform: uppercase; 
} 

h2 { 
    margin: 0 0 25px 0;
    font-size: 42px; 
    font-weight: 300; 
	text-transform: uppercase; 
} 

h3 { 
    font-size: 34px; 
    font-weight: 400; 
    margin: 0 0 5px 0;
} 

h4 { 
    margin: 0 0 25px 0;
    font-size: 28px; 
    font-weight: 300; 
} 

h5 { 
    margin: 0 0 25px 0;
    font-size: 24px;
    font-weight: 300; 
}

h6 { 
    font-size: 20px; 
    font-weight: 400; 
    margin: 0 0 60px 0;
}

.main {
    width: 100%; 
    overflow: hidden;
}

.section-main {
    padding: 100px 0 100px;
}

.title {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    padding: 0 0 15px;
    font-weight: 500;
    font-size: 28px; 
}
    
.sub-title {
    padding: 0 0 100px;
    text-align: center;
    font-size: 18px;
    color: #ae895d;
    letter-spacing: 1px;
}

.div-section {
    background: #ffffff;
}

.div-title {
    padding: 10px 0 0;
    font-size: 30px;
    color: #222222;
    letter-spacing: 2px;
}

.text-main {
    padding: 0 0 50px;
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #222222;
    line-height: 25px;
}

.desc-text {
    text-align: center;
    color: #464646;
    font-size: 20px;
    line-height: 26px;
    padding: 50px 0;
}

.thin {
    font-family: 'Josefin Sans', sans-serif;
}

.bold {
    color: #ae895d;
}

.center { 
    text-align: center;
}

/* ================================================
	             MAIN COMPONENTS
================================================ */

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: 99999;
}
 
.preloader .item{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
} 

@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* ie 6/7 */
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}   

.icon-scroll {
    bottom: 20px;
    width: 30px;
    height: 50px;
    margin-left: -20px;
    margin-top: -15px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

/* ================================================
	                NAVIGATION
================================================ */

.nav-line-top {
    background: #ffffff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-line-mid {
    opacity: 0;
}

.nav-line-bottom {
    background: #ffffff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.top-nav,
.mid-nav,
.bottom-nav {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
}

.top-nav {
    top: 5px;
}

.mid-nav {
    top: 13px;
}

.bottom-nav {
    top: 21px;
}

.nav-line {
    background: #b4b4b4;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.nav-trigger {
    z-index: 1000;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 25px;
    right: 45px;
}

.nav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(21, 21, 21, 0.92);
    text-transform: uppercase;
}

.nav .exlink {
    color: #ffffff;
    text-decoration: none;
}

.exlink:hover, .exlink:focus {
    color: #ae895d;
    cursor: pointer;
    text-decoration: none;
}

.nav li {
    list-style-type: none;
    text-align: center;
    padding: 8px;
    font-size: 25px;
    color: #f1f1f1;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    
}

.nav li:hover, .nav li:focus {
    color: #ae895d;
    cursor: pointer;
    text-decoration: none;
}

.nav-label {
    padding-bottom: 5px;
    display: block;
    width: auto;
    margin: 0 auto;
}

.nav li:first-child {
    margin-top: 5%;
}

/* ================================================
	             PARALLAX INTRO
================================================ */

#carousel-intro {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#carousel-intro .content {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 420px;
}

#carousel-intro .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.78);
}

#carousel-intro .caption {
	position: relative;
	top: 0;
}

#carousel-intro .caption .logo {
    margin: 0 auto 10px;
}

#carousel-intro .caption h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
}

#carousel-intro .caption p {
    margin: 10px auto 10px;
    font-family: 'Poiret One', cursive;
    color: #ffffff;
    font-size: 30px;
}

#carousel-intro .caption h2 {
    font-family: 'Raleway', sans-serif;
    color: #d6d6d6;
    font-weight: 700;
    font-size: 18px;
}

#carousel-intro .caption .btn {
    margin: 30px auto 30px;
}

#carousel-intro .caption .btn:hover,
#carousel-intro .caption .btn:focus {
    border: solid 2px #ffffff;
    color: #ffffff;
}

/* Intro for pages; Blog, Post, Shortcodes */
#intro-single {
    position:relative;
    width: 100%;
    height: 700px;
    top: 0;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#intro-single .container {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 420px;
}

#intro-single .opacity {
    position: absolute;
    width: 100%;
    height: 700px;
    background: rgba(34, 34, 34, 0.52);
}

#intro-single .caption {
	position: relative;
	top: 0;
}

#intro-single .caption .logo {
    margin: 0 auto 10px;
}

#intro-single .caption h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
}

/* ================================================
	              VIDEO INTRO
================================================ */

.video-intro {
    border-right: none;
    border-left: none;
    position: relative;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-intro .video-container {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    overflow: hidden;
    padding-top: 0px; /* IE6 workaround*/
    height: 0;
}

.video-intro .video-container .opacity {
    z-index: 100;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: rgba(34, 34, 34, 0.65);
}


.video-intro .content {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 420px;
    z-index: 999;
}

.video-intro .caption .logo {
    margin: 0 auto 10px;
}

.video-intro .caption h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
}

.video-intro .caption p {
    margin: 10px auto 10px;
    font-family: 'Poiret One', cursive;
    color: #ffffff;
    font-size: 30px;
}

.video-intro .caption h2 {
    color: #d6d6d6;
    font-weight: 700;
    font-size: 18px;
}

.video-intro .caption .btn {
    margin: 30px auto 30px;
}

.video-intro .caption .btn:hover,
.video-intro .caption .btn:focus {
    border: solid 2px #ffffff;
    color: #ffffff;
}

.video-intro .video-container .poster img {
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
}

.video-intro .video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.video-intro .video-container video.fillWidth {
    top: 0px; 
    left: 0px; 
    min-width: 100%; 
    min-height: 100%;
}

/* ================================================
	              SLIDER INTRO
================================================ */

.intro-carousel {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.intro-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.intro-slider li:first-of-type {
    background-color: #222222;
    background-image: url(http://placehold.it/1920x1080);
}

.intro-slider li:nth-of-type(2) {
    background-color: #1f1f1f;
    background-image: url(http://placehold.it/1920x1080);
}

.intro-slider li:nth-of-type(3) {
    background-color: #121212;
    background-image: url(http://placehold.it/1920x1080);
}

.intro-slider li:nth-of-type(4) {
    background-color: #222222;
    background-image: url(http://placehold.it/1920x1080);
}

.intro-slider li:nth-of-type(5) {
    background-color: #121212;
    background-image: url(http://placehold.it/1920x1080);
}

.intro-slider .carousel-12,
.intro-slider .carousel-6 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    padding-top: 100px;
    text-align: center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.intro-slider .img-container {
    display: none;
}

.intro-slider .img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.intro-slider .img-container .ipad {
    height: 100%;
    left: 35%;
}

.intro-slider .img-container .iphone {
    padding-top: 180px;
    height: 100%;
    left: 65%;
}

.intro-slider .video-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.intro-slider .video-wrapper video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
    
.intro-slider .content {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 180px;
}

.intro-slider .caption .logo {
    margin: 0 auto 5px;
}

.intro-slider .caption h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

.intro-slider .caption p {
    font-family: 'Poiret One', cursive;
    color: #ffffff;
    margin: 10px auto 10px;
    font-size: 17px;
}

.intro-slider .caption h2 {
    color: #d6d6d6;
    font-weight: 700;
    font-size: 12px;
}

.intro-slider .caption .btn {
    margin: 5px auto 5px;
}

.intro-slider .btn.btn-lg {
    padding: 8px 18px;
    font-size: 9px;
}
    
.intro-slider .caption .logo img {
    width: 25px;
    height: 50px;
}

.intro-slider h2, 
.intro-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
}

.intro-slider h2 {
    font-size: 18px;
}

.intro-slider p {
    font-size: 15px;
    line-height: 1.2;
}

.intro-slider .btn:nth-of-type(2) {
    margin-left: 1em;
}

.intro-slider .btn:hover,
.intro-slider .btn:focus {
    border: solid 2px #ffffff;
    color: #ffffff;
}

.intro-slider {
    position: relative;
    height: 360px;
    overflow: hidden;
}

.intro-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.intro-slider li.active {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.intro-slider li.move-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.intro-slider li.is-moving, .intro-slider li.active {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.carousel-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    margin: 0 auto;
}

.carousel-nav li.active a {
    color: #2c343b;
}

.no-touch .carousel-nav li.active a:hover {
    background-color: transparent;
}

.carousel-nav li {
    display: inline-block;
    position: relative;
    color: #a8b4be;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.carousel-nav .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    background: #ffffff;
} 

.carousel-nav .carousel-indicators li.active {
    width: 15px;
    height: 17px;
    background: #a58347;
}

/* js disabled */
.no-js .intro-slider li {
    display: none;
}
.no-js .intro-slider li.active {
    display: block;
}

.no-js .intro-nav {
    display: none;
}

/* ================================================
	             ABOUT SECTION
================================================ */

#about {
    background: #ffffff;
}

#about h2 {
    font-family: 'Raleway', sans-serif;
    padding: 0 0 50px;
    font-weight: 400;
    text-align: center;
    color: #222222;
    font-size: 25px;
    line-height: 30px;
}

#about .text-main {
    padding: 0 50px;
}

/* ================================================
	             SERVICES SECTION
================================================ */

#services {
    background-color: #f1f1f1;
}

#services article {
    height: 250px;
    margin: 5px 0;
}

#services article  p {
    font-size: 18px; 
    color: #222222;
}

#services .icon {
    font-size: 55px;
    color: #ae895d;
}

#services span {
    font-family: 'Raleway', sans-serif;
    color: #464646;
    font-weight: 600; 
    display: block; 
    font-size: 18px;
    margin: 25px 0px 13px 0px; 
}

/* ================================================
	             PROMO SECTION
================================================ */

#promo_block {
    background-color: #333333;
    padding: 100px 0 50px;
}

#promo_block p {
	padding: 30px 0 0;
	font-weight: 300;
	line-height: 1.2;
	font-size: 17px;
	color: #f1f1f1;
}

#promo_block h2 {
	color: #f1f1f1;
}

#promo_block .btn {
    margin-top: 30px; 
    margin-right: 16px;
}

#promo_block .btn:hover,
#promo_block .btn:focus {
    border: solid 2px #ffffff;
    color: #ffffff;
}

#promo_block .promo_img1 {
    margin-top: -165px;
}

/* ================================================
	             FEATURES SECTION
================================================ */

#features { 
    background: #ffffff; 
    height: auto;
}
    
.features-container {
    position: relative;
    width: 100%;
}

.featured-tabs {
    text-align: center;
    padding: 10px 0;
}

.features-container li { 
    display: inline-block; 
    position: relative;
    background-color: #f1f1f1;
    padding: 20px;
    line-height: 1px;
}
    
.features-container li > a:after {
    content: ''; 
    clear: both; 
    display: block; 
}
    
.features-container .tab-info { 
    text-align: center; 
    padding: 20px 0 10px;
    z-index: 2; 
}

.features-container .tab-info .tab-header { 
    font-size: 26px;
    text-transform: uppercase;
    line-height: 2px;
    padding: 20px 0 10px;
    color: #ae895d;
}

.features-container .tab-info .tab-text { 
    padding: 50px 0 50px;
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #222222;
    line-height: 25px;
}

.features-container li > a .tab-icon {
    text-align: center;
    color: #464646;
	font-size: 60px;
    padding: 10px 0 10px;
    margin: 25px;
	border-bottom: 1px solid #ae895d;
}

.features-container li:hover, .features-container li:focus, .features-container li:active,  .features-container li.active { 
    background-color: rgba(174, 137, 93, 0.2);
    text-decoration: none;
}
    
.features-container .tab-content { 
    display: block; 
    width: 100%;
    margin: 0;
}  

.features-container .tab-content img { 
    width: 100%;
    height: 100%;
} 

.features-container .tab-content .tab-pane { 
    position: relative;
    margin: 20px 0 0;
}

/* ================================================
	            PRICELIST SECTION
================================================ */

#pricelist {
    background: #f1f1f1;
    text-align: center; 
}

#pricelist .content-area {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    color: #ffffff; 
}

#pricelist .content-area > .container {
    position: relative;
    z-index: 1; 
}

#pricelist .content-area + .content-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 180px;
    right: 180px;
    height: 1px;
    background: rgba(102, 74, 102, 0.6); 
}

#pricelist .pricing-tables {
    padding: 0;
    font-size: 0;
    letter-spacing: 4px;
    white-space: nowrap; 
}

#pricelist .pricing-tables h3 {
    font-size: 25px;
    line-height: 3;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #f1f1f1; 
}

#pricelist .plan {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f1f1f1;
    width: 25%;
    min-height: 100px;
    margin: 0;
    padding: 0 10px 30px;
    letter-spacing: 0;
    white-space: normal;
    text-align: center;
    background: #464646;
    color: #f1f1f1; 
}

#pricelist .plan .head {
    padding: 8px 0 30px; 
}

#pricelist .plan.small .head {
    padding: 0px 0 15px; 
}

#pricelist .plan.recommended .head {
    padding: 12px 0 32px; 
}

#pricelist .plan .price {
    display: block;
    font-weight: bold;
    text-transform: uppercase; 
}

#pricelist .price .price-main {
    display: block;
    padding: 15px 0 15px;
    font-size: 90px;
    color: #ae895d; 
    vertical-align: top;
    line-height: 1;
    white-space: nowrap; 
}

#pricelist .recommended .price .price-main {
    font-size: 95px; 
}

#pricelist .price .price-main .symbol {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    position: relative; 
}

#pricelist .recommended .price .price-main .symbol {
    font-size: 40px;
}

#pricelist .price .month {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 6px;
}

#pricelist .recommended .price .month {
    font-size: 18px; 
}

#pricelist .price .price-additional {
    color: #a7a7a7;
    display: block;
    padding: 25px 0 30px;
    font-weight: normal;
    font-size: 15px; 
}

#pricelist .recommended .price .price-additional {
    padding: 25px 0 30px; 
}

#pricelist .btn {
    color: #ae895d;
    background: transparent;
    height: 30px;
    font-size: 22px;
    border: 0px;
    width: 100%;
    border-radius: 0px;
    line-height: 1.8;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 700; 
}

#pricelist .btn:hover {
    text-decoration: none;
    color: #f1f1f1;
}

#pricelist .recommended .btn {
    padding: 8px 0;
    height: 30px;
    font-size: 26px;
    line-height: 1.7;
    margin-bottom: 7px; 
}

#pricelist .plan ul {
    color: #a7a7a7;
    display: block;
    position: relative;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    padding: 35px 0 20px;
    min-height: 120px;
    list-style: none; 
}

#pricelist .recommended {
    margin-top: 0;
    width: 25%;
    position: relative;
    z-index: 99;
    background: #222222;
    border-color: #222222; 
}

#pricelist .plan.recommended ul {
    min-height: 176px;
    line-height: 1.5;
    padding: 37px 0 22px; 
}

#pricelist .plan-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

#pricelist .plan-glow:hover, .plan-glow:focus, .plan-glow:active {
    box-shadow: 0 0 12px rgba(2, 2, 2, 0.6);
}

/* ================================================
	             PORTFOLIO SECTION
================================================ */

.section-portfolio {
    background-color: #222222;
    padding: 100px 0 0;
}

.section-portfolio .title {
    color: #ffffff;
}

.portfolio-nav {
	margin: 0 auto 45px;
	list-style: none;
	text-align: center;
}

.portfolio-nav li {
	margin: 0 10px;
	display: inline;
}

.portfolio-nav li a {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.portfolio-nav li a:hover {
	color: #ae895d;
	text-decoration: none;
}

.portfolio-nav li a.current {
	color: #ae895d;
	text-decoration: none;
}

.portfolio-item {
    width: 33%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.portfolio-item img {
    width: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.portfolio-item:hover img, .portfolio-item:focus img, .portfolio-item:active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item .item-wrap {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-item .item-wrap a {
    display: block;
    cursor: pointer;
}

.portfolio-item .item-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(174, 137, 93, 0.67);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.portfolio-item .portfolio-item-meta { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
        -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.portfolio-item .portfolio-item-meta i {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 40px;
}

.portfolio-item .portfolio-item-meta p {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.portfolio-item .portfolio-item-meta .portfolio-title {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    text-align: center;
}

.portfolio-item .portfolio-item-meta .portfolio-subtitle {
    font-size: 12px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    text-align: center;
}

.portfolio-item:hover .overlay {
    opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property:    -moz-transform, opacity;
            transition-property:         transform, opacity;
}

/* ================================================
	             TEAM SECTION
================================================ */

#team {
    background-color: #333333;
}

#team .title {
    color: #ffffff;
}

#team .text-main {
    color: #ffffff;
}

#team .team-wrapper {
    margin: 10px 0;
    background: #404040;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

#team .team-wrapper:hover {
    cursor: pointer;
    opacity: 0.4;
    bottom: 4px;
}

#team .team-wrapper .team-des {
    padding: 18px;
}

#team .team-wrapper img {
    width: 100%;
}

#team .team-wrapper .team-des h2 {
    text-align: center; 
    text-transform: uppercase; 
    color: #ae895d; 
    letter-spacing: 2px; 
    font-size: 32px; 
    font-weight: 300;
    padding: 10px 0 20px;
}

#team .team-wrapper .team-des h3 {
    text-align: center; 
    text-transform: uppercase; 
    color: #f4f4f4; 
    font-size: 18px; 
    font-weight: 700;
    padding: 0 0 20px;
}

#team .team-wrapper .team-des p {
    font-family: 'Open Sans', sans-serif;
    text-align: center; 
    font-size: 16px; 
    color: #c9c9c9; 
    font-weight: 300;
    line-height: 1.3;
    padding: 5px;
}

#team .team-wrapper .team-des .member-social {
	padding: 40px 0 10px;
    text-align: center;
}

#team .team-wrapper .team-des .member-social li a {
    color: #222222;
    font-size: 15px;
	padding: 0px 15px;
}

#team .team-wrapper .team-des .member-social li a:hover {
	color: #ffffff;
}

/* ================================================
	             SKILLBAR SECTION
================================================ */

#skillbars {
    background-color: #f1f1f1;
	text-align: center;
}

.skillbar {
	position: relative;
	display: block;
	margin-bottom: 55px;
	width: 100%;
    background-color: rgba(152, 152, 152, 0.22);
	height: 5px;
	-webkit-transition: 0.7s linear;
	-moz-transition: 0.7s linear;
	-ms-transition: 0.7s linear;
	-o-transition: 0.7s linear;
	transition: 0.7s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar:last-child {
	margin-bottom: 5px;
}

.skillbar-title {
	position: absolute;
	bottom: 1px;
	left: 0;
    text-transform: uppercase;
	font-size: 23px;
	color: #464646;
}

.skillbar-title span {
    background-color: #f1f1f1;
    float: left;
	display: block;
	padding: 0px;
	height: 10px;
	line-height: 0px;
}

.skillbar-bar {
	height: 5px;
	width: 0px;
}

.skill-bar-percent {
	position: absolute;
    float: right;
	right: 0;
	bottom: 0;
	font-size: 20px;
	height: 20px;
	line-height: 5px;
	color: #222222;
}

/* ================================================
	             COUNTER SECTION
================================================ */

#counter-area {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}

#counter-area .opacity {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
    background-color: rgba(34, 34, 34, 0.8);
}

.facts-wrap {
    width: 220px;
    margin: 0px auto;
    text-align: left;
}

.facts-wrap p {
    color: #f1f1f1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px; 
    line-height: 18px;
}

.facts-wrap i {
    color: #f1f1f1;
}

.facts-wrap-num {
    font-family: 'Raleway', sans-serif;
    color: #f1f1f1;
    font-size: 55px; 
    line-height: 60px;
    width: 100%;
    margin: 10px auto;
    position: relative;
}  

.fact-content {
    float: left;
}

.facts-wrap .icon-box {
	width: 16%;
	float: left;
	font-size: 40px;
	padding: 20px 60px 15px 0px;
	margin-right: 25px;
	border-right: 1px solid #ae895d;
}

/* ================================================
	               BLOG SECTION
================================================ */

#blog {
    background-color: #ffffff;
}

.blog-timeline {
    margin: 15px;
    position: relative;
}

.single_blog {
    margin: 0 0 40px;
    text-align: center;
}

.post_img {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.post_img img {
    width: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.post_img:hover img, .post_img:focus img, .post_img:active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post_img {
    text-decoration: none;
    color: #ffffff;
}

.post_item_meta {
    text-align: center;
    padding-top: 20px;
}

.post_item_meta li {
	display:inline-block;
	border-right: 1px solid #464646;
	padding: 0px 10px;
}

.post_item_meta li:last-child{
	border: 0px;
}

.post_item_meta li a {
    color: #464646;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
}

.post_item_meta li a:hover {
    text-decoration: none;
    color: #ae895d;
}

.single_blog h4 {
    font-size: 20px;
    color: #ae895d;
    text-transform: uppercase;
    padding-top: 30px;
    clear: both;
}

.single_blog h4:hover {
    color: #222222;
}

.single_blog a {
    color: #ae895d;
}

.single_blog a:hover {
    color: #464646;
    text-decoration: none;
}

.single_blog .read_more {
    font-size: 14px;
    display: block;
    padding: 10px 0;
}

.single_blog p {
    color: #222;
    margin: 20px;
    font-size: 15px;
    text-align: center;
}

.blog-more-btn {
    text-align: center;
    padding: 50px 0 0;
}

/* ================================================
	           TESTIMONIALS SECTION
================================================ */

#testimonials {
    background-color: #333333;
    position: relative; 
    height: auto;
    margin: 0;
}

#testimonials p {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

#testimonial .avatar {
    float: left; 
}

#testimonials .quote {
    background-color: #333333;
    height: 500px;
    margin: 0 20px 0;
}

.client-1 { 
    background: url(../img/features/facility_room.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover; 
    height: 500px; 
    position: relative; 
}

.client-2 { 
    background: url(../img/features/facility_lounge.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    height: 500px;
    position: relative; 
}

.client-3 { 
    background: url(../img/features/facility_pool.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    height: 500px;
    position: relative; 
}

.client-4 { 
    background: url(../img/features/facility_parking.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    height: 500px;
    position: relative; 
}

.client-5 { 
    background: url(../img/features/facility_braai.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    height: 500px;
    position: relative; 
}

.client-6 { 
    background: url(../img/features/facility_wheelchair.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    height: 500px;
    position: relative; 
}

#testimonials cite {
    text-align: center;
    color: #ae895d;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase; 
}


/* ================================================
	             CLIENTS/GALLERY SECTION
================================================ */

#gallery {
    text-align: center;
    background: #f1f1f1;
}

#clients .clients-area {
    position: relative;
    overflow: hidden;
}

#clients .single_client {
    padding: 0 30px 0;
    text-align: center;
}

#clients .client_img {
    position: relative;
}

.#clients .client_img {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#clients #owl-clients .item img {
    display: block;
    width: 100%;
}

/* ================================================
	               NEWSLETTER FORM
================================================ */

#newsletter {
    background-color: #333333;
    padding: 30px 0 30px; 
}

#newsletter h1 { 
    display: block; 
    font-size: 25px; 
    color: #f1f1f1;
    margin-bottom: 10px; 
    text-transform: uppercase; 
    font-weight: bold; 
    margin-top: 40px; 
    letter-spacing: 1px; 
}

#newsletter p { 
    display: block; 
    font-size: 16px; 
    color: rgba(141, 141, 141, 0.87);
    margin-bottom: 40px; 
    font-weight: 400; 
    margin-top: 20px; 
    letter-spacing: 1px; 
}

#newsletter input::-webkit-input-placeholder,
#newsletter textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
}

#newsletter input[type="email"] { 
    background-color: #333333;  
    padding: 50px; 
    width: 100%; 
    color: #ffffff; 
    border: 0;
	border-bottom: 1px solid #ae895d;
    outline: 0;
}

#newsletter input[type="submit"] {
    background-color: #333333; 
    border: 0;
    width: 100%; 
    padding-top: 50px;
    color: #ffffff; 
    text-transform: uppercase; 
    letter-spacing: 3px;
    outline: 0;
}

#newsletter input[type="submit"]:hover { 
    color: #ae895d;
    -webkit-transition: all 0.6s linear;
       -moz-transition: all 0.6s linear;
         -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
}

#newsletter label {
    text-align: center;
    padding: 40px 0 0;
	clear: both;
	display: block;
	width: 100%;
	min-height: 30px;
	color: #ffffff;
}

#newsletter label .fa-check {
	color: #3ffc72;
	margin-right: 5px;
}

#newsletter label .fa-warning {
	color: #fc3f3f;
	margin-right: 5px;
}

/* ================================================
	               HIRE SECTION
================================================ */

#hire {
    text-align: center;
    background-color: #222222;
    position: relative;
}

#hire .hire-buttons {
    padding: 60px 0 60px 0;
}

#hire a {
    font-size: 16px;
}

#hire .btn:hover,
#hire .btn:focus {
    border: solid 2px #ffffff;
}

#hire a.btn:hover,
#hire a.btn:focus {
    color: #ffffff;
}

/* ================================================
	             TWITTER SECTION
================================================ */

#twitter {
    padding: 100px 0 50px;
    background-color: #f1f1f1;
    height: auto;
    color: #222222;
}

#twitter .tweet-text {
    color: #222222;
    text-align: center;
    font-size: 20px;
}

.user, 
.tweet, 
.timePosted {
    text-align: center;
}

.user a {
    color: #ae895d;
    text-decoration: none;
    font-size: 16px;
}

.tweet a {
    color: rgba(34, 34, 34, 0.58);
    text-decoration: none;
    font-size: 20px;
}

.tweet a:hover {
    color: #ae895d;
    text-decoration: none;
}

.user img {
    display: none;
}

.tweet {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #222222;
    width: 100%;
}

.timePosted {
    margin: 10px 0 50px;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.timePosted a {
    color: #333333;
    text-decoration: none;
}

/* ================================================
	              MAP CONTAINER
================================================ */

#gmap_canvas {
	position:relative;
	height: 500px;
	width: 100%;
}

#gmap_canvas img {
	max-width: none!important;
	background: none!important
}

#map address {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1em 1em;
    background-color: #222222;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
}

/* ================================================
	              CONTACT CONTAINER
================================================ */

#contact {
    background-color: #ffffff;
}

form:after {
    content: '';
    display: table;
    clear: both;
}

form .field {
    display: block;
    border: 1px solid #272727;
    float: left;
    width: 100%;
}

form .field.tnb {
    border-top: 0;
}

form .field.half {
    width: 50%;
}

form .field.last {
    border-left: 0;
}

form .field label {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 12px;
    padding: 20px 20px 0;
    text-transform: uppercase;
    color: #272727;
    font-weight: 400;
    letter-spacing: 1px;
}

form .field input,
form .field textarea {
    display: block;
    width: 100%;
    padding: 10px 25px 20px;
    font-size: 15px;
    border: 0;
    color: #272727;
    outline: 0;
}

form .field textarea {
    min-height: 150px;
     resize: vertical;
}

form .field input[type="submit"] {
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
	color: #272727;
    background: transparent;
	cursor: pointer;
	letter-spacing: 2px;
}

form .field input:hover[type="submit"] {
	color: #f1f1f1;
    background: #ae895d;
    -webkit-filter: none;
    -webkit-transition: all 0.6s linear;
       -moz-transition: all 0.6s linear;
         -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
}

.contact-form input, .contact-form textarea, .contact-form select {
	outline: none;
	-webkit-appearance: none;
	color: #222222;
	font-style: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
	position: relative; 
}

#success-message {
	padding-top: 10px;
	color: #ae895d;	
	display: none;
}

#error-message {
	padding-top: 10px;
	color: #ffffff;
	display: none;
}

.contact-form .input-error {
    border-left: 2px solid #de4545;
}

.contact-form .response-message {
	margin: 20px 0 20px 0;
	font-size: 18px;
	font-weight: 300;
	color: #222222;
}

#contact aside h3 {
    font-weight: 400; 
    font-size: 18px; 
    margin: 15px 0 10px;
    color: #ae895d;
}

#contact aside p {
    display: block; 
    font-size: 14px; 
    color: #222222;
    font-weight: 400; 
    margin-top: 10px; 
    letter-spacing: 1px; 
}

/* WebKit browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #ae895d; 
}
:-moz-placeholder { /* ---- Mozilla Firefox 4 to 18 ---- */
    color: #ae895d; 
    opacity:  1;
}
::-moz-placeholder { /* ---- Mozilla Firefox 19+ ---- */
    color: #ae895d; 
    opacity:  1;
}
:-ms-input-placeholder { /* ---- Internet Explorer 10+ ---- */
   color: #ae895d; 
}

/* ================================================
	               SHARE SECTION
================================================ */

.share {
    background-color: #333333;
    width: 100%;
    padding: 50px 0 50px;
}

.share-btns {
    margin: 0 auto;
    text-align: center;
}

.share-btn-single {
	display: inline-block;
    vertical-align: top;
}

.facebook-share {
    font-weight: 500;
	display: inline-block;
	background: transparent;
	border: #ae895d solid 1px;
    color: #ae895d;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 20px 60px 20px 48px;
	width: 180px;
	text-transform: uppercase;
	text-align: center;
}

.facebook-share:hover {
	background: transparent;
	border: #3b5998 solid 1px;
	color: #3b5998;
    -webkit-filter: none;
    -webkit-transition: all 0.6s linear;
       -moz-transition: all 0.6s linear;
         -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
}

.twitter-share {
    font-weight: 500;
	display: inline-block;
    background: transparent;
    border: #ae895d solid 1px;
    color: #ae895d;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 20px 60px 20px 54px;
	width: 180px;
	text-transform: uppercase;
	text-align: center;
	
}

.twitter-share:hover {
	background: transparent;
	border: #55acee solid 1px;
	color: #55acee;
    -webkit-filter: none;
    -webkit-transition: all 0.6s linear;
       -moz-transition: all 0.6s linear;
         -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
}

.google-share {
    font-weight: 500;
	display: inline-block;
	background: transparent;
    border: #ae895d solid 1px;
    color: #ae895d;
    font-size: 14px;
    letter-spacing: 1px;
	padding: 20px 60px 20px 54px;
	width: 180px;
	text-transform: uppercase;
	text-align: center;
	
}

.google-share:hover {
	background: transparent;
	border: #dd4b39 solid 1px;
	color: #dd4b39;
    -webkit-filter: none;
    -webkit-transition: all 0.6s linear;
       -moz-transition: all 0.6s linear;
         -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
}

/* ================================================
	               FOOTER SECTION
================================================ */

#footer {
    background-color: #222222;
}

.footer-holder {
    position: relative;
    padding: 70px 15px 70px;
    line-height: 1.5;
    color: #ffffff; 
}

.footer-holder h4 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.footer-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5; 
}

.footer-holder ul a {
    color: #ffffff; 
}

.footer-holder ul a:hover {
    color: #ae895d; 
    text-decoration: none;
}

.footer-holder .text-holder {
    padding: 0 0 0 10px; 
}

.footer-holder .text-frame {
    padding: 0 0 0 25px; 
}

.footer-holder .phone {
    display: block;
    margin: 0 0 6px;
    font-size: 25px;
    line-height: 1.2; 
}

.footer-holder .phone a {
    color: #ae895d; 
}

.footer-holder .email2 a {
    color: #ae895d; 
}

.footer-holder .phone a:hover {
    text-decoration: none;
    color: #ffffff; 
}

.footer-holder .available {
    display: block;
    padding: 0 0 30px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    color: #696969; 
}

.footer-holder address {
    display: block;
    margin: 3px 0 0;
    line-height: 23px;
}

.footer-holder .email {
    display: block;
    margin: 3px 0 0;
    line-height: 23px;
}

.copyright {
    text-align: center;
    margin: 70px 0 0;
}

/* ================================================
	           PORTFOLIO MODAL WINDOW
================================================ */

.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-color: #222222;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 10px 0 60px;
    color: #fff;
    font-size: 65px;
    font-weight: 200;
}

.portfolio-modal .portfolio_item_meta li {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #ae895d;
}

.portfolio-modal .portfolio_item_meta li p {
    text-transform: uppercase;
    margin: 5px 0 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    font-style: normal;
}

.portfolio-modal .modal-content p {
    margin: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.portfolio-modal .modal-content 
.portfolio-modal .modal-content a {
    font-size: 12px;
    color: #f1f1f1;
}

.portfolio-modal hr.style-one {
    width: 100%;
    left: 0;
}

.portfolio-modal .member-social {
	padding: 40px 0 50px;
}

.portfolio-modal .member-social li a {
    color: #464646;
    font-size: 15px;
	padding: 0px 15px;
}

.portfolio-modal .member-social li a:hover {
	color: #ae895d;
}

.portfolio-modal .modal-content .visit-link {
    padding-bottom: 50px;
}

.portfolio-modal .modal-content .visit-link a {
    font-size: 14px;
    margin: 30px;
}

.portfolio-modal .modal-content .visit-link a:hover {
    text-decoration: none;
    border: 2px solid #f1f1f1;
    color: #f1f1f1;
}

.portfolio-modal .modal-content .close-btn a {
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.portfolio-modal .modal-content .close-btn a:hover {
    text-decoration: none;
    color: #ae895d;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-modal .modal-content .text-press {
    font-size: 13px;
    color: #4d484a;
    margin-top: 6px;
    margin-bottom: 6px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 35px;
    margin-left: 35px;
    background-color: #f1f1f1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 35px;
    background-color: #f1f1f1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ================================================
	               BLOG PAGE
================================================ */

.blog-container {
    padding: 100px 0 100px;
    margin: 0 auto;
    background: #ffffff;
}

.blog-post-single {
    margin: 30px auto;
	display: inline-block;
	vertical-align: top;
}

.blog-post-single p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.blog-post-single img {
	width: 100%;
	margin-bottom: 1em;
}

.blog-post-description {
	padding: 30px;
	margin: 0;
	margin-bottom: 50px;
}

.blog-meta {
	margin: 0;
    padding-bottom: 15px;
}

.blog-meta span {
    font-size: 16px;
	color: #ae895d;
}

.blog-meta span i {
    margin-right: 10px;
    color: #ae895d;
}

.blog-meta .author {
    text-transform: uppercase;
    padding-left: 30px;
}

.blog-meta .comments {
    color: #ae895d;
    float: right;
    margin: 0 auto;
}

.blog-post-single h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #222222;
    line-height: 1.2;
    float: left;   
}

.blog-post-single .date {
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: #ae895d;
}

.blog-post-single .author {
    margin: 0;
    text-align: right;
    color: #ae895d;
}

.blog-post-single p {
    line-height: 1.6;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 55px;
}

.blog-post-single a {
    float: right;
    padding-bottom: 50px;
}

.blog-sidebar {
    background-color: #333333;
    display: block;
    margin: 0 auto;
    padding: 70px 0 70px;  
}

.blog-links h2 {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    padding: 10px 0 10px;
}

.blog-links a {
    font-family: 'Poiret One', cursive;
    color: #ffffff;
    text-align: center;
    padding: 2px;
    font-size: 16px;
}

.blog-links i {
    display: block;
    font-style: normal;
}

.blog-links a:hover{
    text-decoration: none;
    color: #ae895d;
}

.load-more-posts-btn {
	margin: 100px auto;
	margin-bottom: 0xp;
	text-align: center;
}

.section-blog-projects {
    background-color: #333333;
}

.section-blog-projects .title {
    padding: 20px 0 30px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 45px;
    color: #fffffff;
}

.projects-item {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.projects-item img {
    width: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.projects-item:hover img, .projects-item:focus img, .projects-item:active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.projects-item .item-wrap {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projects-item .item-wrap a {
    display: block;
    cursor: pointer;
}

.projects-item .item-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(174, 137, 93, 0.77);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.projects-item .portfolio-item-meta { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.projects-item .portfolio-item-meta i {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 40px;
}

.projects-item .portfolio-item-meta p {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.projects-item .portfolio-item-meta .portfolio-title {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    text-align: center;
}

.projects-item .portfolio-item-meta .portfolio-subtitle {
    font-size: 12px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ffffff;
    text-align: center;
}

.projects-item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* ================================================
                    POST PAGE
================================================ */

.post-container {
    padding: 10px 0 30px;
    margin: 0 auto;
    background: #ffffff;
}

.post-description {
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}

.post-meta {
	margin: 0;
    padding-bottom: 15px;
}

.post-meta span {
    font-size: 18px;
	color: #ae895d;
}

.post-meta span i {
    margin-right: 10px;
    color: #ae895d;
}

.post-meta .author {
    text-transform: uppercase;
    padding-left: 30px;
}

.post-meta .comments {
    color: #ae895d;
    float: right;
    margin: 0 auto;
}

.post-wrapper {
    color: #4b4848;
    font-size: 15px;
    line-height: 22px;
    padding: 50px 0 20px;
    background: #fff;
}

.post-wrapper p {
    color: #4b4848;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
}

.post-wrapper h2 {
    color: #4b4848;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    line-height: 30px;
    line-height: 1.1;
    margin: 0 0 30px;
}

.post-wrapper img {
    width: 100%;
    margin-bottom: 60px;
}

.post-tags p {
    float: left;
    color: #ae895d;
    font-size: 26px;
    margin-right: 20px;
    text-transform: uppercase;
}

.post-tags a {
    margin-right: 15px;
    color: #222222;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
}

.share-post p {
    float: left;
    font-size: 26px;
    color: #ae895d;
    margin-right: 20px;
    text-transform: uppercase;
}

.share-post a {
    margin-right: 15px;
    color: #333333;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.share-post {
	padding: 40px 0;
	overflow: hidden;
	list-style: none;
}

.author {
    margin: 50px 0px 150px;
}

.author .wrapper {
    padding: 30px 40px 70px 40px;
    background-color: #f5f5f5;
    border: 0px;
}

.author .wrapper h4,.comments h4 {
    margin-bottom: 10px;
}

.author .wrapper p {
    font-size: 16px;
    padding-bottom: 10px;
}

.author .wrapper .author-social {
    float: left;
    font-size: 17px;
}

.author .wrapper .author-social a {
    color: #ae895d;
    padding-right: 12px;
}

.author .wrapper h2 {
    color: #ae895d;
    font-weight: 500;
    text-align: left;
    font-size: 30px;
    padding: 30px 0 20px;
}

.author .wrapper img {
    border-radius: 50%;
    margin-top: 20px;
    float: left;
    margin-right: 40px;
    width: 200px;
    height: 200px !important;
}

.comments {
    margin: 50px 0px;
}

.comments .media {
    margin: 70px 0px;
    padding: 10px 10px;
    overflow: visible!important;
    background: #f5f5f5;
    position: relative;
}

.comments .media img {
    display: block;
    border-radius: 50%;
    border: 10px solid #FFF;
    position: absolute;
    top: -45px;
    width: 100px;
    height: 100px;
}

.comments .media-heading span {
    margin-left: 10px;
    font-size: 16px;
    color: #ae895d;
}

.comments .media-body {
    padding: 60px 0px 20px 20px;
}

.comments .media.middle {
    margin-left: 60px;
}

.comments .media-body p {
    font-size: 16px;
    margin-bottom: 20px;
}

.comments .media-body a {
    text-transform: none;
}

.comments .media-body a:hover {
    text-transform: none;
}

.disqus {
    background: #ffffff;
    padding: 10px 0 150px;
}

.page-nav {
    padding-top: 20px;
    width: 100%;
}

.page-nav-btn {
    font-size: 20px;
    color: #000;
}

.page-nav a:hover {
    text-decoration: none;
    color: #ae895d;
}

/* ================================================
                    404 PAGE
================================================ */

#intro-error {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#intro-error .caption {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 500px;
}

#intro-error .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.78);
}

#intro-error h1 {
    color: #ffffff;
    font-size: 120px;
    font-weight: 700;
    padding: 50px 0 50px;
}

#intro-error p {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 50px;
}

#intro-error .btn:hover,
#intro-error .btn:focus {
    border: solid 2px #ffffff;
    color: #ffffff;
}

/* ================================================
	             SHORTCODES PAGE
================================================ */

.section-sc {
    padding: 100px 0 20px;
    background: #ffffff;
}

.border {
    width: 50%;
    height: 1px;
    margin: 30px auto;
    border-bottom: 2px solid #969696;
}

#headings h1, 
#headings h2, 
#headings h3, 
#headings h4, 
#headings h5, 
#headings h6 { 
    margin: 25px 0; 
} 

.color-grid {
    position:relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.color-grid figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
    height: auto;
    float: left;
    margin: 0;
	width: 20%;
	text-align: center;
	cursor: pointer;
}

.color-grid figure img {
    width: 100%;
    height: auto;
	opacity: 1;
    vertical-align: middle;
}

.color-grid figure figcaption {
    top: auto;
    bottom: 0;
	height: 50%;
	text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.color-grid figure figcaption::before,
.color-grid figure figcaption::after {
	pointer-events: none;
}

.color-grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.color-grid figure h2 {
    color: rgba(255, 255, 255, 0.22);
    text-transform: none;
	font-weight: 300;
}

.color-grid figure h2 {
	margin: 0;
}

figure.color img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.color figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: center;
}

figure.color h2 {
    opacity: 0;
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
}

figure.color h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.color:hover img {
    opacity: 1;
}

figure.color:hover img,
figure.color:hover h2 {
    opacity: 1;
    color: #ffffff;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* ================================================
	              OWL CAROUSEL
================================================ */

.owl-carousel {
	cursor: e-resize;
}

.owl-theme .owl-controls {
    padding: 10px 0 0;
}

.owl-theme .owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0.68);
	width: 20px;
	height: 10px;
	border: 2px solid #afafaf;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #ae895d;
}

.owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	background: transparent;
	opacity: 1;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: .3;
}

/* ================================================
	           WOW ANIMATION TIMERS
================================================ */

.data-wow-delay-01s { 
	animation-delay: 0.1s; 
	-webkit-animation-delay: 0.1s; 
}
.data-wow-delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.data-wow-delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.data-wow-delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}
.data-wow-delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.data-wow-delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}
.data-wow-delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.data-wow-delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}
.data-wow-delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.data-wow-delay-10s { 
	animation-delay: 1.0s; 
	-webkit-animation-delay: 1.0s; 
}
.data-wow-delay-11s { 
	animation-delay: 1.1s; 
	-webkit-animation-delay: 1.2s; 
}
.data-wow-delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

/* ================================================
	               SHORTCODES
================================================ */

/* ----  Buttons ---- */
.btn {
  	border: solid 2px #ae895d;
    border-radius: 0;
    color: #ae895d; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    font-weight: 500;
    -webkit-transition: all 0.6s linear;
       -moz-transition: all 0.6s linear;
         -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
}

.btn:hover,
.btn:focus {
    border: solid 2px #222222;
    color: #222222;
}

.btn.btn-sm {
  	padding: 8px 20px;
  	font-size: 12px;
}

.btn.btn-md {
  	padding: 12px 24px;
  	font-size: 14px;
}

.btn.btn-lg {
  	padding: 14px 30px;
  	font-size: 16px;
}

.btn.btn-xlg {
  	padding: 16px 32px;
  	font-size: 18px;
}

.btn + .btn {
	margin-left: 10px;	
}

/* ---- Accordion ---- */
.panel {
    background: none;
    border: none;
    box-shadow: none;
}

.panel-body {
    font-size: 18px;
    padding: 30px;
}

.panel-default > .panel-heading {
    background: #ae895d;
    color: #f3eff0;
    cursor: pointer;
}
.panel-heading {
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title > a {
    font-weight: 100;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.collapsed {
    background: #ededed !important;
    color: #222;
    border: none;
}

.collapsed strong,
.collapsed .state {
    color: #222222;
}

.state {
    font-size: 16px;
    line-height: 20px;
}

/* ----  Blockquotes ---- */
.quote {
    background: #222222;
	padding: 100px 0 100px;
	text-align: center;
}

blockquote {
    position: relative;
    width: 100%;
}

blockquote p {
    font-style: italic;
    font-size: 35px;
    color: #ffffff;
    padding: 30px 0;
}

blockquote cite {
    text-align: center;
  	display: block;
  	color: #ae895d;
  	font-weight: 300;
  	font-size: 20px;
  	line-height: 20px;
    font-style: normal;
}

blockquote small:before {
  	content: '';
}

/* ----  Tables ---- */
.table { 
    border-color: #e3cfb7; 
    text-align: left; 
}

.table > thead > tr > th { 
    background: #ae895d; 
    color: #fff;
    border-bottom: 0;
    font-size: 13px; 
    text-transform: uppercase;
    font-weight: 700;
    border-color: #d1d8dd; 
}

.table > thead > tr > th, 
.table > tbody > tr > td { 
    font-size: 15px; 
    font-weight: 300; 
    padding: 15px 20px; 
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th { 
    background: #fff; 
}

.table-striped > tbody > tr:nth-child(even) > td, 
.table-striped > tbody > tr:nth-child(even) > th { 
    background: #fff6eb; 
}

/* ----  Video ---- */
.video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-frame iframe,
.video-frame object,
.video-frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

/* ----  Dividers ---- */
hr.style-one {
    position: relative;
    border: 0;
    height: 1px;
    background: #c1c1c1; 
    margin: 20px 0 20px;
}

hr.style-two {
    position: relative;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0, 0, 0, 0.17), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0)); 
    margin: 20px 0 20px;
}

hr.style-three {
    position: relative;
	border-top: 3px double #8c8b8b;
    margin: 20px 0 20px;
}

hr.style-four {
    position: relative;
	height: 6px;
	background: url(../img/hr-04.png) repeat-x 0 0;
    border: 0;
    margin: 20px 0 20px;
}

/* ================================================
                   RESPONSIVE
================================================ */

@media only screen and (max-width: 1200px){
    .content-single .text .empire {
        font-size: 140px;
        line-height: 1.5;
    }
    
    #sc-buttons .btns a {
        margin: 10px;
    }
    
    .color-grid figure {
        width: 50%;
    }	

    .color-grid figure figcaption {
        font-size: 90%;
	}
    
    #promo_block h2 {
        padding: 25px 0 0px;    
        font-size: 32px;    
    }
}

@media only screen and (max-width: 991px) {
    
    .section-main {
        padding: 50px 0 50px;
    }
    
    .nav li {
        font-size: 20px;
    }
    
    .pointer {
        border-right: 0;
    }
    
    .features-container li { 
        display: inline-block; 
        padding: 20px;
    }
  
    .features-container .tab-info { 
        text-align: center; 
        padding: 10px 0 10px;
    }

    .features-container li > a .tab-icon {
        text-align: center;
        font-size: 40px;
        padding: 10px 0 10px;
        margin: 15px;
    }

    .features-container .tab-content .tab-pane { 
        margin: 20px 0 100px;
    }
    
    .features-container li > a .tab-info .tab-title { 
        font-size: 16px; 
    }
    
	.features-container li > a .tab-info .tab-desc { 
        font-size: 15px;
    }
    
    #promo_block {
        padding: 30px 0 50px;
    }
    
	#promo_block .promo_img1 {
        margin-top: 50px;
    }
    
    #promo_block h2 {
        font-size: 32px;    
    }
    
	#promo_block p {
        font-size: 16px; 
        line-height: 20px;
    }
    
    #promo_block .btn {
        padding: 10px; 
        margin: 20px 5px 0 0;
    }
    
    .section-portfolio {
        padding: 50px 0 0;
    }

    #pricelist .content-area  {
        padding: 68px 0 84px; 
    }
    
    #pricelist .content-area  + .content-area {
        padding: 54px 0 55px; 
    }
      
    #pricelist .content-area  + .content-area :after {
        left: 65px;
        right: 65px; 
    }

    #pricelist .pricing-tables {
        padding: 20px 0 60px; 
    }

    #pricelist .plan {
        display: block;
        width: auto;
        margin: 0 auto 5px;
        max-width: 310px; 
    }
    
    #pricelist .plan.recommended {
        max-width: 370px;
        width: auto; 
    }

    #pricelist .content-area > .container > p {
        margin: 0 40px; 
    }
    
    #pricelist .pricelist-container h2 {
        margin: 0 0 53px;
        font-size: 4.8rem;
        line-height: 1.25;
    }
    
    #testimonials p {
        font-size: 20px;
    }

    #testimonials .quote {
        height: auto;
    }
    
    .portfolio-nav li a {
        padding: 10px 2px;
        font-size: 12px;
    }
    
    .blog-post-single a {
        float: right;
        padding-bottom: 70px;
    }
    
    .footer-holder {
        padding: 47px 19px 70px; 
    }
    
    .footer-holder .text-holder {
        padding: 0; 
    }
    
    .footer-holder .text-frame {
        padding: 0; 
    }
    
    .footer-holder:before {
        left: 0;
        right: 0; 
    }

    .footer-holder ul {
        margin: 0 0 26px;
    }
    
    .footer-holder h4 {
        margin: 35px 0 15px;
    }

    .footer-holder address {
        margin: 0 0 10px; 
    }
    
    .footer-holder email {
        margin: 0 0 10px; 
    }

}

@media only screen and (max-width: 767px) {
    
    .sub-title {
        font-size: 18px;
    }
    
    .text-main {
        padding: 0 0 40px;
        font-size: 18px;
        margin: 20px;
    }
    
    .nav {
        overflow: auto;
    }
    
    .nav li {
        padding: 4px;
        font-size: 15px;
    }

    .nav-label {
        padding-bottom: 7px;
    }

    .nav li:first-child {
        margin-top: 50px;
    }
    
    .icon-scroll {
        display: none;
    }
    
    #carousel-intro .content {  
        height: 180px;
    }

    #carousel-intro .caption h1 {
        font-size: 22px;
    }

    #carousel-intro .caption p {
        font-size: 16px;
    }

    #carousel-intro .caption h2 {
        font-size: 13px;
    }
    
    #carousel-intro .caption .logo img {
        width: 232px;
        height: 157px;
    }
    
    #carousel-intro .caption .btn.btn-md {
        padding: 8px 18px;
        font-size: 9px;
    }
    
    #intro-single .caption h1 {
        font-size: 32px;
    }
    
    #intro-single .caption .logo img {
        width: 40px;
        height: 80px;
    }
    
    #intro-error .caption h1 {
        font-size: 80px;
    }
    
    #intro-error .caption p {
        font-size: 16px;
    }
    
    #intro-error .caption .logo img {
        width: 40px;
        height: 80px;
    }
    
    #intro-error .caption .btn.btn-lg {
        padding: 8px 18px;
        font-size: 9px;
    }
    
    .video-intro .content {  
        height: 180px;
    }
    
    .video-intro .caption h1 {
        font-size: 22px;
    }

    .video-intro .caption p {
        font-size: 16px;
    }

    .video-intro .caption h2 {
        font-size: 13px;
    }
    
    .video-intro .caption .logo img {
        width: 25px;
        height: 50px;
    }
    
    .video-intro .caption .btn.btn-md {
        padding: 8px 18px;
        font-size: 9px;
    }
    
    #about .about-intro {
        padding: 20px;
        line-height: 1.4;
        font-size: 24px;
    } 
    
    .features-container li { 
        display: inline-block; 
        padding: 10px;
    }
  
    .features-container .tab-info { 
        text-align: center; 
        padding: 10px 0 10px;
    }

    .features-container li > a .tab-icon {
        text-align: center;
        font-size: 30px;
        padding: 10px 0 10px;
        margin: 10px;
    }

    .features-container .tab-info .tab-header { 
        font-size: 22px;
        line-height: 1.3;
        padding: 10px 0 0;
    }

    .features-container .tab-info .tab-text { 
        font-size: 20px;
        padding: 10px 0 0;
        margin: 30px;
    }
	
     #promo_block .ipad_img_in {
        width: 350px;  
        margin: 0 auto;
    }
	
    #promo_block .promo_img1 {
        margin-top: 40px;
    }
    
    #promo_block h2 { 
        font-size: 28px;    
    }
	
    #promo_block p {
        font-size: 14px; 
        line-height: 20px;
    }
    
    .skillbar-title {
        font-size: 16px;
        color: #222222;
    }

    .skill-bar-percent {
        font-size: 16px;
        line-height: 1.1;
    }
    
    .single_blog h4 {
        font-size: 14px;
    }
    
    .author img {
        margin-bottom: 20px;
    }
    
    .portfolio-nav li a { 
        padding: 5px 16px;
    }
    
	.portfolio-nav li { 
        display:block;
    }
    
    .portfolio-container { 
        width: auto !important; 
        margin: 0 auto !important;
    } 
    
    .client-logo {
        margin: 0 0 -20px; 
    }

    .clients li {
        width: 100%; 
    }
    
    #hire a {
        margin: 10px 0;
    }
    
    #newsletter input[type=text] {
        width: 100%; 
    }
    
    .share {
        padding-top: 60px;
        width: 100%;
    }

    .share-btns {
        max-width: 200px;
        margin: 0 auto;
        padding-top: 0;
        text-align: center;
    }
    
	.share-btn-single {
        margin: 10px;
        width: 25%;
        display:block !important;
        vertical-align: top;
    }
    
    #sc-buttons .btns {
        max-width: 260px;
        margin: 0 auto;
        text-align: center;
    }
    
    #sc-buttons .btns a {
        margin: 10px;
    }
    
    .blog-meta span {
        font-size: 16px;
    }
    
    .blog-meta span {
        display: block;
        margin: 0;
        padding: 3px 0;
        text-align: center;
    }
    
    .blog-meta .author {
        padding-left: 0px;
        text-align: center;
    }
    
    .blog-meta .comments {
        float: none; 
        text-align: center;
    }
    
    .post-meta span {
        font-size: 16px;
    }
    
    .post-meta span {
        display: block;
        margin: 0;
        padding: 3px 0;
        text-align: center;
    }
    
    .post-meta .author {
        padding-left: 0px;
        text-align: center;
    }
    
    .post-meta .comments {
        float: none; 
        text-align: center;
    }
    
	.blog-post-single {
		width: 100%;
		padding: 0;
		margin: 0;
	}
    
    .blog-post-single h1 {
        font-size: 30px;
    }
    
    .blog-post-single .btn {
        font-size: 12px;
    }
    
	.blog-post-description {
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 65px;
	}
    
    .blog-links {
        margin: 40px auto;
        width: 100%;
	}

	.blog-sidebar {
		width: 100%;
	}
    
	.blog-sidebar a {
        width: 100%;
	}
    
    .blog-post-single a {
        text-align: center;
    }
    
    .portfolio-modal .modal-content .share-project .share-btn {
        display:block;
        margin: 0 auto !important;
    }
    
    .portfolio-modal .modal-content h2 {
        font-size: 35px;
        padding-top: 30px;
    }
    
    #map address {
        font-size: 13px;
    }
    
    .user a {
        color: #ae895d;
        text-decoration: none;
        font-size: 16px;
        text-align: center;
    }
    
    .color-grid figure {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
    #clients .clients-area + .clients-area, .clients .clients-area {
        padding: 40px 0; 
    }
    
    #clients .clients-area > .container > p {
        margin: 0; 
    }
    
    #testimonial .comment .client {
        margin: 0 auto;
    }
    
    #promo_block .btn {
        padding: 10px; 
        margin: 20px 5px 0 0;
    }
    
    .features-container li { 
        display: inline-block; 
        padding: 0;
    }
  
    .features-container .tab-info { 
        text-align: center; 
        padding: 5px 0 5px;
    }

    .features-container li > a .tab-icon {
        text-align: center;
        font-size: 25px;
        padding: 10px 0 10px;
        margin: 5px;
    }
    
    .features-container .tab-info .tab-header { 
        font-size: 20px;
        line-height: 1.3;
        padding: 5px 0 0;
    }

    .features-container .tab-info .tab-text { 
        font-size: 16px;
        padding: 5px 0 0;
        margin: 10px;
    }
    
    .footer-holder {
        padding: 20px 0; 
    }
    
}

@media only screen and (min-width: 768px) {
    
    .intro-slider .carousel-12,
    .intro-slider .carousel-6 {
        padding-top: 150px;
    }
    
    .intro-slider .video-wrapper {
        display: block;
    }
    
    .intro-slider .carousel-6 {
        width: 45%;
    }
    
    .intro-slider .carousel-6:first-of-type {
        left: 5%;
    }
    
    .intro-slider .carousel-6:nth-of-type(2) {
        right: 5%;
        left: auto;
    }
    
    .intro-slider .img-container {
         display: block;
    }
    
    .intro-slider h2, 
    .intro-slider p {
        max-width: 520px;
    }
    
    .intro-slider h2 {
        font-size: 24px;
        font-weight: 300;
    }
    
    .intro-slider .content {
        height: 320px;
    }

    .intro-slider .caption .logo {
        margin: 0 auto 10px;
    }

    .intro-slider .caption h1 {
        font-size: 40px;
    }

    .intro-slider .caption p {
        margin: 10px auto 10px;
        font-size: 24px;
    }

    .intro-slider .caption h2 {
        font-size: 16px;
    }

    .intro-slider .caption .btn {
        margin: 15px auto 15px;
    }
    
    .intro-slider .caption .logo img {
        width: 50px;
        height: 100px;
    }
}

@media only screen and (min-width: 1170px) {
    .intro-slider .carousel-12,
    .intro-slider .carousel-6 {
        padding-top: 220px;
    }
    
    .intro-slider h2, 
    .intro-slider p {
        margin-bottom: 20px;
    }
    
    .intro-slider h2 {
        font-size: 42px;
    }
    
    .intro-slider p {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
    .intro-slider .content {
        height: 460px;
    }

    .intro-slider .caption .logo {
        margin: 0 auto 10px;
    }

    .intro-slider .caption h1 {
        font-size: 60px;
    }

    .intro-slider .caption p {
        margin: 10px auto 10px;
        font-size: 30px;
    }

    .intro-slider .caption h2 {
        font-size: 18px;
    }

    .intro-slider .caption .btn {
        margin: 20px auto 30px;
    }
    
    .intro-slider .btn.btn-lg {
        padding: 14px 30px;
        font-size: 16px;
    }
    
    .intro-slider .caption .logo img {
        width: 75px;
        height: 150px;
    }
}

@media only screen and (min-width: 768px) {
    .intro-slider .carousel-6 {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }
    
    .intro-slider .move-left .carousel-6 {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    
    .intro-slider .active .carousel-6 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .intro-slider .is-moving .carousel-6 {
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    
    .intro-slider li.active.from-left .carousel-6:nth-of-type(2),
    .intro-slider li.active.from-right .carousel-6:first-of-type {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }
    
    .intro-slider li.active.from-left .carousel-6:first-of-type,
    .intro-slider li.active.from-right .carousel-6:nth-of-type(2) {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }
    
    .intro-slider .carousel-12 h1,
    .intro-slider .carousel-12 h2,
    .intro-slider .carousel-12 p,
    .intro-slider .carousel-12 .btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    
    .intro-slider .move-left .carousel-12 h1,
    .intro-slider .move-left .carousel-12 h2,
    .intro-slider .move-left .carousel-12 p,
    .intro-slider .move-left .carousel-12 .btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    
    .intro-slider .active .carousel-12 h1,
    .intro-slider .active .carousel-12 h2,
    .intro-slider .active .carousel-12 p,
    .intro-slider .active .carousel-12 .btn {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .intro-slider li.is-moving .carousel-12 h1,
    .intro-slider li.is-moving .carousel-12 h2,
    .intro-slider li.is-moving .carousel-12 p,
    .intro-slider li.is-moving .carousel-12 .btn {
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }
    
    .intro-slider li.active h1 {
        -webkit-transition: opacity 0.4s 0.25s, -webkit-transform 0.5s 0.25s;
        -moz-transition: opacity 0.4s 0.25s, -moz-transform 0.5s 0.25s;
        transition: opacity 0.4s 0.25s, transform 0.5s 0.25s;
    }
    
    .intro-slider li.active h2 {
        -webkit-transition: opacity 0.4s 0.35s, -webkit-transform 0.5s 0.35s;
        -moz-transition: opacity 0.4s 0.35s, -moz-transform 0.5s 0.35s;
        transition: opacity 0.4s 0.35s, transform 0.5s 0.35s;
    }
    
    .intro-slider li.active p {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }
    
    .intro-slider li.active .btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
}

@media only screen and (min-width: 768px) {
    .intro-slider {
        height: 500px;
    }
    
    .carousel-nav {
        height: 80px;
    }
    
    .carousel-nav .carousel-marker,
    .carousel-nav li {
        width: 100px;
    }
}

@media only screen and (min-width: 1170px) {
    .intro-slider {
        height: 680px;
    }
}

/* END OF FILE */