@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation
3. Slider
4. Inner Pages Banner
5. Breadcrumb
6. Under Banner Strip
7. Video Intro
8. Index Page Three Columns
9. What we offer
10. Featured Products
11. Renew Store
12. Blog
13. Testimonials
14. Clients
15. Newsletter
16. About us Page
17. Services Page 1
18. Services Page 2
19. Services Detail Page
20. Blog Page
21. Blog Detail Page
22. Sidebar
23. Contact Page
24. Comming Soon Page
25. No Gutter
26. Social Icons
27. Footer
28. Copyright
29. Scroll up
30. Parallax
31. Backgrounds
32. Media Queries

-------------------------------------------------------------------*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
}
.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

.padding-top
{
    padding-top: 14px;
}

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-right-none
{
    padding-right: 0;
}

.padding-right
{
    padding-right: 14px;
}

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

.padding-bottom
{
    padding-bottom: 14px;
}

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-left-none
{
    padding-left: 0;
}

.padding-left
{
    padding-left: 14px;
}

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

.margin-top
{
    margin-top: 14px;
}

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

.margin-right
{
    margin-right: 14px;
}

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

.margin-bottom
{
    margin-bottom: 14px;
}

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

.margin-left
{
    margin-left: 14px;
}

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

.border-right-none
{
    border-right: none;
}

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.padding-bottom-ex-lg 
{
    padding-bottom: 60px;
}
.padding-top-ex-lg
{
    padding-top: 60px;
}
a, .fa, .progress-bar:before
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
/* ---------------------------------------------------------------------- TOP NAVIGATION STARTS ------------------ */

section#navigation {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand>img
{
    width: 330px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sticky-wrapper.is-sticky .navbar-brand>img
{
    width: 200px;
}

.navbar {
    position: relative;
    min-height: 120px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sticky-wrapper.is-sticky .navbar
{
    min-height: 50px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 26px;
    padding-top: 0px;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.sticky-wrapper {
    height: 0px!important;
}
#navigation {
    width: 100%;
    margin-left: auto;
    margin-bottom: auto;
    position: absolute;
    z-index: 9999;
}
#navigation ul.nav {
    font-size: 13px;
    font-weight: 600;
    margin: 0px;
    padding-top: 47px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#navigation ul.nav li {
    padding: 0px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #515150;
}
#navigation ul.nav li:first-child {
    border: none;
}
#navigation ul.nav li a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
#navigation ul.nav a:hover {
    color: #be0000;
}
#navigation ul.nav .current a {
    color: #be0000;
}
#navigation ul.dropdown-menu {
    margin-top: 20px;
}
#navigation ul.dropdown-menu li {
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    color: #000;
    border: none;
}
#navigation ul.dropdown-menu li a {
    color: #ccc!important;
    padding-top: 4px;
    padding-bottom: 4px;
}
#navigation ul.dropdown-menu li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    padding-right: 6px;
}
#navigation ul.dropdown-menu li a:hover {
    color: #be0000!important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.carousel-control.left, .carousel-control.right
{
    background-image:none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
    top: 60%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #be0000!important;
    text-decoration: none;
    background-color: transparent
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #be0000!important;
    text-decoration: none;
    background-color: transparent;
    outline: 0
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 15px;
    margin-bottom: 14px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 4px 4px -4px #444;
    -moz-box-shadow: 0 4px 4px -4px #444;
    box-shadow: 0 4px 4px -4px #444;
}
.navbar {
    border-radius: 0px;
}
#navigation .navbar-default ul.nav li a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}
nav {
    width: 100%;
}
nav {
    display: inline-block;
    float: right;
}
nav.smaller {
    background-color: rgba(0, 0, 0, 1)!important;
    width: 100%;
}
nav.smaller ul.nav {
    padding-top: 25px!important;
    padding-right: 0px;
    padding-bottom: 20px!important;
    padding-left: 0px;
    margin-bottom: 20px;
}
nav.smaller .searchlink {
    margin-top: 24px;
}
nav.smaller .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#navigation .navbar {
    padding-bottom: 10px;
}
.hide {
    display: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, #navigation .navbar-default ul.nav li a:hover, #navigation .navbar-default ul.nav li a:focus
{
    background-color: transparent;
    color: #be0000;
}
/* ---------------------------------------------------------------------- TOP NAVIGATION ENDS ------------------ */

/* ---------------------------------------------------------------------------- SLIDER STARTS ------------------ */

.slider {
    color: #fff;
}
.slider h2 {
    font-size: 19px;
    font-weight: 600;
    color: #be0000;
    text-transform: uppercase;
}
.slider h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.doubleline-2 {
    background-image: url(../images/lines/double-line-2.jpg);
    background-repeat: no-repeat;
    height: 4px;
    width: 100px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.slider .description {
    font-size: 16px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.slider .button {
    margin-top: 40px;
    margin-bottom: 40px;
}
.slider .button a {
    color: #fff;
    text-align: center;
    width: 100%;
    border: 3px solid #be0000;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.slider .button a:hover {
    background-color: #be0000;
    text-decoration: none;
    color: #fff;
}
/* ---------------------------------------------------------------------------- SLIDER ENDS ------------------ */



/* ---------------------------------------------------------------------------- INNER PAGES BANNERS STARTS ------------------ */


.inner-banner {
    padding-top: 100px;
}
.inner-banner .header {
    margin-bottom: 0px;
    height: 80px;
    position: relative;
}
.inner-banner .header h1 {
    text-align: right;
    margin-top: 25px;
}
.inner-banner .header h1 span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
/* ---------------------------------------------------------------------------- INNER PAGES BANNERS STARTS ------------------ */

.breadcrumb {
    position: absolute;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    text-align: left;
    z-index: 12;
}
ol.breadcrumb li.active {
    color: #be0000;
}
ol.breadcrumb li a {
    color: #fff;
}
/* ---------------------------------------------------------------------------- UNDER BANNERS STRIP STARTS ------------------ */

.strip {
    padding-top: 30px;
    padding-bottom: 30px;
}
.strip h1 {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.strip .button {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}
.strip .button a {
    color: #fff;
    text-align: center;
    width: 100%;
    border: 3px solid #be0000;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.strip .button a:hover {
    background-color: #be0000;
    text-decoration: none;
    color: #fff;
}
.strip .button a.fill {
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #4f4f4f;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    border: 3px solid #4f4f4f;
}
.strip .button a.fill:hover {
    background-color: #be0000;
    text-decoration: none;
    color: #fff;
    border: 3px solid #be0000;
}
/* ---------------------------------------------------------------------------- UNDER BANNERS STRIP STARTS ------------------ */

/* ---------------------------------------------------------------------------- HOME VIDEO INTRO STARTS ------------------ */

.index-about-us {
    padding-top: 65px;
    padding-bottom: 65px;
}
.index-about-us .picture {
    position: relative;
    background-color: #000;
}
.index-about-us .picture:hover img {
    opacity: 0.7;
}
.index-about-us .picture .icon {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 0;
    right: 0;
    width: 65px;
    height: 65px;
    border-radius: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    opacity: 0.9;
    border: 3px solid #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: normal;
    font-size: 30px;
    line-height: 2;
}
.index-about-us .picture .icon:hover {
    opacity: 0.5;
}
.index-about-us .picture .icon i {
    color: #fff;
}
.index-about-us h1 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.index-about-us .lead {
    font-size: 21px;
    color: #525252;
    padding: 0px;
    margin: 0px;
}
.index-about-us .doubleline {
    background-image: url(../images/lines/double-line.jpg);
    background-repeat: no-repeat;
    height: 4px;
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ---------------------------------------------------------------------------- HOME VIDEO INTRO ENDS ------------------ */

/* ---------------------------------------------------------------------------- HOME 3 COLUMNS STARTS ------------------ */

.index-3-cols .block {
    padding: 70px;
}
.index-3-cols .block h1 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.index-3-cols .block .icon {
    background-color: #be0000;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
}
.index-3-cols .block .line {
    background-color: #be0000;
    height: 3px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.index-3-cols .block .description {
    line-height: 24px;
}
.index-3-cols .block.medium-grey {
    color: #fff;
}
.index-3-cols .block.medium-grey h1 {
    color: #fff;
}
.index-3-cols .block .button {
    margin-top: 40px;
}
.index-3-cols .block .button a, .index-about-us .button a {
    color: #333333;
    text-align: center;
    width: 100%;
    border: 2px solid #be0000;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.button a:hover {
    background-color: #be0000;
    text-decoration: none;
    border: 2px solid #be0000;
    color: #fff!important;
}
.index-3-cols .block .button a.white {
    color: #fff;
    text-align: center;
    width: 100%;
    border: 2px solid #be0000;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.index-3-cols .block .button a.white:hover {
    background-color: #be0000;
    text-decoration: none;
    border: 2px solid #be0000;
    color: #fff;
}
/* ---------------------------------------------------------------------------- HOME 3 COLUMNS ENDS ------------------ */

/* ---------------------------------------------------------------------------- WHAT WE OFFER STARTS ------------------ */

.what-we-offer {
}
.what-we-offer .header {
    height: 80px;
    position: relative;
}
.what-we-offer .header h1 {
    margin-top: 50px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}
.what-we-offer .header h1 span {
    font-size: 24px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    color: #fff;
    background-color: #be0000;
    text-transform: uppercase;
}
.what-we-offer .button,.buttonclass {
    margin-top: 28px;
}
.what-we-offer .button a,.buttonclass a {
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #4f4f4f;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #4f4f4f; 
}
.what-we-offer .button a:hover,.buttonclass a:hover {
    background-color: #be0000;
    text-decoration: none;
    color: #fff;
    border: 2px solid #be0000;
}
.what-we-offer .visible-xs {
    text-align: center;
}
.what-we-offer .block {
    margin-top: 20px;
    margin-bottom: 20px;
}
.what-we-offer .block h1 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.what-we-offer .block .icon {
    background-color: #be0000;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center
}
.what-we-offer .block .line {
    background-color: #be0000;
    height: 3px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}
/* ---------------------------------------------------------------------------- WHAT WE OFFER ENDS ------------------ */

.what-we-offer .contents {
    padding-top: 10px;
}
.what-we-offer .intro {
    text-align: center;
}
.what-we-offer .intro h1 {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.what-we-offer .intro .detail {
    font-size: 17px;
    color: #333333;
    line-height: 32px;
    font-style: italic;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------------------------------------------------------- FEATURED PRODUCTS PAGE STARTS ------------------ */

.featured-products .contents {
    padding-top: 10px;
    padding-bottom: 120px;
}
.featured-products .intro {
    text-align: center;
}
.featured-products .intro h1 {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.featured-products .intro .detail {
    font-size: 17px;
    color: #333333;
    line-height: 32px;
    font-style: italic;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.featured-products .intro .doubleline {
    background-image: url(../images/lines/double-line.jpg);
    background-repeat: no-repeat;
    height: 4px;
    width: 100px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* ---------------------------------------------------------------------------- FEATURED PRODUCTS PAGE ENDS ------------------ */

/* ---------------------------------------------------------------------------- HOME BLOG STARTS ------------------ */


.index-blog .intro {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
}
.index-blog .intro h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.index-blog .intro .doubleline-2 {
    background-image: url(../images/lines/double-line-2.jpg);
    background-repeat: no-repeat;
    height: 4px;
    width: 100px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.index-blog .intro .description {
    font-size: 15px;
    color: #fff;
}
.index-blog .intro .button {
    margin-top: 50px;
}
.index-blog .intro .button a {
    color: #fff;
    text-align: center;
    width: 100%;
    border: 2px solid #be0000;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.index-blog .intro .button a:hover {
    background-color: #be0000;
    text-decoration: none;
    border: 2px solid #be0000;
    color: #fff;
}
.index-blog .post {
}
.index-blog .post .picture {
    background-color: #000;
}
.index-blog .post .picture img {
    position: relative;
}
.index-blog .post .picture:hover img {
    opacity: 0.3;
}
.index-blog .post .picture .overlay {
    position: absolute;
    z-index: 10;
    left: 40px;
    bottom: 40px;
    opacity: 0;
}
.index-blog .post .picture:hover .overlay {
    opacity: 1;
}
.index-blog .post .picture .overlay h1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.index-blog .post .picture .overlay .date a, .index-blog .post .picture .overlay .comments a {
    color: #fff;
}
.index-blog .post .picture .overlay .date i, .index-blog .post .picture .overlay .comments i {
    padding-right: 8px;
}
.index-blog .post .picture .overlay .date {
    padding-right: 30px;
    color: #fff;
}
.index-blog .post .picture .overlay .comments {
    color: #fff;
}
/* ---------------------------------------------------------------------------- HOME BLOG ENDS ------------------ */
/* ---------------------------------------------------------------------------- CLIENTS STARTS ------------------ */

.clients {
    padding-bottom: 40px;
}
.clients .header {
    margin-bottom: 100px;
    height: 80px;
    position: relative;
}
.clients .header h1 {
    margin-top: 50px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}
.clients .header h1 span {
    font-size: 24px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    color: #fff;
    background-color: #be0000;
    text-transform: uppercase;
}
.clients .header .container {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #FFF;
}
.clients .description {
    text-align: center;
    font-size: 14px;
    margin-bottom: 60px;
}
.clients .block {
    background-color: #FFF;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-left: 12px;
}
/* ---------------------------------------------------------------------------- CLIENTS STARTS ------------------ */


/* ---------------------------------------------------------------------------- NEWSLETTER STARTS ------------------ */


.newsletter {
    padding-top: 20px;
    padding-bottom: 40px;
}
.newsletter h1 i {
    color: #be0000;
    padding-right: 12px;
}
.newsletter h1 {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.newsletter h1 span {
    font-weight: 400;
}
.newsletter .description {
    font-size: 14px;
}
.index-blog .intro .button {
    margin-top: 50px;
}
.index-blog .intro .button a {
    color: #fff;
    text-align: center;
    width: 100%;
    border: 2px solid #be0000;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.index-blog .intro .button a:hover {
    background-color: #be0000;
    text-decoration: none;
    border: 2px solid #be0000;
    color: #fff;
}
.newsletter .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 70%!important;
}
.newsletter .form-inline .newsletterform p{
    display: inline-block;
}
.newsletter .newsletterform .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.42857;
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #be0000;
    font-style: italic;
}
.newsletter .newsletterform {
    text-align: right;
}
.newsletter .newsletterform .btn-default {
    color: #333;
    background-color: transparent;
    border: 3px solid #be0000!important;
}
.newsletter .newsletterform .btn {
    display: inline-block;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.newsletter .newsletterform .btn-default:hover {
    color: #fff;
    background-color: #be0000;
    border: 3px solid #be0000;
}
/* ---------------------------------------------------------------------------- NEWSLETTER STARTS ------------------ */

/* ---------------------------------------------------------------------------- ABOUT US PAGE STARTS ------------------ */

.about-us .contents {
    padding-top: 50px;
}
.about-us .intro {
    text-align: center;
}
.about-us .intro h1 {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.about-us .intro .detail {
    font-size: 17px;
    color: #333333;
    line-height: 32px;
    font-style: italic;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.about-us .intro .doubleline {
    background-image: url(../images/lines/double-line.jpg);
    background-repeat: no-repeat;
    height: 4px;
    width: 100px;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.about-us .intro .intro-columns {
}
.about-us .intro .intro-columns .block {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #be0000;
}
.about-us .intro .intro-columns .block .title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    text-align: center;
    background-color: #f4f4f4;
}
.about-us .intro .intro-columns .block:hover .title {
    color: #fff;
    background-color: #be0000;
}
.about-us .intro .intro-columns .block .description {
    font-size: 14px;
    color: #333333;
    text-align: left;
    padding: 30px;
}
.about-us .funfacts {
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-us .funfacts .block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-us .funfacts .block .icon {
    font-size: 50px;
    color: #fff;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #be0000;
}
.about-us .funfacts .block .count {
    font-size: 32px;
    color: #fff;
}
.about-us .funfacts .block .caption {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-top: 12px;
}
.about-us .tabs {
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-us ul.icon-tabs .icon {
    font-size: 60px;
    color: #d1d1d1;
    padding-bottom: 10px;
}
.about-us ul.icon-tabs .caption {
    font-size: 14px;
    color: #d1d1d1;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.about-us .tab-content {
    padding: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
}
.about-us .tab-content .picture {
    margin-bottom: 20px;
}
.about-us .tab-content .description {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.about-us .tab-content .tabs-list {
    margin-top: 10px;
}
.about-us .tab-content .tabs-list ul {
    padding: 0px;
    margin: 0px;
}
.about-us .tab-content .tabs-list ul li {
    padding-top: 2px;
    padding-bottom: 2px;
    list-style-type: none;
    color: #333333;
}
.about-us .tab-content .tabs-list ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14a";
    padding-right: 12px;
    color: #be0000;
}
.about-us ul.nav1 {
    padding: 0px;
    margin: 0px;
}
.about-us .nav1>li {
    list-style-type: none!important;
}
.about-us .nav1>li>a:focus, .about-us .nav1>li>a:hover {
    background-color: transparent;
    text-decoration: none;
}
.about-us .nav1>li>a {
    padding: 0px;
}
.about-us .nav1>li .caption, .about-us .nav1>li>a .caption {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    background-color: #f4f4f4;
    text-decoration: none;
}
.about-us .nav1>li.active .caption, .about-us .nav1>li>a:focus .caption, .about-us .nav1>li>a:hover .caption {
    color: #000;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #be0000;
    border-right-color: #eeeeee;
    border-bottom-color: transparent;
    border-left-color: #eeeeee;
    background-color: transparent;
    text-decoration: none;
}
.about-us #accordion {
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-us #accordion .panel-default {
    border-color: transparent;
}
.about-us #accordion .panel-default>.panel-heading {
    color: #000;
    background-color: transparent;
    border-color: #fff;
}
.about-us #accordion .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    padding: 16px;
}
.about-us #accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}
.about-us #accordion .panel-body {
    color: #666666;
    font-size: 14px;
}
.about-us #accordion i.indicator {
    font-size: 14px!important;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 20px;
    bottom: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #333333;
}
.about-us #accordion i.indicator.fa-minus {
    background-color: #be0000!important;
}
.team {
    padding-bottom: 100px;
}
.team .header {
    margin-bottom: 110px;
    height: 80px;
    position: relative;
}
.team .header h1 {
    margin-top: 50px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}
.team .header h1 span {
    font-size: 24px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    color: #fff;
    background-color: #be0000;
    text-transform: uppercase;
}
.team .button {
    margin-top: 28px;
}
.team .button a {
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #4f4f4f;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.team .button a:hover {
    background-color: #be0000;
    text-decoration: none;
    color: #fff;
}
.team .description {
    text-align: center;
    font-size: 14px;
    margin-bottom: 60px;
}
.team .block {
    padding-left: 10px;
    padding-right: 10px;
}
.team .block .picture {
    position: relative;
    background-color: #000;
}
.team .block .picture {
    position: relative;
    background-color: #000;
}
.team .block:hover .picture img {
    opacity: 0.5;
}
.team .block .details {
    background-color: #fff;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #be0000;
    text-align: center;
    padding-top: 26px;
    padding-right: 20px;
    padding-bottom: 26px;
    padding-left: 20px;
}
.team .block .details .name {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}
.team .block .details .designation {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}
.team .block .details .phone {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    padding-top: 12px;
}
.team .block:hover .details, .team .block:hover .name, .team .block:hover .designation, .team .block:hover .phone {
    background-color: #333333;
    color: #fff;
}
.team .owl-theme .owl-dots .owl-dot {
    margin-top: 50px;
    display: inline-block;
    zoom: 1;
    *display:inline
}
.portfolio-overlay {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.portfolio-overlay .icons {
    display: table;
    width: 100%;
    height: 100%;
}
.team .block:hover .portfolio-overlay {
    opacity: 1
}
.portfolio-overlay .icons>:first-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.portfolio-overlay .icons>:first-child .icon {
    display: inline-block!important;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 4px;
    text-align: center;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    border: 1px solid #FFF;
}
.portfolio-overlay .icons>:first-child .icon a {
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
/* ---------------------------------------------------------------------------- ABOUT US PAGE STARTS ------------------ */

/* ---------------------------------------------------------------------------- SERVICES PAGE STARTS ------------------ */

.services .contents {
    padding-top: 50px;
    padding-bottom: 100px;
}
.services .block {
    margin-bottom: 50px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #be0000;
}
.services .title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    text-align: center;
    background-color: #f4f4f4;
}
.services .block .title a {
    color: #333333;
}
.services .block:hover .title a {
    color: #fff;
}
.services .block:hover .title {
    color: #fff;
    background-color: #be0000;
}
.services .block .description {
    font-size: 14px;
    color: #333333;
    text-align: left;
    padding: 30px;
}
/* ---------------------------------------------------------------------------- SERVICES PAGE ENDS ------------------ */


/* ---------------------------------------------------------------------------- SERVICES 2 PAGE STARTS ------------------ */


.services-2 .contents {
    padding-top: 50px;
    padding-bottom: 100px;
}
.services-2 .block {
    margin-bottom: 60px;
}
.services-2 .title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 800;
    text-align: center;
}
.services-2 .block .description {
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.services-2 ul.list {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
}
.services-2 ul.list li:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #be0000;
    margin-bottom: 2px;
    list-style-type: none;
}
.services-2 ul.list li {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f5f5f5;
    margin-bottom: 2px;
    list-style-type: none;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
}
.services-2 ul.list li a {
    color: #000;
}
/* ---------------------------------------------------------------------------- SERVICES 2 PAGE ENDS ------------------ */


/* ---------------------------------------------------------------------------- SERVICES DETAILS PAGE STARTS ------------------ */

.services-details .contents {
    padding-top: 50px;
    padding-bottom: 100px;
}
.services-details .block {
    margin-bottom: 50px;
}
.services-details .block h1 {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 800;
    text-align: center;
}
.services-details .block h2 {
    font-size: 14px;
    color: #666666;
    font-weight: 800;
    text-align: center;
    font-style: italic;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.services-details .block .picture {
    margin-top: 10px;
    margin-bottom: 20px;
}
.services-details .block .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 800;
    text-align: left;
}
.services-details .block .description {
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.services-details ul.list {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
}
.services-details ul.list li:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #be0000;
    margin-bottom: 2px;
    list-style-type: none;
}
.services-details ul.list li {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f5f5f5;
    margin-bottom: 2px;
    list-style-type: none;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
}
.services-details ul.list li a {
    color: #000;
}
/* ---------------------------------------------------------------------------- SERVICES DETAILS PAGE ENDS ------------------ */

/* ---------------------------------------------------------------------------- BLOG PAGE STARTS ------------------ */


.blog .contents {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .contents .post {
    padding-bottom: 60px;
    margin-bottom: 80px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9d9;
}
.blog .contents .post.border-none{
    padding: 0;
    margin: 0;
    border: 0;
}
.blog .contents .post .picture {
    position: relative;
}
.blog .contents .post .date {
    position: absolute;
    z-index: 10;
    top: -30px;
    left: 30px;
    padding-top: 14px;
    padding-bottom: 12px;
    background-color: #be0000;
    text-align: center;
    text-transform: uppercase;
    min-width: 90px;
    min-height: 90px;
}
.blog .contents .post .date .day {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
}
.blog .contents .post .date .month {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.blog .contents .post .date .year {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 12px;
}
.blog .contents .post .meta {
    padding-top: 30px;
    padding-bottom: 8px;
    font-size: 13px;
}
.blog .contents .post .meta a {
    color: #333;
}
.blog .contents .post .meta .user {
    padding-right: 20px;
}
.blog .contents .post .meta i {
    padding-right: 6px;
}
.blog .contents .post h1 {
    font-size: 21px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.blog .contents .post h2 {
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 14px;
}
.blog .contents .post .description {
    color: #666666;
}
.blog .contents .post .button {
    margin-top: 40px;
}
.blog .contents .post .button a {
    color: #333333;
    text-align: center;
    width: 100%;
    border: 2px solid #be0000;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.blog .contents .post .button a:hover {
    background-color: #be0000;
    text-decoration: none;
    border: 2px solid #be0000;
    color: #fff;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dddddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #be0000;
    border-color: #be0000;
}
/* ---------------------------------------------------------------------------- BLOG PAGE ENDS ------------------ */

/* ---------------------------------------------------------------------------- BLOG DETAIL PAGE ENDS ------------------ */


.blog .contents .post-detail {
    padding-bottom: 40px;
}
.blog .contents .post-detail .picture {
    position: relative;
}
.blog .contents .post-detail .date {
    position: absolute;
    z-index: 10;
    top: -30px;
    left: 30px;
    padding-top: 14px;
    padding-bottom: 12px;
    background-color: #be0000;
    text-align: center;
    text-transform: uppercase;
    min-width: 90px;
    min-height: 90px;
}
.blog .contents .post-detail .date .day {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
}
.blog .contents .post-detail .date .month {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.blog .contents .post-detail .date .year {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 12px;
}
.blog .contents .post-detail .meta {
    padding-top: 30px;
    padding-bottom: 8px;
    font-size: 13px;
}
.blog .contents .post-detail .meta a {
    color: #333;
}
.blog .contents .post-detail .meta .user {
    padding-right: 20px;
}
.blog .contents .post-detail .meta i {
    padding-right: 6px;
}
.blog .contents .post-detail h1 {
    font-size: 21px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.blog .contents .post-detail h2 {
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 14px;
}
.blog .contents .post-detail .description {
    font-size: 13px;
    color: #666666;
}
blockquote {
    font-size: 15px;
    border-left: none;
    background-color: #4f4f4f;
    color: #fff;
    font-style: italic;
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 30px;
    position: relative;
}
blockquote .quote {
    position: absolute;
    z-index: 100;
    top: -14px;
    background-image: url(../images/testimonials/quote.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    right: 30px;
}
.blog .social-icons {
    padding-top: 40px;
    padding-bottom: 60px;
}
.blog .social-icons ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.blog .social-icons ul li {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #cccccc;
    font-size: 14px;
    border: 1px solid #cccccc;
    text-align: center;
    padding-top: 6px;
}
.blog .social-icons ul li:first-child {
    display: inline-block;
    width: auto;
    border: none;
    color: #888888;
    font-size: 14px;
    padding-right: 12px;
    font-style: italic;
}
.blog .social-icons ul li a {
    color: #cccccc;
}
.blog .social-icons ul li:hover {
    color: #fff;
    background-color: #be0000;
}
.blog .social-icons ul li:hover a {
    color: #fff;
}
.blog .social-icons ul li:hover:first-child {
    color: #888888;
    background-color: transparent;
}
.blog .comments {
    margin-bottom: 80px;
}
.blog .comments h1 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.blog .comments .line {
    background-color: #be0000;
    height: 3px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 26px;
}
.blog .comments h1 {
    font-size: 16px;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blog .comments .media-heading {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 20px;
}
.blog .comments .date {
    font-size: 12px;
    color: #be0000;
}
.blog .comments .media-left {
    padding-top: 20px;
}
.blog .comments .media-body {
    position: relative;
}
.blog .comments .media-body p {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    padding-top: 12px;
}
.blog .comments .media-body a.reply {
    color: #be0000;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    top: -1px;
    right: -1px;
    color: #be0000;
    text-align: center;
    vertical-align: middle;
    height: 44px;
    width: 44px;
    border: 1px solid #eeeeee;
    line-height: 44px;
}
.blog .comments .media-body a.reply:hover {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #be0000;
    text-decoration: none;
}
.blog .comments .media-body .media {
    margin-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e4e5e6;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    padding-left: 20px;
}
.blog .comments .media-list li.media {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 1px solid #e4e5e6;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    padding-left: 20px;
}
.blog .leave-a-comment {
    margin-bottom: 80px;
}
.blog .leave-a-comment h1 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.blog .leave-a-comment .line {
    background-color: #be0000;
    height: 3px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 26px;
}
.blog .leave-a-comment form {
    margin-bottom: 60px;
}
.blog .leave-a-comment form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #eeeeee;
    font-style: italic;
}
.blog .leave-a-comment form .btn-default {
    color: #333;
    background-color: transparent;
    border: 3px solid #be0000!important;
}
.blog .leave-a-comment form .btn {
    display: inline-block;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.blog .leave-a-comment form .btn-default:hover {
    color: #fff;
    background-color: #be0000;
    border: 3px solid #be0000;
}
/* ---------------------------------------------------------------------------- BLOG DETAIL PAGE STARTS ------------------ */

/* ---------------------------------------------------------------------------- SIDEBAR STARTS ------------------ */


.sidebar .searchform3, .sidebar .categories, .sidebar .about, .sidebar .s-icons, .sidebar .posts-tabs, .sidebar .photos, .sidebar .tags, .sidebar .latest-offers {
    margin-bottom: 50px;
}
.sidebar .searchform3 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    cursor: default;
    margin-top: 0px;
    margin-bottom: 60px;
}
.sidebar #searchform {
    display: block;
    position: relative;
}
.sidebar #searchform #s {
    width: 100%;
    padding: 8px 11px;
    font-size: 15px;
    color: #333333;
    border-bottom-width: 1;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    border-top-style: none!important;
    border-right-style: none!important;
    border-left-style: none!important;
    font-style: italic;
}
.sidebar .sbtn3 {
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
    background: none;
    border: none;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}
.sidebar h1 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.sidebar .line {
    background-color: #be0000;
    height: 3px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 26px;
}
.sidebar .categories ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .categories ul li {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    list-style-type: none;
}
.sidebar .categories ul li:last-child {
    margin-bottom: 0px;
}
.sidebar .categories ul li .info {
    float: left;
}
.sidebar .categories ul li .info h2 {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    padding-top: 0px;
    margin-top: 0px;
}
.sidebar .categories ul li .info h3 {
    font-size: 13px;
    color: #888888;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
.sidebar .categories ul li .info h3 a {
    color: #888888;
}
.sidebar .categories ul li .posts {
    float: right;
    color: #888888;
    font-size: 16px;
    text-align: center;
}
.sidebar .categories ul li:hover .info h2, .sidebar .categories ul li:hover .info h3, .sidebar .categories ul li:hover .info h3 a {
    color: #be0000;
}
.sidebar .s-icons {
    margin-top: 40px;
}
.sidebar ul.icon-tabs .icon {
    font-size: 60px;
    color: #d1d1d1;
    padding-bottom: 10px;
}
.sidebar ul.icon-tabs .caption {
    font-size: 14px;
    color: #d1d1d1;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.sidebar .tab-content {
    padding: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
}
.sidebar .tab-content ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .tab-content ul li {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sidebar .tab-content ul li .picture {
    float: left;
}
.sidebar .tab-content ul li .info {
    padding-left: 90px;
}
.sidebar .tab-content ul li .info .caption {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.sidebar .tab-content ul li .info .caption a {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.sidebar .tab-content ul li .info .date {
    font-size: 12px;
    color: #be0000;
    text-align: left;
}
.sidebar ul.nav1 {
    padding: 0px;
    margin: 0px;
}
.sidebar .nav1>li {
    list-style-type: none!important;
}
.sidebar .nav1>li>a:focus, .sidebar .nav1>li>a:hover {
    background-color: transparent;
    text-decoration: none;
}
.sidebar .nav1>li>a {
    padding: 0px;
}
.sidebar .nav1>li .caption, .sidebar .nav1>li>a .caption {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    background-color: #f4f4f4;
    text-decoration: none;
}
.sidebar .nav1>li.active .caption, .sidebar .nav1>li>a:focus .caption, .sidebar .nav1>li>a:hover .caption {
    color: #000;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #be0000;
    border-right-color: #eeeeee;
    border-bottom-color: transparent;
    border-left-color: #eeeeee;
    background-color: transparent;
    text-decoration: none;
}
.photos ul {
    padding: 0px;
    margin: 0px;
}
.photos ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
}
.photos ul li img:hover {
    opacity: 0.7;
}
.tag-list a {
    border: 1px solid #dddddd;
    display: inline-block;
    font-size: 11px;
    color: #333333;
    background-color: #f4f4f4;
    margin-bottom: 5px;
    margin-right: 3px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.tag-list a, .tag-list a:hover, .tag-list a:active, .tag-list a:focus {
    text-decoration: none;
    outline: none;
}
.tag-list a:hover {
    color: #fff;
    background-color: #be0000;
    border: 1px solid #be0000;
}
.latest-offers .block .picture {
    margin-bottom: 20px;
}
.latest-offers .block h1 {
    font-size: 16px;
    color: #333333;
}
.latest-offers .block .description {
    font-size: 13px;
}
.latest-offers .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    margin-top: 20px;
}
.latest-offers .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 39px;
    top: auto;
    margin-top: 20px;
}
.latest-offers .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #888;
    font-size: 18px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0px;
    border: 1px solid #dddddd;
}
.latest-offers .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #be0000;
    color: #fff;
    text-decoration: none
}
/* ---------------------------------------------------------------------------- SIDEBAR STARTS ------------------ */


/* ---------------------------------------------------------------------------- CONTACT PAGE STARTS ------------------ */

.contact .contents {
    padding-top: 20px;
    padding-bottom: 100px;
}
.contact .contents h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}
.contact .contents .line {
    background-color: #be0000;
    height: 3px;
    width: 30px;
    margin-top: 24px;
    margin-bottom: 30px;
}
.contact .contents .map {
    margin-top: 50px;
    margin-bottom: 50px;
}
iframe {
    border: none;
    width: 100%;
}
.contact .contents ul.contact-info {
    padding: 0px;
    margin: 0px;
}
.contact .contents ul.contact-info li {
    padding-bottom: 6px;
    list-style-type: none;
}
.contact .contents ul.contact-info li a {
    color: #333;
}
.contact .contents ul.contact-info li i {
    width: 30px;
    font-size: 18px;
    text-align: center;
    color: #be0000;
    padding-right: 12px;
}
.contact .contents form {
    margin-top: 30px;
    margin-bottom: 60px;
}
.contact .contents form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #eeeeee;
    font-style: italic;
}
.contact .contents form textarea.form-control{
    height: 175px;
}
.contact .contents form .btn-default {
    color: #333;
    background-color: transparent;
    border: 3px solid #be0000!important;
}
.contact .contents form .btn {
    display: inline-block;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.contact .contents form .btn-default:hover {
    color: #fff;
    background-color: #be0000;
    border: 3px solid #be0000;
}
#message_post {
    text-align: center;
}
.errorMessage {
    color: #ff0000;
    margin-bottom: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}
.successMessage {
    color: #12d62d;
    margin-bottom: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}
/* ---------------------------------------------------------------------------- CONTACT PAGE ENDS ------------------ */

/* ---------------------------------------------------------------------------- COMING SOON STARTS ------------------ */


.coming-soon .inner-banner {
    padding-top: 50px;
}
.coming-soon .inner-banner .header {
    margin-bottom: 80px;
    height: 120px;
    position: relative;
}
.coming-soon .inner-banner .header .logo {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 12;
}
.coming-soon .contents {
    padding-top: 20px;
    padding-bottom: 100px;
}
.coming-soon .contents h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.coming-soon .contents .line {
    background-color: #be0000;
    height: 3px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.coming-soon .contents .description {
    margin-bottom: 60px;
    text-align: center;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
#counter {
    width: 100%;
    color: #000;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 110px;
    margin-left: auto;
}
#counter span {
    font-size: 110px;
    display: inline-block;
    min-width: 25%;
    float: left;
    color: #fff;
    font-weight: 400;
    background-color: #4f4f4f;
    line-height: 250px;
    border: 6px solid #FFF;
}
#counter span em {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    color: #333333;
    font-style: normal;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 70px;
    background-color: #fff;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #be0000;
}
/* ---------------------------------------------------------------------------- COMING SOON STARTS ------------------ */


/* ---------------------------------------------------------------------------- COLORED TEXT STARTS ------------------ */

.yellow-text {
    color: #be0000;
}
/* ---------------------------------------------------------------------------- COLORED TEXT ENDS ------------------ */

/* ---------------------------------------------------------------------------- NO GUTTER STARTS ---------- */

.no-gutter-2 [class*="-2"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-3 [class*="-3"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-9 [class*="-9"] {
    padding-left: 0;
    padding-right: 0;
}
.no-gutter-12 [class*="-12"] {
    padding-left: 0;
    padding-right: 0;
}
/* ---------------------------------------------------------------------------- NO GUTTER ENDS ---------- */


/* ---------------------------------------------------------------------------- SOCIAL ICONS ENDS ------------------ */
.social {
    padding-top: 20px;
    padding-bottom: 20px;
}
.social {
    padding: 0px;
    margin: 0px;
}
.social li {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #555555;
    text-align: center;
    padding-top: 6px;
}
.social li a {
    color: #fff;
    display: block;
}
.social li:hover {
    background-color: #be0000;
}
.s-icons {
    margin: 0px;
    padding: 0px;
}
.s-icons .icon {
    color: #fff!important;
    font-size: 40px;
    background-color: #c9d1d3;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 22px;
}
.s-icons .icon:hover {
    opacity: 0.8;
}
.s-icons .icon a {
    color: #fff!important;
}
.s-icons .caption {
    font-size: 12px;
    padding-top: 12px;
    margin: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.s-icons .icon.fb {
    background-color: #0253a2;
}
.s-icons .icon.twitter {
    background-color: #36d8ff;
}
.s-icons .icon.vimeo {
    background-color: #1bb7ea;
}
.s-icons .icon.google-plus {
    background-color: #d6492f;
}
.s-icons .icon.rss {
    background-color: #ff8a00;
}
.s-icons .icon.pinterest {
    background-color: #cc2127;
}

.menu li a 
{
    color: #888888;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}

.menu li a:hover, .menu li a:focus
{
    color: #be0000;
    text-decoration: none;
}
/* ---------------------------------------------------------------------------- SOCIAL ICONS ENDS ------------------ */

/* ---------------------------------------------------------------------------- FOOTER STARTS ------------------ */

footer {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #888888;
}
footer h1 {
    color: #be0000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}
footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
    padding-bottom: 30px;
}
footer .button {
    margin-top: 40px;
}
footer .button a {
    color: #fff;
    text-align: center;
    width: 100%;
    border: 2px solid #555555;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
footer .button a:hover {
    background-color: #be0000;
    text-decoration: none;
    border: 2px solid #be0000;
    color: #fff;
}
footer .upcoming-sales ul {
    padding: 0px;
    margin: 0px;
}
footer .upcoming-sales ul li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #444444;
    list-style-type: none;
}
footer .upcoming-sales ul li:last-child {
    margin-bottom: 0px;
}
footer .upcoming-sales ul li .info {
    float: left;
}
footer .upcoming-sales ul li .info h2 {
    font-size: 14px;
    color: #cccccc;
    font-weight: 600;
    padding-top: 0px;
    margin-top: 0px;
}
footer .upcoming-sales ul li .info h3 {
    font-size: 13px;
    color: #888888;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}
footer .upcoming-sales ul li .info h3 a {
    color: #888888;
}
footer .upcoming-sales ul li .date {
    float: right;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #363636;
    text-align: center;
    padding-top: 7px;
}
footer .upcoming-sales ul li:hover .date {
    background-color: #be0000;
}

footer .contact-info .phone {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}
footer .contact-info strong {
    color: #fff;
    margin-bottom: 12px;
}
footer .contact-info a {
    color: #888888;
}
/* ---------------------------------------------------------------------------- FOOTER STARTS ------------------ */

/* ---------------------------------------------------------------------------- COPYRIGHT STARTS ------------------ */

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #868686;
}
.copyright a {
    color: #be0000;
}
/* ---------------------------------------------------------------------------- COPYRIGHT ENDS ------------------ */

/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background-color: #be0000;
    background-image: url(../images/icons/to-top/to-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999997;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.scrollup:hover {
    opacity: 0.9;
}
/* ----------------------------------------------------------------------------- TOTOP ENDS ------------------ */

/* ---------------------------------------------------------------------------- PARALLAX STARTS ------------------ */

.parallax-1 {
    background-attachment: fixed;
    background-image: url(../images/parallax/1.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-2 {
    background-attachment: fixed;
    background-image: url(../images/parallax/2.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
.parallax-3 {
    background-attachment: fixed;
    background-image: url(../images/parallax/3.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: cover;
}
/* ---------------------------------------------------------------------------- PARALLAX ENDS ------------------ */


/* ---------------------------------------------------------------------------- BACKGROUND STARTS ------------------ */

.very-light-grey {
    background-color: #f4f4f4;
}
.light-grey {
    background-color: #ececec;
}
.medium-grey {
    background-color: #5b5b5b;
}
.dark-grey {
    background-color: #333333;
}
.dark-grey-2 {
    background-color: #222222;
}
.dark-grey-3 {
    background-color: #111111;
}

.error
{
    font-size: 50px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0px;
}

.error404
{
    color: #f00;
    font-size: 140px;
    margin: 0px;
    font-weight: 900;
}

.page-not-available
{
    color: #000000;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
}
.return-to-home-page
{
    font-size: 20px;
    font-weight: 900;
}
.gallery-box
{
    max-width: 360px;
    margin: 0px auto 20px;
    position: relative;
}

.theme-link
{
    display: block;
}

.overlay-theme
{
    background: rgba(228, 172, 171, 0.91);
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 3001;
    border-radius: 4px;
    opacity : 0; 
    transition:opacity 1s; 
}

.overlay-theme-inner
{
    height: 288px;
    display: table;
    width: 100%;
    text-align: center;
}

.theme-link:hover > .overlay-theme
{
    opacity : 1
}

.theme-text
{
    vertical-align: middle;
    display: table-cell;
}

.theme-text h4
{
    font-weight: normal;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 900;
}
/* ---------------------------------------------------------------------------- BACKGROUND ENDS ------------------ */

@media (min-width:992px) and (max-width:1199px) {
    .newsletter form {
        text-align: center;
        margin-top: 20px;
    }
    .index-3-cols .block {
        padding-top: 70px;
        padding-right: 30px;
        padding-bottom: 70px;
        padding-left: 30px;
    }
    #options ul {
        width: auto;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .index-about-us {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .index-about-us h1 {
        margin-top: 30px;
    }
    .index-3-cols .block {
        padding-top: 70px;
        padding-right: 40px;
        padding-bottom: 70px;
        padding-left: 40px;
    }
    .what-we-offer {
    }
    .what-we-offer .header {
        height: 80px;
        position: relative;
    }
    .what-we-offer .block {
        margin-bottom: 50px;
    }
    .what-we-offer .block .picture {
        margin-bottom: 30px;
    }
    #options ul {
        width: auto;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .renew-store .no-gutter-3 {
        margin-bottom: 1px;
    }
    .renew-store .block .picture {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .renew-store .block .picture .l-arrow:after {
        position: absolute;
        right: 20px;
        top: auto;
        bottom: -16px!important;
        font-size: 50px!important;
        color: #4f4f4f;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d8";
    }
    .renew-store .block .picture .r-arrow:after {
        position: absolute;
        left: 20px!important;
        top: -20px;
        font-size: 50px!important;
        color: #4f4f4f;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d7";
    }
    .clients {
        padding-bottom: 40px;
    }
    .clients .header {
        margin-bottom: 80px;
        height: 80px;
        position: relative;
    }
    .clients .description {
        margin-bottom: 40px;
    }
    .newsletter {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .newsletter form {
        text-align: center;
        margin-top: 20px;
    }
    .newsletter form .btn-default {
        margin-top: 20px;
    }
    .social-icons .logo {
        text-align: center;
    }
    .social-icons ul {
        text-align: center;
        margin-top: 30px;
    }
    #counter {
        width: 100%;
        color: #000;
        text-align: center;
        padding: 0px;
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 110px!important;
        margin-left: auto;
    }
    #counter span {
        font-size: 70px;
        display: inline-block;
        min-width: 25%;
        float: left;
        color: #fff;
        font-weight: 400;
        background-color: #4f4f4f;
        line-height: 200px;
        border: 4px solid #FFF;
    }
    #counter span em {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        color: #333333;
        font-style: normal;
        padding-bottom: 20px;
        padding-top: 20px;
        line-height: 70px;
        background-color: #fff;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #be0000;
    }
    footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
        padding-bottom: 50px;
    }
}
@media (min-width:320px) and (max-width:767px) {
    #navigation ul.dropdown-menu {
        margin-top: 0px;
    }
    .navbar-nav {
        margin-left: 0px!important;
        float: none!important;
        text-align: left!important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: rgba(0, 0, 0, 1)!important;
    }
    #navigation ul.nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 0px;
    }
    .navbar-nav {
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    #navigation ul.nav li {
        padding: 0px;
        border: none;
    }
    #navigation ul.nav li a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #navigation .navbar-default ul.nav li {
        padding: 0px;
        border: none;
    }
    #navigation .navbar-default ul.nav li a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .navbar-brand {
        float: left;
        font-size: 18px;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .breadcrumb {
        position: absolute;
        list-style: none;
        background-color: transparent;
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        z-index: 12;
    }
    .strip h1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .strip .button {
        margin-bottom: 20px;
        text-align: center;
    }
    .index-about-us {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .index-about-us h1 {
        margin-top: 30px;
    }
    .index-3-cols .block {
        padding-top: 70px;
        padding-right: 40px;
        padding-bottom: 70px;
        padding-left: 40px;
    }
    .what-we-offer {
    }
    .what-we-offer .header {
        height: 80px;
        position: relative;
    }
    .what-we-offer .block {
        margin-bottom: 50px;
    }
    .what-we-offer .block .picture {
        margin-bottom: 30px;
    }
    #options {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    #options ul.right {
        text-align: center;
    }
    #options ul li {
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    #options ul li a {
        font-size: 14px;
    }
    .renew-store .no-gutter-3 {
        margin-bottom: 1px;
    }
    .renew-store .block .picture {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .renew-store .block .picture .l-arrow:after {
        position: absolute;
        right: 20px;
        top: auto;
        bottom: -16px!important;
        font-size: 50px!important;
        color: #4f4f4f;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d8";
    }
    .renew-store .block .picture .r-arrow:after {
        position: absolute;
        left: 20px!important;
        top: -20px;
        font-size: 50px!important;
        color: #4f4f4f;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d7";
    }
    .clients {
        padding-bottom: 40px;
    }
    .clients .header {
        margin-bottom: 80px;
        height: 80px;
        position: relative;
    }
    .clients .description {
        margin-bottom: 40px;
    }
    .newsletter {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .newsletter form {
        text-align: center;
        margin-top: 20px;
    }
    .newsletter form .btn-default {
        margin-top: 20px;
    }
    .social-icons .logo {
        text-align: center;
    }
    .social-icons ul {
        text-align: center;
        margin-top: 30px;
    }
    #counter {
        width: 100%;
        color: #000;
        text-align: center;
        padding: 0px;
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 110px!important;
        margin-left: auto;
    }
    #counter span {
        font-size: 50px;
        display: inline-block;
        min-width: 25%;
        float: left;
        color: #fff;
        font-weight: 400;
        background-color: #4f4f4f;
        line-height: 150px;
        border: 2px solid #FFF;
    }
    #counter span em {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        color: #333333;
        font-style: normal;
        padding-bottom: 20px;
        padding-top: 20px;
        line-height: 70px;
        background-color: #fff;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #be0000;
    }
    footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
        padding-bottom: 50px;
    }
}
@media (min-width:320px) and (max-width:480px) {
    .index-about-us {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .index-about-us h1 {
        margin-top: 30px;
    }
    .index-3-cols .block {
        padding-top: 70px;
        padding-right: 40px;
        padding-bottom: 70px;
        padding-left: 40px;
    }
    .what-we-offer {
    }
    .what-we-offer .header {
        height: 80px;
        position: relative;
    }
    .what-we-offer .block {
        margin-bottom: 50px;
    }
    .what-we-offer .block .picture {
        margin-bottom: 30px;
    }
    #options {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    #options ul.right {
        text-align: center;
    }
    #options ul li {
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 4px;
        padding-right: 4px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    #options ul li a {
        font-size: 12px;
    }
    .renew-store .block .picture {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .renew-store .block .picture .l-arrow {
        display: none;
    }
    .renew-store .block .picture .r-arrow {
        display: none;
    }
    .clients {
        padding-bottom: 40px;
    }
    .clients .header {
        margin-bottom: 80px;
        height: 80px;
        position: relative;
    }
    .clients .description {
        margin-bottom: 40px;
    }
    .newsletter {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .newsletter form {
        text-align: center;
        margin-top: 20px;
    }
    .newsletter form .btn-default {
        margin-top: 20px;
    }
    .social-icons .logo {
        text-align: center;
    }
    .social-icons ul {
        text-align: center;
        margin-top: 30px;
    }
    footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
        padding-bottom: 50px;
    }
    .navbar-brand>img
    {
        width: 200px;
    }
    .navbar
    {
        min-height: 50px;
    }
    .carousel-inner
    {
        top: 75px;
    }
    .strip
    {
        position: relative;
        top: 75px;
    }
    .carousel-control
    {
        top: 100%;
    }
    .carousel-indicators
    {
        top: 125%;
        bottom: 0px;
    }
}
