/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'Museo300';
    src: url('/fonts/Museo300-Regular-webfont.eot');
    src: url('/fonts/Museo300-Regular-webfont.eot?iefix') format('embedded-opentype'),
         url('/fonts/Museo300-Regular-webfont.woff') format('woff'),
         url('/fonts/Museo300-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
    font-weight: normal;
    font-style: normal; 

}


@font-face {
    font-family: 'Museo500';
    src: url('/fonts/Museo500-Regular-webfont.eot');
    src: url('/fonts/Museo500-Regular-webfont.eot?iefix') format('embedded-opentype'),
         url('/fonts/Museo500-Regular-webfont.woff') format('woff'),
         url('/fonts/Museo500-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Museo500-Regular-webfont.svg#webfontQF7qPaga') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo700';
    src: url('/fonts/Museo700-Regular-webfont.eot');
    src: url('/fonts/Museo700-Regular-webfont.eot?iefix') format('embedded-opentype'),
         url('/fonts/Museo700-Regular-webfont.woff') format('woff'),
         url('/fonts/Museo700-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Museo700-Regular-webfont.svg#webfontNpXBDqia') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icons';
	src:url('/fonts/icons.eot');
	src:url('/fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icons.ttf') format('truetype'),
		url('/fonts/icons.woff') format('woff'),
		url('/fonts/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	display: block;
	float: left;
	padding: 0.1em 0.2em 0 0;
}

.icon-twitter-circle:before {
	content: "\e601";
}
.icon-facebook-circle:before {
	content: "\e602";
}
.icon-googleplus-circle:before {
	content: "\e603";
}
.icon-camera:before {
	content: "\e604";
}
.icon-tag:before {
	content: "\e605";
}
.icon-comment:before {
	content: "\e606";
}
.icon-video:before {
	content: "\e607";
}
.icon-quote:before {
	content: "\e609";
}
.icon-link:before {
	content: "\e60a";
}
.icon-clock:before {
	content: "\e60b";
}
.icon-music:before {
	content: "\e60c";
}
.icon-user:before {
	content: "\e60d";
}
.icon-mail:before {
	content: "\e60e";
}
.icon-help:before {
	content: "\e60f";
}
.icon-pencil:before {
	content: "\e610";
}
.icon-drawer:before {
	content: "\e600";
}
.icon-search:before {
	content: "\e608";
}
.icon-text:before {
	content: "\e611";
}
.icon-megaphone:before {
	content: "\e612";
}
.icon-calendar:before {
	content: "\e613";
}
.icon-pinterest-circle:before {
	content: "\e615";
}
.icon-arrow-left-circle:before {
	content: "\e616";
}
.icon-arrow-right-circle:before {
	content: "\e617";
}
.icon-googleplus:before {
	content: "\e618";
}
.icon-facebook:before {
	content: "\e619";
}
.icon-twitter:before {
	content: "\e61a";
}
.icon-share:before {
	content: "\e61b";
}
.icon-arrow-right:before {
	content: "\e614";
}
.icon-arrow-down:before {
	content: "\e61c";
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333333;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

html * { max-height:1000000px; }

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    margin: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


h1, h2, h3, h4, h5
{
    font-family:'Museo300', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0.1em 0 0.3em 0;
}

h1 a, h2 a
{
	text-decoration: none;

}

h1
{
    font-size: 30px;
    word-break: break-all;
}


h2
{
    font-size: 25px;
    word-break: break-all;
}

h3 span
{
    display: block;
    font-size: 15px;
}


h3
{
    font-size: 22px;
}

article .entry-content h3
{
    margin: 1.5em 0 0.5em 0;
}

p
{
    margin: 0.5em 0 1em 0;
    line-height: 1.6em;
}

a
{
    color: #333333;
}

ul, ol
{
    margin: 0.5em 0 1em 0;
    padding-left: 1.5em;
}


a.button, button.button, .more-link, input#submit, input.search-submit
{
    display: block;
    color: #ffffff;
    text-align: center;
    margin: 0;
    border: none;
    overflow: visible;
	font-size: 14px;
    line-height: 38px;
    height: 35px;
    display: block;
    padding: 0 20px;
    float: none;
    width: auto;
    background: #79cdcd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0px solid #ffffff;
    font-family: 'Museo500', Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}


blockquote{
  display:block;
  padding: 15px 20px 0 45px;
  margin: 0;
  position: relative;
  
  /*Font*/
  font-family:'Museo300', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
   
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family:'Museo700', Arial, Helvetica, sans-serif;

  font-size: 80px;
  font-weight: normal;
  
  /*Positioning*/
  position: absolute;
  left: 0;
  top:0;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#page
{
	overflow: hidden;
}

.entry-header, .entry-content, .entry-footer, #footer, nav, #comments, .page-header
{
    padding: 3em;
}

#header
{
    padding: 0 3em;
}


.entry-header, .page-header
{
	padding-bottom: 0;
}

.entry-content
{
	padding-top: 1.5em;
}

#top-bar
{
	background-color: #22272a;
	display: block;
    padding: 0 3em;
}

#header
{
	background-color: #79cdcd;
	display: block;
}


.site-title
{
	float: left;
	margin-top: 24px;
}

.site-title a
{
    display: block;
    width: 75px;
    height: 120px;
    font-size: 0;
    line-height: 0;
}

body.blog-blog .site-title a
{
    background: transparent url(images/logo_se.png) no-repeat left top;
    background-size: 100% auto;
}

body.blog-uk .site-title a
{
    background: transparent url(images/logo_uk.png) no-repeat left top;
    background-size: 100% auto;
}

.site-description
{
    float: left;
    clear: both;
    margin: 5px 0 2em 0;
    font-family: 'Museo300', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#content
{
	position: relative;
}

#footer
{
	background-color: #22272a;
	display: block;
}



/*** Form < ***/

fieldset
{
    position: relative;
    margin-bottom: 5px;
}

fieldset ul, fieldset li
{
    display: block;
	padding: 0;
	margin: 0;
}

input.text, textarea, input.search-field
{
    -webkit-appearance: none;
	font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ffffff;
    padding: 10px;
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.search-form
{
	overflow: hidden;
}

input.search-field
{
	font-size: 12px;
	padding: 7px 4px;
	float: left;
	height: 14px;
	width: 70%;
}

input.search-field:focus
{
	outline: none;
}

input.search-submit
{
    background-color: #ffffff;
    color: #333333;
	width: 25%;
	padding: 0;
	float: right;
	height: 30px;
	line-height: 32px;
}

input.text
{
    height: 16px;
}


input.text:focus, textarea:focus
{
    border: 1px solid #4bbf8f;
    outline: 0;
}


input.large
{
    width: 240px;
}

.select-group li
{
    display: block;
    float: left;
    margin: 0 0 5px 0;
}

select
{
    border: none;
    margin: 0 5px 0 0;
    font-size: 12px;
    border: 1px solid #ffffff;
    padding: 5px 2px;
    text-align: left;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

select::-ms-expand {
    display: none;
}

select:focus
{
    border: 1px solid #4bbf8f;
    outline: 0;
}

::-webkit-input-placeholder {
   color: #cccccc;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cccccc; 
   font-style: italic; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc; 
   font-style: italic; 
}

:-ms-input-placeholder {  
   color: #cccccc;  
   font-style: italic;
}

.form-group label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 200px;
    display: block;
    color: #ffffff;
    float: left;
    font-size: 14px;
    line-height: 38px;
}


/****** Checkbox & Radio ******/

input.radio
{
    float: left;
}

ul.radio-group, .checkbox-single
{
    position: relative;
    margin-top: 6px;
}

:root .radio-group,
:root .radio-group input[type="radio"] + label,
:root .radio-group input[type="radio"] + label::before,
:root .radio-group input[type="checkbox"] + label,
:root .radio-group input[type="checkbox"] + label::before,
:root .checkbox-single input[type="checkbox"] + label,
:root .checkbox-single input[type="checkbox"] + label::before
{
    display: inline-block;
    vertical-align: middle;
}

:root .radio-group *, :root .checkbox-single *
{
    cursor: pointer;
}

:root input[type="radio"],
:root input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
}

:root label:hover label::before,
:root label:hover label::before
{
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}

:root input[type="radio"] + label::before,
:root input[type="checkbox"] + label::before
{
    content: "";
    width: 14px;
    height: 14px;
    color: #333;
    margin: -3px 4px 0 0;
    border: solid 1px #aaaaaa;
    line-height: 14px;
    text-align: center;
    
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    
    background: #ffffff;
    background: -moz-radial-gradient(#ffffff, #eeeeee);
    background: -webkit-radial-gradient(#ffffff, #eeeeee);
    background: -ms-radial-gradient(#ffffff, #eeeeee);
    background: -o-radial-gradient(#ffffff, #eeeeee);
    background: radial-gradient(#ffffff, #eeeeee);
}

:root .parsley-error input[type="radio"] + label::before,
:root .parsley-error input[type="checkbox"] + label::before
{
    border: solid 1px #ff4f4e;
    background: #ff4f4e;
}

:root input[type="radio"]:focus + label::before,
:root input[type="checkbox"]:focus + label::before
{
        border: 1px solid #4bbf8f;
}

:root .parsley-error input[type="radio"]:focus + label::before,
:root .parsley-error input[type="checkbox"]:focus + label::before
{
        border: 1px solid #c33f3e;
}

:root input[type="radio"]:disabled + label,
:root input[type="checkbox"]:disabled + label
{
    cursor: default;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}

:root input[type="checkbox"] + label::before
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

:root input[type="radio"]:checked + label::before
{
    content: "\2022";
    font-size: 23px;
}

:root input[type="checkbox"]:checked + label::before
{
    background: #ffffff url(images/checkbox.png) no-repeat center center;
    background-size: 9px 9px;
    font-size: 0;
}


/*** > Form ***/


/*** Form Validation < ***/

.parsley-error::-webkit-input-placeholder {
   color: #ffffff;
   font-style: italic;
}

.parsley-error:-moz-placeholder { /* Firefox 18- */
   color: #ffffff; 
   font-style: italic; 
}

.parsley-error::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff; 
   font-style: italic; 
}

.parsley-error:-ms-input-placeholder {  
   color: #ffffff;  
   font-style: italic;
}

input.parsley-error, select.parsley-error
{
    background-color: #ff4f4e;
    border: 1px solid #ff4f4e;
    color: #ffffff;
}

input.parsley-error:focus, select.parsley-error:focus
{
    border: 1px solid #c33f3e;
}

.parsley-error-list .required
{
    display: none;
}

.parsley-error label
{
    color: #ff4f4e;
}

.parsley-container
{
    margin-left: 80px;
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
}

/*** > Form Validation ***/

/*** Divider < ***/

.divider-header
{
    font-family: 'DIN 1451 W02 Engschrift', 'Arial Narrow', Helvetica;
    font-size: 16px;
    line-height : 25px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    margin: 0 12px 0;
    overflow: hidden;
}

.divider-header span
{
    float: left;
    width: 20%;
}

.line-left, .line-right
{
    margin: 12px 2%;
    height: 1px;
    background-color: #999;
    width: 36%;
}

.line-left
{
    float: left;
}

.line-right
{
    float: right;
}

/*** > Divider ***/


/*** Inline Registration < ***/

#inline-registration
{
    color: #ffffff;
}

#inline-registration .button
{
    float: none;
    clear: both;
    width: auto;
    line-height: 45px;
    height: 45px;
    width: 376px;
	font-size: 20px;
	color: #ffffff;
	background: #79cdcd;
    background: -moz-linear-gradient(top, #79cdcd 0%,    #6eb8b8);
    background: -webkit-gradient(linear, left top, left bottom, from(#79cdcd), to(#6eb8b8));
    background: -ms-linear-gradient(top,  #79cdcd 0%,#6eb8b8 100%);
    background: linear-gradient(to bottom,  #79cdcd 0%,#6eb8b8 100%);    
	font-family: 'DIN 1451 W02 Engschrift', 'Arial Narrow', Helvetica;
}

#inline-registration-top
{
    padding: 15px 15px 0 15px;

}

#inline-registration-top h3
{
    font-size: 24px;
    font-family: 'Museo500', Arial, Helvetica;
}

#inline-registration-top p
{
    margin: 5px 0 0 0;
    font-size: 14px;
}

#inline-registration-facebook, #inline-registration-email
{
    padding: 15px;
}


#inline-registration-email
{
    padding-top: 10px;
}

#inline-registration-facebook span
{
    font-size: 11px;
    padding: 4px 0 0 0;
    display: block;
    text-align: center;
}

#inline-registration label
{
    font-family: 'DIN 1451 W02 Engschrift', 'Arial Narrow', Helvetica;
    width: 110px;
    display: block;
    font-weight: normal;
    float: left;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
}

#inline-registration fieldset
{
	position: relative;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 5px;
	min-height: 30px;
	padding-left: 80px;
}

#inline-registration fieldset.checkbox
{
    margin: 10px auto;
    padding: 0;
}

#inline-registration fieldset.buttons
{
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
}

#inline-registration .radio-group li
{
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 5px 0;
}

#inline-registration .radio-group label, #inline-registration .checkbox-single label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: auto;
    clear: none;
    line-height: 18px;
}

#inline-registration input.text
{
    width: 100%;
    font-size: 12px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
}


#inline-registration .button-group
{
    display: block;
    float: none;
    margin: 0;
}

#inline-registration .checkbox-single
{
    display: block;
    float: none;
    text-align: center;
}

#inline-registration .checkbox-single input.radio
{
    display: inline;
    padding: 0 5px 3px 0;
    float: none;
    vertical-align: middle;
}

#inline-registration .checkbox-single label
{
    display: inline;
    float: none;
}


#inline-registration .checkbox-single label a
{
    color: #ffffff;
}

#public-main-content #inline-registration .button-group
{
    margin: 0;
}

#register-date-of-birth-year
{
    width: 81px;
}

#register-date-of-birth-month
{
    width: 82px;
}

#register-date-of-birth-day
{
    width: 67px;
    margin-right: 0;
}

#inline-registration .parsley-container
{
    position: absolute;
    top: 0;
    left: 315px;
    width: 200px;
    display: block;
    background-color: #ff4f4e;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


#inline-registration .parsley-container li
{
    padding: 5px 8px;
}

#inline-registration .parsley-container li:first-child:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ff4f4e;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 6px;
}

#inline-registration-form-error
{
    display: none;
}


/*** Inline Registration < ***/


#inline-registration .button
{
    width: 100%;
}



#inline-registration .element label
{
	position: relative;
    width: auto;
}


#inline-registration label
{
	position: absolute;
	left: 0;
    width: 80px;
}


ul.select-group
{
    padding-top: 3px;
}

#register-date-of-birth-year
{
    width: 74px;
}

#register-date-of-birth-month
{
    width: 75px;
}

#register-date-of-birth-day
{
    width: 60px;
}

#inline-registration .parsley-container
{
    left: 220px;
}




/*** > Inline Registration ***/

/*** > Inline Registration ***/


/** Top Bar < **/

#top-bar
{
    position: relative;
    height: 40px;
    background-color: #111111;
    clear: both;
    z-index: 10;
	background: -moz-linear-gradient(
		top,
		#1d1d1d 0%,
		#111111);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#1d1d1d),
		to(#111111));
}

#top-bar-inner
{
    position: relative;
    margin: 0 auto;
    color: #fff;
    line-height: 40px;
}


#market-selector-label
{
    float: left;
}

#market-selector
{
    display: block;
    position: relative;
    float: left;
    margin-left: 10px;
}

#market-selector ul
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: block; 
    background-color: #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px;
}

#market-selector ul.open
{
    height: auto;
    background-color: #ffffff;
}

#market-selector li
{
	display: block;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

#market-selector ul a
{
    position: relative;
    display: block;
    padding: 0 20px 0 10px;
    line-height: 30px;
    min-width: 100px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    
}

#market-selector .icon-arrow-down:before
{
    position: absolute;
    right: 6px;
    margin-top: -5px;
    top: 50%;
    padding: 0;
}

#market-selector ul.open a
{
    color: #111111;   
}

#market-selector ul.open a:hover
{
    background-color: #eeeeee;  
}

#top-bar-market-selector
{
    float: left;
    width: 50%;
}

#top-bar-already-member
{
    text-align: right;
    float: right;
    width: auto;
}

#top-bar-already-member a.button
{
    float: left;
    font-size: 14px;
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    margin-top: 7px;
    margin-left: 10px;
    min-width: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#already-member-label
{
    display: block;
    float: left;
}

#top-bar-login
{
    position: absolute;
    display: none;
    right: -15px;
    top: 40px;
    line-height: normal;
    width: 200px;
	padding: 15px;
	background-color: #111111;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#top-bar-login #inline-signin #email-signin-error
{
    display: none;
}


#inline-signin input.text
{
    float: none;
    display: block;
    font-size: 12px;
    padding: 8px 6px;
    width: 186px;
}

#inline-signin .button
{
    padding: 0;
    margin: 10px 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}


#inline-signin a.forgot-password
{
    color: #aaaaaa;
    font-size: 11px;
    font-style: italic;
}

#top-bar a.button, #top-bar button.button
{
    background: #4bbf8f;
    background: -moz-linear-gradient(top, #4bbf8f 0%,	#3a956f);
    background: -webkit-gradient(linear, left top, left bottom, from(#4bbf8f), to(#3a956f));
    background: -ms-linear-gradient(top,  #4bbf8f 0%,#3a956f 100%);
    background: linear-gradient(to bottom,  #4bbf8f 0%,#3a956f 100%);
    font-family: 'DIN 1451 W02 Engschrift', 'Arial Narrow', Helvetica;
}

#inline-registration #signup-with-facebook-button.button, #top-bar #signin-with-facebook-button.button
{
    background-color: #3096bc;
    background-image: url(images/fb_icon.png);
    background-image: url(images/fb_icon.png), -moz-linear-gradient(top, #3096bc 0%,	#2a7698);
    background-image: url(images/fb_icon.png), -webkit-gradient(linear, left top, left bottom, from(#3096bc), to(#2a7698));
    background-image: url(images/fb_icon.png), -ms-linear-gradient(top,  #3096bc 0%,#2a7698 100%);
    background-image: url(images/fb_icon.png), linear-gradient(to bottom,  #3096bc 0%,#2a7698 100%);
    background-position: 15px bottom, center center;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    width: auto;
}

#inline-signin .divider-header
{
    color: #999;
    margin: 0 0 10px 0;
}

#inline-signin .line-left, #inline-signin .line-right
{
    background-color: #999;
}

.error-message
{
    background: #ff4f4e;
    border: 1px solid #ff4f4e;
    color: #ffffff;
    padding: 6px 4px;
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
    margin: 0 0 10px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/*** > Top Bar ***/

/* =Wordpress Basics
----------------------------------------------- */

main
{
    min-height: 1100px;
}

.single article .entry-content, .page article .entry-content
{
    min-height: 400px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* =Menu
----------------------------------------------- */

nav
{
	background-color: #444444;
}



/* =Content
----------------------------------------------- */


article.odd .entry-header, .entry-content, article.odd .entry-content, .page-header
{
	background-color: #f2f2f2;
}

article.even .entry-header, article.even .entry-content
{
	background-color: #ffffff;
}

.entry-footer
{
	background-color: #eaeaea;
}

.sticky {
}
.hentry {

}
.byline,
.updated {

}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-author, .post-time, .comments-link, .cat-links, .tags-links, .edit-link
{
	display: block;
	float: left;
	font-size: 14px;
	font-family:'Museo300';
	margin: 0 20px 5px 0;
}

.comments-link a, .cat-links a, .tags-links a, .edit-link a
{
	text-decoration: none;
}

.more-link
{
	width: 100px;
}

#comments input.text
{
	width: 250px;
}

.comment-form-author, .comment-form-email, .comment-form-url
{
	float: left;
	clear: left;
	margin-right: 20px;
}

.form-allowed-tags
{
	font-size: 12px;
	color: #aaa;
	max-width: 670px;
	float: left;
}

.comment-form-comment
{
	float: none;
}

.comment-list
{
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 2em 0 1em 0;
}

.comment-list li
{
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #dddddd;
}

.comment-meta img
{
    display : none;
}

.comment-list footer
{
    display: block;
    overflow: hidden;
}

.comment-author
{
    float: left;
}

.comment-metadata
{
    float: right;
}

.comment-metadata a
{
    color: #cccccc;
    text-decoration: none;
    font-style: italic;
}

.form-submit
{
	clear: both;
	float: left;
}

.entry-footer-inner
{
	position: relative;
}

.entry-author
{
    max-width: 600px;
}

.entry-author h3
{
	font-size: 18px;	
	margin-top: 0;
}

.entry-author h3 a
{
	text-decoration: none;
}

.entry-share h3
{
	font-size: 18px;
	margin: 0 0 10px 0;
}

.entry-author p
{
	margin-bottom: 0;
}

img.avatar
{
	float: right;
	margin-left: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
}

.entry-share
{
    max-width: 600px;
    padding: 0 0 2em 0;
    margin: 0 0 3em 0;
    border-bottom: 1px solid #ddd;
}

.addthis_toolbox
{
    margin-left: -1em;
}

.addthis_toolbox a.button
{
	float: left;
	padding: 0  1.5em 0 0;
	margin: 0 0 1em 1em;
}

.addthis_toolbox a.button .icon:before
{
	font-size: 20px;
	line-height: 35px;
	padding: 0.1em 0.4em;
}


a.addthis_button_facebook
{
	background-color: #305891;
}


a.addthis_button_twitter
{
	background-color: #2ca8d2;
}

a.addthis_button_google_plusone_share
{
	background-color: #ce4d39;
}




/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.nav-links a
{
	font-size: 14px;
	font-family:'Museo500', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

.nav-previous, .nav-next
{
	width: 50%;
}

.nav-previous
{
	float: left;
}

.nav-next, .nav-next a span
{
	float: right;
}

.nav-next .icon-arrow-right-circle:before
{
	float: right;
	padding: 0.1em 0 0 0.2em;	
}

/* =Comments
----------------------------------------------- */


.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


#comments input.text, #comments textarea
{
    border: 1px solid #dddddd;
}

h2.comments-title
{
    font-size: 26px;
}


/* =Widgets
----------------------------------------------- */
#secondary
{
    padding: 3em;
}


#secondary .widget {
    /* Fallback for web browsers that doesn't support RGBa */
    background: none;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	margin: 0 0 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding: 1em;	
}

#secondary #mazily_signup_widget-2
{
    background-color: #22272a;
    padding: 0;
}

#footer .widget {
    margin: 0 0 2em 0;
}

#footer .widget h3 {
    font-family:'Museo500', Arial, Helvetica, sans-serif;
}

#secondary .widget_text {
    background: none;
    padding: 0;
    border-radius: 0;
}

#secondary .widget_text .textwidget {
    padding: 0;
}

#mazily-mobile-app {
    position: relative;
    clear: both;
    color: #222222;
    overflow: hidden;
    min-height: 90px;
    margin: 40px 0 0 0;
}

@media only screen and (min-width: 800px) {
    #mazily-mobile-app {
        margin: 40px 0 140px 0;
    }
}

#mazily-mobile-app img.phones {
    position: absolute;
}

#mazily-mobile-app .content {
    margin: 5px 0 0 88px;
    padding: 0;
}

#mazily-mobile-app h2 {
    margin: 0;
    font-size: 16px;
    font-family: 'Museo500', 'Arial', Helvetica;
    text-transform: uppercase;
    line-height: 1.3;
}

#mazily-mobile-app p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Museo300', 'Arial', Helvetica;
    line-height: 1.4;
}

#mazily-mobile-app a {
    float: left;
    display: block;
    margin: 7px 7px 0 0;
}

#mazily-mobile-app a.google {
    margin-right: 0;
}

.widget {

	color: #ffffff;
}

.widget a{
	color: #ffffff;
}

.widget_categories ul, .widget_recent_entries ul, .widget_mazily_recent_comments ul, .widget_archive ul, #footer-follow-us ul {
	display: block;
	padding: 0;
	margin: 0;
}

.widget_categories li, .widget_recent_entries li, .widget_mazily_recent_comments li, .widget_archive li, #footer-follow-us li {
	display: block;
	padding: 0;
	margin: 0;
}


.widget_categories li:before, .widget_recent_entries li:before, .widget_mazily_recent_comments li:before, .widget_archive li:before {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: block;
	float: left;
	padding: 0.2em 0.2em 0 0;
	content: "\e614";
}

.widget li a
{
	text-decoration: none;
}


.widget h3 {
	font-size: 18px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget a.button
{
	width: 170px;
}

.widget .textwidget
{
	padding-right: 40px;
}


#footer-follow-us li
{
	font-size: 36px;

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {

    article .entry-content
    {
        line-height: 1.8em;
    }

    #header-inner
    {
        background: #79cdcd url(images/header.png) no-repeat center right;
        background-size: contain;
        height: 250px;
    }

    .site-description
    {
        margin: 5px 0 0 0;
        font-size: 12px;
        width: 340px;
    }

    #footer .widget {
        float: left;
        width: 33%;
    }
}

@media only screen and (min-width: 860px) {


        h1
        {
            font-size: 45px;
            word-break: normal;
        }


        h2
        {
            font-size: 40px;
            word-break: normal;
        }

    #secondary
    {
        position: absolute;
        top: 40px;
        height: 0;
        width: 100%;
        padding: 0;
    }

    #secondary-inner .widget-area
    {
        width: 330px;
        float: right;
        margin-right: 3em;
    }

    .column
    {
        position: relative;
        display: block;
        margin: 0 380px 0 0;
    }
       
}



@media only screen and (min-width: 950px) {

    article .entry-content
    {
        font-size: 13px;
    }

    .site-title a
    {
        width: 88px;
        height: 138px;
    }

    #header-inner
    {
        background-size: auto;
        height: 300px;
    }

    .site-description
    {
        margin: 20px 0 0 0;
        font-size: 14px;
        width: 400px;
    }

    .entry-author
    {
        padding-right: 180px;
    }

    .entry-share
    {
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0;
        border: none;
        width: 150px;
    }

    .entry-footer-inner
    {
        min-height: 170px;
    }

    .column
    {
        margin: 0 400px 0 0;
    }     
       
}


@media only screen and (min-width: 1100px) {

    article .entry-content
    {
        font-size: 14px;
    }

         .entry-content p, article .entry-content ul
    {
        margin: 0.5em 0 1em 0;
    }    

    .site-description
    {
        font-size: 16px;
        width: 460px;
    }

    .entry-share
    {
        width: 280px;
    }

    .entry-author
    {
        padding-right: 310px;
    }

    .entry-footer-inner
    {
        min-height: 130px;
    }
   
       
}

@media only screen and (min-width: 1300px) {

    #top-bar-inner, #comments-inner, #secondary-inner, #footer-inner, .entry-header-inner, .page-header-inner, .entry-content-inner, .entry-footer-inner, .nav-links
    {
        margin: 0 auto;
        width: 1200px;
    }

    #header-inner
    {
        margin: 0 auto;
        width: 1100px;
    }
    
    .site-description, .site-title
    {
        margin-left: -50px;
    }

    #secondary-inner .widget-area
    {
        margin-right: 0;
    }

    .entry-share
    {
        width: 410px;
    }

    .entry-author
    {
        padding-right: 430px;
    }

    .entry-footer-inner
    {
        min-height: 0;
    }
       
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

