

/*
* 	
*/
/*







/*====================================================


	Table of Contents
	
	

		01. Generel Styles

			+ Generate Google Fonts
			+ Essential Styles
			+ Buttons
			+ Floats
			+ Row Fix
			+ Section Styles
			+ Separators

		02. Typography

			+ Font Classes
			+ Font Positions
			+ Font Weight
			+ Font Transformation
			+ Font Colors
			+ Font Sizes

		03. Backgrounds

		04. Navigations

		05. Homepage

			+ Left Sides
			+ Right Sides
			+ Top Headers
			+ Logo Styles

		06. About

		07. Services

		08. Portfolio

			+ Filters
			+ Work Preview
			+ Gutters
			+ Single Projects

		09. Team

		10. Pricing Table

		11. Blog

			+ Blog Post
			+ Blog Sidebar
			+ Comments

		12. Map

		13. Contact

		14. Shop

		15. Responsive

			+ Resolution Under 1020px
			+ Resolution Under 590px
			+ Resolution Under 500px
			+ Resolution Under 460px


	
====================================================*/

	
	/* The uncompressed and organized versions of this file is inside the main download file. */


@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
* {
    margin: 0;
    padding: 0
}





::selection {
    background-color: #ececec
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 1em
}

body {
    overflow-x: hidden
}

.container {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    float: none
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    width: 100%
}

a {
    color: #191919;
    text-decoration: none;
    outline: none
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: #505050
}

a i:hover,
a i:active,
a i:focus {
    text-decoration: none;
    outline: none;
    color: #505050
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100
}

p {
    margin: 0 0 5px;
    font-family: 'Montserrat', sans-serif
}




.productintro {
    max-width: 800px;
    text-align: left;
    display: inline-block
}

.productintrowrap {
    text-align: center;
}

.buyattop{
    padding-top: 20px;
    
}

.clear {
    clear: both
}

ol,
ul {
    list-style: none;
    padding: 0
}

.no-padding {
    padding: 0!important
}

.no-margin {
    margin: 0!important
}

.no-border {
    border: none!important;
    border-style: none!important
}

.button {
    z-index: 0;
    border: 3px solid #191919;
    cursor: pointer;
    color: #191919;
    display: block;
    width: 120px;
    height: 53px;
    line-height: 50px;
    margin: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    word-spacing: 1px;
    background: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.button:hover {
    background: #191919;
    color: #fff
}

.float-l {
    float: left!important
}

.float-r {
    float: right!important
}

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both
}

.section-content {
    padding: 0 10%;
    z-index: 9999
}

.section-content-full {
    padding: 0;
    z-index: 9999
}

.separator {
    width: 32px;
    height: 3px;
    background: #191919 none repeat;
    margin-top: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.separator-small,
.separator-center {
    width: 40px;
    height: 2px;
    background: #505050 none repeat;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.separator-center {
    margin: 25px auto
}

.separator-small {
    margin-top: 30px;
    margin-bottom: 30px
}

.lato {
    font-family: 'Lato', sans-serif
}

.numbers {
    font-family: 'Roboto', sans-serif
}

.t-left {
    text-align: left!important
}

.t-center {
    text-align: center!important
}

.t-right {
    text-align: right!important
}

.ultrabold {
    font-weight: 900
}

.extrabold {
    font-weight: 800
}

.bold {
    font-weight: 700
}

.semibold {
    font-weight: 600
}

.normal {
    font-weight: 400
}

.light {
    font-weight: 300
}

.lighter {
    font-weight: 100
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.underline {
    text-decoration: underline
}

.linethrough {
    text-decoration: line-through
}

.dark {
    color: #191919
}

.white {
    color: #e5e5e5
}

.gray1 {
    color: #777
}

.gray2 {
    color: #505050
}

.colored {
    color: #ffd700
}

.f-smaller {
    font-size: 10px
}

.f-small {
    font-size: 13.5px
}

.f-normal {
    font-size: 1em
}

.f-semi-expanded {
    font-size: 1.25em
}

.f-medium {
    font-size: 28px
}

.f-expanded {
    font-size: 2.5em
}

.f-big {
    font-size: 45px
}

.f-large {
    font-size: 3.5em
}

.f-extra-expanded {
    font-size: 4.7em
}

.white-bg {
    background-color: #fff!important
}

.gray-bg {
    background-color: #505050!important
}

.dark-bg {
    background-color: #191919!important
}

.colored-bg {
    background-color: #ffd700!important
}

.nav-trigger {
    position: fixed;
    top: 30px;
    left: 50px;
    z-index: 1000
}

.uk-nav-sub li a {
    color: #787878
}

.uk-nav-sub li {
    padding-top: 7px;
    padding-bottom: 7px
}

.uk-offcanvas-bar {
    width: 50%;
    background: #191919;
    overflow-x: hidden
}

.navigation-footer {
    position: relative;
    top: 80px;
    margin-left: 10px;
    margin-bottom: 15px
}

.navigation-footer ul li {
    display: inline-block
}

.navigation-footer img {
    width: 30px;
    margin-left: 10px
}

.navigation-footer ul li i {
    color: #fff;
    margin-left: 12px;
    border: 1px solid #2f2f2f;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.navigation-footer ul li i:hover {
    border: 1px solid #191919
}

.footer-info {
    margin-top: 8px;
    margin-left: 12px
}

.footer-info p {
    margin-top: 10px
}

#home .separator {
    margin-top: 60px;
    margin-bottom: 60px
}

.left-side {
    width: 60%
}

.left-side-small,
.left-side-small-sidebar {
    width: 35%
}

.left-side-large,
.left-side-large-blog {
    width: 65%
}

.left-side,
.left-side-small {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1
}

.left-side-large-blog {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1;
    margin-left: 30px
}

.left-side-small-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    padding-top: 100px
}

.right-side {
    width: 50%
}

.right-side-small-sidebar {
    width: 35%
}

.right-side-large {
    width: 65%
}

.right-side,
.right-side-small,
.right-side-large {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1
}

.right-side-small-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    padding-top: 100px
}

.top-header {
    padding-top: 100px;
    padding-bottom: 100px
}

.top-header-large {
    padding-top: 200px;
    padding-bottom: 100px
}

.top-header-large .works-filter-portfolio {
    margin-top: 150px
}

.heading {
    position: absolute;
    top: 53%;
    left: 42%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.heading h2,
.top-header h2,
.top-header-large h2 {
    word-spacing: 5px;
    line-height: 40px
}

.heading .slogans h2 {
    line-height: 20px
}

.heading .f-big {
    line-height: 50px
}

.heading .f-expanded {
    line-height: 55px
}

.heading .f-extra-expanded {
    line-height: 50px
}

.team-home img {
    margin-left: 30px
}

.portrait img {
    border-radius: 100%
}

.logo-footer {
    max-width: 100px;
    height: auto;
    float: left;
    position: relative;
    bottom: 10px
}

.logo-nav {
    display: block;
    text-align: left;
    max-width: 60px;
    position: relative;
    bottom: 25px
}

.logo img {
   
   
    width: 40px;

}

.navlogo img {
   
   
    width: 50px;
    text-align: left;

}

.logo-center img {
    width: 50px;
    margin-bottom: 30px
}

.logo-text {
    letter-spacing: 5px
}

.about-text {
    margin-top: 25px;
    line-height: 33px
}

.about-split {
    margin: 0 5%
}

.about-split p {
    line-height: 40px;
    margin-bottom: 20px
}

.about-split .f-medium {
    line-height: 55px
}

#services {
    padding-top: 100px;
    background: #fff
}

.service {
    padding-bottom: 150px
}

.service .separator {
    margin-left: 25px
}

.service i {
    font-size: 45px
}

.service h2 {
    font-size: 16px;
    word-spacing: 3px;
    letter-spacing: 1px;
    margin-left: 30px
}

.service p {
    line-height: 35px;
    font-size: 14px;
    margin-top: 15px
}

#portfolio {
    position: relative;
    background: #fff;
    padding-bottom: 200px
}

.works-filter-portfolio .no-border {
    margin: 5px 40px 0 3px
}

.works-filter-portfolio li {
    border: 1px solid #ccc;
    padding: 7px;
    margin: 5px 0 0 10px
}

.works-filter-top li {
    border: 1px solid #ccc;
    padding: 7px;
    margin: auto
}

.uk-subnav > .uk-active > * {
    color: #191919
}

.uk-subnav > * >:focus,
.uk-subnav > * >:hover {
    color: #000;
    text-decoration: none
}

.works-filter-top li {
    margin-top: 50px
}

.works-filter-top {
    margin: auto;
    text-align: center
}

.works-filter li,
.works-filter-full li {
    margin-right: 30px
}

.works-filter-full {
    margin-left: 10%
}

.work li {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

.work {
    overflow: hidden
}

.work img {
    overflow: hidden;
    width: 100%
}

.work li:hover {
    opacity: 1
}

.work img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

.work .white-hover,
.work .dark-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.white-hover {
    background: url(pattern-2.png) repeat
}

.dark-hover {
    background: url(pattern-1.png) repeat
}

.work .white-hover p,
.work .dark-hover p {
    position: absolute;
    bottom: 36%;
    left: 50%;
    letter-spacing: 3px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.work .white-hover span,
.work .dark-hover span {
    position: absolute;
    top: 62%;
    left: 50%;
    letter-spacing: 3px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.gutter .white-hover p,
.gutter .dark-hover p {
    position: absolute;
    bottom: 36%;
    left: 53%;
    letter-spacing: 3px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.gutter .white-hover span,
.gutter .dark-hover span {
    position: absolute;
    top: 62%;
    left: 53%;
    letter-spacing: 3px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.work:hover .white-hover,
.work:hover .dark-hover {
    opacity: 1
}

.work:hover img {
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hover .button {
    margin: auto
}

.gutter-container {
    margin: 4px 0
}

.gutter-container-full {
    margin: 0 5px 5px
}

.gutter-container-full .gutter {
    padding: 5px
}

.gutter {
    padding: 5px 0 5px 10px
}

.gutter:hover img {
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#project {
    padding-bottom: 120px
}

.split-last {
    margin-bottom: 120px
}

.project-image img {
    margin-bottom: 20px
}

.project-description {
    margin-top: 130px
}

.project-description p {
    line-height: 32px;
    margin-bottom: 25px
}

.project-description ul li {
    margin-top: 20px
}

.feedback {
    margin-top: 20px;
    margin-bottom: 20px
}

#team {
    padding-bottom: 100px
}

#team-split {
    padding-top: 30px
}

.member {
    margin-bottom: 30px
}

.member h2 {
    word-spacing: 3px;
    letter-spacing: 2px
}

.member h4 {
    letter-spacing: 1px;
    word-spacing: 1px
}

.member ul li {
    display: inline-block;
    margin-right: 25px
}

.member ul li i {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.member .hover {
    background: url(../images/pattern-2.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.member:hover .hover {
    opacity: 1
}

.hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.hover-content ul li {
    background: #191919;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
    border-radius: 100%;
    color: #fff
}

.hover-content ul li a {
    color: #fff
}

#pricing {
    position: relative;
    padding-bottom: 100px;
    background: #fff
}

.price-table {
    border: 3px solid #e5e5e5;
    padding: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-bottom: 100px
}

.price-table:hover {
    border: 3px solid #ccc
}

.table-special {
    border: 1px solid #777
}

.price-head {
    margin-bottom: 50px
}

.price-head h1 {
    margin-bottom: 20px
}

.price-value {
    margin-top: 50px
}

.price-body ul li {
    margin: 25px 0 0;
    padding: 0 0 25px
}

.price-table .button {
    margin-top: 50px
}

#blog {
    padding-top: 100px;
    background: #fff
}

#blog-post {
    padding-bottom: 50px
}

.blog-post {
    margin-bottom: 50px
}

.post-full,
.right-side-large .blog-post,
.left-side-large-blog .blog-post {
    padding-bottom: 50px
}

.blog-post h3 {
    line-height: 40px;
    padding: 40px 0 30px
}

.blog-post ul li {
    display: inline-block;
    margin: 0 0 10px 10px
}

.blog-post ul li a {
    margin-left: 3px
}

.blog-post img {
    opacity: .9;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.blog-post img:hover {
    opacity: 1
}

.blog-post p {
    line-height: 40px
}

.full-post {
    margin-top: 40px;
    margin-bottom: 40px
}

.post-full img {
    width: 100%
}

blockquote {
    line-height: 37px
}

.blog-post .button {
    margin-top: 30px
}

.blog-masonry .blog-post {
    padding: 20px;
    margin-bottom: 100px
}

.sidebar {
    margin: 0 0 130px 60px
}

.right-side-small-sidebar .sidebar {
    margin: 0 0 130px
}

.sidebar ul {
    margin-top: 50px
}

.sidebar ul li {
    margin-top: 40px;
    line-height: 30px
}

.sidebar img {
    max-width: 50px;
    margin-right: 15px
}

.tags {
    margin-bottom: 100px
}

.tags li {
    display: inline-block;
    padding: 5px;
    margin: 3px;
    border: 1px solid #777;
    border-radius: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.tags li:hover a {
    color: #fff
}

.tags li:hover {
    background: #191919;
    border: 1px solid #191919
}

.comment-form {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 100px
}

.form {
    margin-top: 50px
}

.form input {
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #999
}

.form .button {
    margin-top: 40px
}

.comment-form h3 {
    margin-bottom: 20px
}

.form textarea {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #999
}

.posted-comment {
    background: #f1f1f1;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 20px
}

.posted-comment img {
    border-radius: 100%;
    width: 50px
}

.posted-comment span {
    font-size: 11px
}

.posted-comment p {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 32px
}

#map_canvas {
    height: 100vh;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-bottom: 100px
}

.map-full {
    margin-bottom: 200px
}

#contact form input,
form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 40px;
    transition: none;
    background: transparent;
    width: 100%;
    border: none;
    color: #191919;
    float: left;
    border-bottom: 3px solid #191919;
    font-size: 16px;
    font-weight: 500;
    word-spacing: 2.5px;
    text-align: left
}

#message {
    height: 100px
}

#contact-form {
    text-align: left
}

#contact-wrapper {
    margin-right: 5%
}

#contact-form p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase
}

#contact-form p {
    margin-top: 15px
}

#contact-form i {
    margin-right: 5px
}

#contact-form p {
    float: right
}

.contact-btn {
    float: left;
    margin-top: 50px;
    margin-bottom: 150px
}

::-webkit-input-placeholder {
    color: #777
}

#contact-form label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%
}

:-moz-placeholder {
    color: #777
}

::-moz-placeholder {
    color: #777
}

:-ms-input-placeholder {
    color: #777
}

#contact-form .error {
    bottom: 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    left: auto;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto
}

.response h3 {
    letter-spacing: 2px;
    margin: 10px 0 25px;
    text-transform: uppercase
}

#shop {
    padding-top: 100px
}

.shop-post {
    margin-bottom: 200px
}

.shop-post h3 {
    letter-spacing: 1px;
    word-spacing: 3px;
    padding: 9px 0 0
}

.shop-post img {
    opacity: .9;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 100%
}

.shop-post img:hover {
    opacity: 1
}

.shop-post p {
    line-height: 40px
}

.shop-post .button {
    margin-top: 30px
}

.shop-masonry .shop-post {
    padding: 0 20px
}

.single-product {
    margin-bottom: 50px
}

@media all and (max-width: 1020px) {
    .left-side,
    .left-side-small {
        position: relative;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 1
    }
    .left-side-large-blog {
        margin-left: 0
    }
    .right-side,
    .right-side-small,
    .right-side-large,
    .left-side-large-blog {
        position: relative;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 1
    }
    .right-side,
    .right-side-large,
    .right-side-small-sidebar,
    .left-side-small-sidebar,
    .left-side,
    .left-side-small,
    .left-side-large-blog {
        width: 100%
    }
    .navigation-footer ul li i {
        color: #fff;
        margin-left: 8px;
        margin-bottom: 8px;
        border: 1px solid #2f2f2f;
        width: 30px;
        height: 30px;
        line-height: 28px;
        border-radius: 100%;
        text-align: center;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }
    .blog-post {
        padding-bottom: 50px;
        margin-bottom: 100px
    }
    .about-split p {
        margin-top: 20px
    }
    .left-side-small-sidebar {
        position: relative;
        padding-top: 50px
    }
    .right-side-small-sidebar {
        width: 100%;
        position: relative
    }
    .blog-masonry .blog-post {
        padding-bottom: 20px
    }
    .gutter-container {
        margin: 0 5px 5px
    }
    .gutter-container .gutter {
        padding: 5px
    }
    #project-split .project-description {
        padding: 0 40px
    }
    .works-filter-top {
        margin: auto;
        text-align: center
    }
    .works-filter-portfolio li,
    .works-filter-top li {
        border: 1px solid #ccc;
        padding: 7px;
        margin: 8px auto
    }
    .works-filter-top li {
        margin-top: 50px
    }
    .works-filter,
    .works-filter-full {
        position: absolute;
        bottom: 50px;
        left: 13%;
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        -ms-transform: rotate(1deg)
    }
    .works-filter li,
    .works-filter-full li {
        margin-right: 30px
    }
    #map_canvas {
        width: 100%
    }
    #project .no-margin {
        margin-top: 130px!important
    }
    .team-home .float-l {
        float: initial!important
    }
    .loader-img img {
        left: 45%
    }
    .blog-post ul li,
    .shop-post ul li {
        display: block;
        padding-left: 15px;
        border-left: 1px solid #b2b2b2;
        margin: 0 0 20px
    }
    .blog-post .no-margin,
    .shop-post .no-margin {
        margin: 0 0 20px!important
    }
    .blog-post .no-padding,
    .shop-post .no-padding {
        padding-left: 15px!important
    }
    .blog-post .no-border,
    .shop-post .no-border {
        border-left: 1px solid #b2b2b2!important
    }
    .multi-img img {
        margin-left: 25px;
        width: 45px
    }
    .simple-big h2 {
        font-size: 3em
    }
    #about .heading {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 0 10px 0 35px;
        z-index: 99;
        width: 100%
    }
    #about .logo {
        display: none
    }
    .about-text {
        line-height: 28px
    }
    .service {
        padding-bottom: 400px
    }
    #contact-wrapper {
        margin-left: 5%
    }
    .f-expanded {
        font-size: 2em
    }
}

@media all and (max-width: 590px) {
    .f-medium {
        font-size: 22px
    }
    .f-expanded {
        font-size: 1.5em
    }
}

@media all and (max-width: 500px) {
    .works-filter-portfolio .no-border {
        margin: 5px 1px 0 3px
    }
}

@media all and (max-width: 460px) {
    .loader-img img {
        left: 42%
    }
    #map_canvas {
        height: 350px
    }
    #contact-form p {
        float: left;
        margin-top: 20px
    }
    .service .separator {
        display: none
    }
    .post-info .no-margin {
        margin: 0 0 20px!important
    }
    .post-info .no-padding {
        padding-left: 20px!important
    }
    .post-info .no-border {
        border-left: 1px solid #b2b2b2!important
    }
    .uk-offcanvas-bar {
        width: 75%;
        background: #191919;
        overflow-x: hidden
    }
    .member ul li {
        display: inline-block;
        margin-right: 5px
    }
    .portrait img {
        margin-top: 50px
    }
    .big-text h2 {
        width: 100%
    }
    .f-extra-expanded {
        font-size: 2.5em;
        line-height: 30px
    }
    .f-large {
        font-size: 2.3em
    }
    .f-big {
        font-size: 1.9em
    }
    .f-expanded {
        font-size: 15px
    }
    .f-semi-expanded {
        font-size: 15px
    }
    .f-medium {
        font-size: 18px
    }
    .f-normal {
        font-size: 12px
    }
    .heading h2,
    .top-header h2 {
        line-height: 28px
    }
    .heading .f-big {
        line-height: 30px
    }
    .big-text h2 {
        line-height: 47px
    }
    .works-filter li,
    .works-filter-full li {
        margin-right: 0
    }
    .uk-subnav li {
        font-size: 11px
    }
    .uk-subnav .no-border {
        border: 1px solid #ccc!important;
        font-size: 11px;
        margin-left: 10px
    }
    .heading {
        position: absolute;
        top: 48%;
        left: 42%
    }
    #home .separator {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .nav-trigger {
        position: fixed;
        left: 30px
    }
    .heading .f-expanded {
        line-height: 30px
    }
    .heading .f-extra-expanded {
        line-height: 30px
    }
    .top-header-large {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .nav-trigger .f-expanded {
        font-size: 20px
    }
}
	
	
	.preview-page h2{
		line-height: 70px;
		letter-spacing: 0px;
		max-width: 800px;
	}
	
	.preview-page .button{
		margin-bottom: 100px;
	}
	
	.preview-page span{
		position: relative;
		right: 10px;
	}
	
	.preview-page .white{
		float: left;
		padding: 2px 4px 2px 2px;
		margin-top: -9px;
	}
	
	.preview-page .work{
		
		margin-bottom: 130px;
		padding-right: 40px;
	}
	
	
	.preview-page .work img{
		
		-moz-box-shadow: 0px 0px 5px #191919;
		-webkit-box-shadow: 0px 0px 5px #191919;
		box-shadow: 0px 0px 5px #191919;
	}
	
	.preview-page .work img:hover{
		-moz-box-shadow: 0px 0px 9px #191919;
		-webkit-box-shadow: 0px 0px 9px #191919;
		box-shadow: 0px 0px 9px #191919;
	}
	
	.preview-title{
		padding: 25px 0px 25px 0px;
	}