
ol, p, ul {
    margin-bottom: 30px
}

a {
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #85C8DD
}

    a:active, a:focus, a:hover {
        color: #71bfd7;
        text-decoration: none
    }

.flexslider .probootstrap-heading, .hero-text-heading, .probootstrap-hero h1 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 64px;
    color: #fff
}

@media screen and (max-width:768px) {
    .flexslider .probootstrap-heading, .hero-text-heading, .probootstrap-hero h1 {
        font-size: 40px;
        line-height: 1.5
    }
}

.probootstrap-navbar .dropdown-submenu > a:before, .probootstrap-navbar .dropdown > a:before {
    font-weight: 400;
    line-height: 1;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width:480px) {
    .flexslider .probootstrap-heading, .hero-text-heading, .probootstrap-hero h1 {
        font-size: 30px
    }
}

.flexslider .probootstrap-subheading, .hero-text-subheading, .probootstrap-hero p {
    font-size: 16px;
    color: rgba(255,255,255,.9)
}

    .flexslider .probootstrap-subheading:last-child, .hero-text-subheading:last-child, .probootstrap-hero p:last-child {
        margin-bottom: 0
    }

.probootstrap-navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    background: 0 0;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media screen and (max-width:768px) {
    .probootstrap-navbar {
        background: #fff;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.1)
    }
}

.probootstrap-navbar .navbar-toggle:focus, .probootstrap-navbar .navbar-toggle:hover {
    background-color: transparent;
    cursor: pointer;
}

.probootstrap-navbar .navbar-toggle {
    border: none
}

    .probootstrap-navbar .navbar-toggle span.icon-bar {
        -webkit-transition: all .15s;
        transition: all .15s
    }

    .probootstrap-navbar .navbar-toggle span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        transform-origin: 10% 10%
    }

    .probootstrap-navbar .navbar-toggle span:nth-child(3) {
        opacity: 0
    }

    .probootstrap-navbar .navbar-toggle span:nth-child(4) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        transform-origin: 10% 90%
    }

    .probootstrap-navbar .navbar-toggle.collapsed span:nth-child(2), .probootstrap-navbar .navbar-toggle.collapsed span:nth-child(4) {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .probootstrap-navbar .navbar-toggle.collapsed span:nth-child(3) {
        opacity: 1
    }

.probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a, .probootstrap-navbar .parent-nav-link-padding {
    margin-left: 15px;
    margin-right: 15px;
    /*	padding: 34px 0*/
}

.probootstrap-navbar .dropdown-header {
    color: rgba(255,255,255,.2);
    padding-left: 10px;
    text-transform: uppercase
}

.probootstrap-navbar .dropdown > a {
    padding-right: 10px !important;
    position: relative;
    display: block
}

@media screen and (max-width:480px) {
    .probootstrap-navbar .dropdown > a {
        display: block;
        padding-right: 0
    }
}

/*notifcation icon removed*/
/*
.probootstrap-navbar .dropdown > a:before {
	text-transform: none;
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -10px;
	margin-top: -11px;
	content: "\e924";
	font-size: 20px;
	color: rgba(255,255,255,.5);
	-webkit-transition: .3s all;
	transition: .3s all
}*/

@media screen and (max-width:767px) {
    .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a, .probootstrap-navbar .parent-nav-link-padding {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
     
}

@media screen and (max-width:768px) {
  
    .probootstrap-navbar .dropdown > a:before {
        color: rgba(0,0,0,.2)
    }
}

.probootstrap-navbar .dropdown > a:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.probootstrap-navbar .dropdown.open > a, .probootstrap-navbar .dropdown:active > a, .probootstrap-navbar .dropdown:focus > a, .probootstrap-navbar .dropdown:hover > a {
    -webkit-transition: .3s all;
    transition: .3s all
}

    .probootstrap-navbar .dropdown.open > a:before, .probootstrap-navbar .dropdown:active > a:before, .probootstrap-navbar .dropdown:focus > a:before, .probootstrap-navbar .dropdown:hover > a:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.probootstrap-navbar .dropdown > .dropdown-menu > li a {
    padding: 10px 30px;
    color: rgb(70 70 70 / 80%);
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
}

    .probootstrap-navbar .dropdown > .dropdown-menu > li a:hover, .probootstrap-navbar .dropdown > .dropdown-menu > li.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:active > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:hover > a {
        color: #e96150;
        /*background: #f9f9f9;*/
        border-top: none;
        cursor: pointer;
    }

.probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a {
    border-top: none
}

    .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a:before {
        color: #000
    }

.probootstrap-navbar .dropdown > .dropdown-menu > li.active > a {
    color: #fff
}

.probootstrap-navbar .navbar-right .dropdown-menu {
    right: auto;
    border-radius: 5px;
}

.probootstrap-navbar .dropdown-menu {
    border: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    min-width: 210px;
    white-space: normal;
    word-wrap: break-word;
}

    .probootstrap-navbar .dropdown-menu a {
        white-space: normal
    }

@media screen and (max-width:768px) {
    .probootstrap-navbar .dropdown-menu {
        width: 100%;
        padding: 10px 15px
    }

        .probootstrap-navbar .dropdown-menu a {
            color: #fff
        }
}

.probootstrap-navbar .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 30px;
    text-transform: uppercase;
    /*	background: url(../img/logo.png) left top no-repeat;*/
    top: 0px;
    position: relative;
    width: 117px;
    height: 40px;
    /*text-indent: -999999px;*/
    -webkit-transition: .2s all;
    transition: .2s all
}

@media screen and (max-width:768px) {
    .probootstrap-navbar .navbar-brand {
        top: 5px !important;
        background-position: left 100%
    }
}

@media screen and (max-width:480px) {
    .probootstrap-navbar .navbar-brand {
        top: 6px !important
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .probootstrap-navbar .navbar-brand {
        position: relative;
        width: 117px;
        height: 40px;
        background: url(../img/logo@2x.png) left 100% no-repeat;
        background-size: cover
    }
}

/*.probootstrap-navbar .navbar-nav .dropdown li.active > a, .probootstrap-navbar .navbar-nav > li.active > a:active, .probootstrap-navbar .navbar-nav > li.active > a:focus, .probootstrap-navbar .navbar-nav > li.active > a:hover, .probootstrap-navbar .navbar-nav > li.open > a, .probootstrap-navbar .navbar-nav > li.open > a:focus, .probootstrap-navbar .navbar-nav > li.open > a:hover {
    background: 0 0
}*/

.probootstrap-navbar .navbar-nav > li > a {
    /*color: #fff;*/
    font-size: 15px;
    position: relative;
    padding: 10px 17px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width:767px) {
    .probootstrap-navbar .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        color: rgba(0,0,0,.7);
        border-bottom: 1px solid #f7f7f7;
        text-align: center;
    }
}

@media screen and (max-width:995px) {
    .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a, .probootstrap-navbar .parent-nav-link-padding {
        margin-left: 7px;
        margin-right: 7px;
    } 
}

@media screen and (max-width:700px) {
    .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a, .probootstrap-navbar .parent-nav-link-padding {
        margin-left: -5px;
        margin-right: -5px;
    }
}
  
.probootstrap-navbar .navbar-nav > li > a:active, .probootstrap-navbar .navbar-nav > li > a:focus, .probootstrap-navbar .navbar-nav > li > a:hover {
    /*color: #e96150;*/
    cursor: pointer;
}

.probootstrap-navbar .navbar-nav > li.active > a {
    background: 0 0;
    color: #fff !important
}

.probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
    border: 1px solid #e96150;
    content: "";
    position: absolute;
    top: -20px;
    left: 40px;
    border-color: rgba(133,200,221,0);
    border-bottom-color: #e96150;
    border-width: 10px;
    margin-left: -10px;
}

.scrolled .probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
    border: 1px solid white !important;
    content: "";
    position: absolute;
    top: -20px;
    left: 40px;
    border-color: rgba(133,200,221,0);
    border-bottom-color: white !important;
    border-width: 10px;
    margin-left: -10px;
}

@media screen and (max-width:768px) {
    .probootstrap-navbar .navbar-nav > li.active > a {
        color: rgba(0,0,0,.7) !important
    }

    .probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
        display: none
    }
}

.probootstrap-navbar .dropdown-submenu {
    position: relative
}

    .probootstrap-navbar .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px
    }

    .probootstrap-navbar .dropdown-submenu > a {
        display: block
    }

        .probootstrap-navbar .dropdown-submenu > a:before {
            text-transform: none;
            position: absolute;
            top: 50%;
            right: 0;
            margin-right: 10px;
            margin-top: -11px;
            content: "\e926";
            font-size: 20px;
            color: rgba(255,255,255,.5);
            -webkit-transition: .3s all;
            transition: .3s all
        }

@media screen and (max-width:768px) {
    .probootstrap-navbar .dropdown-submenu > a:before {
        color: rgba(0,0,0,.2)
    }
}

.probootstrap-navbar .dropdown-submenu > a:hover:before {
    color: rgba(0,0,0,.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.probootstrap-navbar.scrolled {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.09)
}


.probootstrap-navbar.scrolled {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.09)
}

.probootstrap-navbar{
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.09)
}


    .probootstrap-navbar.scrolled .navbar-brand, .probootstrap-navbar.scrolled .navbar-nav > li > a, .probootstrap-navbar.scrolled .parent-nav-link-padding {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .probootstrap-navbar.scrolled .navbar-brand {
        top: 0px;
        background-position: left 100%
    }

    .probootstrap-navbar.scrolled .dropdown > a:before {
        color: rgba(0,0,0,.4)
    }

    .probootstrap-navbar.scrolled .navbar-nav > li > a {
        color: rgba(0,0,0,.7)
    }

    .probootstrap-navbar.scrolled .navbar-nav .selected a {
        cursor: pointer;
        /*background-color: #e96150;*/
        background-color: #EF0031;
        padding: 10px 17px;
        border: none;
        color: white;
        margin-top: 10px;
        border-radius: 50px;
    }

    .probootstrap-navbar .navbar-nav .selected a {
        cursor: pointer;
        background-color: #EF0031;
        padding: 10px 17px;
        border: none;
        color: white;
        margin-top: 10px;
        border-radius: 50px;
    }


/*	.probootstrap-navbar.scrolled .navbar-nav .clicked a {
		cursor: pointer;
		background-color: #e96150;
		padding: 10px 17px;
		border: none;
		color: white;
		margin-top: 10px;
		border-radius: 50px;
	}*/

/*.probootstrap-navbar.scrolled .navbar-nav .selected a:hover {
			color:white ;
		}*/

/*.probootstrap-navbar.scrolled .navbar-nav > li > a:hover {*/
/*color: #e96150;*/
/*color:white;
	}*/

.probootstrap-navbar.scrolled .navbar-nav > li.active > a {
    color: #000 !important
}

.container-fluid .navbar-brand {
    margin-left: 15px
}

.container-fluid .dropdown-submenu {
    position: relative
}

    .container-fluid .dropdown-submenu .dropdown-menu {
        top: 0;
        left: auto;
        right: 100%;
        margin-top: -1px
    }

.lead {
    font-size: 18px;
    line-height: 32px
}

.probootstrap-cta {
    padding: 3em 0;
    background: #85C8DD;
    color: #fff
}

    .probootstrap-cta h2 {
        margin: 18px 0 0;
        padding: 0;
        color: #fff;
        float: left;
        line-height: 1.5
    }

@media screen and (max-width:768px) {
    .probootstrap-cta h2 {
        float: none;
        width: 100%;
        margin: 0 0 30px
    }
}

.probootstrap-cta .btn {
    float: right;
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .probootstrap-cta .btn {
        float: none;
        width: 100%;
        margin-top: 0
    }
}

.probootstrap-cta .btn.btn-ghost {
    width: 200px;
    border: 1px solid #fff;
    color: #fff
}

@media screen and (max-width:480px) {
    .probootstrap-cta .btn.btn-ghost {
        width: 100%
    }
}

.probootstrap-cta .btn.btn-ghost:hover {
    background: #fff;
    color: #85C8DD
}

.probootstrap-footer {
    padding: 7em 0;
    background: #85C8DD;
    color: rgba(255,255,255,.9)
}

    .probootstrap-footer a {
        color: rgba(255,255,255,.6)
    }

        .probootstrap-footer a:hover {
            color: #fff
        }

    .probootstrap-footer .copyright {
        margin-top: 20px
    }

@media screen and (max-width:768px) {
    .probootstrap-footer {
        padding: 3em 0
    }

        .probootstrap-footer .copyright {
            margin-top: 0
        }
}

.probootstrap-flex-section {
    padding: 7em 0
}

    .probootstrap-flex-section.probootstrap-bg-white {
        background: #fff
    }


.flexslider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: -60px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(0,0,0,.8);
    border-radius: 0;
    padding: 30px
}

.mt0, .owl-carousel .owl-controls, .owl-carousel-posts .owl-controls {
    margin-top: 0
}

.flexslider .flex-direction-nav a:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e929";
    -webkit-transition: .3s all;
    transition: .3s all;
    font-size: 30px;
    display: inline-block;
    color: rgba(255,255,255,.8);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.flexslider .flex-direction-nav a.flex-next:before {
    content: "\e92a";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.flex-direction-nav .flex-prev {
    left: 0
}

.flex-direction-nav .flex-next {
    right: 0;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 0
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 0
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(255,255,255,.2);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(255,255,255,.7)
    }

    .flex-control-paging li a.flex-active {
        background: #fff;
        cursor: default
    }

.owl-carousel {
    margin-bottom: 100px
}

    .owl-carousel.border-rounded .item {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px;
        overflow: hidden
    }

    .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9999;
        position: absolute;
        -webkit-transition: .2s all;
        transition: .2s all
    }

.owl-carousel-posts .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%
}

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px
}

    .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i, .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-next i, .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev i, .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
        color: #000
    }

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i, .owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff
}

@media screen and (max-width:768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none
    }

    .img-sm-responsive {
        max-width: 100%
    }
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: 0 0 !important
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] i {
        font-size: 24px;
        background: #85c8dd !important;
        padding: 12px;
        -webkit-transition: .5s all;
        transition: .5s all
    }

    .owl-theme .owl-controls .owl-nav [class*=owl-]:focus i, .owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
        background: #85c8dd !important
    }

.owl-theme .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center
}

.owl-carousel-fullwidth.owl-theme .owl-dots, .owl-work.owl-theme .owl-dots {
    bottom: -30px;
    margin-bottom: -2.5em
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(0,0,0,.2);
    -webkit-transition: .2s all;
    transition: .2s all;
    border: 2px solid transparent
}

    .owl-theme .owl-dots .owl-dot span:hover {
        background: 0 0;
        border: 2px solid rgba(0,0,0,.2)
    }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0;
    border: 2px solid #000
}

.probootstrap-footer-social {
    padding: 0;
    margin: 0
}

    .probootstrap-footer-social li {
        display: inline;
        padding: 0;
        margin: 0;
        list-style: none
    }

        .probootstrap-footer-social li a {
            padding: 10px;
            font-size: 22px
        }

        .probootstrap-footer-social li:first-child > a {
            padding-left: 0
        }

.probootstrap-gutter0 > div[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:480px) {
    .probootstrap-gutter0 > div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.probootstrap-gutter40 > div[class*=col-] {
    padding-right: 20px;
    padding-left: 20px
}

@media screen and (max-width:480px) {
    .probootstrap-gutter40 > div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.probootstrap-gutter60 > div[class*=col-] {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width:480px) {
    .probootstrap-gutter60 > div[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (max-width:768px) {
    .img-xs-responsive {
        max-width: 100%
    }
}
