/* @override 
	http://localhost/wurrly/wurrly-widget/parse/public/css/common.css
	http://localhost:3000/css/common.css */

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);*/
@font-face {
 font-family: "Proxima Nova";
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova.eot");
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova.eot?#iefix") format("embedded-opentype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova.woff") format("woff"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova.ttf") format("truetype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova.svg#ProximaNova") format("svg");
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: "Proxima Nova";
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Bold.eot");
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Bold.woff") format("woff"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Bold.ttf") format("truetype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Bold.svg#ProximaNova") format("svg");
 font-weight: 700;
 font-style: normal;
}

@font-face {
 font-family: "Proxima Nova";
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/proxima_nova_semibold.eot");
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/proxima_nova_semibold.eot?#iefix") format("embedded-opentype"), url("https://cdn.wurrly.com/fonts/proxima-nova/proxima_nova_semibold.woff") format("woff"), url("https://cdn.wurrly.com/fonts/proxima-nova/proxima_nova_semibold.ttf") format("truetype"), url("https://cdn.wurrly.com/fonts/proxima-nova/proxima_nova_semibold.svg#ProximaNova") format("svg");
 font-weight: 600;
 font-style: normal;
}

@font-face {
 font-family: "Proxima Nova";
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Italic.eot");
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Italic.eot?#iefix") format("embedded-opentype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Italic.woff") format("woff"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Italic.ttf") format("truetype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Italic.svg#ProximaNova") format("svg");
 font-weight: normal;
 font-style: italic;
}

@font-face {
 font-family: "Proxima Nova";
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.eot");
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.woff") format("woff"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.ttf") format("truetype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.svg#ProximaNova") format("svg");
 font-weight: 200;
 font-style: normal;
}


@font-face {
 font-family: "Proxima Nova Light";
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.eot");
 src: url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.woff") format("woff"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.ttf") format("truetype"), url("https://cdn.wurrly.com/fonts/proxima-nova/ProximaNova-Light.svg#ProximaNova") format("svg");

}

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://cdn.wurrly.com/fonts/proxima-nova/proximanova-thin.eot');
   src: url('https://cdn.wurrly.com/fonts/proxima-nova/proximanova-thin.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.wurrly.com/fonts/proxima-nova/proximanova-thin.woff') format('woff'),
        url('https://cdn.wurrly.com/fonts/proxima-nova/proximanova-thin.ttf') format('truetype'),
        url('https://cdn.wurrly.com/fonts/proxima-nova/proximanova-thin.svg#proxima_novathin') format('svg');
   font-weight: 100;
   font-style: normal;

}

html, body {
    /*font-family: Roboto, arial, sans-serif;*/
    font-family: "Proxima Nova", arial, sans-serif;
    background: #F4F4F4;
    height: inherit;
}
body {
	padding-top: 60px;
}
button {
  font-family: "Proxima Nova", arial, sans-serif;
}
.triangle-up:before {
    content:'';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #eee;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
p.error{
  color:#f04124;
  display:block;
  padding:0.375rem 0.5625rem 0.5625rem;
  margin-top:-1px;
  margin-bottom:1rem;
  font-size:0.75rem;
  font-weight:normal;
  font-style:italic;
}
#top-nav .logo img{
	width: 146px;
/*	height: 43px;*/
}
#top-nav{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
	left: 0;
}
#top-nav.nav-bg{
	background: rgba(255, 255, 255, 0.9);
}
.top-nav-inner{
	max-width: 1100px;
	margin: 0 auto;
}
.top-nav-inner>div{
    display: inline-block;
    padding: 10px 20px 10px 10px;
}

#top-nav div.dropmenu{
    display: none;
}
#top-nav.open a{
    color: #222;
}
#top-nav div.dropmenu a{
    display: block;
    text-align: center;
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}
#top-nav div.dropmenu a:last-child{
	border-bottom-style: none;
}
#top-nav div.menu{
    float: right;
    line-height: 40px;
}
.appstore-logo{
/*	display: none;*/
}
#top-nav a{
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .3s;
}
#top-nav a:hover, #top-nav a.current-page{
    color: #ef4d4e;
}
#top-nav .menu a img{
	max-height: 37px;
	opacity: .2;
	transition: all .3s;
}
#top-nav .menu a img:hover{
	opacity: 1;
}
.page-content{
	margin-top: 50px;
}
.page-content h1{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.page-content h3{
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
}
.page-content ul{
	margin-left: 20px;
	padding-left: 20px;
}
/* ====================== lines button ==================================================*/
#top-nav .alt-menu{
    font-size: 1.5rem;
	position: absolute;
	top: 0;
	right: 0;
}
.lines-button {
  display: inline-block;
  border: none;
  background: none !important;
	width: 2rem;
	height: 2rem;
	margin-top: 5px;
	padding: 0 !important;
	float: right;
	outline: none !important;
}
.lines-button span {
  display: block;
}

.lines-button {
  padding: 0;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 2rem;
  height: 0.25143rem;
  background: #333;
  border-radius: 0.16571rem;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 2rem;
  height: 0.25143rem;
  background: #333;
  border-radius: 0.16571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.16571rem center;
  transform-origin: 0.16571rem center;
}
.lines:before {
  top: .5rem;
}
.lines:after {
  top: -.5rem;
}

.lines-button:hover .lines:before {
  top: 0.6rem;
}
.lines-button:hover .lines:after {
  top: -0.6rem;
}

.lines-button.open {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.lines-button.x.open .lines {
  background: transparent;
}
.lines-button.x.open .lines:before, .lines-button.x.open .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.open .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.open .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}




#footer{
	margin-top: 50px;
}
#footer>div.row{
    margin-top: 1rem;
}
#footer .row .column:first-child{
	padding-top: 7px;
}
#footer{
	color: #999;
}
#footer a{
    color: #999;
    text-decoration: none;
    transition: 0.3s;
	font-size: 0.7rem;
/*	border-right: 1px solid #999;*/
	margin-right: 5px;
	padding-right: 10px;
}
#footer a:hover{
    color: #333;
}
#footer a:last-child{
	border-right-style: none;
}
#footer a img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#footer a:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.footer-social{
	color: #999;
    text-decoration: none;
    transition: 0.3s;
	font-size: 0.7rem;
	margin-top: 0 !important;
}
.footer-social .column{
	padding-top: 0px !important;
}
.footer-social span.follow-us{
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #999;
}
.footer-social a{
	padding-right: 0 !important;
	margin-right: 0 !important;
}
#footer .copy{
    font-size: 0.6rem;
    margin-bottom: 2rem;
	color: #777;
	line-height: 0.9rem;
}
.wrap-center{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button.white{
    background: rgba(255,255,255,0.9);
    color: #ef4d4e;
}
.button.white:hover{
    background: #FFF;
}
.wurrly-info-wrapper .permalink{
    cursor: pointer;
}
.footer-appstore{
	display: none;
}
@media screen and (max-width: 40em) {
	.logo{
		opacity: 1 !important;
		margin-right: auto;
		margin-left: auto;
	}
	#top-nav div.dropmenu{
		width: 100%;
	}
	#top-nav.open div.dropmenu{
		display: block;
		padding-bottom: 0;
		padding-top: 0;
		top: 59px;
	}
	#top-nav{
	    background: rgba(255, 255, 255, 0.9);
		text-align: center;
	}
	#top-nav.open{
	}
	#footer{
		margin-top: 50px;
	}
	#footer .row .column:first-child{
		padding-top: 7px;
		margin-bottom: 20px;
	}
    #footer a{
        margin: 5px 0;
    }
    #footer .copy{
		margin-top: 0.5rem;
	}
}