/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea,table {
    color: #00417d;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.fix {overflow:hidden}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:25px;}
.alignright {float:right;margin-left:25px;}
.aligncenter {display:block;margin:0 auto}
a, a:active, a:focus, a:active {text-decoration:none !important;outline:none;}
a:focus {outline:0px solid}
img {max-width:100%; height:auto;}

h1, h2, h3, h4, h5, h6 {font-family: 'Oswald', sans-serif;}
ul {margin:0;padding:0;list-style:none}
ul#mobile_menu {display:none;}
p{font-family: 'Open Sans', sans-serif; font-weight: 400;}
input[type="search"] {
border: 1px solid #fff;
border-radius: 5px 0 0 5px;
color: #00417d; /* text color */
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
padding: 2px 0 2px 4px;
float: left;
width: 146px;
height: 21px;
}
body{font-family: 'Open Sans', sans-serif;margin:0 auto;transition: all 0.9s ease 0s;-moz-transition: all 0.9s ease 0s;-webkit-transition: all 0.9s ease 0s;-o-transition: all 0.9s ease 0s;}


.header_area{background:#0876be url(../images/header1.jpg)no-repeat scroll center 0;
box-sizing: border-box;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 152px;
border-bottom: 25px solid white;
-moz-border-radius: 1px 0 / 212px 0;
	-webkit-border-radius: 1px 0 / 212px 0;
	border-radius: 1px 0 / 212px 0; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	
	-moz-box-shadow: 0 0 70px rgba(182,182,182,.4); /* outer glow */
	-webkit-box-shadow: 0 0 70px rgba(182,182,182,.4); /* outer glow */
	box-shadow: 0 0 70px rgba(182,182,182,.4); /* outer glow */
}}
.container{}
.row{}
.header_top{background: none repeat scroll 0 0 #005698;
padding: 8px;}
.col-lg-12{}
.col-md-12{}
.col-sm-12{}
.top_nav{}
nav ul{}
nav ul li{float:left;}
nav ul li a{background: none repeat scroll 0 0 #3a9ed5;
border-radius: 5px;
color: #fff;
display: block;
font-size: 17px;
margin-right: 4px;
padding: 1px 8px;}
.navbar-right{}
.fa{}
.fa-facebook{padding: 1px 3px;}
.fa-twitter{}
.fa-instagram{}
.fa-youtube-play{}
.fa-vine{}
.fa-pintarest{}
#donate{background: url("../images/donate.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 27px;
width: 110px;}
.fa-paw{}
#contact{background: url("../images/contact.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);width:128px;height:27px;}
.fa-phone{}

#button{background: url("../images/search.png") no-repeat;
width: 30px;
height: 27px;
border: none;
  text-indent: -9999px;
  white-space: nowrap;
line-height: 32px;}
.main_header{}
.logo{margin-top: 5px;}
.header_icon{}
.header_icon ul{text-align:right;margin: 15px 0 40px;}
.header_icon ul li{display:inline-block;}
.header_icon ul li a{display: block;}
.lost_and{background: url("../images/lost.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
height: 27px;
padding: 6px 52px;
width: 156px;
margin-right: 3px;}
.animal_dist{background: url("../images/animal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);width:201px;height:27px;padding:6px 110px;}
.main-nav{}
.main-nav ul{}
.main-nav ul li{}
.main-nav ul li a{background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
font-family: 'Open Sans';
font-weight: 700;
padding: 7px 16px;
border-radius: 0;line-height: 26px;text-transform: uppercase;}
.main-nav ul li a:hover{
background-color: #a8e0f9;
color: #00417e;
}
.slider_area{}
.slider{}
/*.slider a{background:#C35500;color:#fff;padding:7px 20px; float:right;font-family:'oswald',; font-weight:700;font-size:21px;text-transform:uppercase; position: absolute; bottom: 0px; right:15px;}*/

.carousel-indicators {
  list-style: none outside none;
  text-align: left;
}
.carousel-indicators li{border: 1px solid #1690c2;margin: 0 0px -30px 0px;}
.carousel-indicators .active {
background-color: #1690c2;
height: 10px;
margin: 0 0px -30px 0px;
width: 10px;
}
.promo_area{background: url("../images/promo_bg.png")repeat scroll 0 0 rgba(0, 0, 0, 0);}
.promo{background:#008489;padding:40px 30px;overflow: hidden;}
.single_promo{float: left;
margin: 22px;}
.single_promo img{width:100%;position:relative;}
.single_promo h2{color: #ffffff;
font-weight: 700;
margin-left: 10px;
margin-top: -40px;
position: absolute;}
.single_promo h2{color: #ffffff;
color: #fff;
font-family: "Oswald";
font-weight: bold;
  text-shadow: 1px 2px 8px rgba(0,0,0,.8);
text-transform: uppercase;}
.promo_one h2{background: url("../images/promo_one_bg.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
padding: 5px 0 5px 40px;}
.promo_two h2{background: url("../images/promo_two_bg.png")no-repeat scroll 0 5px rgba(0, 0, 0, 0);padding: 5px 0 5px 40px;}
.promo_three h2{background: url("../images/promo_three_bg.png")no-repeat scroll 0 5px rgba(0, 0, 0, 0);padding: 5px 0 5px 40px;}
.promo_four h2{background: url("../images/promo_four_bg.png")no-repeat scroll 0 5px rgba(0, 0, 0, 0);padding: 5px 0 5px 40px;}
.promo_five h2{background: url("../images/promo_five_bg.png")no-repeat scroll 0 5px rgba(0, 0, 0, 0);padding: 5px 0 5px 40px;}
.promo_six h2{background: url("../images/promo_six_bg.png")no-repeat scroll 0 5px rgba(0, 0, 0, 0);padding: 5px 0 5px 40px;}
.specials{position:relative;}
.specials:after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
border-image: none;
border-left: 40px solid rgba(0, 0, 0, 0) !important;
border-right: 40px solid rgba(0, 0, 0, 0) !important;
border-top: 40px solid #008489;
bottom: -38px;
content: "";
height: 0;
left: 50%;
margin-left: -35px;
position: absolute;
width: 0;
}

.promo_tag{}
.video_area{background: url("../images/video_bg.png")repeat scroll 0 0 rgba(0, 0, 0, 0);}
.research{}
.research h2{color: #C35500;
font-size: 62px;font-family: 'Oswald',;
font-weight: 700;
padding: 30px 0;
text-transform: uppercase;}
.research_two{font-family: 'Open Sans',sans-serif;
font-size: 27px;
font-weight: 300;
padding: 103px 0px 2px;}
.research_two a{border-bottom:1px solid #00417e;color: #00417e;font-family: "Open Sans", sans-serif;}
.video_one{background: none repeat scroll 0 0 #C35500;height:506px;
}
.you_video{padding:30px; width:64%;}
.video_right_content{width:36%;padding-top: 27px;}
.video_right_content h2{font-family: 'Open Sans', sans-serif;font-weight:400;color:#fff;margin-top:20px;font-size:24px;}
.video_right_content p{color: #fff;
font-size: 18px;
font-weight: 300;
margin-bottom: 36px;
padding: 0 60px 0 4px;}
.video_right_content a{background: none repeat scroll 0 0 #fff;
border-radius: 5px;font-family: 'Open Sans', sans-serif;
color: #00417e;
display: block;
font-weight: 700;
width: 110px;text-transform: uppercase;}
.video_right_content a i{margin-right: 10px;}
.twittes{}
.twittes img{padding: 40px;}
.twittes h4{color:#3D6391;font-family: 'Open Sans', sans-serif;font-weight:400;font-size:27px;margin-top:60px;margin-bottom: 10px;}
.twittes h2{color:#3D6391;font-family: 'Open Sans', sans-serif;font-weight:300;font-size:27px;margin: 0px 5px;line-height: 35px;}
.twittes h2 span{color:#2BACE2;font-family: 'Open Sans',;font-weight:300;font-size:27px;}
.twittes h3{color:#2BACE2;font-family: 'Open Sans', sans-serif;font-weight:300;font-size:27px;margin-bottom:60px;}
.social_tab_area{background: url("../images/social_bg.png")repeat scroll 0 0 rgba(0, 0, 0, 0);}
.social_tab_item{;background:#1690C2;overflow: hidden;}
.social_tab_item h2{text-align:center;font-family: 'Oswald',;font-weight:700;font-size:57px;color:#fff;text-transform:uppercase;margin-top:50px; }
.social_tab_menu{}
.social_tab_menu ul{text-align:center;}
.social_tab_menu ul li{background: none repeat scroll 0 0 #25aae1;
color: #fff;cursor: pointer;
display: inline-block;
font-size: 23px;
padding: 2px 10px;}
.social_tab_menu ul li a{display:inline;}
.controls{}
.filter{}
.tab_container{}
.single_portfolio{}
.color_overlay{}
.portfolio_hover{}
.fa-link{}
.wordpress{}
.bootstrap{}
.social_footer{text-align: right;padding-right: 35px;}
.social_footer .load{background: none repeat scroll 0 0 #C35500;
color: #fff;text-transform:uppercase;font-family: 'Open Sans',;
font-size: 23px;margin-right:5px;
padding: 5px 16px;font-weight:700;}
.social_footer .archive{background: none repeat scroll 0 0 #4F7F00;
color: #fff;text-transform:uppercase;font-family: 'Open Sans',;
font-size: 23px;margin-right:5px;
padding: 5px 16px;font-weight:700;}
.social_footer .sfacc{background: none repeat scroll 0 0 #00417e;
color: #157fb7;
font-size: 23px;
font-weight: 700;
padding: 5px 10px;
text-transform: uppercase;}
.social_footer .sfacc span{color:#fff;text-transform: lowercase;}
.information_area{padding:80px 0;text-align:center;}
.single_information{float:left;margin:20px 20px;}
.single_information img{}
.our_partners_area{background: url("../images/partner_bg.png")repeat scroll 0 0 rgba(0, 0, 0, 0);text-align:center;}

.specials_one{position:relative;}
.specials_one:after{
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
border-image: none;
border-left: 40px solid rgba(0, 0, 0, 0) !important;
border-right: 40px solid rgba(0, 0, 0, 0) !important;
border-top: 40px solid #4F7F00;
bottom: -38px;
content: "";
height: 0;
left: 50%;
margin-left: -35px;
position: absolute;
width: 0;
}

.our_partners{background: #5a8a00;padding-bottom:70px;font-family: 'Oswald', sans-serif;overflow: hidden;}
.partner_text h2{text-align:center;font-family: 'Oswald', sans-serif;font-weight:700;font-size:57px;color:#fff;text-transform:uppercase;margin-top:50px; }
.partner_text p{font-family: 'Open Sans',;font-weight:400;font-size:20px;color:#fff;}
.partner_text img{padding:15px 0;}

.partnerblock_text img{float: left;
margin-right: 12px;padding: 10px;
max-width: 250px;
margin-bottom: 40px;
max-height: 140px;vertical-align: middle;}
.partnerblock_text h2{width:800px; color:#00417E;font-size:20px;font-family: 'Open Sans', sans-serif;font-weight:300;}
.partnerblock_text p{font-family: 'Open Sans',;font-weight:400;color:#00417E;font-size:16px;}
.partnerblock_text p a{font-family: 'Open Sans',;font-weight:700;color:#00417E;font-size:16px;}
.partnerblock_text {background:#fff;padding:40px 0;text-align:left;min-height: 250px;}
.footer_top_area{}
.footer_top{}
.footer_top h2{color:#074480;font-size:27px;font-family: 'Open Sans', sans-serif;font-weight:300;padding-top:80px;padding-top: 50px;}
.footer_top h1{font-family:'Oswald',;color: #008489;margin-bottom: 50px;
font-size: 59px;
margin-top: 5px;
font-weight: 700;
margin-left: 55px;
text-transform: uppercase;}
.footer_top_bottom{text-align:right;font-family: 'Oswald', sans-serif;overflow: hidden;padding: 6px 0px;}
.footer_top_bottom .news{background: none repeat scroll 0 0 #4F7F00;
color: #fff;
font-size: 20px;margin-right:5px;
padding: 6px 16px;font-weight:bold;}
.footer_top_bottom .volunteer{background: none repeat scroll 0 0 #008489;
color: #fff;text-transform:uppercase;
font-size: 20px;margin-right:5px;
padding: 6px 16px;font-weight:bold;}
.footer_top_bottom .donation{background: none repeat scroll 0 0 #C35500;
color: #fff;text-transform:uppercase;
font-size: 20px;margin-right:5px;
padding: 6px 16px;font-weight:bold;}
.footer_area{background: url("../images/footer_bg.png")repeat-x scroll 0 0 rgba(0, 0, 0, 0);padding:60px 0;}
.footer_left{}
.footer_left p{color:#fff;}
.footer_menu{margin-bottom:15px;}
.footer_menu ul{text-align:right}
.footer_menu ul li{display:inline;}
.footer_menu ul li a{color: #fff;
display:inline-block;
font-family: 'Open Sans',sans-serif;
font-size: 15px;
font-weight: 700;
margin: 0 20px;}
.footer_menu ul li:last-child a{
margin: 0px 0px 0px 20px;
}
.footer_social_menu{}
.footer_social_menu ul{text-align:right}
.footer_social_menu ul li{display:inline-block;}
.footer_social_menu ul li a{background: none repeat scroll 0 0 #3a9ed5;
border-radius: 5px;
color: #fff;
display: block;
font-size: 18px;
margin-right: 4px;
padding: 1px 8px;}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.controls{
  padding: 2%;
  color: #eee;
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
  color: #00417d;
  font-weight: bold;
    font-size: 13px;
}


.port_item_tab_menu ul li.active{
  background: #336699;
  color:#fff;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.tab_container ul li{margin:30px}

.tab_container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.tab_container .mix{
  display: inline-block;
  width: 49%;
}

.tab_container .mix{
  text-align: left;
  margin-bottom: 2%;
  display: none;
}

.tab_container .mix:after{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}
@media all and (min-width: 420px){
  .tab_container .mix{
    width: 32%;
  }
}

@media all and (min-width: 640px){
  .tab_container .mix{
    width: 27.5%;
  }
}

.donationbutton a{
background: #C35500;
color: #fff;
padding: 7px 20px;
float: right;
font-family: 'Oswald';
font-weight: 700;
font-size: 21px;
text-transform: uppercase;
bottom: 0px;
right: 15px;
}

.slider .item {
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
}
.slider .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.slider .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
.donationbutton{
margin-top: -44px;
}


/* ---- isotope ---- */

.isotope {
  
  max-width: 100%;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.isotope .item {
  float: left;
width: 27.3%;
height: auto;
margin: 20px 32px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
ul.dropdown-menu li{
width: 100%;
}
ul.dropdown-menu li a{
text-transform: uppercase;
color: #00417d; /* text color */
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 500;
	
}

ul.dropdown-menu li:hover{
background: #2bade1; /* layer fill content */
}
ul.dropdown-menu li:hover a{
background: #2bade1;
width: 100%;
font-weight: 600;
}

.dropdown-menu{
border-radius: 0px;
border: 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
background-color: #d0f1ff; /* layer fill content */
color: #00417e;
width: 100%;
}
.navbar-right .dropdown-menu{
background-color: #d0f1ff; /* layer fill content */
margin-top: 0;
min-width: 187px;
}
.caret{
display: none;
}
.search label{
	display: none;
	margin: 0;
	 text-indent: -9999px;  
	   white-space: nowrap;    
}
@media (max-width:640px){
	.navbar-right.social li:nth-child(1),
	.navbar-right.social li:nth-child(2),
	.navbar-right.social li:nth-child(3),
	.navbar-right.social li:nth-child(4),
	.navbar-right.social li:nth-child(5){
		display: none;
	}
	.header_top{
		    padding-bottom: 1px;
	}
	#mobile-header{
	width: 32px;
	height: 45px;
    background: transparent !important;
    color: white;
    box-shadow: none;
    float: left;
    margin-right: 15px;
	}
	#responsive-menu-button i.fa{
		color: white !important;
	}

	.info.col-md-4.blue h2{
		margin-top: 40px;
	}
	.twittes{
		padding-top: 10px;
	}
}
@media (max-width:385px){
	input[type="search"]{
		width: 80px;
	}
}
@media(max-width:600px){
	.slider_area .title h1{
		margin-top: 8px;
	}
}
.main-nav ul li a{
	    padding: 7px 8px;
	}

