@import url('../plugins/fontawesome/css/font-awesome.min.css');
@import url('../plugins/themify/themify.css');

/*Reset*/

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

::-moz-selection {
    background: #999;
    color: #fff;
}

::selection {
    background: #999;
    color: #fff;
}

::-moz-selection {
    background: #999;
    color: #fff;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
    margin: 0;
    padding: 0;
}

h1:last-child,
h2:last-child,
h4:last-child,
h5:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
ul li:last-child {
    margin-bottom: 0 !important
}


/*Container*/

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    width: 100%
}

.container .row-gapless {
    padding-left: 15px;
    padding-right: 15px;
}

.container .row-gapless>div[class*='col-'] {
    padding: 0;
}


/*Styles*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    cursor: default;
    overflow-x: hidden;
    background-color: #fff;
    color: #777777;
    font-family: "Roboto","Segoe UI", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 1.625em;
}

ul,
ol {
    list-style: none;
}

ul.bullets {
    list-style: inside;
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside;
}

blockquote {
    padding: 0;
    margin: 0;
    border-left: 0;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

strong {
    font-weight: 600;
}

hr {
    margin: 1.625em 0;
    border-color: #f4f4f4;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

strong,
b {
    font-weight: 600;
}

span.text-bg {
    padding: 0px 5px;
    background-color: #32c5d2;
    color: #fff;
    line-height: 10px;
}

span.text-color {
    color: #32c5d2;
}

label {
    font-weight: 400;
    color: #777;
}

p {
    margin: 0 0 20px;
    color: #777777
}

p.dropcap:first-letter {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0;
    color: #32c5d2;
}

p .btn {
    margin-right: 20px;
}

input,
button,
select,
textarea {
    font-size: 12px
}

a {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

a:hover,
a:focus {
    color: #036;
    text-decoration: none;
}


/*Text Colors*/

.text-white {
    color: #ffffff !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #ffffff !important;
}

.text-black {
    color: #212121 !important;
}

.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
    color: #212121 !important;
}

.text-grey {
    color: #eeedee !important;
}

.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6 {
    color: #eeedee !important;
}

.text-primary {
    color: #ff4081 !important;
}

.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6 {
    color: #ff4081 !important;
}

.text-secondary {
    color: #00bcd4 !important;
}

.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6 {
    color: #00bcd4 !important;
}

.text-info {
    color: #2196f3 !important;
}

.text-info h1,
.text-info h2,
.text-info h3,
.text-info h4,
.text-info h5,
.text-info h6 {
    color: #2196f3 !important;
}

.text-danger {
    color: #f44336 !important;
}

.text-danger h1,
.text-danger h2,
.text-danger h3,
.text-danger h4,
.text-danger h5,
.text-danger h6 {
    color: #f44336 !important;
}

.text-success {
    color: #4caf50 !important;
}

.text-success h1,
.text-success h2,
.text-success h3,
.text-success h4,
.text-success h5,
.text-success h6 {
    color: #4caf50 !important;
}

.text-warning {
    color: #f57c00 !important;
}

.text-warning h1,
.text-warning h2,
.text-warning h3,
.text-warning h4,
.text-warning h5,
.text-warning h6 {
    color: #f57c00 !important;
}


/*BG Colors*/

.bg-light {
    background-color: rgba(204, 204, 204, .3);
}

.bg-dark {
    background-color: #333
}

.bg-red {
    background-color: #f44336
}

.bg-pink {
    background-color: #e91e63
}

.bg-purple {
    background-color: #9c27b0
}

.bg-deep-purple {
    background-color: #673ab7
}

.bg-indigo {
    background-color: #3f51b5
}

.bg-blue {
    background-color: #2196f3
}

.bg-light-blue {
    background-color: #03a9f4
}

.bg-google-blue {
    background-color: #448aff;
}

.bg-cyan {
    background-color: #00bcd4
}

.bg-teal {
    background-color: #009688
}

.bg-deep-teal {
    background-color: #00bfa5;
}

.bg-green {
    background-color: #4CAF50
}

.bg-light-green {
    background-color: #8bc34a
}

.bg-lime {
    background-color: #cddc39
}

.bg-yellow {
    background-color: #ffeb3b
}

.bg-amber {
    background-color: #ffc107
}

.bg-orange {
    background-color: #ff9800
}

.bg-deep-orange {
    background-color: #ff5722
}

.bg-brown {
    background-color: #795548
}

.bg-grey {
    background-color: #9e9e9e
}

.bg-blue-grey {
    background-color: #607d8b
}

.bg-dark,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
bg-dark p,
bg-dark a {
    color: #fff
}

.section-dark,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark p,
.section-dark a {
    color: #fff
}


/*Typography*/

html {
    font-size: 100%;
}

@media all and (max-width:768px) {
    html {
        font-size: 87.5%;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: rgba(0, 0, 0, .7);
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-size: 34px;
    line-height: 44px;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 34px;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 24px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 22px;
}

h6,
.h6 {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width:767px) {
    h1,
    .h1 {
        font-size: 27px;
    }
    h2,
    .h2 {
        font-size: 25px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
}

.fw-300 {
    font-weight: 300;
}


/*Custom Spaces*/

.space {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
}

#site-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(20, 21, 22, .7);
    -webkit-transition: all .7s cubic-bezier(0.7, .3, 0, 1) .3s;
    transition: all .7s cubic-bezier(0.7, .3, 0, 1) .3s
}

#site-loading.hide {
    height: 0;
    visibility: hidden
}

.loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: loading .7s linear infinite;
    animation: loading .7s linear infinite;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#site-loading.hide .loader {
    bottom: -24px;
    visibility: hidden
}

@-webkit-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}


/*Header*/

#top-bar {
    background-color: #2d2d2d;
    padding: 5px 0;
}

#top-bar * {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#top-bar ul,
#top-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top-bar .left-info p {
    font-size: 13px;
    color: #f2f2f2;
    margin: 0 auto;
    line-height: 26px;
    letter-spacing: 0.5px;
}

#top-bar .top-list>ul>li {
    display: inline-block;
    margin-right: 26px;
}

#top-bar .top-list>ul>li:last-child {
    margin-right: 0;
}

#top-bar .top-list>ul>li i {
    font-size: 16px;
    color: #f2f2f2;
    margin-right: 8px;
    vertical-align: middle;
}

#top-bar .top-list>ul>li>a {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    color: #f2f2f2;
    letter-spacing: 0.5px;
    text-decoration: none !important;
}

#top-bar .top-list>ul>li>a:hover {
    color: #38C57A;
}

.header.sticky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 8px;
    font-size: 18px;
    line-height: 20px; 
}

.navbar-brand img {
    max-height: 50px
}

.navbar-default {
    background: #fff;
    border: none;
    border-radius: 0px;
    padding: 20px 10px 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    background: #fff;
    font-size: 15px;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.navbar-default .navbar-nav>li>a:hover .navbar-default .navbar-nav>li>a:active {
    color: #ff5252 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #ff5252;
    background-color: #fff;
}

.navbar-nav>li>a:hover {
    color: #ff5252 !important;
    background-color: #fff !important;
}

.sticky-fixed .navbar-default {
    padding: 10px;
}

.sticky-fixed .navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}

.navbar-toggle {
    margin: 15px !important;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}


/*Footer*/

footer {
    background: #012448 url("../img/bg/footer-bg.jpg") no-repeat scroll right top / cover;
    color: #ccc;
    width: 100%;
    padding-top: 50px;
    position: relative;
}

footer::before {
    background: rgba(30, 30, 30, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

footer p,
footer a {
    line-height: 26px;
    font-size: 13px;
    color: #ccc !important
}

footer p {
    margin-bottom: 12px;
}

footer h5 {
    color: #C45D3C
}

.foo-top {
    background-color: #1e1e1e;
    margin-bottom: 30px;
    padding: 30px 0 10px;
    position: relative;
    height: 0;
    display: none;
}

.foo-lower {
    border-top: 1px solid #38272e;
    margin-top: 30px;
    padding: 25px 0 10px;
    position: relative;
}

.social-list {
    overflow: hidden;
    margin: 0;
}

.social-list li {
    order-radius: 2px;
    display: inline-block;
    opacity: 0.8;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
    background: #989898;
    text-align: center;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    opacity: .5;
    display: inline-block;
}

.social-list li:hover {
    opacity: 1;
}

.social-list li a {
    color: #232323;
    display: block
}

.social i {
    margin-right: 15px;
}

.copyright {
    text-align: left;
    opacity: .5
}

.author {
    text-align: right;
    opacity: .5
}

.foo-contact-form input,
.foo-contact-form textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.foo-contact-form input {
    height: 35px;
    background: #F7F7F7;
    color: #2e2e2e;
    margin-bottom: 20px;
    padding-left: 20px;
}


/*Custom Icon List*/

.list-custom li {
    line-height: 32px
}

.list-custom li:before {
    font-family: 'themify';
    Content: '\e649';
    font-size: 9px;
    margin-right: 14px;
    vertical-align: middle;
}


/*Cards*/

.card.card-1 {
    margin-bottom: 35px;
    margin-top: 10px;
}

.card .card-inner {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 20px 30px;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out 0s;
    transition: -webkit-box-shadow 0.2s ease-in-out 0s;
    transition: box-shadow 0.2s ease-in-out 0s;
    transition: box-shadow 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
    max-width: 370px
}

.card .card-inner:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #a3a3a3;
}

.card.card-1 .card-inner {
    color: #a3a3a3;
    display: block;
    position: relative;
    z-index: 10
}

.card.card-1 .card-img {
    background-color: #69AA6F;
    padding: 18px;
}

.card.card-1 img {
    margin-bottom: 0;
    border-radius: 0px;
}

.card.card-1 i {
    color: #2962FF;
    font-size: 24px;
    position: absolute;
    right: 22px;
    bottom: 22px;
}

.card.card-1 h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.intro-left .intro-cont {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 34px;
    font-family: "Roboto Slab","Segoe UI", Helvetica, sans-serif;
    font-weight: 300;
}


/*Features*/

[class^="ti-"]+h1,
[class^="ti-"]+h2,
[class^="ti-"]+h3,
[class^="ti-"]+h4,
[class^="ti-"]+h5,
[class^="ti-"]+h6 {
    padding-top: 0;
    line-height: 35px;
}

.feature {
    color: #767676;
    margin-bottom: 38px;
}

.feature.feature-1 i {
    float: left;
    font-size: 36px;
}

.feature.feature-1 *:not([class^="ti-"]) {
    margin-left: 80px;
}

.feature.feature-2 i {
    font-size: 36px;
    margin-bottom: 20px
}

.feature.feature-3 {
    text-align: center;
    padding: 0 10px
}

.feature.feature-3 i {
    font-size: 36px;
    margin-bottom: 20px
}


/*Carousel*/

#testimonial-carousel {
    color: #333;
}

#testimonial-carousel .item {
    padding: 0 20px;
}

#testimonial-carousel blockquote {
    padding: 0;
    border: 0;
    margin: 0;
    position: relative;
    min-height: 120px;
    font-weight: 400
}

#testimonial-carousel blockquote p {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

#testimonial-carousel blockquote cite {
    font-style: inherit;
    color: #fff;
    font-size: 16px;
}

#testimonial-carousel .owl-theme .owl-controls {}

#testimonial-carousel .owl-theme .owl-controls .owl-prev,
#testimonial-carousel .owl-theme .owl-controls .owl-next {
    background: rgba(255, 255, 255, .7);
    color: #999;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

#testimonial-carousel .owl-theme .owl-controls .owl-prev:hover,
#testimonial-carousel .owl-theme .owl-controls .owl-next:hover {
    color: #999;
    background: #fff;
}

.client-carousel {
    padding: 30px 0;
}

.client-carousel .owl-carousel .owl-item {
    line-height: 50px;
}

.client-carousel .owl-carousel .owl-item img {
    display: inline;
    width: auto;
    max-width: 200px;
}


/*Home Slider*/

#hero-slider {
    position: relative;
    clear: both;
    padding: 0 !important;
}

#hero-slider img {
    max-height: 280px !important
}

#hero-slider .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: left;
    text-shadow: none;
}

.carousel-caption .content {
    padding-top: 40%;
    padding-left: 15%
}

.carousel-caption .image {
    padding-top: 17%
}

#hero-slider .carousel-caption h2 {
    font-size: 20px;
    text-transform: uppercase
}

#hero-slider .carousel-caption h2,
#hero-slider .carousel-caption p {
    color: #fff;
}

#hero-slider .carousel-inner .item {
    min-height: 450px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

#hero-slider .carousel-control {
    background: none;
    width: 30px;
    height: 80px;
    font-size: 15px;
    line-height: 80px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible !important;
    opacity: .65;
    margin-top: -40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    border-radius: 0;
    z-index: 99;
}

#hero-slider .carousel-control.left {
    left: 0px;
}

#hero-slider .carousel-control.right {
    right: 0px;
}

#hero-slider .carousel-control:hover {
    opacity: 1;
    background: #000;
}


/*Breadcrumb Nav*/

.breadcrumb-nav {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(204, 204, 204, .4)
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    padding: 12px 15px !important
}

.breadcrumb li a {
    color: #0099CC
}

.breadcrumb li.active {
    color: #fff;
}

.expert-call {
    font-size: 14px;
    padding: 11px 0;
    text-align: right;
    vertical-align: middle;
}

.expert-call li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.expert-call i {
    margin-right: 10px;
}


/*About Page*/

.about-points {
    display: inline-block;
    margin-top: 15px;
}

.about-points a {
    color: #777777;
    display: inline-block;
    float: left;
    font-size: 14px;
    letter-spacing: 0.16px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 44%;
}

.about-points a::before {
    content: "\e628";
    font-family: "themify";
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 500
}


/*Services Page*/

#left {
    max-width: 245px;
    float: left;
}

#content {
    padding: 0px 40px;
}

ul.service-list {
    list-style: outside none none;
    text-transform: capitalize;
    border: 1px solid rgba(204, 204, 204, 0.4)
}

.is-sticky>.service-list {
    margin: 0 auto;
}

ul.service-list li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    display: inline-block;
    width: 100%;
}

.service-list li:first-child {
    background-color: #3F51B5;
    color: #fff;
    font-size: 16px;
    border: 0;
    padding: 8px 20px;
}

.service-list li:first-child::hover {
    background: none
}

ul.service-list li a: hover {
    background-color: #F5F5F5;
}

ul.service-list li a {
    font-size: 14px;
    color: #666;
    display: block;
    padding: 5px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-list li.active a {
    background-color: #F5F5F5;
}

.service-list li.active {
    background-color: #F5F5F5;
}

.service-list li a:hover {
    color: #F00;
    background-color: #F5F5F5;
}


/*Off Canvas Sidebar*/

@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas-right {
        right: 0;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }
    .row-offcanvas-right.active {
        right: 50%;
    }
    .row-offcanvas-left.active {
        left: 50%;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
    }
}

article {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    padding: 40px 0
}

article h3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 34px;
    text-transform: uppercase;
}

article .product-img {
    margin-top: 20px;
    text-align: center
}

article .product-img a {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    float: right;
    padding: 10px;
    background-color: #ccc
}

article .product-img img {
    max-width: 300px;
}


/*Contact Page*/ 

.contact-section p {
    margin-bottom: 30px;
}

.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}

.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.contact-section ul.information-list li i {
    float: left;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
}

.contact-section ul.information-list li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
    margin-bottom: 0px;
    margin-left: 25px;
}

.contact-section ul.information-list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 10px;
    color: #777
}

.contact-section ul.information-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#contact-form,
.comment-form {
    margin-bottom: -30px;
}

#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
    border: 1px solid #ccc;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #2e2e2e;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 38px;
}

#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
    border: 1px solid #999;
}

#contact-form textarea,
.comment-form textarea {
    height: 146px;
}

#contact-form .message,
.comment-form .message {
    height: 30px;
    padding: 10px 20px;
    font-size: 13px;
}

#contact-form .message.error,
.comment-form .message.error {
    color: #e74c3c;
    background: rgba(246, 80, 80, 0.4);
    border: 1px solid #e74c3c;
}

#contact-form .message.success,
.comment-form .message.success {
    color: #29b504;
    background: rgba(63, 220, 21, 0.4);
    border: 1px solid #29b504;
}


/*All Mediaqueries*/

@media (max-width: 640px) {
    .header.sticky-fixed {
        position: static;
        -webkit-animation: none !important;
                animation: none !important;
    }
}

@media (max-width: 480px) {
    #top-bar .pull-left,
    #top-bar .pull-right {
        float: none !important;
        text-align: left;
    }
    #top-bar .pull-right {
        margin-top: 5px;
    }
    .foo-contact-form h5 {
        margin-bottom: 20px;
        font-size: 16px
    }
    .social-list {
        margin-top: 30px !important
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        margin-top: 15px;
    }
    .foo-contact-form h5 {
        margin-bottom: 20px !important;
        font-size: 16px
    }
    .social-list {
        margin: 30px 0 !important;
    }
}

@media (max-width:1200px) {
    #hero-slider .container {
        max-width: 80%
    }
    #hero-slider img {
        max-width: 250px
    }
    .carousel-caption .content {
        padding-top: 5%
    }
    .carousel-caption .image {
        padding-top: 10%
    }
}


/*Go to Top*/

.go-top {
    background: #3D3D3D;
    color: #fff;
    font-size: 14px;
    right: 20px;
    bottom: 20px;
    border-radius: 2px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    z-index: 77;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center
}

.go-top:hover,
.go-top:focus {
    color: #F4E661
}

.go-top.go-top-visible {
    opacity: 1;
    visibility: visible
}

/*Video Placeholder*/

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    color: rgba(0, 0, 0, .7)
}

@media ( min-width: 320px) and (max-width: 480px){
    .navbar-brand img{
        height: 45px;
    }
}