/**
 * Place your custom styles here.
 */
 
 /* Social Icon Transitions */
 #facebookicon, #facebookicon:hover, #twittericon, #twittericon:hover, #linkedicon, #linkedicon:hover, #youicon, #youicon:hover, #instagramicon, #instagramicon:hover, #pinteresticon, #pinteresticon:hover {
    -webkit-transition: background 200ms ease-in 100ms; /* property duration timing-function delay */
    -moz-transition: background 200ms ease-in 100ms;
    -o-transition: background 200ms ease-in 100ms;
    transition: background 200ms ease-in 100ms;
 }
 
 #facebookicon, #facebookicon:hover, #twittericon, #twittericon:hover, #linkedicon, #linkedicon:hover, #youicon, #youicon:hover, #instagramicon, #instagramicon:hover, #pinteresticon, #pinteresticon:hover {
  	padding-left: 25px;
    padding-bottom: 10px;
 }
 
 #facebookicon {
 	background-image: url("img/fb_01.png");
 } 
 
  #facebookicon:hover {
	background-image: url("img/fb_01_color.png");
 } 
 
  #twittericon {
 	background-image: url("img/twit_01.png");
 } 
 
  #twittericon:hover {
	background-image: url("img/twit_01_color.png");
 }
 
   #linkedicon {
 	background-image: url("img/linked_01.png");
 } 
 
  #linkedicon:hover {
	background-image: url("img/linked_01_color.png");
 }
 
  #youicon {
 	background-image: url("img/you_01.png");
 } 
 
  #youicon:hover {
	background-image: url("img/you_01_color.png");
 }
 
  #instagramicon {
 	background-image: url("img/instagram_01.png");
 } 
 
  #instagramicon:hover {
	background-image: url("img/instagram_01_color.png");
 }

  #pinteresticon {
 	background-image: url("img/pinterest_01.png");
 } 
 
  #pinteresticon:hover {
	background-image: url("img/pinterest_01_color.png");
 }
 
 .navbar.container {
    max-width: 100%;
    background-color: #ccc;
}
 
 .navbar-default {
  width:100%;
 }
 
 .navbar-default {
    border-color: #FFF;
}
 
 .caret {
 	color: #B70407;
 }
 
 .navbar-nav {
    float: none;
    margin: 10px;
    font-size: 18px;
    width: 100%;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
	font-weight: bold;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #18A6C8;
    background-color: #e7e7e7;
}

.navbar #block-search-form {
    margin: 15px 15px 5px;
}

/* Navbar Color Transition */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    -webkit-transition: color 200ms ease-out 100ms; /* property duration timing-function delay */
    -moz-transition: color 200ms ease-out 100ms;
    -o-transition: color 200ms ease-out 100ms;
    transition: color 200ms ease-out 100ms;
}

/* Navbar Border-bottom */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	border-bottom: 3px solid #18A6C8;
}

/* Navbar Color */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .dropdown-menu > li > a:hover {
	color: #009fd6;
	font-weight: bold;
}

/* Navbar Border-spacing */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	border-spacing: 1% 2em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
	
	  
    -webkit-transition: color 200ms ease-in 100ms, border-bottom 200ms ease-out; /* property duration timing-function delay */
    -moz-transition: color 200ms ease-in 100ms, border-bottom 200ms ease-out;
    -o-transition: color 200ms ease-in 100ms, border-bottom 200ms ease-out;
    transition: color 200ms ease-in 100ms, border-bottom 200ms ease-out;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #18A6C8;
    outline: 0;
}

.dropdown-menu > li > a:hover {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}

.field-content {
     overflow: hidden;
}

.hoverfunc a img {

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    display: inline-block;
     overflow: hidden;

}



.hoverfunc a img:hover {

    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
     display: inline-block;
      overflow: hidden;

}

.views-field-field-cropped-image {
    display: inline-block;
    overflow: hidden;
}


.view-footer {
    margin-top: -11px;
    margin-left: 30px;
    z-index:2000;
}

.input-group {
	display: block;
}

.region-navigation {
	border-top: 1px solid white;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    height: 35px;
}

 
 /* Smaller Screens Overrides */
@media screen and (max-width:1200px) {
	 section#block-views-footer-block-4 {
 		transform: none;
 		-ms-transform: none;
 		-webkit-transform: none;
	 }
	  .header-logo {
	 margin: 0px 10%;
	 }
 }
 
 ul li.collapsed, ul li.expanded, ul li.leaf {
	 z-index: 200;
	white-space: nowrap;
 }
