/*====================
General
====================*/
body,
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
}
section { padding: 40px 0;
background: #ffffff;}
.space { padding: 10px 0px }
.bigspace { padding: 20px 0px }
.minus-bottom{ margin-bottom: -80px;}
span.bold i {
    vertical-align: baseline;
    font-weight: 600;
    color: #1D6892;
}
#content { padding: 40px 0 }
/*====================
Navigations 
====================*/
a {
    color: #474747;
    text-decoration: none !important;
}
.nav-info {
    font-weight: 700;
    transition: color 0.5s ease;
    -webkit-transition : color 0.5s ease;
    -moz-transition : color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
.nav-info:hover,
.nav-info:hover > a {
    color: # !important;
    text-decoration: none;
}
ul.team-social li,
ul.social li {
    display: inline-block;
    text-align: left;
    padding: 5px 10px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    margin: 2px;
}
ul.social li:hover {
    /*background: -webkit-linear-gradient(right, #9616DD, #60BEF0); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, #9616DD, #60BEF0); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, #9616DD, #60BEF0); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(right, #9616DD, #60BEF0); /* Standard syntax */
    color: #D66905;
}
ul.social li > a,
ul.team-social li > a {
    transition: color 0.5s ease;
    -webkit-transition : color 0.5s ease;
    -moz-transition : color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
ul.team-social li:hover > a,
ul.social li:hover > a { color: #D66905 !important }
.navbar ul.social { margin-top: 4px }
.navbar.navbar-default.navbar-main {
    background: #D66905;
    color: #ffffff !important;
    border: none;
    z-index: 999;
}
.navbar-main a {
    color: #ffffff !important;
    border: none;
    font-weight: 700;
}
.dropdown-menu a {
    color: #474747 !important;
    font-weight: 700;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555 !important;
    background-color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #555 !important;
    background-color: #ffffff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 3px 7px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: none;
    background-image: none;
    border: none;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #D66905 !important;
    color: #D66905;
    background-color: #ffffff;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background: #D66905;
    outline: 0;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background: #D66905;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
    border-radius: 0;
}
.dropdown-menu { padding: 0px }
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu { visibility: visible }
.dropdown:hover .dropdown-menu { display: block }
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu { margin-top: 0 }
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/**************************
******** PRELOADER ********
**************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}
#status {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0%; /* centers the loading animation horizontally one the screen */
    top: 15%; /* centers the loading animation vertically one the screen */
    background-image: url(../img/loading.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    /*margin: -100px 0 0 -100px; */ /* is width and height divided by two */
}

/*====================
Headers 
====================*/
#header p { margin-top: -5px }
#header h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 30px;
}
#header .breadcrumb,
#header .breadcrumb a {
    color: #ffffff !important;
    background-color: transparent;
}
#header .breadcrumb a:hover {
    color: #1D6892 !important;
    background-color: transparent;
    text-decoration: none;
}
#header .breadcrumb,
#header .breadcrumb a {
    color: #ffffff !important;
    background-color: transparent;
    margin-top: -68px;
    font-weight: 600;
}
#header .breadcrumb>.active {
    color: #D66905;
    font-weight: 600;
}
#header .color-overlay {
    background: rgba(0, 0, 0, 0.19);
    padding: 10px 0px;
}

/*====================
Custom Background Images 
====================*/
#header {
    color: #ffffff;
    background: url('../img/bg/ampolla6.jpg');
    background-attachment: fixed;
    background-size: cover;
}
#home {
    background: url('../img/09.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#onepage #home {
    background: transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#onepage { overflow-x: hidden }
#corporate #home {
    background: transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#creative #home {
    background: transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#agency #home {
    background: transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#beauty #home {
    background: url('../img/beauty/15.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#resume #home {
    background: transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#landing #home {
    background: transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#health #home {
    background: url('../img/medical/1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#hotel #home {
    background: url('../img/hotel/2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#portfolio #home {
    background: transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#fact.aboutpage {
    background: url('../img/corporate/19.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#fact.img-bg {
    background: url('../img/bg/ampolla31300.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#sca-bg {
    background: url('../img/bg/ampolla9.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#fullwidth-video {
    background: url('../img/bg/video.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#subscribe.bg-img {
    background: url('../img/bg/subscribe.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#health > #subscribe {
    background: url('../img/medical/3.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#landing > #subscribe {
    background:transparent;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/*====================
Elements
====================*/
.feature-one i {
    padding-right: 20px;
    margin-top: 25px;
    position: relative;
}
.feature-one i,
.feature-two i { color: #1D6892 }
/*Shortcodes*/
.skills p { margin-bottom: 0px }
.progress {
    height: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ddf2f8;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #1D6892;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -ms-transition: width .6s ease;
    -moz-transition: width .6s ease;
}
/***** Accordions *****/
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.panel-default>.panel-heading:hover { background: #474747 }
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddf2f8;
    background: #ddf2f8;
}
.panel-title,
.panel-title a {
    font-size: 14px;
    color: #ffffff!important;
}
.panel-title a:hover { text-decoration: none }
.panel-default>.panel-heading {
    color: #ffffff!important;
    background-color: #1D6892;
    border-color: #ddf2f8;
}
.tab-content>.active {
    display: block;
    padding: 15px 15px 5px 15px;
    background: #ddf2f8;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
    background: #1D6892;
}
.nav.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
    text-decoration: none;
    background-color: #ddf2f8;
    color: #474747 !important;
}
.nav-tabs>li>a:hover {
    border-color: #ddf2f8;
    color: #474747 !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #474747 !important;
    cursor: default;
    background-color: #ddf2f8;
    border: 1px solid;
    border-color: #ddf2f8;
}
.nav-tabs > li.active a { background: #ddf2f8 }
.tab-content p { line-height: 22px }
/***** Facts and Counters *****/
#fact .facts { margin-bottom: 15px }
#fact .count-box,
#fact2 .count-box{
    text-align: center;
    padding-bottom: 5px;
    margin: 0 auto;
}
.count-box {
    border: 1px solid #1D6892;
    width: 160px;
    height: 160px;
    padding: 20px;
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.count-box:hover {
    border: 1px solid #1D6892;
    background: #1D6892;
}
.count-box:hover > h2,
.count-box:hover > i.fa,
.count-box:hover > p { color: #ffffff !important }
.count-box i.fa {
    margin-bottom: -10px;
    color: #1D6892;
    font-size: 50px;
}
.count-box h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 0px;
    padding-bottom: 5px;
    color: #1D6892;
}
.count-box p.small {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 1px;
}
.stats .panel-body { background: #ddf2f8 }
.stats .panel-default>.panel-heading {
    color: #ffffff!important;
    background-color: #1D6892;
    border-color: #ddf2f8;
}
/****** Buttons ******/
.btn {
    border-radius: 0px;
    margin-bottom: 10px;
}
a.btn span.fa:after,
button.btn span.fa:after {
    content: ' ';
    padding-right: 10px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    border-radius: 0px;
    outline: none;
    outline-offset: none;
}
a.btn > .st-btn,
.st-btn {
    border-radius: 0px;
    background: #1D6892;
    border-color: transparent !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.st-btn:hover,
.st-btn:focus,
.st-btn:active {
    background: #006075;
    color: #fff;
    border-color: transparent !important;
}
a.bt-btn,
a.btn,
a.st-btn,
.btn,
button.bt-btn,
button.st-btn {
    margin-right: 10px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
a.btn > .bt-btn,
.bt-btn {
    border-radius: 0px;
    border-color: #1D6892;
    background: transparent;
    color: #1D6892 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.bt-btn:hover,
.bt-btn:focus,
.bt-btn:active {
    color: #ffffff !important;
    border-color: #1D6892;
    background: #1D6892;
}
a.bt-btn>.green,
.green {
    background: #109C60;
    border-color: #109C60;
}
a.btn>.bt-btn.green {
    border-color: #109C60;
    color: #109C60 !important;
    background: transparent;
}
.st-btn.green:hover,
.st-btn.green:focus,
.st-btn.green:active {
    background: #216246;
    color: #fff;
    border-color: transparent !important;
}
a.bt-btn>.red,
.red {
    background: #D54444;
    border-color: #D54444;
}
a.btn>.bt-btn.red {
    border-color: #D54444;
    color: #D54444 !important;
    background: transparent;
}
.st-btn.red:hover,
.st-btn.red:focus,
.st-btn.red:active {
    background: #AB2020;
    color: #fff;
    border-color: transparent !important;
}
a.bt-btn>.yellow,
.yellow {
    background: #E3B43E;
    border-color: #E3B43E;
}
a.btn>.bt-btn.yellow {
    border-color: #E3B43E;
    color: #E3B43E !important;
    background: transparent;
}
.st-btn.yellow:hover,
.st-btn.yellow:focus,
.st-btn.yellow:active {
    background: #C88F00;
    color: #fff;
    border-color: transparent !important;
}
a.bt-btn>.gray,
.gray {
    background: #6F6F6F;
    border-color: #6F6F6F;
}
a.btn>.bt-btn.gray {
    border-color: #6F6F6F;
    color: #6F6F6F !important;
    background: transparent;
}
.st-btn.gray:hover,
.st-btn.gray:focus,
.st-btn.gray:active {
    background: #474747;
    color: #fff;
    border-color: transparent !important;
}
/****** Big Call To Action Subscribe ******/
.block {
    background: #1C2123;
    padding: 40px 0px 60px 0px;
    color: #ffffff;
}
#subscribe hr,
#subscribe2 hr,
#subscribe3 hr { padding-bottom: 20px }
#coming-soon input.btn,
#subscribe input.btn,
#subscribe2 input.btn,
#subscribe3 input.btn{
    border: 1px solid #66afe9;
    background: transparent;
    color: #ffffff;
    margin-right: -5px;
}
#error input.btn,
#subscribe .plain input.btn{
    border: 1px solid #66afe9;
    background: transparent;
    color: #474747;
    margin-right: -5px;
}
.form-control { height: auto }
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/****** Small Call To Action Subscribe ******/
button.sc-btn { margin-top: -75px }
.small-action p.lead {
    margin-top: -5px;
    font-size: 16px;
}
.wbg,
.box .wbg {
    background: #1C2123;
    border-color: #1C2123;
    color: #ffffff !important;
}
#sca-bg .color-overlay {
    background: rgba(0, 0, 0, 0.60);
    padding: 10px 0px;
}
.alert {
    border: none;
    border-radius: 0px;
}
/*====================
Text Block
====================*/
.block-one .squared {
    border: 1px solid #1D6892;
    background: transparent !important;
}
.block-one i.fa { color: #1D6892 }
.colored {
    border: 1px solid #1D6892;
    background: #1D6892;
}
.block-two p.bold { color: #1D6892 }
.block-three,
.block-four {
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.block-three .noborder { margin-bottom: -5px }
.block-three:hover {
    background: #1D6892;
    border-color: #1D6892;
}
.block-three:hover>.squared>i.fa,
.block-three:hover>p { color: #ffffff }
/*====================
Testimonials
====================*/
#testimonial-bg2 .color-overlay,
#testimonial-bg .color-overlay,
#testimonials .color-overlay {
    background: rgba(0, 0, 0, 0.60);
    padding: 40px 0px 10px 0px;
}
#testimonial-bg {
    background: url('../img/bg/testimonial1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#testimonial-bg2 {
    background: url('../img/bg/ampolla13.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.testimony {
    background: #1D6892;
    color: #ffffff;
}
.testimony:after { color: #1D6892 }
/*====================
Pricing
====================*/
.panel.price,
.price .panel-footer { background: #e6f8fd }
.panel.price .panel-heading {
    background: #1D6892;
    color: #ffffff;
    height: 65px;
    text-transform: uppercase;
    padding: 1px;
}
.panel.price.best .panel-heading {
    background: #474747;
    color: #ffffff;
    height: 65px;
    text-transform: uppercase;
    padding: 1px;
}
.best .panel-body p.lead { color: #ffffff }
.panel.price.best .panel-body { background: #6F6F6F }
.panel.price .panel-body { background: #8CCADB }
.panel {
    transition: margin-top 0.5s ease;
    -webkit-transition : margin-top 0.5s ease;
    -moz-transition : margin-top 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.panel.price:hover,
.panel.pricetwo:hover { margin-top: -10px }
.panel-footer { text-align: center }
.price .panel-body p.lead {
    margin-bottom: 0px;
    padding: 5px;
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-color: #C7E6ED;
    border-radius: 0;
    background: #e6f8fd;
}
.panel.price.no-bg {
    background: transparent;
    border-color: #C7E6ED;
}
.panel.price.no-bg.best .panel-body>p.lead { color: #474747 }
.panel.price.no-bg .panel-body,
.panel.price.no-bg>.list-group .list-group-item,
.panel.price.no-bg .panel-footer { background: transparent }
/*Style Two*/
.panel.pricetwo,
.pricetwo .panel-footer { background: #e6f8fd }
.panel.pricetwo .panel-heading {
    background: #1D6892;
    border-bottom: 5px solid #474747;
    color: #ffffff;
    height: 65px;
    text-transform: uppercase;
}
.panel.pricetwo.best .panel-heading {
    background: #474747;
    border-bottom: 5px solid #1D6892;
    color: #ffffff;
    height: 65px;
    text-transform: uppercase;
}
.panel.pricetwo.no-bg .panel-body,
.panel.pricetwo.no-bg>.list-group .list-group-item,
.panel.pricetwo.no-bg .panel-footer { background: transparent }
.panel.pricetwo.no-bg {
    background: transparent;
    border-color: #C7E6ED;
}
.panel.pricetwo.no-bg>.list-group .list-group-item {
    border-width: 1px 0;
    border-color: #C7E6ED;
    border-radius: 0;
}
/*====================
Homepages
====================*/
.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.carousel,
.carousel-inner > .item {
    display: run-in;
    width: 100%;
    height: auto!important;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}
.carousel-container { margin-left: 0 }
.carousel.carousel-fade .active.item { opacity: 1 }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.carousel-fade .carousel-control { z-index: 3 }
/*====================
Blog Pages
====================*/
.posts .caption {
    background: #F8F8F8;
    padding: 10px 30px;
}
.posts .caption h2 a {
    transition: color 0.5s ease;
    -webkit-transition : color 0.5s ease;
    -moz-transition : color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
.posts .caption h2 a:hover {
    color: #1D6892 !important;
    text-decoration: none;
}
#blog .date,
#blog-posts .date {
    background: #1D6892;
    position: absolute;
    top: 0;
}
.blog-photo .plink {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.blog-photo .plink .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
.blog-photo .plink .hover:hover { opacity: 1 }
.blog-photo .plink .hover .hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.blog-photo .plink .hover-content i { margin-top: -12px }
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #1D6892;
    border-color: #1D6892;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span{
    color: #1D6892;
}
#blog .col-md-8 .col-sm-6 .date,
#blog-posts .col-md-8 .col-sm-6 .date { top: 0 }
#blog .col-md-6 .date,
#blog-posts .col-md-6 .date { top: 0 }
/*Blog Post*/
.featured-media .date {
    position: absolute;
    background: #1D6892;
    color: #ffffff;
    padding: 10px;
    z-index: 10;
}
h4.media-heading.author-name {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-top: 5px;
    color: #1D6892;
}

.post-author img.media-object {
width: 120px;
}
span.comment-date,
span.commenter-name {
    font-size: 12px;
    color: #6F6F6F;
}
li.commenter p { font-size: 13px }
#comments span.fa.fa-comment,
#comment-form span.fa.fa-comment,
#contact-form span.fa.fa-comment,
#comments span.fa.fa-comment a,
#comment-form span.fa.fa-comment a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #1D6892;
}
#contact-form input.form-control,
#contact-form textarea,
#comment-form input.form-control,
#comment-form textarea {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#contact-form .form,
#contact-form .form a.btn,
#contact-form textarea,
#comment-form .form,
#comment-form .form a.btn,
#comment-form textarea { margin-bottom: 20px }
#comment-form input::-webkit-input-placeholder,
#comment-form textarea::-webkit-input-placeholder {
    color: #adadad;
    font-weight: 400;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder,
#comment-form input:-moz-placeholder,
#comment-form textarea:-moz-placeholder {
    color: #adadad;
    font-weight: 400;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder,
#comment-form input::-moz-placeholder,
#comment-form textarea::-moz-placeholder {
    color: #adadad;
    font-weight: 400;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder,
#comment-form input:-ms-input-placeholder,
#comment-form textarea:-ms-input-placeholder {
    color: #adadad;
    font-weight: 400;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.form-control:focus { border-color: #1D6892 }
/* Video Post*/
video {
    width: 100%    !important;
    height: auto   !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16: 9 */;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}
/*===================
Sidebar
====================*/
.widget p {
    margin-bottom: 20px;
    line-height: 15px;
}
.widget.search { text-align: left }
.form-group.search input {
    border-radius: 0px;
    border-color: #474747;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group.search .input-group-addon {
    border-radius: 0px;
    background: #474747;
    border-color: #474747;
    color: #ffffff !important;
}
.widget ul.cat li>a {
    transition: padding-left 0.5s ease;
    -webkit-transition : padding-left 0.5s ease;
    -moz-transition : padding-left 0.5s ease;
    -ms-transition: padding-left 0.5s ease;
    -o-transition: padding-left 0.5s ease;
}
.widget ul.cat li:hover >a {
    color: #1D6892 !important;
    text-decoration: none;
    padding-left: 10px;
}
.widget ul.cat li:hover >a:hover>span.post-count,
ul.tag-lists li:hover { background: #1D6892 }
.widget p.small:after { content: '...' }
.widget.latest-posts h6.media-heading a:hover {
    color: #1D6892 !important;
    text-decoration: none;
}
.widget-gallery .plink {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.widget-gallery .plink .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
.widget-gallery .plink .hover:hover { opacity: 1 }
.widget-gallery .plink .hover .hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.widget-gallery .plink .hover-content i { margin-top: -12px }
ul.tag-lists li {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
ul.tag-lists li:hover>a {
    color: #ffffff !important;
    text-decoration: none;
}

img.media-object.small {
    width: 85px;
    float: left;
    height: 100%;
}
/*===================
Portfolio
====================*/
#portfolio-fullwidth,
#testimonials,
nav{
    background: #ffffff;
}
#portfolio-default ul.item-cat li,
#portfolio-fullwidth ul.item-cat li { padding: 0px }
.item-cat a.btn.current {
    background: #1D6892 !important;
    color: #ffffff !important;
}
#portfolio-fullwidth * { z-index: 2 }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolioContainer {
    margin-bottom: 40px;
    margin-top: 60px;
}
.portfolio-img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.portfolio-img .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
.portfolio-img .hover:hover { opacity: 1 }
.portfolio-img .hover .hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.portfolio-img .hover-content .plink i {
    margin-top: -12px;
    margin-left: 5px;
    color: #ffffff;
    padding: 10px;
    border: 1px solid;
    width: 45px;
    font-size: 26px;
}
.portfolio-img .hover-content .plink i {
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: : background 0.5s ease;
    -o-transition: : background 0.5s ease;
}
.portfolio-img .hover-content .plink i:hover {
    background: #ffffff;
    color: #1D6892;
    border-color: #ffffff;
}
#lightbox .item h4,
#lightbox .item h4 a,
.item h4 a,
.item h4 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: -3px;
    color: #1D6892 !important;
}
/* Single Portfolio Page*/
#post-featured-slider .carousel-indicators li,
#portfolio-featured-slider .carousel-indicators li,
#featured-slider .carousel-indicators li {
    padding: 7px;
    margin: 3px;
}
.project-details p { line-height: 14px }
.project-details p span.bold { font-weight: 900 }
ul.share-project li { padding-right: 20px }
/*===================
Pages 
====================*/
/*team page*/
#team .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F8F8F8;
    border: none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#team .thumbnail h3 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: -3px;
    color: #1D6892 !important;
}
#team .thumbnail p {
    margin-top: 20px;
    line-height: 18px;
}
#team .team-img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
#team .team-img .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
}
#team .team-img .hover:hover { opacity: 1 }
#team .team-img .hover .hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    margin-left: -10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#team .team-img .hover-content ul.team-social i {
    margin-top: -12px;
    margin-left: 5px;
    color: #ffffff;
    padding: 5px;
    border: 1px solid;
    width: 32px;
    font-size: 20px;
}
#team .team-img .hover-content ul.team-social i {
    transition: background 0.5s ease;
    -webkit-transition : background 0.5s ease;
    -moz-transition : background 0.5s ease;
    -ms-transition: : background 0.5s ease;
    -o-transition: : background 0.5s ease;
}
#team .team-img .hover-content ul.team-social i:hover {
    background: #ffffff;
    color: #1D6892;
    border-color: #ffffff;
}
#team.teamtwo .thumbnail h3 { color: #ffffff !important }
#team.teamtwo .thumbnail .caption {
    padding: 9px;
    color: #333;
    background: #1D6892;
    color: #ffffff;
}
/*service and about page*/
#fullwidth-video i.fa {
    transition: all 0.5s ease;
    -webkit-transition : all 0.5s ease;
    -moz-transition : all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #ffffff !important;
}
#fullwidth-video i.fa:hover {
    -webkit-transform: scale(1.1);
    color: #1D6892 !important;
    border-color: #1D6892 !important;
    cursor: pointer;
}
.browser {
    margin-bottom: 0;
    z-index: -1;
}
/*Coming Soon*/
#coming-soon img { margin: 0 auto }
ul#countdown li {
    display: inline-block;
    padding: 30px;
    margin: 30px;
    height: 150px;
    width: 150px;
    text-align: center;
}
#coming-soon .color-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(255, 255, 255, 0.85);
}
ul#countdown li span {
    font-size: 46px;
    font-weight: 900;
    color: #1D6892 !important;
}
.colored {
    background: #1D6892 !important;
    color: #ffffff !important;
}
#footer-nav.colored a,
#footer-nav.colored a:hover { color: #ffffff !important }
/*===================
Homepages
====================*/
/*Portfolio*/
#portfolio .portfolioContainer {
    margin-bottom: 0px;
    margin-top: 0px;
}
/*Onepager*/
#onpage .navbar-right { margin-right: -15px }


/*===================
Inner Pages
====================*/

#map-canvas.map{
    width:100%; 
    height:380px;
}
/*===================
Footer
====================*/
#footer {
    min-height: 300px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #1C2123;
    color: #dbdbdb;
}
#footer p {
    margin: 0 0 10px;
    line-height: 18px;
}

#footer img.media-object {
    width: 75px;
}

#footer .footer-heading hr { border-top: 1px solid #D66905 }
#footer a {
    color: #ffffff !important;
    text-decoration: none;
}
#footer a:hover {
    color: #1D6892 !important;
    text-decoration: none;
}
#footer ul li.service-lists {
    transition: padding 0.5s ease;
    -webkit-transition : padding 0.5s ease;
    -moz-transition : padding 0.5s ease;
    -ms-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
}
#footer ul li.service-lists:hover {
    padding-left: 10px;
    cursor: pointer;
    color: #1D6892;
}
.footer-heading h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #D66905;
}
#footer-nav {
    background: #ffffff;
    height: auto;
    min-height: 50px;
    color: #000000;
}
#footer-nav a,
#footer a {
    transition: color 0.5s ease;
    -webkit-transition : color 0.5s ease;
    -moz-transition : color 0.5s ease;
    -ms-transition: :color 0.5s ease;
    -o-transition: :color 0.5s ease;
}
#footer-nav a:hover {
    color: #1D6892 !important;
    text-decoration: none;
}
/*====================
Typography
====================*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #1D6892;
    background: #eee;
}
.blockquote-reverse,
blockquote.pull-right {
    padding: 10px 20px;
    text-align: right;
    border-right: 5px solid #1D6892;
    background: #eee;
}
.dropcaptwo {
    border: 1px solid #1D6892;
    color: #1D6892;
}
.dropcapthree {
    background: #1D6892;
    color: #ffffff !important;
}

.light-gray{
    background: #f7f7f7 !important;
}