﻿@charset "utf-8";


/* ----------------------------------

Name: style.css
Author: Fourtabs
Website: https://www.fourtabs.com
Exclusively available here: https://themeforest.net/user/fourtabsthemes

------------------------------------- */







/*====================================================


	Table of Contents
	
	

		01. Generel Styles 

			+ Generate Google Fonts
			+ Essential Styles
			+ Buttons
			+ Floats
			+ Overlays
			+ Row Fix
			+ Section Styles
			+ Separators

		02. Typography

			+ Font Classes
			+ Font Positions
			+ Font Weight
			+ Font Transformation
			+ Font Colors
			+ Font Sizes


		03. Loading Screen

			+ Loader Logo
			+ Loader Animation
			+ After Loading

		04. Backgrounds
			
			+ Solid Backgrounds
			+ Image Backgrounds


		05. Navigations

			+ General
			+ Bootstrap Fix
			+ Dropdown

		06. Homepage

			+ General
			+ Logo Styles
			+ Headers
			+ Homepage Texts
			+ Home Button Fix
			+ Slideshow


		07. About

			+ General
			+ About Images


		08. Options

		09. Showcase

		10. Download
		
		11. Features

		12. Pricing Table

		13. Video

		14. Reviews
		
		15. Newsletter

		16. Team
			
		17. FAQ

		18. Blog
		
			+ Blog Post
			+ Blog Sidebar

		19. Map

		20. Contact

		21. Footer

		22. Responsive
		
			+ Resolution Under 1450px
			+ Resolution Under 1350px
			+ Resolution Under 1260px
			+ Resolution Under 1175px
			+ Resolution Under 1080px
			+ Resolution Under 992px
			+ Resolution Under 825px
			+ Resolution Under 768px
			+ Resolution Under 530px
			+ Resolution Under 490px
			+ Resolution Under 450px
			+ Resolution Under 400px
			+ Resolution Under 375px


	
====================================================*/



/* 
=====================

Generel Styles

=====================

*/


/* Generate Google Fonts */


@import "https://fonts.googleapis.com/css?family=Sofia|Poppins:300,400,500,600,700|Montserrat:100,300,400,700";


/* Essential Styles */


* {
    margin: 0;
    padding: 0;
}

::selection {
    background-color: #ececec;
}

html,
body {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Poppins', 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%;
    text-align: center;
    float: none;
}

.container-fluid {
    margin: 0 auto;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    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;
}

a {
    color: #222222;
    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,
h2,
h3,
h4,
h5,
h6,
.h2,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #222222;
    margin-top: 10px;
}

p {
    margin: 0 0 5px;
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.centered {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-border {
    border: none !important;
    border-style: none !important;
}



/* Buttons */


.button,
.button-big {
    z-index: 0;
    background: transparent;
    border: 3px solid #ccc;
    cursor: pointer;
    color: #505050;
    display: block;
    margin: auto;
    font-weight: 900;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    word-spacing: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 150px;
    height: 50px;
    line-height: 48px;
    font-size: 11px;
}

.button-big {
    width: 250px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
}

    .button:hover,
    .button-big:hover {
        background: #222222;
        border: 3px solid #222222;
        color: #fff;
    }


/* Floats */

.float-l {
    float: left !important;
}

.float-r {
    float: right !important;
}


/* Overlays */

.pattern-black:after,
.pattern-white:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.pattern-black:after {
    background: #000;
    opacity: 0.8;
}

.pattern-white:after {
    background: #fff;
    opacity: 0.85;
}


/* Row Fix */

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Section Styles */

.section-content {
    padding: 0 10%;
    z-index: 9999;
}

.section-content-full {
    padding: 0;
    z-index: 9999;
}

.sections {
    width: 100%;
    z-index: 1;
}


/* Separators */

.separator-small {
    width: 90px;
    height: 7px;
    background: #FF612B none repeat;
    margin-top: 25px;
    margin-bottom: 25px;
}

.separator-small-dark {
    width: 90px;
    height: 7px;
    background: #222222 none repeat;
    margin-top: 25px;
    margin-bottom: 25px;
}

.separator-small-right {
    width: 90px;
    height: 7px;
    background: #ccc none repeat;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: right;
    float: right;
}

.separator-center {
    width: 90px;
    height: 7px;
    background: #FF612B none repeat;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}


/* Social Media Icons */


.fa-500px {
    color: #0099e5;
}

.fa-amazon {
    color: #ff9900;
}

.fa-android {
    color: #a4c639;
}

.fa-apple {
    color: #999999;
}

.fa-bitbucket,
.fa-bitbucket-square {
    color: #205081;
}

.fa-bluetooth,
.fa-bluetooth-b {
    color: #3B5998;
}

.fa-cc-mastercard {
    color: #cc0000;
}

.fa-cc-stripe {
    color: #00afe1;
}

.fa-cc-visa {
    color: #1a1f71;
}

.fa-cc-paypal {
    color: #003087;
}

.fa-chrome {
    color: #CC0033;
}

.fa-codepen {
    color: #0ebeff;
}

.fa-delicious {
    color: #3399ff;
}

.fa-deviantart {
    color: #05cc47;
}

.fa-digg {
    color: #005be2;
}

.fa-dropbox {
    color: #007ee5;
}

.fa-drupal {
    color: #0077c0;
}

.fa-edge {
    color: #0078d7;
}

.fa-etsy {
    color: #d5641c;
}

.fa-etsy {
    color: #d5641c;
}

.fa-facebook,
.fa-facebook-f,
.fa-facebook-official,
.fa-facebook-square {
    color: #3b5998;
}

.fa-firefox {
    color: #e66000;
}

.fa-flickr {
    color: #0063dc;
}

.fa-foursquare {
    color: #f94877;
}

.fa-github,
.fa-github-square {
    color: #4078c0;
}

.fa-gitlab {
    color: #fca326;
}

.fa-gittip {
    color: #663300;
}

.fa-google {
    color: #4285f4;
}

.fa-google-plus,
.fa-google-circle,
.fa-google-official,
.fa-google-square {
    color: #dd4b39;
}

.fa-hacker-news {
    color: #ff4000;
}

.fa-html5 {
    color: #e34f26;
}

.fa-joomla {
    color: #f44321;
}

.fa-lastfm,
.fa-lastfm-square {
    color: #d51007;
}

.fa-likedin,
.fa-likedin-square {
    color: #0077b5;
}

.fa-linux {
    color: #333333;
}

.fa-mixcloud {
    color: #52aad8;
}

.fa-odnoklassniki,
.fa-odnoklassniki-square {
    color: #ed812b;
}

.fa-opera {
    color: #cc0f16;
}

.fa-paypal {
    color: #003087;
}

.fa-pinterest,
.fa-pinterest-p,
.fa-pinterest-square {
    color: #cb2027;
}

.fa-reddit {
    color: #ff4500;
}

.fa-reddit,
.fa-reddit-alien,
.fa-reddit-square {
    color: #ff4500;
}

.fa-scribd {
    color: #1a7bba;
}

.fa-skype {
    color: #00aff0;
}

.fa-slack {
    color: #6ecadc;
}

.fa-slideshare {
    color: #0077b5;
}

.fa-snapchat,
.fa-snapchat-ghost,
.fa-snapchat-square {
    color: #fffc00;
}

.fa-soundcloud {
    color: #ff8800;
}

.fa-spotify {
    color: #1db954;
}

.fa-stack-exchange {
    color: #1e5397;
}

.fa-stack-overflow {
    color: #f48024;
}

.fa-steam,
.fa-steam-square {
    color: #00adee;
}

.fa-stumbleupon {
    color: #eb4924;
}

.fa-stumbleupon,
.fa-stumbleupon-circle {
    color: #eb4924;
}

.fa-stumbleupon {
    color: #eb4924;
}

.fa-telegram {
    color: #0088cc;
}

.fa-twitter,
.fa-twitter-square {
    color: #1da1f2;
}

.fa-tripadvisor {
    color: #00af87;
}

.fa-tumblr,
.fa-tumblr-square {
    color: #35465c;
}

.fa-vimeo {
    color: #1ab7ea;
}

.fa-vimeo,
.fa-vimeo-square {
    color: #1ab7ea;
}

.fa-vine {
    color: #00b488;
}

.fa-wechat {
    color: #7bb32e;
}

.fa-wikipedia {
    color: #000000;
}

.fa-windows {
    color: #0078d7;
}

.fa-wordpress {
    color: #21759b;
}

.fa-xing,
.fa-xing-square {
    color: #026466;
}

.fa-yahoo {
    color: #410093;
}

.fa-dribbble {
    color: #ea4c89;
}

.fa-behance,
.fa-behance-square {
    color: #053eff;
}

.fa-twitch {
    color: #6441a5;
}

.fa-snapchat {
    color: #fffc00;
}

.fa-youtube,
.fa-youtube-play,
.fa-youtube-square {
    color: #ff0000;
}

.fa-windows {
    color: #0078d7;
}

.fa-whatsapp {
    color: #075e54;
}

.fa-quora {
    color: #a82400;
}

.fa-instagram {
    color: #e1306c;
}


.fa-imdb {
    color: #f5de50;
}

.fa fa-yelp {
    color: #af0606;
}


/* 
=====================

	02. Typography

=====================

*/

/* Font Classes */

.poppins {
    font-family: 'Poppins', sans-serif;
}

.sofia {
    font-family: 'Sofia', cursive;
    word-spacing: 3px;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
}


/* Font Positions */

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center !important;
}

.t-right {
    text-align: right !important;
}


/* Font Weight */

.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;
}


/* Font Transformation */


.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}


/* Font Colors */


.dark {
    color: #222222;
}

.white {
    color: #e5e5e5;
}

.gray1 {
    color: #353535;
}

.gray2 {
    color: #505050;
}



/* Font Sizes */


.colored {
    color: #036EFF;
}

.f-smaller {
    font-size: 16px;
}

.f-small {
    font-size: 16px;
}

.f-normal {
    font-size: 18px;
}

.f-semi-expanded {
    font-size: 1.5em;
}

.f-medium {
    font-size: 30px;
}

.f-expanded {
    font-size: 2.5em;
}

.f-big {
    font-size: 45px;
}

.f-large {
    font-size: 3.5em;
}

.f-extra-expanded {
    font-size: 5.5em;
}



/*======================

	03. Loading Screen

========================*/





#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
}


#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 100%;
    border: 0px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
    overflow: hidden;
}




/* Loader Logo
-------------------------*/




.loader-img img {
    display: block;
    position: absolute;
    left: 47.5%;
    bottom: 48%;
    width: 60px;
    height: auto;
    z-index: 1002;
}




/* Loader Animation
-------------------------*/




#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #fff;
    overflow: hidden;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    border: 0px solid transparent;
    border-top-color: #fff;
    overflow: hidden;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    background: r#fff;
    color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }




/* After Loading
-------------------------*/




.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}



/* 
=====================

	04. Backgrounds

=====================

*/


/* Solid Backgrounds */


.white-bg {
    background-color: #fff !important;
}

.dark-bg {
    background-color: #222222 !important;
}

.fullscreen {
    width: 100%;
    height: 100vh;
}


/* Image Backgrounds */


.image-bg {
    background: url(../img/bg-01.jpg);
    height: 100vh;
}

.image-bg-1 {
    background: url(../img/bg-01.jpg);
}

.image-bg-2 {
    background: url(../img/bg-02.jpg);
}

.image-bg-3 {
    background: url(../img/bg-03.jpg);
}

.image-bg-4 {
    background: url(../images/slider/slider-backdrop.jpg);
}

.image-bg-5 {
    background: url(../img/bg-05.jpg);
}

.image-bg-6 {
    background: url(../img/bg-06.jpg);
}

.image-bg-7 {
    background: url(../img/bg-07.jpg);
}

.image-bg-8 {
    background: url(../img/bg-08.jpg);
}

.image-bg-9 {
    background: url(../img/bg-09.jpg);
}

.image-bg,
.image-bg-1,
.image-bg-2,
.image-bg-3,
.image-bg-4,
.image-bg-5,
.image-bg-6,
.image-bg-7,
.image-bg-8,
.image-bg-9 {
    width: 100%;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
}



/*======================

	05. Navigations

========================*/




/* General
-------------------------*/

.navigation {
    background: #fff;
    z-index: 999;
    padding: 0px 3% 0px 3%;
    opacity: 0.973;
}

.navbar-default .navbar-nav > li > a {
    color: #353535;
    font-weight: 500;
}

.navbar-brand img {
    width: 20px;
}

.nav {
    float: right;
}


    .nav li a {
        margin-right: 10px;
        color: #2f2f2f;
        font-size: 11px;
        letter-spacing: 1px;
    }





    /* Bootstrap Fix
-------------------------*/



    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent;
        color: #777777;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: transparent;
        border-color: transparent;
    }

.navbar-toggle {
    border-radius: 0px;
    border: 1px solid #6b6b6b;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}

.icon-bar {
    background: #777777;
}

.nav li a {
    text-align: left;
}


.uk-subnav > * > :focus, .uk-subnav > * > :hover {
    color: #505050;
    text-decoration: none;
}

.uk-subnav > .uk-active > * {
    color: #222222;
}




/* Dropdown
-------------------------*/



.dropdown-menu {
    background: #222222;
    padding-top: 23px;
}

    .dropdown-menu li {
        margin-bottom: 15px;
    }

        .dropdown-menu li a {
            color: #e5e5e5;
            letter-spacing: 1px;
        }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }

.multi-drop a {
    margin-bottom: 15px;
}


.drop-left {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    overflow-x: hidden;
}

.drop-right {
    float: right;
    padding-top: 15px;
    padding-right: 30px;
}

.big-dropdown-home {
    min-width: 500px;
}

.big-dropdown {
    min-width: 700px;
}

    .big-dropdown li {
        margin-bottom: 30px;
    }

.big-dropdown-home li {
    margin-bottom: 25px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent;
}

.multi-drop .drop-title {
    font-weight: bold;
    color: #f7f7fc;
    letter-spacing: 4px;
}

.caret {
    position: absolute;
    bottom: 23px;
    right: 0px;
}



/* 
=====================

	06. Homepage

=====================

*/


/* General */


.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%);
    z-index: 99;
    text-align: center;
}


/* Headers */

#header {
    width: 100%;
    height: 100vh;
}

    #header p {
        margin-top: 20px;
    }

    #header .section-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%);
        z-index: 99;
        text-align: center;
        width: 100%;
    }

        #header .section-content .row {
            padding-top: 30%;
        }

.header-button {
    margin-top: 10px;
    border-color: #222222;
}


#header-pages-dark,
#header-pages,
#header-pages-light {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

#header-pages-dark {
    background: #222222;
}

#header-pages-light {
    background: #f5f5f5;
}


/* Homepage Texts */


.header-text h2 {
    line-height: 120%;
    word-spacing: 3px;
}

.header-text h5 a,
#header-pages-light .header-text h5 a {
    color: #fff;
    font-weight: 100;
    font-size: 10px;
    margin: 0 10px;
    letter-spacing: 2px;
}

.header-text h5 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

#header-pages-light .header-text h5 a {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
}

.header-text p {
    margin-top: 25px;
    line-height: 2;
    word-spacing: 2px;
    letter-spacing: .5px;
}


/* 
=====================

	07. About

=====================

*/



/* General */


#about {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

#about-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.about-block {
    padding-bottom: 75px;
}

#about-2 .about-description h2 {
    line-height: 1.8;
}

.about-description {
    line-height: 1.8;
}

    .about-description .button {
        margin-top: 25px;
    }


    .about-description ul li i {
        margin-top: 25px;
        margin-left: 55px;
        font-size: 23px;
        color: #565656;
    }


/* About Images */


.img-1 img {
    margin-right: -200px;
}

.img-2 img {
    padding: 20px;
    position: relative;
    top: 49px;
    right: 50px;
}

.about-3-img {
    position: relative;
    left: 100px;
}

.img-3 {
    margin-right: -200px;
    margin-top: 25px;
}

    .img-3:nth-child(2) {
        margin-top: 25px;
    }

    .img-3:nth-child(3) {
        margin-top: 50px;
    }




/* 
=====================

	08. Options

=====================

*/


#choose {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.choice {
    margin-bottom: 75px;
}

#choose .section-content {
    padding-top: 75px;
}

.choice i {
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.choice-page-2 .choice,
.choice-page-3 .choice {
    margin-bottom: 150px;
}

    .choice-page-3 .choice .icon {
        background: #222222;
        font-size: 25px;
        width: 60px;
        height: 60px;
        text-align: center;
        color: #fff;
        border-radius: 100%;
        line-height: 60px;
        display: block;
        margin: 15px;
    }

.choice h3 {
    word-spacing: 3px;
    letter-spacing: 1px;
}

.choice p {
    margin: 15px 0px;
}

.choice img {
    margin: 0 auto;
}



/* 
=====================

	09. Showcase

=====================

*/


#showcase {
    margin-top: 50px;
    margin-bottom: 50px;
}

    #showcase .section-content {
        padding-top: 75px;
    }

    #showcase .uk-slider li {
        padding: 0 25px;
    }

        #showcase .uk-slider li .hover {
            opacity: 0;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
        }

        #showcase .uk-slider li img {
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
        }

        #showcase .uk-slider li:hover .hover {
            opacity: 1;
        }

        #showcase .uk-slider li:hover img {
            opacity: .3;
        }

        #showcase .uk-slider li .hover i {
            position: absolute;
            top: 50%;
            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;
        }

.showcase-page-02 .uk-slider li img {
    border: 4px solid #fff;
}

.showcase-page-02 .uk-slider li:hover img {
    opacity: .5;
    border: 5px solid #222222;
}

.showcase li {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.showcase {
    overflow: hidden;
}

    .showcase li:hover {
        opacity: 1;
    }

    .showcase img {
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        overflow: hidden;
    }

    .showcase .hover {
        background: url(../img/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;
    }

        .showcase .hover p {
            position: absolute;
            top: 50%;
            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;
        }

    .showcase:hover .hover {
        opacity: 1;
    }

    .showcase:hover img {
        -o-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

.hover .button {
    margin: auto;
}

.gutter {
    padding: 20px;
}

    .gutter:hover img {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.showcase-page-05 .showcase img {
    border: 5px solid #fff;
}



/* 
=====================

	10. Download

=====================

*/



#download {
    background: #f7f7fc;
    padding-top: 50px;
    padding-bottom: 50px;
}

    #download .section-content {
        padding-top: 75px;
        z-index: 1;
    }

.download-page-3 {
    padding-bottom: 25px;
}

    .download-page-3 .row h3 {
        margin: 0 0 0 10px;
        letter-spacing: 1px;
    }

    .download-page-3 .row p {
        margin: 10px 0 20px;
    }

    .download-page-3 .row a i {
        margin-right: 10px;
    }




/* 
=====================

	11. Features

=====================

*/


#features {
    background: #f7f7fc;
    padding-top: 50px;
    padding-bottom: 50px;
}

    #features .section-content {
        margin-top: 75px;
    }


#features-page {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

    #features-page .section-content {
        margin-top: 150px;
    }


.service {
    margin-bottom: 75px;
}

    .service .separator-small {
        width: 50px;
        height: 1px;
    }

    .service i {
        font-size: 45px;
    }

.service-page i {
    font-size: 55px;
}

.service h1 {
    word-spacing: 3px;
    letter-spacing: 1px;
}

.service p {
    line-height: 1.8;
    color: #353535;
    font-size: 16px;
    margin-top: 15px;
}

.service-page p {
    margin-top: 0;
}



/* 
=====================

	12. Pricing

=====================

*/



#pricing {
    background: #f7f7fc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#pricing-page {
    background: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}

    #pricing .section-content,
    #pricing-page .section-content {
        padding-top: 75px;
    }

    #pricing-page .button {
        border-color: #222222;
    }

.price-table {
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.table-special {
    border: 1px solid #777;
}

.price-head h1 {
    word-spacing: 3px;
    letter-spacing: 1px;
}

.big-table {
    transform: scale(1.1);
    z-index: 99;
}

.price-value {
    margin-bottom: 25px;
}

.price-body ul li {
    margin: 25px 0 0;
    padding: 0 0 25px;
}




/* 
=====================

	13. Video

=====================

*/


#video {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #video .section-content i {
        margin-bottom: 25px;
        border: 1px solid #fff;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 100%;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

        #video .section-content i:hover {
            color: #e5e5e5;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
            border: 1px solid transparent;
        }

    #video .section-content p {
        margin-top: 25px;
    }




/* 
=====================

	14. Reviews

=====================

*/


#reviews {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #reviews .section-content {
        padding-top: 75px;
    }

#reviews-page-03 {
    padding-top: 150px;
    padding-bottom: 150px;
}

    #reviews-page-03 .section-content {
        padding-top: 75px;
    }

#reviews .uk-slider li img,
.review-page-03 img {
    max-width: 120px;
    border-radius: 100%;
}

#reviews .uk-slider p {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 600px;
    line-height: 1.8;
}

.review-page-02 p,
.review-page-03 p {
    width: 400px;
}

.review-page-03 {
    margin-bottom: 75px;
}

.stars i {
    color: #ffd700;
    margin-top: 10px;
}

.review-page-03 p {
    padding: 25px 0 25px;
    margin: auto;
    line-height: 1.8;
}




/* 
=====================

	15. Newsletter

=====================

*/



#newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
}

.subscribe-form {
    margin-top: 75px;
    z-index: 3;
}

#newsletter-mp {
    padding-top: 0;
    padding-bottom: 150px;
}

    #newsletter-mp .form-control {
        border-bottom: 1px solid #afafaf;
    }

.form-control {
    padding-bottom: 7px;
    transition: none;
    background: transparent;
    border: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #A8A7A7;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin: auto;
    box-shadow: none;
}

.subscribe-form .button {
    margin-top: 25px;
}




/* 
=====================

	16. Team

=====================

*/


#team {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #team .section-content {
        padding-top: 75px;
    }


.member h2 {
    word-spacing: 3px;
    letter-spacing: 2px;
}

.member h4 {
    letter-spacing: 9px;
    word-spacing: 1px;
    max-width: 240px;
    margin: auto;
    color: #191919 !important;
}

/*.member .separator-center {
    background: #222222;
}*/

.member ul li {
    display: inline-block;
    margin-right: 10px;
}

.member .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;
}

.member:hover .hover {
    opacity: 1;
}

.member img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.member:hover img {
    opacity: .3;
}

.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 {
        margin-top: 25px;
        color: #353535;
    }

        .hover-content ul li a {
            color: #222222;
        }




/* 
=====================

	17. FAQ

=====================

*/


#faq {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #faq .section-content {
        padding-top: 75px;
    }

.uk-accordion {
    margin-top: 20px;
}

.faq-page-02 .uk-accordion {
    margin-top: 35px;
}

.faq-img {
    max-width: 300px;
    margin: auto;
}

    .faq-img img {
        margin: auto;
    }

.faq .uk-accordion-title {
    padding: 20px;
    background: #f7f7fc;
    word-spacing: 2px;
    letter-spacing: 1px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.faq-page-02 .uk-accordion-title {
    padding: 20px;
    background: #fff;
    word-spacing: 2px;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.faq .uk-accordion-title:hover {
    background: #e5e5e5;
}

.faq-page-02 .uk-accordion-title:hover {
    background: #fff;
}

.faq .uk-accordion-content {
    line-height: 1.8;
    margin-bottom: 10px;
}




/* 
=====================

	18. Blog

=====================

*/


/* Blog Post */


#blog {
    padding-bottom: 50px;
    padding-top: 50px;
    background: #f7f7fc;
}

#blog-page {
    padding-top: 150px;
    padding-bottom: 150px;
}

#blog-post {
    padding-top: 150px;
    padding-bottom: 150px;
}

#blog .section-content {
    padding-top: 75px;
}

#blog-page .section-content {
    padding-top: 75px;
}

.blog-post h3 {
    word-spacing: 4px;
    margin-top: 15px;
    line-height: 1.4;
}

.blog-post ul li {
    display: inline-block;
    padding-left: 15px;
    border-left: 1px solid #b2b2b2;
    margin: 15px 0 15px 15px;
}

    .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: 1.8;
}

.post-text p {
    margin-bottom: 15px;
}

.blog-post .button {
    margin-top: 25px;
}


/* Blog Sidebar */


.sidebar {
    margin: 0 0 75px 25px;
}

    .sidebar ul {
        margin-top: 25px;
    }

        .sidebar ul li {
            margin-top: 25px;
        }

.tags li {
    display: inline-block;
    padding: 8px;
    margin: 3px;
    border: 1px solid #777;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

    .tags li:hover a {
        color: #fff;
    }

    .tags li:hover {
        background: #222222;
        border: 1px solid #222222;
    }




/* 
=====================

	19. Map

=====================

*/

#map_canvas {
    height: 450px;
    width: 100%;
}

#social {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #222222;
}

#social-mp {
    padding-top: 150px;
    padding-bottom: 150px;
}

.social-link a {
    color: #f7f7fc;
}

    .social-link a i {
        margin-right: 10px;
    }



/* 
=====================

	20. Contact

=====================

*/


#contact {
    padding-top: 50px;
    padding-bottom: 190px;
    background: #fff;
}

    #contact .section-content,
    #contact-page .section-content {
        padding-top: 75px;
    }

#contact-page {
    padding-top: 150px;
    padding-bottom: 150px;
    background: #fff;
}

    #contact form input,
    form textarea,
    #contact-page form input,
    form textarea {
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 0px;
        transition: none;
        background: rgba(0, 0, 0, 0);
        width: 100%;
        color: rgb(34, 34, 34);
        float: left;
        border: none;
        border: 1px solid rgb(175, 175, 175);
        font-size: 16px;
        font-weight: 500;
        word-spacing: 2.5px;
        text-align: left;
    }

#contact form label {
    font-weight: bold;
    padding-bottom: 5px;
}

#message {
    height: 100px;
}

#contact-form {
    text-align: left;
}

    #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-full {
    margin-top: 100px;
}

.contact-wrapper {
    max-width: 800px;
    background: red;
}

.contact-btn {
    float: left;
}

.btn-contact {
    background-color: RGBA(255,97,43,.8);
    border: none;
    border-radius: 5px;
    color: #FFF;
    z-index: 0;
    cursor: pointer;
    display: block;
    font-weight: 900;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    word-spacing: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 150px;
    height: 50px;
    line-height: 48px;
    font-size: 11px;
}

    .btn-contact:hover {
        color: #FFF;
        background-color: #ff612b;
    }

::-webkit-input-placeholder {
    color: #777;
}

#contact-form label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    font-weight: bold !important;
    padding-bottom: 5px !important;
}

:-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;
}


#information {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #191919;
}

.info i {
    color: #918f8f;
}

.info {
    max-width: 250px;
    margin: auto;
    text-align: center;
    margin-left: 0px;
}

    .info p {
        margin-top: 15px;
    }


.contact-page-02 .info {
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 150px;
}




/* 
=====================

	21. Footer

=====================

*/

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #222222;
}

.footer-logo img {
    width: 40px;
}

.footer-social li {
    display: inline-block;
    margin: 35px 0 0 35px;
}

    .footer-social li i {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

.footer-details {
    padding-top: 50px;
}

    .footer-details p {
        margin-top: 10px;
    }

    .footer-details a {
        margin-left: 5px;
    }




/* 
=====================

	22. Responsive

=====================

*/


/* Resolution Under 1450px */


@media all and (max-width: 1450px) {
    .header-text .button {
        margin: 35px 10px 0 0;
    }
}


/* Resolution Under 1350px */


@media all and (max-width: 1350px) {
    .choice {
        margin-bottom: 75px;
    }
}



/* Resolution Under 1260px */

@media all and (max-width: 1260px) {
    #header-bg {
        padding-bottom: 160px;
    }

    .header-text .f-extra-expanded {
        font-size: 4em;
    }

    .header-text .f-normal {
        font-size: 14px;
    }

    .choice img {
        max-width: 280px;
    }

    .f-expanded {
        font-size: 2em;
    }
}


/* Resolution Under 1175px */

@media all and (max-width: 1175px) {
    .nav li a {
        margin-right: 0;
    }

    .choice {
        margin-bottom: 75px;
    }

    .header-text .f-semi-expanded {
        font-size: 12px;
    }
}



/* Resolution Under 992px */

@media all and (max-width: 992px) {

    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 10px;
    }

    .mobile-margin-bottom-75px {
        margin-bottom: 75px !important;
    }

    .about-block img {
        margin: 0px 0px 25px 0px;
    }

    .service i {
        line-height: 0px;
    }

    .header-img {
        display: none;
    }

    #header .section-content .row {
        padding-top: 0%;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 9999999;
    }

    .img-1 img {
        margin-right: 0;
        padding-top: 25px;
    }

    .img-2 img {
        display: none;
    }

    .img-3 {
        margin-right: 0;
    }

        .img-3:nth-child(2) {
            margin-top: 0;
        }

        .img-3:nth-child(3) {
            margin-top: 0;
        }

    .about-3-img {
        position: static;
    }

    .choice img {
        margin: 65px 0 50px;
    }

    .choice {
        margin-bottom: 75px;
    }

    .member {
        margin-bottom: 75px;
    }

    #download .button-big {
        margin-bottom: 75px;
    }

    .social-link div a i {
        margin-bottom: 75px;
    }

    .info {
        max-width: 100%;
        text-align: center;
        margin-top: 75px;
    }

    .download-page-2 .col-md-4,
    .download-page-3 .col-md-4,
    .download-page-4 .col-md-4 {
        padding-bottom: 100px;
    }

    .f-extra-expanded {
        font-size: 1.5em;
    }

    #header .hide-header {
        display: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
    }

    .price-table {
        margin-bottom: 75px;
    }

    .faq-img {
        margin-bottom: 75px;
    }

    .blog-post {
        margin-bottom: 75px;
    }

        .blog-post ul {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .uk-accordion-title {
        margin-bottom: 25px;
    }
}



/* Resolution Under 825px */

@media all and (max-width: 825px) {
    .nav li a {
        margin-right: -5px;
    }
}


/* Resolution Under 768px */

@media all and (max-width: 768px) {

    #header-bg {
        padding-top: 200px;
        padding-bottom: 150px;
    }

    .about-mock img {
        margin-top: 25px;
    }

    .nav {
        float: left;
    }

    .caret {
        position: static;
    }

    .map-half {
        margin-bottom: 200px;
    }

    .sidebar {
        margin: 75px 0 0;
    }

    #services .row {
        margin-bottom: 0;
    }

    .big-dropdown {
        min-width: 100%;
        overflow: auto;
    }

    .drop-left {
        float: none;
        padding-top: 15px;
        padding-left: 20px;
    }

    .drop-right {
        float: none;
        padding-top: 0;
        padding-left: 20px;
    }

    .sections {
        padding-top: 0;
    }

    .header-text h5,
    #header-pages-light .header-text h5 {
        display: none;
    }
}



/* Resolution Under 530px */

@media all and (max-width: 530px) {
    .loader-img img {
        left: 45%;
    }

    .choice img {
        width: 85%;
    }

    .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;
    }
}



/* Resolution Under 490px */

@media all and (max-width: 490px) {
    .header-text .f-extra-expanded {
        font-size: 3em;
    }

    .navigation {
        background: #fff;
        -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.75);
    }

    .info {
        max-width: 100%;
        text-align: left;
    }

    .review-page-02 p, .review-page-03 p {
        width: 100%;
    }
}



/* Resolution Under 450px */

@media all and (max-width: 450px) {
    .header-text p {
        line-height: 30px;
    }

    .choice-page-3 .choice .icon {
        background: #222222;
        font-size: 25px;
        width: 60px;
        height: 60px;
        text-align: center;
        color: #fff;
        border-radius: 100%;
        line-height: 60px;
        display: block;
        margin: 15px;
    }

    .loader-img img {
        left: 42%;
    }

    #map_canvas {
        height: 350px;
    }

    #contact-form p {
        float: left;
        margin-top: 20px;
    }

    .service .separator-small {
        display: none;
    }

    #services .col-md-4 {
        padding-bottom: 100px;
        position: relative;
    }

    .member ul li {
        margin-right: 10px;
    }

    .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;
    }
}



/* Resolution Under 400px */

@media all and (max-width: 400px) {

    .section-title h2 {
        font-size: 30px;
    }

    .section-description {
        margin: 0 10px;
    }

    .f-large {
        font-size: 2.3em;
    }

    .f-medium,
    .f-expanded {
        font-size: 20px;
    }

    .works-filter li,
    .works-filter-full li {
        margin-right: 18px;
    }
}



/* Resolution Under 375px */

@media all and (max-width: 375px) {
    .header-text .f-extra-expanded {
        font-size: 2em;
    }

    .drop-right {
        float: left;
        padding-top: 0;
        padding-right: 20px;
    }

    .f-big {
        font-size: 20px;
    }
}

#reviewslider li p {
    margin: 5px 5%;
}

#reviewslider a {
    color: #222222 !important;
}

@media screen and (max-width:640px) {
    #mobileView {
        margin-top: 250px;
        padding-top: 50px;
    }

    .navbar-header h1 {
        padding-top: 50px;
    }

    #about {
        padding-top: 200px;
        margin-top: 50px;
    }

    #tble {
        width: 500px;
        margin: 0 auto;
        overflow-x: auto;
    }
}
