@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700&subset=latin,latin-ext);

body {
	
	background-color: #ffffff;
		background-image: none;

	
	
		font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

		font-size: 15px;

		color: #000000;
	
}



a {
	color: #000032;
}

a:hover,
a:focus,
a:active {
	color: #3f3f71;
}







.navbar {
	background-color: #000032;
	background-repeat: repeat-x;
	background-image: none;
	border: none;
	border-bottom: 1px solid #333365;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar .navbar-text,
.navbar .navbar-brand,
.navbar .navbar-link,
.navbar .nav > li > a {
	color: #FFFFFF;
	text-shadow: none;
}

/* navbar links */
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:active,
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus,
.navbar .nav .active > a:active,
.navbar .navbar-link:hover,
.navbar .navbar-link:focus,
.navbar .navbar-link:active,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > .open > a,
.navbar .nav > .open > a:hover,
.navbar .nav > .open > a:focus,
.navbar .nav > .open > a:active {
	color: #d9d9d9;
	background-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.navbar-fixed-top,
.navbar-static-top {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;

}

.navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
}

.navbar-collapse {
	border-radius: 0px;
}

/* navbar brand */
.navbar-brand {
	padding-right: 30px;
	max-width: 80%;
	min-height: 20px;
	height: auto;
}

@media (max-width: 767px) {
	.navbar .toggle-sidebar {
		padding: 10px 15px;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		max-width: 300px;
	}
}

/* navbar dropdowns */
.navbar .dropdown.logged-in .avatar {
	margin: 0px;
}

.nav .dropdown.logged-in .full-name {
	line-height: 22px;
}

.nav .dropdown-menu > li > a {
	padding: 14px;
}

.nav .dropdown-menu {
	min-width: 200px;
	padding: 0px;
	font-size: 85%;

	// only rounded bottoms
	border-radius: 0px 0px 4px 4px;
}

.nav .dropdown-menu .divider {
	margin: 0px;
}

.web-footer {
	background-color: #F7F7F7;
	border-top: 1px solid #dedede;
}

.web-footer,
.web-footer a {
	color: #000000;
}

.web-footer a:hover,
.web-footer a:focus,
.web-footer a:active {
	color: #191919;
}

.web-footer input {
	border: 1px solid #dedede;
}


/*.page-content {
	border-right: 1px solid #e6e6e6;
}

.page-sidebar {
	border-left: 1px solid #e6e6e6;
}
*/
.page-footer {
	border-top: 1px solid #e6e6e6;
}

.border-color {
	border-color: #e6e6e6;
}

.navbar-header{
    height:10px;
}

.product-image-img{
    border: 1px solid #333d5c;
}

.product-text{
    height:auto;
    color: white;
    background-color: #333d5c;
    font-size: 13px;
    padding: 7px;
}

@media only screen and (min-width: 1400px){
.container {
    width: 1370px;
}
}

.page-container{
    max-width: 1370px;
}

.navbar-default{
	padding-bottom:15px;
}


.navbar-global{
    padding: 1px;
    background-color: #333d5c;
    border-bottom: 0;
}

.navbar .octicon {
	color: white;
}

.navbar-right, .navbar-left{
	margin-top: 6px;
}

.btn-login-area{
	display:none !important;
}
.product-image.product-image-square{
    background-size: 100%;
    background-position: center;
}

.form-control::placeholder{
	color:#555;
}

@media only screen and (max-width: 767px){
    .navbar-brand {
    	padding-top: 23px;
    }
}

.navbar-left{
    width: 63%;
}
.navbar-left li{
    width: 100%;
}

.navbar-left .navbar-search{
    margin-top: 3px;
    height: 36px;
    max-width: none;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px){
    .navbar-left{
         width: 59%;
    }
}
@media only screen and (max-width: 991px){
    .navbar-left{
         width: 48%;
    }
}

    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    a{
        text-decoration: none;
    }
    a:hover{
        text-decoration: none;
    }
    .title-bar h1,
    .funny-header h1,
    .campaign-header h1.
    .pets-layout h1,
    .licensed-content h1,
    #homepage-instagram-section h1,
    #homepage-satisfaction-section h1{
        letter-spacing: -1px!important;
    }

    footer{margin-top: 0;}
    .body-content{
        margin-top: 0!important;
    }
    .desktop-image{
        display: block;
    }
    .mobile-image{
        display: none;
    }
    .desktop-hide{
        display: none;
    }
    .mobile-hide{
        display: inline-block;
    }

    @media only screen and (max-width: 800px){
        .desktop-image{
            display: none;
        }
        .mobile-image{
            display: block;
        }
        .desktop-hide{
            display: inline-block;
        }
        .mobile-hide{
            display: none;
        }
        #top-layer .wrapper{
            box-shadow: none!important;
        }
        .fullSiteWrapper .wrapper.main-body{
            padding: 0;
        }
        .hidden-break:before{
            content: '';
            display: block;
        }
    }

    #homepage-hero{
        width: 100%;
    }
    .title-bar{
        background: #335c52;
        padding: 25px 0;
        text-align: center;
    }
    .title-bar h1{
        color: #FFF;
        font-family: 'Open Sans', arial, helvetica, sans-serif;
        font-size: 35px;
        font-weight: 300;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .hero-mosaic-container{
        width: 100%;
    }
    .hero-mosaic-container .left-small-boxes,
    .hero-mosaic-container .tall-box,
    .hero-mosaic-container .right-small-boxes{
        float: left;
        width: 20%;
    }
    .hero-mosaic-container .big-box{
        float: left;
        width: 40%;
    }
    .hero-mosaic-container div{
        position: relative;
    }
    .hero-mosaic-container img{
        width: 100%;
        display:block;
    }
    a.mosaic-callout{
        bottom: 0;
        color:#FFF;
        font-size: 16px;
        opacity: .9;
        padding: 15px 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        width: 100%;
        z-index: 1;
    }
    .top-left-callout{background: #daafb2;}
    .bottom-left-callout{background: #3c6cbe;}
    .tall-box-callout{background: #93B0D5;}
    .big-box-callout{background: #335c52;}
    .top-right-callout {background: #171611;}
    .bottom-right-callout{background: #4a0e48;}

    @media only screen and (max-width: 940px){
        .title-bar{
            padding: 15px 0;
        }
        .title-bar h1{
            font-size: 25px;
            font-weight: 100;
        }
        a.mosaic-callout{
            font-size: 14px;
            padding: 10px 0;
        }
    }
    @media only screen and (max-width: 800px){
        .title-bar{
            padding: 20px 0;
        }
        .title-bar h1{
            font-size: 24px;
            font-weight: 200;
            letter-spacing: 0;
        }
        .hero-mosaic-container .left-small-boxes,
        .hero-mosaic-container .tall-box{
            float: left;
            width: 50%;
        }
        .hero-mosaic-container .big-box{
            float: left;
            width: 100%;
        }
        .hero-mosaic-container .right-small-boxes{
            float: left;
            width: 100%;
        }
        .hero-mosaic-container .right-small-boxes .top-box{
            float: left;
            width: 50%;
        }
        .hero-mosaic-container .right-small-boxes .bottom-box{
            float: right;
            width: 50%;
        }
        a.mosaic-callout{
            font-size: 12px;
            padding: 10px 0;
        }
    }


/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    border: none;
    text-decoration: none;
    padding-bottom: 11px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-container {
    position: relative;
    display: inline-block;
    top: 8px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 31px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown-container:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-container:hover .dropbtn {
    background-color: #000032;
    color: white;
}