/*!
Theme Name: Corpboot
Theme URI: http://www.templatespremium.net/corpboot/
Description: Corporate HTML5 Template based on twitter bootstrap.
Version: 1.4
Author: Rafael Memmel
Author URI: http://www.rafamemmel.com
==================================================================
#Table of Content
==================================================================
#GENERAL
#HOME
#ABOUT AND SERVICES
#PORTFOLIO
#PRICING
#BLOG
#CONTACT AND GENERAL FORMS
#NAVBAR
#SLIDER
#FOOTER
*/

/** Import Google Fonts **/

@import url("http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,500italic,700,700italic");

/** GENERAL **/



.img-rounded {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}



/** HOME **/


.gallery img {
    width: 70px;
    height: 53px;
    margin-right: 5px;
    margin-bottom: 10px;
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: gray;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

.gallery img:hover {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    filter: gray;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/* OWL Carousel */


/** PORTFOLIO **/


/* Post */


.gallery-caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    padding: 8px 4px;
    margin: 0;
}

.post_content {
    text-align: justify;
}

.post_content img {
    max-width: 100%;
}

.post_content h1 {
    text-align: left;
}

.post_content h2 {
    text-align: left;
}

.post_content h3 {
    text-align: left;
}

.post_content h4 {
    text-align: left;
}

.post_content h5 {
    text-align: left;
}

.post_content h6 {
    text-align: left;
}

.post_content p img {
    max-width: 100%;
}

.post-thumbnail {
    width: 100%;
}

.post-thumbnail img {
    max-width: 100% !important;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.bypostauthor {
    display: none;
}

.author {
    font-size: 12px;
    text-transform: uppercase;
    color: #B82E26;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing: .02em;
}

.author i {
    color: #E74C3C;
    margin-right: 5px;
}

.author span {
    color: #999;
}

.more-link {
    display: none;
}

.entry-meta {
    padding-top: 15px;
}

blockquote {
    font-size: 16px;
    text-align: left;
    border-left: 4px solid #f2f1ef;
    font-style: italic;
}

.subscribe-label {
    font-weight: 400;
    font-size: 13px;
}

code {
    color: #B82E26;
}

pre {
    background-color: #f9f9f9;
    border: solid 1px #e9e9e9;
    color: #555;
}

.sticky {
    background-color: #f9f9f9;
    border: solid 1px #e9e9e9;
    color: #555;
    padding: 20px 20px 10px;
}

.shotcodes {
    margin: 0;
    padding: 0;
    background: transparent;
}

/* Posts Navigation */

.pagination {
    margin: 0;
}

.posts-nav > div a {
    padding: 6px 12px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.posts-nav div a,
.pagination li a,
.pagination li span,
.pagination li.active a,
.pagination li.active span {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 1px !important;
    font-size: 14px;
    line-height: 1.5;
    color: #E74C3C;
    border: none;
    background-color: #F5F5F5;
    -webkit-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #E9E9E9;
}

.posts-nav div a:hover,
.pagination li a:hover,
.pagination li span:hover {
    border: none;
    background-color: #E74C3C;
    color: #FFF;
}

.pagination > li > a,
.pagination > li > span {
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    -webkit-border-radius: 4px 0 0 4px !important;
    -khtml-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -ms-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0 4px 4px 0 !important;
    -khtml-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -ms-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

/* Sidebar */

.sidebar {
    padding-top: 0;
    margin-top: 0;
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.widget {
    background: transparent;
    border: none;
    padding: 0 0 0 18px;
    margin-bottom: 35px;
    font-size: 14px;
    letter-spacing: .03em;
    list-style: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    line-height: 1.5;
}

.widget h2 {
    font-family: "Roboto", sans-serif;
    background: #E74C3C;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    margin-bottom: 8px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-bottom: solid 1px #f2f2f2;
    list-style: none;
    font-weight: 400;
    color: #777;
}

.widget ul li a {
    color: #777 !important;
}

.widget ul li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 5px;
}

.widget ul li a:hover {
    text-decoration: none;
    color: #D13030 !important;
}

.widget ul.children {
    padding: 0;
    padding-top: 7px;
    border-top: solid 1px #f2f2f2;
    margin-left: 0;
    background: transparent;
    margin: 10px 0 10px 10px;
}

.widget li span a {
    color: #777 !important;
}

.widget li span a:hover {
    text-decoration: none;
    color: #D13030 !important;
}

.widget > ul > li > a > span.badge {
    background: transparent;
    color: #bbb;
    padding: 3px 6px;
    border: solid 1px #eee;
    margin-left: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.widget > ul > li > a > span.badge:hover {
    background: #eee;
    border: solid 1px #eee;
    color: #D13030;
}

.widget > ul > li > a:hover > span.badge {
    background: #eee;
    border: solid 1px #eee;
    color: #D13030;
}

.widgettitle {
    font-family: "Roboto", sans-serif;
    background: #E74C3C;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 19px;
    color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.widget_search {
    margin: 0;
    padding: 0;
}

/* Comments */

.comment-reply-title {
    padding-bottom: 12px;
    margin-bottom: 28px;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    color: #B82E26;
    font-size: 22px;
    line-height: 30px;
    padding-top: 5px;
}

.comment-reply-title:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #bdc3c7;
    width: 30%;
    max-width: 150px;
    bottom: -1px;
    left: 0;
}

.commentlist {
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.commentlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-title {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #676767;
    margin: 25px 0;
}

.comment,
.author-bio {
    background-color: #f6f6f6;
    padding: 20px;
    margin: 17px 0;
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.author-bio {
    background-color: #f9f9f9;
    border: solid 1px #e9e9e9;
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.author-bio .media-heading {
    padding-top: 0;
}

.author-bio div div ul li {
    padding-right: 0;
}

.social-author {
    font-size: 20px;
    padding: 0;
}

.view-all {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.reply {
    margin: 0;
    padding: 0;
    text-align: right;
    border: 0;
}

.comments ol {
    margin: 0;
    padding: 0;
}

.comments ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments div h5 small {
    font-family: "Roboto", sans-serif;
}

.comment-notes {
    font-size: 13px;
}

.form-allowed-tags {
    font-size: 12px;
}

.form-allowed-tags code {
    color: #777;
    background-color: #f7f7f7;
}

.btn-reply,
.comment-reply-link,
.btn-edit,
.comment-edit-link {
    display: inline-block;
    padding: 6px 12px;
    margin: 7px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    background-color: #E74C3C;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -ms-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.btn-reply:hover,
.comment-reply-link:hover,
.btn-edit:hover,
.comment-edit-link:hover {
    background-color: #D13030 !important;
    text-decoration: none;
}

.btn-reply:active,
.comment-reply-link:active,
.btn-edit:active,
.comment-edit-link:active {
    background-color: #D13030 !important;
    text-decoration: none;
}

.btn-reply:focus,
.comment-reply-link:focus,
.btn-edit:focus,
.comment-edit-link:focus {
    background-color: #D13030 !important;
    text-decoration: none;
}

.btn-reply i,
.comment-reply-link i,
.btn-edit i,
.comment-edit-link i {
    margin-right: 3px;
}

.btn-edit {
    background-color: #999;
}

.comment-edit-link {
    background-color: #999;
}

/*Calendar*/


.tags-links a,
.tagcloud a {
    color: #777;
    background: transparent;
    font-size: 10px !important;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    display: inline-block;
    max-height: 28px;
    padding: 4px 8px;
    margin: 3px 2px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0 1px 10px 0;
}

.tags-links a:hover,
.tagcloud a:hover {
    background-color: #E74C3C;
    border: 1px solid #E74C3C;
    color: #fff;
    text-decoration: none;
}

.media-body > p.small > a {
    color: #777;
}

.media-heading a {
    font-style: normal;
    color: #555;
}

.avatar img {
    max-width: 64px;
    min-width: 48px;
    margin: 0 15px 15px 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

ul.children {
    padding: 0;
    margin-left: 0;
    background-color: #f4f4f4;
    margin: -17px 0 17px;
}

ul.children li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.children .comment {
    padding-left: 4em;
}

#footer #wp-calendar thead th {
    background: #222;
}

#footer #wp-calendar tbody td {
    border-color: #222;
}

/** CONTACT AND GENERAL FORMS **/

#map-canvas {
    width: 100%;
    height: 200px;
    bottom: 0;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.cinfo {
    padding-right: 10px;
    padding-top: 0 !important;
}

.cinfo p {
    margin-bottom: 0;
}

.cinfo div i {
    width: 25px;
    min-width: 25px;
    text-align: center;
    color: #fff;
    margin: 4px 8px 8px 0;
    background-color: #D13030;
    padding: 5px 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.cinfo div p {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
}

.bootstrap-select > .open {
    padding-top: 10px;
    border: solid 1px #bdc3c7;
    background-color: #f9f9f9;
    margin-top: -11px;
    border-top: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.bootstrap-select > .dropdown-menu {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
    min-height: 110px;
}

.bootstrap-select > .dropdown-menu li {
    height: 28px;
    line-height: 28px;
}

.bootstrap-select > .dropdown-menu li a {
    height: 28px;
    line-height: 28px;
}

.bootstrap-select > .dropdown-menu li.selected a {
    background-color: #e5e5e5;
}

.bootstrap-select.btn-group .dropdown-menu {
    overflow-y: scroll;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    background: transparent;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu.inner > li > a:hover {
    background-color: #f1f1f1;
    color: #333;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #777;
    font-weight: 400;
}

.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-track,
.bootstrap-select.btn-group .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.alert-danger {
    background-color: rgba(231, 76, 60, 0.1);
    border-color: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.alert-info {
    background-color: rgba(30, 139, 195, 0.1);
    border-color: rgba(30, 139, 195, 0.2);
    color: #1e8bc3;
}

.alert-success {
    background-color: rgba(22, 160, 133, 0.1);
    border-color: rgba(22, 160, 133, 0.2);
    color: #16a085;
}

.alert-warning {
    background-color: rgba(245, 171, 53, 0.1);
    border-color: rgba(245, 171, 53, 0.2);
    color: #f5ab35;
}

.msgcontact {
    padding: 10px 0;
    margin-bottom: 15px;
    margin-top: -10px;
}

.newsletter-desc {
    padding-top: 15px;
}

.newsletter-desc span {
    font-size: 12px;
}

.btn-primary-corp,
.submit,
.btn-alternative-corp,
.btn-primary-corp-big {
    font-weight: 600;
    background-color: #E74C3C;
    border: 0;
    color: #fff !important;
    padding: 0 15px;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: .03em;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.btn-primary-corp:hover,
.submit:hover,
.btn-alternative-corp:hover,
.btn-primary-corp-big:hover {
    background-color: #E14539;
    border: 0;
}

.btn-primary-corp:active,
.submit:active,
.btn-alternative-corp:active,
.btn-primary-corp-big:active {
    background-color: #E14539;
    border: 0;
}

.btn-primary-corp:focus,
.submit:focus,
.btn-alternative-corp:focus,
.btn-primary-corp-big:focus {
    background-color: #E14539;
    border: 0;
}

.btn-alternative-corp {
    padding: 0 17px;
    height: 42px;
    line-height: 42px;
    background-color: #D13030;
}

.btn-primary-corp-big {
    padding: 0 26px;
    height: 48px;
    line-height: 48px;
}

.btn-group.open .dropdown-toggle {
    border-color: #bdc3c7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.has-error .form-control {
    border-color: #e2b9c0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #c58382;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

select:after {
    color: #dadada !important;
    background-color: #dadada !important;
}

.newsletter input {
    border: 0;
}

a > i.le {
    margin-right: 4px;
}

a > i.ra {
    margin-left: 4px;
}

.btn > i.le {
    margin-right: 4px;
}

.btn > i.ra {
    margin-left: 4px;
}

/** NAVBAR **/

/* Nav-tabs (hover effects in portfolio section) */

.nav-tabs > li > a {
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a {
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-color: #f1f1ef;
    background-color: #fdfefe;
    border-bottom: 0;
    color: #B82E26;
}

.nav-tabs > li.active > a:focus {
    border-bottom: 0;
    color: #B82E26;
}

.nav-tabs > li.active > a:active {
    border-bottom: 0;
    color: #B82E26;
}

.nav-tabs > li.active {
    border-bottom: 0;
    color: #B82E26;
}

.nav-tabs {
    border-color: #f1f1ef;
    background-color: #fdfefe;
}

/* Main Navbar */

.navbar-default {
    font-family: "Roboto", sans-serif;
    background: #f9f9f9;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: solid 5px #E74C3C;
    text-transform: uppercase;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.navbar-default .navbar-nav > li > a {
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #D13030;
    font-weight: 700;
    letter-spacing: .02em;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > li > a:active {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > li > a:focus {
    background-color: #E14539;
    color: #f9f9f9;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > li .dropdown-menu:before {
    border-bottom-color: #f9f9f9;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .active > a:hover {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .active > a:active {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .active > a:focus {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a:hover {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-default .navbar-nav > .open > a:active {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a:focus {
    background-color: #E74C3C;
    color: #f9f9f9;
    outline: none;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-default .navbar-nav > .open > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #D13030;
    border-top-color: #D13030;
    margin-left: 0;
    margin-right: -4px;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > ul > li > a:focus {
    background-color: #E14539;
    color: #f9f9f9;
    -webkit-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    -ms-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.navbar-default .navbar-nav .active > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-default .navbar-toggle {
    background-color: #E74C3C;
    border: none;
    color: #fff;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}





/* Static background image and background video */




}

/** FOOTER **/


/** RESPONSIVE **/

/* If the minimum width is */

@media (min-width: 1200px) {
    .bg-white .container,
    .bg-buy .container,
    .bg-gray .container,
    footer div .container,
    main .container {
        width: 1200px;
    }
}

@media (min-width: 981px) {
    .page {
        min-height: 406px;
    }
    .col-pad7 {
        padding-left: 0;
        padding-right: 7px;
    }
    .cform {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .avatar img {
        float: left;
    }
    .navbar-default {
        height: 85px;
        line-height: 85px;
    }
    .navbar-default.tiny {
        height: 70px;
        line-height: 70px;
        border-top: solid 3px #E74C3C;
    }
    .navbar-default.tiny .navbar-brand {
        height: 65px;
        line-height: 65px;
    }
    .navbar-default.tiny .navbar-nav > li {
        height: 70px;
        line-height: 67px;
    }
    .navbar-default .navbar-nav > li {
        height: 80px;
        line-height: 78px;
    }
    .dropdown-menu > li {
        height: 40px;
        line-height: 40px;
    }
    .navbar-default .navbar-nav > li > a {
        display: inline-block;
    }
    .dropdown-menu > li > a {
        border-top: solid 1px #E7E7E7;
    }
    .dropdown-menu > li > a:hover {
        border-top: solid 1px #E1E1E1;
    }
    .open > .dropdown-menu {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
    .dropdown-menu {
        display: block;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }
}

/* If the maximum width is */

@media (max-width: 1279px) {
    .bg-video {
        width: 125%;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
    }
}

@media (max-width: 980px) {
    .col-pad7 {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        width: 95%;
    }
    .bg-white .container,
    .bg-buy .container,
    .bg-gray .container,
    footer div .container,
    main .container {
        width: 98%;
    }
    .bg-img-fixed {
        background-size: auto 600px;
        height: 600px;
    }
    .bg-img-fixed-content {
        height: 600px;
    }
    .navbar-default .navbar-nav > li > a {
        margin: 20px 2px 2px;
        padding: 10px 12px;
        font-size: 14px;
        letter-spacing: 0;
    }
    .navbar-default.tiny .navbar-nav > li > a {
        padding: 7px 10px;
    }
    .space {
        display: block;
    }
}

@media (max-width: 800px) {
    .bg-video {
        width: 150%;
    }
}

@media (max-width: 767px) {
    .intro-slider,
    .bg-slider-wrapper,
    .bg-slider-wrapper .flexslider .slide,
    .bg-slider-wrapper .flexslider .slide.slide-1:before,
    .bg-slider-wrapper .flexslider .slide.slide-2:before,
	.bg-slider-wrapper .flexslider .slide.slide-3:before,
	.bg-slider-wrapper .flexslider .slide.slide-4:before,
    .bg-slider-wrapper .flexslider .slide.slide-5:before {
        height: 540px;
    }
    .bg-slider-wrapper {
        top: 80px;
    }
    .bg-img-fixed-content,
    .breadcrumb-container {
        margin-top: 80px;
    }
    .intro-slider,
    .push-text-slide {
        padding-top: 125px;
    }
    .home-promo .titlepro .middle {
        font-size: 48px;
    }
    .home-promo {
        padding-left: 7px;
        padding-right: 7px;
    }
    .space {
        display: block;
    }
    .home-icons {
        padding-top: 15px;
    }
    .blognews {
        padding-top: 15px;
        overflow: hidden;
    }
    .reply {
        padding-left: 3em;
    }
    .ico-services {
        margin-left: -10px;
    }
    .servdesc {
        margin-right: -15px;
    }
    li.filter {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .item-img-wrap img {
        max-width: 680px;
    }
    .social {
        height: auto;
        text-align: center;
    }
    .credits {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .avatar {
        display: block;
    }
    .avatar img {
        margin: 15px auto;
    }
    .navbar-brand img {
        margin-top: -7px;
    }
    .navbar-default .navbar-nav > li > a {
        margin: 0;
        font-size: 14px;
        border-bottom: solid 1px #EEE;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li {
        border-bottom: solid 1px #EEE;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: transparent;
        color: #D13030;
        padding-bottom: 5px;
        padding-top: 5px;
        margin: 0;
        font-size: 90%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background: #F9F9F9;
        color: #D13030;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 13px;
        padding: 10px 14px;
        height: auto;
    }
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        border: 0;
    }
    .vnbx-label {
        font-size: 0.8em !important;
    }
}

@media (max-width: 650px) {
    .bg-video {
        width: 180%;
    }
    .ico-services {
        margin-left: -20px;
    }
    .servdesc {
        margin-right: -30px;
    }
    .item-img-wrap img {
        max-width: 560px;
    }
}

@media (max-width: 481px) {
    .bg-video {
        width: 240%;
    }
}

@media (max-width: 480px) {
    .xs-50 {
        width: inherit;
        padding-right: inherit;
        padding-left: inherit;
        float: inherit;
    }
    .intro-slider,
    .bg-img-fixed-content {
        padding-top: 130px;
    }
    .push-text-slide {
        height: 130px;
    }
    .flex-direction-nav,
    .flex-direction-nav a:before {
        display: none;
    }
    .flex-direction-nav,
    .flex-direction-nav a.flex-next:before {
        display: none;
    }
    .home-promo .titlepro .middle {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        margin-bottom: 14px;
        line-height: 20px;
    }
    .social .fa {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .item-img-wrap img {
        max-width: 400px;
    }
}

@media (max-width: 360px) {
    .intro-slider {
        margin-top: 80px;
    }
    .bg-slider-wrapper {
        top: 80px;
    }
    .bg-video {
        width: 330%;
    }
    .bg-img-fixed-content {
        margin: 80px 0 0 0;
    }
    .intro-slider,
    .bg-slider-wrapper,
    .bg-img-fixed-content,
    .bg-slider-wrapper .flexslider .slide,
    .bg-img-fixed,
    .bg-slider-wrapper .flexslider .slide.slide-1:before,
    .bg-slider-wrapper .flexslider .slide.slide-2:before,
	.bg-slider-wrapper .flexslider .slide.slide-3:before,
	.bg-slider-wrapper .flexslider .slide.slide-4:before,
    .bg-slider-wrapper .flexslider .slide.slide-5:before {
        height: 580px;
    }
    .bg-img-fixed {
        background-size: auto 580px;
        height: 580px;
    }
    .breadcrumb-container {
        margin-top: 80px;
    }
    .item-img-wrap img {
        max-width: 300px;
        margin-left: -10px;
    }
}

@media (max-width: 320px) {
    .intro-slider,
    .bg-slider-wrapper,
    .bg-img-fixed-content,
    .bg-slider-wrapper .flexslider .slide,
    .bg-img-fixed,
    .bg-slider-wrapper .flexslider .slide.slide-1:before,
    .bg-slider-wrapper .flexslider .slide.slide-2:before,
	.bg-slider-wrapper .flexslider .slide.slide-3:before,
	.bg-slider-wrapper .flexslider .slide.slide-4:before,
    .bg-slider-wrapper .flexslider .slide.slide-5:before {
        height: 500px;
    }
    .bg-img-fixed {
        background-size: auto 500px;
        height: 500px;
    }
    .intro-slider {
        padding-top: 75px;
    }
    .bg-slider-wrapper {
        top: 75px;
    }
    .bg-video {
        width: 360%;
    }
    .bg-img-fixed-content,
    .breadcrumb-container {
        margin-top: 75px;
    }
    .home-promo .titlepro .upper {
        font-size: 26px;
    }
    .home-promo .titlepro .middle {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 38px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .bg-slider-wrapper {
        top: 75px;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 9px;
        height: 9px;
        margin: 5px;
    }
    .social .fa {
        margin-top: 30px;
    }
    .item-img-wrap img {
        max-width: 260px;
    }
    .post_content {
        text-align: left;
    }
}

@media (max-width: 240px) {
    .navbar-brand img {
        width: 140px;
    }
    .item-img-wrap img {
        max-width: 200px;
        margin-left: -20px;
    }
}

/* If the minimum width and the maximum width is */

@media only screen and (max-width: 1920px) and (min-height: 1200px) {
    .page {
        min-height: 800px;
    }
}

@media only screen and (max-width: 1920px) and (min-height: 1080px) {
    .page {
        min-height: 680px;
    }
}

@media only screen and (max-width: 1920px) and (min-height: 900px) {
    .page {
        min-height: 500px;
    }
}

@media only screen and (max-width: 1600px) and (min-height: 1600px) {
    .page {
        min-height: 1200px;
    }
}

@media only screen and (max-width: 1280px) and (min-height: 1024px) {
    .page {
        min-height: 630px;
    }
}

@media only screen and (min-width: 841px) and (max-width: 979px) {
    .navbar-brand img {
        width: 170px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default.tiny .navbar-nav > li > a {
        padding: 7px 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
    .navbar-brand img {
        width: 140px;
    }
    .navbar-brand {
        margin-left: -20px;
    }
    .navbar-default .navbar-right {
        margin-right: -20px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default.tiny .navbar-nav > li > a {
        padding: 7px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .xs-50 {
        width: 50% !important;
        padding-right: 10px;
        padding-left: 10px;
        float: left;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min--moz-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 200dpi),
only screen and (min-resolution: 1.25dppx) {
    html {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}
