/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    color: #959595;
}

h2, h3 {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
	font-family: 'Raleway', serif;
	}

p {
    line-height: 1.6em;
}

.pure-g { 
	
	letter-spacing: normal;
}



a {
	-webkit-transition: all,0.3s;
	-moz-transition: all,0.3s;
	transition: all,0.3s;
	color:#f32940;

}


#logo {
    background-color: #f32940;
    height: 50px;
    width:50px;
    padding: 1em;
}

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


@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(http://themes.googleusercontent.com/static/fonts/raleway/v7/CcKI4k9un7TZVWzRVT-T873hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format('woff');
}


.btn-pink {
	background: #f32940;
	-webkit-box-shadow: 0 3px 0 0 #44a2b6;
	-moz-box-shadow: 0 3px 0 0 #44a2b6;
	box-shadow: 0 3px 0 0 #44a2b6;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	border: none;
	color: white;
	-webkit-transition: all,0.3s;
	-moz-transition: all,0.3s;
	-ms-transition: all,0.3s;
	-o-transition: all,0.3s;
	transition: all,0.3s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.btn-blue:hover { 
	background: #48aabe;
	border: none;
	color: white;
}

.btn-medium {
	font-size: 14px;
	padding: 10px 20px;
}



/*
 * -- Layout Styles --
 */
.l-content {
  margin: 0 auto;
}

.l-box {
  padding: 0.5em 2em;
}

.l-box-left { 
	padding: 0.5em 2em 0.5em 0;	
}


.l-box-right { 
  padding: 0.5em 0 0.5em 2em;
}

/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */


.brand  { 
	background-color: #f32940;	
}

.brand:hover { 
	background-color:#2D3135;
}

.brand img {
	width: 50px;
	height: 50px;
	padding: 15px 15px;
	/* -webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px; */
}


.pure-menu {
    max-width: 980px;
		margin: 0 auto;
		height: auto;
		background:RGB(46, 50, 54);
}


.pure-menu.pure-menu-open, .pure-menu.pure-menu-horizontal li .pure-menu-children { 
		background:RGB(46, 50, 54) !important;
}

.pure-menu.pure-menu-horizontal, .pure-menu.pure-menu-horizontal .pure-menu-heading { 
	border:0px;
	clear:both;
}

.pure-menu a, .pure-menu .pure-menu-heading { 
	/* padding:5px 0; */
}

.pure-menu .pure-menu-heading  {
	float:left;
	padding:0;
	line-height: inherit;
	height:auto;
}


.pure-menu.pure-menu-horizontal > ul { 
	float:right;	
}

.pure-menu.pure-menu-horizontal > ul li  {
	font-size: 11px;
	float: left;
	margin-left: 26px;
	letter-spacing: 1px;
	list-style: none;
	letter-spacing: 1px;
	padding-top: 30px; 	
	text-transform: uppercase;
}

.pure-menu li a {
	/* font-family: 'AvenirLTStd-Roman'; */
	padding: 5px 10px;
	color:#d1d0d0;	
}

.pure-menu li a:hover, .pure-menu li a:focus { 
	color:#9f9f9f;
	background: none;	
}

.get-in-touch {
	color: #f32940 !important;
	border: 1px solid #f32940 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.get-in-touch:hover { 
	background:#f32940 !important;
	color:#fff !important;
}

#menu { 
	display:none;
}

/*
 * -- BANNER --
 */

.banner {
    background:#f9f9f9;
    background-size: cover;
	padding:100px 0px;
	height:auto;
    width: auto;
    display: block;
	clear:both;
}

.banner-head {
	font-family: 'Raleway', serif;
    margin:0;
    font-size: 2.6em;    
    font-weight: 400;
	color: #424244;
	line-height:1.5em;
}

.banner-back { 
	font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	color:#424244;
	opacity: 0.5;
}

.banner-back:hover { 
	opacity: 1;
}


/* Work Styles */

.work {
	overflow: hidden;
	position: relative;
}

.tile { 
	list-style: none;
	margin:0;
	padding:0;
}

.tile li {
	display: block;
	position: relative !important;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 25%;
	text-align: center;
	margin-bottom:-4px;
}

.tile img {
	width: 100%;
	height: auto;
}

.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 99%;
	color:#fff;
}

.caption h3, .caption p { 
	margin:0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	position: relative;
}


.caption .underline  {
	margin-bottom: 55px
}

.caption .underline:after {
	content: "";
	position: absolute;
	top: 170%;
	left: 40%;
	right: 40%;
	border-top: 1px solid #ccc;
}

.underline  {
	margin-bottom: 55px
}



.caption-inner .created:after {

}

.caption-inner .created a { 
	color:#ff006a;
	font-size:12px;
}


.caption-inner .created a:hover { 
	color:#ff006a;
	text-decoration: underline;
	font-size:12px;
	border:1px solid #ff006a;
	padding:5px 10px;
}

.created a:hover { 
	background:#ff006a;
	color:#ff006a;
}

.created h3, .created p {
    margin: 0;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}


.caption-inner { 
	padding:120px 0 0 0;
	width: 100%;
}

.caption a { 
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size:12px;
	border:1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

.caption a:hover { 
	background:#fff;
	color:#333;
}


.callout { 
	text-align:center;
	padding:100px 0; 
	color:#fff;
}

.callout h3 { 
	position: relative;
	margin-bottom:40px;
}

.callout h3.underline:after {
	content: "";
	position: absolute;
	top: 170%;
	left: 46%;
	right: 46%;
	border-top: 1px solid #fff;
}

.callout p  {
	width:85%;
	margin:0 auto;
	font-size:18px;
}

.twitter { 
	background:#2D3135;
}

.philosophy { 
	background:#F32940;
}




/* Work Item Styles */

.work-item { 
	padding:40px 0;
}

.sidebar dt {
	color: #c3c2c2;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.sidebar dd {
	font-size: 14px;
	color: #959595;
	margin: 1em 0 3em 0;
	line-height: 1.6em;
}

.browser { 
	width: 100%;
	overflow: hidden;
	text-align: left;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
}


.browser + p { 
	margin:10px 0 60px 0;
	text-align: center;
	font-size:12px;
	
}

.browser-top { 
	border-radius: 3px 3px 0 0;
	height: 21px;
	font-size: 1px;
	background-color: #e0e0e0;
	line-height: 26px;	
}

.browser-circle { 
	display: inline-block;
	height: 21px;
	font-size: inherit;
	margin-left:5px;
}

.browser-circle:first-child { 
	margin-left:10px;
}
.browser-circle:before { 
	content: "\25cf";
	font-size: 12px;
	line-height: 20px;
	color: #f2f2f2;
}

.browser-body  {
	width: 100%;
	height: auto;
	max-height: 95%;
	background-color:#ffff;
}







/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
 .pricing-tables,
 .information {
    max-width: 980px;
    margin: 0 auto;
 }
.pricing-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
    border: 1px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header {
    background: #519251;
}

.pricing-table-biz .pricing-table-header {
    background: #2c4985;
}

/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.pricing-table-header {
    background: #111;
    color: #fff;
}
    .pricing-table-header h2 {
        margin: 0;
        padding-top: 2em;
        font-size: 1em;
        font-weight: normal;

    }


/*
 * -- PRICING TABLE PRICE --
 * Styles for the price and the corresponding <span>per month</span>
 */
.pricing-table-price {
    font-size: 6em;
    margin: 0.2em 0 0;
    font-weight: 100;
}
    .pricing-table-price span {
        display: block;
        text-transform: uppercase;
        font-size: 0.2em;
        padding-bottom: 2em;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        *color: #fff;
    }



/*
 * -- PRICING TABLE LIST --
 * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
 */
.pricing-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*
 * -- PRICING TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each pricing table
 */
.pricing-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}


/*
 * -- PRICING TABLE BUTTON --
 * Styles for the "Choose" button at the bottom of a pricing table.
 * This inherits from Pure Button.
 */
.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}



.information-head {
    color: black;
    font-weight: 500;
}



.footer {
  background:#FFF;
  color: #888;
	font-size:11px;
	border-top:1px solid #f2f2f2;
}

.footer p { 
	display:block;
	float:left;
}
.footer a {
    color: #ddd;
}

.footer ul { 
	float:right;
	list-style: none;
}

.footer li { 
	float: left;
	text-transform: uppercase;
	list-style: none;
	letter-spacing: 1px;
	margin-left: 26px;
}

.footer li a {
	text-decoration: none;
	line-height: 1.6em;
} 

