 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }


body {
    width: 100%;
    height: 100%;
    font-family: Roboto Slab,Helvetica,Arial,sans-serif;
	font-weight: 300;
    color: #fff;
    background-color: #B2008C
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
    text-transform:none;
    font-family: Roboto Slab,Helvetica,Arial,sans-serif;
	font-weight: 100;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #E37AD3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #B2008C;
}

.navbar-brand {
    padding: 8px;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: #B2008C;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:768px) {
    .navbar {
        padding: 10px 0; /*change first padding figure to increase depth of initial navbar*/
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		background-color: #B2008C;
    }

    .top-nav-collapse {
	padding: 0;
	background-color:#B2008C;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #B2008C;
    }
}

	.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/kittyopen_large.gif);
		background-color: #B2008C;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}


.opener-body {
    padding: 0;
	vertical-align: middle;
}

@media(min-width:768px) {
	.opener-body {
    	padding: 100px 0;
		vertical-align: middle;
	}
}


/* SMARTPHONE PORTRAIT */
@media(max-width:480px) {
	.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/kittyopen_phone_p.gif);
		background-color: #B2008C;
		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

}

/* SMARTPHONE LANDSCAPE */
@media (min-width:481px) and (max-width:767px) {
	.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/kittyopen_phone_l.gif);
		background-color: #B2008C;
		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

}


/* TABLET PORTRAIT */
@media (min-width:768px) and (max-width:1023px) {
	.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/kittyopen_tablet_p.gif);
		background-color: #B2008C;
		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

}

/* TABLET LANDSCAPE */
@media (min-width:1024px) and (max-width:1200px){
	.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/kittyopen_tablet_l.gif);
		background-color: #B2008C;
		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

} 



.brand-heading {
    font-size: 4rem;
	color: #B2008C;
	padding: 0px 0 0 0;
}

.brand-subheading {
    font-size: 2.5rem;
	color: #B2008C;
	padding: 0px 0 30px 0;
}

.intro-text {
    font-size: 18px;
}

.credit-text {
    font-size: 24px;
	font-family: Roboto Slab,Helvetica,Arial,sans-serif;
	font-weight: 100;
	color: #B2008C;
}

.attrib-text {
    font-size: 16px;	
	font-family: Roboto Slab,Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #B2008C;
	padding: 0px 0 0 0;
	
}

.sidebar-head {
    font-size: 3.5rem;
	color: #B2008C;
	padding: 0px 0 30px 0;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 10rem;
    }
	
	.brand-subheading {
    font-size: 5rem;
	color: #B2008C;
	padding: 0px 0 30px 0;
	}

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: rgba(178,0,140,1.00);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(178,0,140,.40);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.intro-mobile {
		width: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background: url(../img/kitty_pattern_bg.gif);
		background-color: #029349;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat;
	}

@media(min-width:1025px) {
		.intro-other {
    		width: 100%;
   		 	padding-top: 100px;
			padding-bottom: 50px;
    		color: #fff;
			text-align: center;
    		background: url(../img/kitty_pattern_bg.gif);
    		background-color: #029349;
			background-attachment: fixed, fixed;
			background-position: top left, bottom center;
			background-repeat: repeat;
	} 
}

.timeline-mobile {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
		color: #000;
		background: url(../img/kitty_pattern2_bg.gif);
		background-color: #029349;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat;
	}

@media(min-width:1025px) {
		.timeline-other {
    		width: 100%;
   		 	padding-top: 10px;
			padding-bottom: 10px;
    		color: #000;
			text-align: left;
    		background: url(../img/kitty_pattern2_bg.gif);
    		background-color: #029349;
			background-attachment: fixed, fixed;
			background-position: top left, bottom center;
			background-repeat: repeat;
	} 
}

.timeline-box {
				padding: 2.5em 0.75em 1.5em 0.75em;
				background-color: rgba(255,255,255,0.20);
				}
				
@media(min-width:768px) {
	.timeline-box {
				padding: 1.5em 2.5em 0.5em 2.5em;
				background-color: rgba(255,255,255,0.20);
				}
}

.content-section {
  	padding: 100px 0;

}

.content-box {
				padding: 2.5em 0.75em 2.5em 0.75em;
				background-color: rgba(255,255,255,0.70);
				}
				
@media(min-width:768px) {
	.content-box {
				padding: 3.5em 2.5em 3.5em 2.5em;
				background-color: rgba(255,255,255,0.70);
				}
}

/* ==========================================================================
   IMAGE RELATED CLASSES
   ========================================================================== */

/* THESE NEXT 2 CLASSES MAKE IMAGES RESIZE FOR RESPONSIVE */

.image-mobile {
    display: block;
}

.image-mobile img {
    display: block;
    width: 100% !important;
    height: auto !important;
}


/* THIS HIDES THE ABOVE 2 CLASSES FOR DESKTOP */

 @media(min-width:1025px) {
		.image-mobile {
    		display: none;
		}

		.image-mobile img {
    		display:none;
    		width: 100%;
    		height: auto;
		} 
}

/* END HIDE FOR DESKTOP */

.image-mobile-keep {
    display: block;
}

.image-mobile-keep img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.image-other {
   	width: 100%;
    padding: 560px 0px 0px 0px;
    
}

@media(max-width:1024px) {
	.image-other {
		display: none;
	}
}

.image-text {
        font-size: 16px;
		position:absolute;
}

/* ==========================================================================
   IMAGES (FIXED POSITION)
   ========================================================================== */
   
.image1 {
	background: url(../img/kitty_image1.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}

.image2 {
	background: url(../img/kitty_image2.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}

.image3 {
	background: url(../img/kitty_image3.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}

.image4 {
	background: url(../img/kitty_image4.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}

.image-box {
				padding: 3.5em 2.5em 3.5em 2.5em;
}


figure {
   display: block;
   float: right;
   margin: 0 10px 10px 0;
   text-align: center;
}

@media(max-width:500px) {
	figure img{
   		display: block;
		width: 60%;
   		max-width: 140px;
   		margin: 0 50px 10px 50px;
   		text-align: center;
	}
	
}
	
figcaption {
 display: block;
 padding: 5px;
}

/* ============================================================================
   TEXT CONTENT (STORY) - pretty sure i can simplify all this later a la images
   ============================================================================ */
   
.story {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background-color:#B2008C;
	background: url(../img/kitty_pattern_bg.gif);
		background-color: #029349;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat;
}

@media(min-width:1025px) {
	.story-section {
		background: url(../img/kitty_pattern_bg.gif);
    		background-color: #029349;
			background-attachment: fixed, fixed;
			background-position: top left, bottom center;
			background-repeat: repeat;
	}
}

.contact-section {
	width: 100%;
    padding: 100px 0;
	text-align: center;
	color: #fff;
	background-color: #B2008C;
	background: url(../img/kitty_pattern_bg.gif);
		background-color: #029349;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat;
}

@media(min-width:1025px) {
    .content-section {
        padding: 100px 0;
    }

    .download-section {
        padding: 100px 0;
    }

   
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #E37AD3;
    color: #E37AD3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #E37AD3;
    outline: 0;
    color: #E37AD3;
    background-color: #B2008C;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.network-name {
	color:#E37AD3;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}