/*!
Theme Name: Corpboot
Theme URI: http://www.templatespremium.net/corpboot/
Description: Corporate HTML5 Template based on twitter bootstrap.
Version: 1.5
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 **/

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #555;
    background-color: #fdfefe;
    overflow-x: hidden;
    font-size: 15px;
    text-rendering: auto;
}

.wrapper {
    min-height: 400px;
    overflow: hidden;
}

ul.listicon-check li {
    padding-left: 1em;
    list-style: none;
    margin-bottom: 4px;
}

ul.listicon-check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}

ul.listicon-times li {
    padding-left: 1em;
    list-style: none;
    margin-bottom: 4px;
}

ul.listicon-times li:before {
    content: "\f00d";
    font-family: "FontAwesome";
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}

ul.listicon-angle-right li {
    padding-left: 1em;
    list-style: none;
    margin-bottom: 4px;
}

ul.listicon-angle-right li:before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
}

.goup-container {
    z-index: 30;
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    background: #1E8BC3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.goup-container:hover {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
}

.goup-arrow {
    color: transparent;
}

.goup-arrow:after {
    position: absolute;
    font-family: "FontAwesome";
    left: 12px;
    top: 1px;
    font-size: 25px;
    font-weight: 700;
    content: "\f106";
    color: #fff;
}

.text-color {
    color: #2574A9;
}

th {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-color: #1E8BC3;
    border-color: #1E8BC3;
    color: #fff;
}

th a {
    color: #fff;
}

th a:hover {
    color: #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 9px;
    line-height: 1.5;
}

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

hr {
    border-top: 1px solid #eee;
    margin-top: 35px;
    margin-bottom: 35px;
}

a {
    color: #044A67;
    text-decoration: none;
}

a:visited {
    color: #2574A9;
    text-decoration: none;
}

a.graylink {
    color: #d5d5d5;
    border: 0;
}

a:hover {
    color: #1E8BC3;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 24px;
}

h3 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 35px;
}

h4 {
    margin-bottom: 19px;
    font-size: 22px;
    line-height: 30px;
    padding-top: 5px;
}

h5 {
    margin-bottom: 18px;
    font-size: 18px;
}

h6 {
    margin-bottom: 18px;
    font-size: 15px;
}

p {
    margin-bottom: 14px;
    line-height: 23px;
}

dd {
    margin-bottom: 14px;
    line-height: 23px;
}

kbd {
    background-color: #444;
}

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

.h-underline {
    padding-bottom: 12px;
    margin-bottom: 28px;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    color: #044A67;
}

.h-underline i {
    color: #2574A9;
}

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

.h-underline2 {
    padding-bottom: 5px;
    border-bottom: solid 1px #dadada;
    margin-bottom: 10px;
    color: #044A67;
}

.title {
    position: relative;
    overflow: hidden;
    margin-top: 85px;
    color: #fff;
    background-color: #033f58;
    vertical-align: middle;
    height: 200px;
    text-transform: uppercase;
}

.title h2 {
    position: absolute;
    width: 100%;
    font-size: 45px;
    color: #fff;
    top: 60px;
    z-index: 10;
    text-align: center;
}

.title h2:after {
    content: '';
    width: 80px;
    display: block;
    background: #fff;
    height: 1px;
    margin: 12px auto;
    line-height: 1;
}

.title div.bgtitle {
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.lead {
    margin-bottom: 30px;
}

.margin-zero {
    margin: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.padding-zero {
    padding: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.badge-notify {
    background: #fff;
    color: #bdc3c7;
    border: solid 1px #bdc3c7;
    font-size: 9px;
    padding: 3px 5px;
    position: relative;
    top: -12px;
    left: -10px;
}

.container-fluid {
    padding: 0;
}

.bg-gray {
    background-color: #f3f3f4;
    padding: 50px 0;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.bg-white {
    padding: 48px 0;
}

.bg-buy {
    padding: 40px 0;
    background: #f3f3f4;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.space {
    display: none;
    height: 20px;
}

.hoffset1 {
    margin-right: 5px;
}

.hoffset2 {
    margin-right: 10px;
}

.hoffset3 {
    margin-right: 15px;
}

.hoffset4 {
    margin-right: 30px;
}

.hoffset5 {
    margin-right: 40px;
}

.hloffset1 {
    margin-left: 5px;
}

.hloffset2 {
    margin-left: 10px;
}

.hloffset3 {
    margin-left: 15px;
}

.hloffset4 {
    margin-left: 30px;
}

.hloffset5 {
    margin-left: 40px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.vboffset1 {
    margin-bottom: 5px;
}

.vboffset2 {
    margin-bottom: 10px;
}

.vboffset3 {
    margin-bottom: 15px;
}

.vboffset4 {
    margin-bottom: 30px;
}

.vboffset5 {
    margin-bottom: 40px;
}

.fs404 {
    padding-top: 0.3em;
    font-size: 75%;
}


/* Breadcrumb */

.breadcrumb-container {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    margin-top: 85px;
    background-color: #044A67;
    color: #d5d5d5;
}

.breadcrumb {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.1em;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li a {
    color: #e9e9e9;
}

.breadcrumb > li a:hover {
    color: #f9f9f9;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #d5d5d5;
    content: "/\00a0";
    font-weight: 300;
}

.breadcrumb > .active {
    color: #fff;
    font-weight: 600;
}


/** HOME **/

.intro-text {
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #044A67;
}

.home-icons {
    padding: 18px 0 22px;
    margin-top: -20px;
    text-align: center;
    overflow: hidden;
}

.home-icons .fa,
.home-icons .glyphicon {
    display: inline-block;
    color: #2574A9;
    border: solid 1px #bdc3c7;
    width: 110px;
    height: 110px;
    font-size: 48px;
    line-height: 110px;
    text-align: center;
    margin: 20px 0 -5px;
    text-decoration: none;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    border-radius: 70px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home-icons .fa:hover,
.home-icons .glyphicon:hover {
    background-color: #2574A9;
    color: #fff;
    border: 0;
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
}

.tithi {
    color: #044A67;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.texthi {
    font-size: 90%;
    line-height: 22px;
}

.blognews ul {
    padding-top: 7px;
}

.blognews a img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    filter: gray;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
}

.blognews a img:hover {
    filter: gray;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.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%);
}

a.gallery:hover {
    text-decoration: none !important;
}


/* OWL Carousel */

.owlcarousel .owl-controls {
    margin-top: 5px;
    text-align: center;
}

.owlcarousel .item a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

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

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-family: "Raleway", sans-serif;
    font-size: 38px !important;
    width: 27px;
    height: 40px;
    line-height: 30px !important;
    font-weight: 700 !important;
    padding: 0 4px !important;
    background: #fff !important;
    color: #bdc3c7 !important;
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    border-radius: 20px !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #777 !important;
}


/** ABOUT AND SERVICES **/


/* About */

.progress-bar {
    background-color: #1E8BC3;
    font-size: 13px;
    line-height: 20px;
}

.counter {
    font-family: "Roboto", sans-serif;
}

.number {
    font-family: "Roboto", sans-serif;
}

.ico-services {
    color: #2574A9;
    text-align: center;
    padding-top: 10px;
}

.panel {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.panel-collapse {
    border: 0;
}

.panel-group {
    margin-bottom: 30px;
}

.panel-group .panel {
    background: transparent;
    margin-top: 2px;
    border: 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.panel-group .panel-heading {
    position: relative;
    background-color: #eee;
    border-bottom: 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.panel-group .panel-heading:after {
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 14px;
    font-weight: 700;
    color: #bdc3c7;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.panel-group .panel-heading h4 {
    margin-top: 0;
    padding-top: 0;
}

.panel-group .panel-heading a {
    font-weight: 500;
    color: #044A67;
    display: block;
    padding: 12px 15px;
}

.panel-group .panel-heading a:hover {
    color: #2574A9;
    text-decoration: none;
}

.panel-group .panel-heading a:active {
    color: #2574A9;
    text-decoration: none;
}

.panel-group .panel-heading a:focus {
    color: #2574A9;
    text-decoration: none;
}

.panel-group .panel-heading a i {
    margin-right: 5px;
    color: #e91b23;
}

.panel-group .panel-body {
    border: 0 !important;
}

.panel-heading {
    padding: 0;
}

.skills > h5 {
    color: #033f58;
}

.socialstaff li a {
    display: inline-block;
}

.socialstaff li a .fa-facebook-square {
    color: #3b5998;
}

.socialstaff li a .fa-twitter-square {
    color: #00aced;
}

.socialstaff li a .fa-google-plus-square {
    color: #d34836;
}

.socialstaff li a .fa-pinterest-square {
    color: #cb2027;
}

.socialstaff li a .fa-flickr-square {
    color: #ff0084;
}

.socialstaff li a i.fa-linkedin-square {
    color: #007bb6;
}

.servdesc > h3 {
    color: #033f58;
}

.collapse .panel-body {
    border: 0 !important;
}


/** PORTFOLIO **/

.vnbx-title {
    background-color: #033f58 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grabbing {
    cursor: url("../images/grabbing.png") 8 8, move !important;
}

.bg-portfolio-single {
    padding: 35px 0;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.portfolio-filters {
    margin: 0 auto 30px;
    text-align: center;
}

.portfolio-filters li {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #2574A9;
    background-color: #f1f1ef;
    font-weight: 600;
    max-height: 40px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-filters li:hover {
    background-color: #1E8BC3;
    color: #fff;
}

.portfolio-filters li.active {
    background-color: #2574A9;
    color: #fff;
}

.portfolio-filters li.active:hover {
    background-color: #1E8BC3;
    color: #fff;
}

.nav-tabs > li > a {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #2574A9;
    background-color: #f1f1ef;
    font-weight: 600;
    max-height: 40px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-tabs > li > a:hover {
    background-color: #1E8BC3;
    color: #fff;
}

.nav-tabs > li > a:focus {
    background-color: #1E8BC3;
    color: #fff;
}

.item-img-wrap {
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.item-img-wrap img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

.item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/plus.png") no-repeat center center rgba(37, 116, 169, 0.5);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.item-img-overlay h5 {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: rgba(34, 34, 34, 0.4);
    padding: 10px 5px;
}

.contact-por h4 {
    display: inline-block;
}

#grid .mix {
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    padding: 10px;
}


/** PRICING **/

.corp-pricing {
    border: 1px solid #eee;
    text-align: center;
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -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);
}

.corpboot-price-title {
    border: solid 1px #2574A9;
    padding: 15px 0;
    background: #2574A9;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.corpboot-price-title h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.corpboot-price-title h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.corpboot-price-title sup {
    top: .05em;
    font-size: 32px;
    margin-right: 3px;
}

.corpboot-price-title sub {
    color: #f9f9f9;
    font-size: 18px;
    margin-left: 2px;
}

.corpboot-price-title.popular-title {
    background-color: #044A67;
    border: solid 1px #044A67;
    border-bottom: 1px solid #eee;
}

.corpboot-price-title.popular-title h2 {
    color: #fff;
}

.corpboot-price-title.popular-title h3 {
    color: #fff;
}

.corpboot-price-content {
    padding: 20px 0;
}

.corpboot-price-content p {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.corp-pricing-btn {
    padding-bottom: 20px;
}

.popular-title sub {
    color: #f5f5f5;
}

span.popular-tag {
    position: absolute;
    right: -6px;
    top: -8px;
    font-weight: 600;
    padding: 6px 10px;
    color: #fff;
    background-color: #1E8BC3;
    border: solid 2px #fff;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}


/** BLOG **/

#main {
    padding-top: 10px;
}


/* Post */

.entry-title {
    margin-top: 0;
    color: #044A67;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    max-width: 100%;
    position: relative;
    padding: 8px 8px 0 8px;
    margin: 10px 0 20px;
    background-color: #f9f9f9;
    border: solid 1px #e9e9e9;
    color: #555;
    text-align: center;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption.alignright {
    margin-left: 20px;
    margin-top: 2px;
}

.wp-caption.alignleft {
    margin-right: 20px;
    margin-top: 2px;
}

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

.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: #044A67;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing: .02em;
}

.author i {
    color: #1E8BC3;
    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: #044A67;
}

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: #1E8BC3;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #2574A9 !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: #2574A9 !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: #2574A9;
}

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

.widgettitle {
    font-family: "Roboto", sans-serif;
    background: #1E8BC3;
    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: #044A67;
    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: #1E8BC3;
    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: #2574A9 !important;
    text-decoration: none;
}

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

.btn-reply:focus,
.comment-reply-link:focus,
.btn-edit:focus,
.comment-edit-link:focus {
    background-color: #2574A9 !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*/

#wp-calendar {
    width: 100%;
    font-size: 11px;
}

#wp-calendar tfoot {
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 11px;
}

#wp-calendar tfoot td {
    padding-top: 1px;
    padding: 4px;
}

#wp-calendar tfoot tr td#prev {
    padding: 10px;
    text-transform: uppercase;
}

#wp-calendar tfoot tr td#next {
    text-align: right;
    padding: 10px;
    text-transform: uppercase;
}

#wp-calendar tbody td {
    text-align: center;
    border: 1px solid #ddd;
    line-height: 2.5em;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
    -ms-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
}

#wp-calendar tbody td:hover {
    background: #f1f1f1;
    color: #333;
}

#wp-calendar tbody td:hover a {
    background: #999;
    color: #fff;
}

#wp-calendar tbody td a {
    display: block;
    text-decoration: none;
    background: #f1f1f1;
    color: #333;
}

#wp-calendar tbody a {
    display: block;
    text-decoration: underline;
}

#wp-calendar caption {
    font-family: "Roboto", sans-serif;
    text-align: center;
    background: #eee;
    border: solid 1px #ddd;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#wp-calendar th {
    text-align: center;
    border: 1px solid transparent;
    border-top: none;
    padding: 7px 0;
    color: #a3a3a3;
}

#wp-calendar thead th {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    font-size: 11px;
}

div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

aside ul form div {
    padding-left: 18px;
}

.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: #1E8BC3;
    border: 1px solid #1E8BC3;
    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: #2574A9;
    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;
}

#alertform {
    padding: 20px 5px;
    background: none;
    border: none;
    text-align: right;
    margin-top: -20px;
    font-size: 13px;
    display: none;
}

input {
    border: solid 1px #e5e5e5;
    background-color: #f9f9f9;
    color: #777;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.form-control,
.selectcorp,
textarea,
.inputbr {
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 8px 9px;
    border: solid 1px #e5e5e5;
    background-color: #f9f9f9;
    color: #777;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.form-control:-ms-input-placeholder,
.selectcorp:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.inputbr:-ms-input-placeholder {
    color: #999;
}

.form-control:focus,
.selectcorp:focus,
textarea:focus,
.inputbr:focus {
    border-color: #bdc3c7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.inputbr {
    background-color: #f1f1f1;
    margin: 10px 0;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.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: #1E8BC3;
    border: 0;
    color: #fff !important;
    padding: 0 15px;
    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: #3498DB;
    border: 0;
}

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

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

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

.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;
}

.login-box {
    background-color: #f0f0f0;
}

.login-box .checkbox {
    margin: 15px 0;
    font-size: 14px;
    padding-left: 1px;
}


/** 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: #044A67;
}

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

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

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

.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 #1E8BC3;
    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: #2574A9;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #3498DB;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #1E8BC3;
    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: #2574A9;
    border-top-color: #2574A9;
    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: #3498DB;
    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: #1E8BC3;
    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;
}

.navbar-default .navbar-toggle:hover {
    background-color: #1E8BC3;
    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;
}

.navbar-default .navbar-toggle:focus {
    background-color: #1E8BC3;
    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;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f9f9f9;
}

.navbar-default.tiny .navbar-nav > li > a {
    padding: 8px 15px;
}

.navbar-default.tiny .navbar-nav li > .dropdown-menu {
    margin-top: -4px;
}

.navbar-brand {
    color: #044A67;
    margin: 0;
    padding: 0;
    height: 75px;
    line-height: 75px;
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand img {
    display: inline;
    width: 184px;
}

.dropdown-menu {
    background: #f9f9f9;
    border: solid 1px #f1f1f1;
    border-top: 0;
    padding: 0;
    margin: 0;
    min-width: 80px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 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);
}

.dropdown-menu > li > a {
    display: inline-block;
    padding: 0 20px;
    color: #2574A9;
    font-size: 12px;
    white-space: nowrap;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.dropdown-menu > li > a:hover {
    color: #2574A9;
    background: #e9e9e9;
}

.dropdown-menu > li.active > a {
    color: #f9f9f9;
    background: #2574A9;
}


/** SLIDER **/

.intro-slider {
    text-align: center;
    height: 600px;
    overflow: hidden;
    padding-top: 180px;
    margin-top: 85px;
}

.flexslider {
    margin: 0;
    border: 0;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.bg-slider-wrapper {
    content: "";
    position: absolute;
    width: 100%;
    top: 85px;
    left: 0;
    height: 600px;
}

.bg-slider-wrapper .flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    max-height: 600px;
    overflow: hidden;
}

.bg-slider-wrapper .flexslider .slide {
    margin: 0;
    display: block;
    height: 600px;
}

.bg-slider-wrapper .flexslider .slide.slide-1 {
    background: #222 url("../images/slider1.png") no-repeat 50% top;
    background-size: cover;
}

.bg-slider-wrapper .flexslider .slide.slide-1:before {
    /*background: rgba(34, 34, 34, 0.5);*/
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 600px;
    z-index: 5;
}

.bg-slider-wrapper .flexslider .slide.slide-2 {
    background: #222 url("../images/slider2.jpg") no-repeat 50% top;
    background-size: cover;
}

.bg-slider-wrapper .flexslider .slide.slide-2:before {
    /*background: rgba(34, 34, 34, 0.5);*/
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 600px;
    z-index: 5;
}

.bg-slider-wrapper .flexslider .slide.slide-3 {
    background: #222 url("../images/slider3.jpg") no-repeat 50% top;
    background-size: cover;
}

.bg-slider-wrapper .flexslider .slide.slide-3:before {
    /*background: rgba(34, 34, 34, 0.5);*/
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 600px;
    z-index: 5;
}

.bg-slider-wrapper .flexslider .flex-control-nav {
    z-index: 20;
    bottom: 45px;
    position: relative;
    margin-bottom: 0;
}

.bg-slider-wrapper .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.4);
}

.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
    background: rgba(255, 255, 255, 0.7);
}

.push-text-slide {
    height: 180px;
}


/* Static background image and background video */

.bg-img-fixed {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 600px;
    background: url("../images/bg-fixed.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.bg-img-fixed-content {
    background-color: #222;
    margin: 85px 0 0;
    padding-top: 180px;
    position: relative;
    text-align: center;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    height: 600px;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}


/* Text promo section */

.home-promo {
    font-family: "Raleway", sans-serif;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 10;
    width: auto;
    margin: 0 auto;
}

.home-promo .titlepro {
    font-size: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
}

.home-promo .titlepro span {
    display: block;
}

.home-promo .titlepro .middle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 800;
    color: #E4F1FE;
}

.home-promo .titlepro .middle strong {
    color: #3498DB;
}

.home-promo .titlepro .bottom {
    font-size: 20px;
    text-transform: lowercase;
    font-weight: 700;
}

.promo-button {
    font-family: "Raleway", sans-serif;
    border: solid 2px #fff;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.promo-button:hover {
    background: #1E8BC3;
    color: #fff;
}

.promo-button:active {
    background: #1E8BC3;
    color: #fff;
}

.promo-button:focus {
    background: #1E8BC3;
    color: #fff;
}

.promo-button i {
    margin-right: 5px;
}

.bg-slider > ul {
    margin: 0;
    padding: 0;
}

.flex-direction-nav a:before {
    font-size: 34px;
    font-family: "FontAwesome";
    content: "\f104";
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
    margin-right: 15px;
}


/** FOOTER **/

#footer_top {
    padding: 40px 0 35px;
    background-color: #044A67;
    margin: 0;
    color: #E4F1FE;
}

#footer_top a {
    color: #fff;
    font-weight: 600;
}

#footer_top a:hover {
    text-decoration: underline;
}

#footer_top .footer_teaser h3 {
    font-size: 16px;
    line-height: 18px;
    color: #dadada;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#footer_top .footer_teaser p {
    font-size: 13px;
    font-weight: 300;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    line-height: 20px;
}

#footer_top .footer_teaser ul li {
    font-size: 13px;
    font-weight: 300;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    line-height: 20px;
    margin-bottom: 10px;
}

#footer_top .footer_teaser ul li i {
    margin-right: 4px;
}

#footer_bottom {
    width: 100%;
    background-color: #033f58;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    border-top: solid 5px #044A67;
}

#footer_bottom a {
    font-weight: 600;
    color: #E4F1FE;
    display: inline-block;
}

#footer_bottom a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer_bottom a:visited {
    color: #E4F1FE;
    display: inline-block;
}

.social {
    height: 110px;
}

.social .fa {
    margin-top: 35px;
    display: inline-block;
    color: #fff;
    background-color: rgba(34, 34, 34, 0.18);
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.social .fa:hover {
    background-color: #2574A9;
    text-decoration: none;
}

.credits {
    text-align: right;
    font-size: 14px;
    padding-top: 40px;
}

.credits p {
    margin-bottom: 0;
    font-size: 13px;
}

.credits p.small {
    font-size: 12px;
}


/** 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) {
    .wrapper {
        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 #1E8BC3;
    }
    .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 {
        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: #2574A9;
        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: #2574A9;
        -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 {
        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 {
        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) {
    .wrapper {
        min-height: 800px;
    }
}

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

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

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

@media only screen and (max-width: 1280px) and (min-height: 1024px) {
    .wrapper {
        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;
    }
}
