

@font-face {
	font-family: 'Conv_PROXIMANOVA-REGULAR';
	src: url('../fonts/PROXIMANOVA-REGULAR.eot');
	src: local('☺'), url('../fonts/PROXIMANOVA-REGULAR.woff') format('woff'), url('../fonts/PROXIMANOVA-REGULAR.ttf') format('truetype'), url('../fonts/PROXIMANOVA-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_PROXIMA NOVA BOLD';
	src: url('../fonts/PROXIMA NOVA BOLD.eot');
	src: local('☺'), url('../fonts/PROXIMA NOVA BOLD.woff') format('woff'), url('../fonts/PROXIMA NOVA BOLD.ttf') format('truetype'), url('../fonts/PROXIMA NOVA BOLD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


a,
button {
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none !important;
}
a:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}
ul {
    padding: 0;
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Conv_PROXIMANOVA-REGULAR';
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}
header {
    height: 100%;
}
.hero-banner {
    background-image: url(../pg_img/pg_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
}
.color-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}
.banner-content {
    font-style: italic;
    margin-top: 120px;
    display: inline-block;
}
.banner-content h3 {
    font-size: 40px;
    color: #e08f26;
}
.banner-content h1 {
    font-size: 60px;
    color: #ce7502;
    text-transform: uppercase;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    font-weight: bold;
    line-height: 60px;
}
.banner-content h1 span {
    color: #2654a1;
}
.hero-banner .container {
    position: relative;
    height: 100%;
}
.banner-logo {
    position: absolute;
    right: 0;
    bottom: 150px;
}
/*navigation*/

.navbar-default {
    background: none;
    border: 0;
    padding: 15px 0;
    border-radius: 0;
}
.navbar {
    margin-bottom: 0;
    min-height: 0;
    background-color: #acc8dd;
}
.navbar-default .navbar-nav li {
    margin-left: 40px;
}
.navbar-default .navbar-nav li a {
    font-size: 18px;
    color: #1b1b1b;
    text-transform: uppercase;
    padding: 11px 0;
}
.navbar-default .navbar-nav li a.nav-btn {
    background-color: #1b4f9e;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.navbar-default .navbar-nav li a.nav-btn:hover{
	background-color: #fb8201;
}
.navbar-default .navbar-nav li a.nav-btn img {
    margin-top: -3px;
    margin-right: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background: none;
	color: #fb8201;
}
.nav.navbar-nav.navbar-right {
    margin-top: 18px;
    margin-right: 0;
}
#nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* This class is added on scroll */

#nav.fixed {
    position: fixed;
    top: 0;
    height: 105px;
    z-index: 1;
}
/*thumbnails*/

.thumbs-main {
    background-color: #1b4f9e;
}
.thumbnail-one {
    position: relative;
    width: 35%;
}
.thumbnail-one img {
    width: 100%;
}
.thumb-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(254, 128, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
}
.tb-area {
    display: table;
    height: 100%;
    width: 100%;
}
.tb-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tb-cell h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin-bottom: 5px;
}
.tb-cell p {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    padding: 0 58px;
}
.thumbnail-one:hover .thumb-hover {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
}
.thumbnail-one.thumbnail-two {
    height: 401px;
    width: 30%
}
.thumb-tweet {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.thumb-tweet img {
    width: auto;
}
main {
    padding: 60px 0 0;
}
.quality-service {
    text-align: center;
}
.quality-service h1 {
    display: inline-block;
    font-size: 60px;
    color: #fd8200;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    text-align: center;
}
.quality-service h1 a {
    color: #fd8200;
}
.quality-service h6 {
    font-size: 30px;
    color: #333;
    margin-bottom: 50px;
}
.quality-list {
    text-align: left;
}
.quality-list ul {
    margin-top: 60px;
}
.quality-list ul li {
    list-style-type: none;
    display: block;
    background-image: url(../pg_img/pateo-bullet.png);
    background-repeat: no-repeat;
    padding: 0 0 20px 60px;
    font-size: 24px;
    color: #333;
    line-height: 28px;
}
.sudzy-pets {
    background-image: url(../img/pattren.png);
    background-repeat: repeat;
    background-size: cover;
    padding: 50px 0 70px;
    text-align: center;
    margin-top: 50px;
}
.sudzy-pets h1 {
    font-size: 48px;
    color: #000;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin-bottom: 40px;
}
.pets-image img {
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
}
.pets-image{ overflow: hidden; transition: all 0.4s ease-in-out 0s;}
/*.pets-image:hover img{ transform: scale(1.2); transition: all 0.4s ease-in-out 0s;}*/
footer {
    background-image: url(../pg_img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 30px;
}
.footer-detail {
    display: inline-block;
    vertical-align: top;
    width: 324px;
    margin-right: 50px;
}
.footer-detail h3 {
    font-size: 30px;
    color: #000;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin-bottom: 10px;
}
.footer-detail h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Conv_PROXIMA NOVA BOLD';
}
.footer-detail p {
    font-size: 16px;
    color: #000;
    line-height: 18px;
}
.footer-detail a {
    font-size: 36px;
    color: #000;
}
.inp-field {
    height: 40px;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    color: #666;
    background-color: #d89561;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
}


.inp-field.msg-area {
    height: 90px;
    padding-top: 15px;
    resize: none;
}
.submit-btn {
    height: 40px;
    color: #fff;
    background-color: #2356a2;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border: 0;
    width: 100%;
    font-size: 15px;
    font-family: 'Conv_PROXIMA NOVA BOLD';
}
.submit-btn:hover{
	background-color: #16458c;
}
.copy-rights {
    background-color: #383838;
    padding: 8px 0;
}
.copy-links {
    margin-top: 5px;
}
.copy-links h6 {
    font-size: 11px;
    color: #7f7f7f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.copy-links h6 a {
    color: #7f7f7f
}
.copy-links h6 a:hover {
    text-decoration: underline !important;
}
.payment-icons {
    text-align: center;
}
.payment-icons ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}
.social-icons {
    text-align: right;
    margin-top: 5px;
}
.social-icons h6 {
    font-size: 11px;
    color: #7f7f7f;
    display: inline-block;
    vertical-align: middle;
}
.social-icons ul {
    display: inline-block;
    vertical-align: middle;
}
.social-icons ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}
.social-icons ul li a {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #a0a0a0;
    line-height: 20px;
    text-align: center;
    color: #a0a0a0;
    display: inline-block;
}
/*special-page*/

.special-banner {
    background-color: #1b4f9e;
    padding: 30px 0 0;
}
.ambulance {
    padding-top: 50px
}
.ambulance img {
    width: 100%;
    margin-bottom: -20px;
}
.special-banner-content h1 {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    line-height: 60px;
}
.special-banner-content h2 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    line-height: 30px;
    margin-bottom: 10px;
}
.special-banner-content p {
    font-size: 29px;
    color: #fff;
    font-style: italic;
    line-height: 26px;
}
.special-banner-content a {
    font-size: 54px;
    color: #fff;
    line-height: 50px;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    font-weight: bold;
}
.special-pets h1 {
    font-size: 48px;
    color: #000;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin-bottom: 50px;
    text-align: center;
}
.pets-special-artical p {
    font-size: 20px;
    line-height: 28px;
    color: #333;
}
.special-pets-img img {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.why-sudzy {
    padding: 60px 0;
}
.sudzy-dog {
    text-align: center;
}
.sudzy-dog a {
    font-size: 60px;
    color: #fd8200;
    font-family: 'Conv_PROXIMA NOVA BOLD';
}
.sudzy-dog p {
    font-size: 30px;
    line-height: 28px;
    color: #333;
}
.why-sudzy-list {} .why-sudzy-list h1 {
    font-size: 48px;
    color: #333;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin-bottom: 40px;
}
.why-sudzy-list ul li {
    font-size: 24px;
    color: #333;
    line-height: 20px;
    list-style-type: none;
    background-image: url(../img/list-icon.png);
    background-repeat: no-repeat;
    padding: 0 0 20px 35px;
    background-size: 22px;
}
/*blog-page*/

.blog-page {
    padding-bottom: 50px;
}
.blog-page h1 {
    font-size: 48px;
    color: #000;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    text-align: center;
    margin-bottom: 50px;
}
.blog-detail {
    margin-bottom: 25px;
}
.blog-detail h2 {
    font-size: 35px;
    color: #1b4f9e;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    text-decoration: underline;
    line-height: 40px;
    margin-bottom: 10px;
}
.blog-detail p {
    font-size: 20px;
    color: #333;
    line-height: 28px;
}
.blog-detail a {
    font-size: 18px;
    color: #fd8200;
    text-decoration: underline !important;
}
.blog-dd-img {
    position: relative;
    margin-bottom: 15px;
}
.blog-dd-img img {
    width: 100%;
}
.blog-dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    background-color: #fd8200;
    text-align: center;
}
.blog-dd h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    padding: 7px 0;
    text-decoration: none;
    margin-bottom: 0;
}
.blog-dd h6 {
    font-size: 14px;
    color: #fff;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    background-color: #eb7b05;
    padding: 3px 0;
}
.blog-pagination {
    margin-top: 70px;
}
.blog-pagination ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.blog-pagination ul li a {
    width: 38px;
    height: 32px;
    border-radius: 2px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #1b4f9e;
}
.blog-pagination ul li.active a {
    background-color: #fd8200;
}
.blog-right-side {
    width: 390px;
}
.facebook-feed {
    margin-bottom: 30px;
}
.promo-banner {
    border: 2px solid #fd8200;
    text-align: center;
    padding-top: 30px;
}
.promo-banner h1 {
    font-size: 48px;
    color: #1b4f9e;
    font-weight: bold;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin-bottom: 0px;
}
.promo-banner h1 span {
    color: #fd8200;
}
.promo-banner h2 {
    font-size: 36px;
    color: #3d3d3d;
    font-family: 'Conv_PROXIMA NOVA BOLD';
}
.promo-graphic {
    background-image: url(../img/promo-banner-graphic.png);
    background-repeat: no-repeat;
    ;
    width: 100%;
    height: 294px;
    text-align: right;
    padding: 80px 20px 0 0
}
.promo-graphic h4 {
    font-size: 36px;
    color: #fff;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    line-height: 30px;
}
.promo-graphic h3 a {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin: 10px 0;
    display: inline-block;
}
.promo-graphic a {
    font-size: 30px;
    color: #fff;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    line-height: 28px;
}
/*career page*/

.career-option {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.career-option h2 {
    font-size: 30px;
    color: #1b4f9e;
    font-family: 'Conv_PROXIMA NOVA BOLD';
}
.career-option h6 {
    font-size: 18px;
    color: #1e4da0;
    margin: 10px 0;
}
.career-option h6 br {
    display: none;
}
.career-option h6 span {
    color: #fd8201;
}
.career-option p {
    font-size: 18px;
    color: #000;
    line-height: 20px;
}
.career-option a {
    font-size: 14px;
    color: #fff;
    background-color: #1b4f9e;
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    line-height: 37px;
    padding: 0 25px;
}
.career-option a:hover{
	background-color: #fd8300;
}
/*contact*/

.contact-detail h2 {
    font-size: 30px;
    color: #000;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    margin-bottom: 15px;
}
.contact-field {
    font-size: 18px;
    color: #a8a8a8;
    width: 458px;
    height: 57px;
    border-radius: 2px;
    border: 1px solid #c3c3c3;
    padding: 0 20px;
    margin-bottom: 10px;
}
.contact-field.msg-box {
    height: 235px;
    resize: none;
    width: 100%;
    padding-top: 16px;
}
.contact-btn {
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-family: 'Conv_PROXIMA NOVA BOLD';
    height: 60px;
    border-radius: 2px;
    line-height: 60px;
    background-color: #1b4f9e;
    border: 0;
}
.contact-field.select-service {
    padding-left: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 21px;
}
.promo-banner-contact img {
    margin-bottom: -50px;
}
