	@charset "UTF-8";
	@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,900italic,700italic,400italic);
	@import url(http://static.tumblr.com/bf2tj8h/sfcmlvmug/normalize.css);
	@import url(http://static.tumblr.com/bf2tj8h/WJYmlvmur/reset.css);
	@import url(http://static.tumblr.com/bf2tj8h/3kdmlvmse/amazium.css);
	@import url(http://static.tumblr.com/pwvp6io/8nXmlyv9i/icons.css);
	@import url(http://static.tumblr.com/bf2tj8h/Eccmlyvgn/jquery.bxslider.css);
	
	body {
		background-color: #fff;
		font: 15px/22px "Lato", "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
		color: #424242;
        -webkit-font-smoothing: antialiased;
        text-rendering:optimizeLegibility;
	}
	a { 
		color: #16a085;
		outline: 0 none;
		text-decoration: none;
		transition: all 0.25s ease-in-out 0s;
		-moz-transition: all 0.25s ease-in-out 0s;
		-webkit-transition: all 0.25s ease-in-out 0s;
		-o-transition: all 0.25s ease-in-out 0s;
		-ms-transition: all 0.25s ease-in-out 0s;
	}
	a:hover {
		color: #1abc9c;
		text-decoration: none;
	}
	h1, h2, h3, h4, h5, h6 { margin: 10px 0; padding: 0; font-weight: 900; }
	h1  { font-size: 36px; line-height: 40px; }
	h2	{ font-size: 30px; line-height: 34px; }
	h3 	{ font-size: 24px; line-height: 28px; }
	h4 	{ font-size: 18px; line-height: 22px; }
	h5 	{ font-size: 14px; line-height: 16px; }
	h6 	{ font-size: 12px; line-height: 16px; }

	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}
	.clearfix:after {
		clear: both;
	}
	.clearfix {
		*zoom: 1;
	}
	::-moz-selection {
		color: #fff;
		background: #16a085;
		text-shadow: none;
	}
	::selection {
		color: #fff;
		background: #16a085;
		text-shadow: none;
	}
	::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
    iframe#tumblr_controls {
        top: 100% !important;
        margin: -28px 0 0 0;
        right: 1px !important;
        position: fixed !important;
    }
    iframe#tumblr_controls.tumblr_sticky_iframe {
        top: 100% !important;    
    }
	
	/***** Menu Block *****/
    .menu-bg {
		background-color: #f3f3f3;
	}
	.menu {
		height: 70px;
	}
	.logo-top {
		width: 120px;
		height: 70px;
		margin: 0 auto;
		background: #fff url('../images/logo.png') no-repeat center center;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		-ms-transition: none;
        
	}
	.logo {
		width: 300px;
		height: 70px;
		display: block;
		float: left;
		background: url('../images/logo.png') no-repeat center center;
		margin-right: 00px;
        
	}
	.menu-mobile {
		width: auto;
		height: 70px;
		text-align: center;
		color: #5a5a5a;
		line-height: 70px;
		float: left;
		font-size: 24px;
	}
    .menu-button {
    	transition: all 0.25s ease-in-out 0s;
		-moz-transition: all 0.25s ease-in-out 0s;
		-webkit-transition: all 0.25s ease-in-out 0s;
		-o-transition: all 0.25s ease-in-out 0s;
		-ms-transition: all 0.25s ease-in-out 0s;
    }
	.menu ul {
		float: left;
		height: auto;
	}
	.menu ul li {
		font-size: 16px;
		font-weight: 700;
		line-height: 70px;
		padding: 0 10px;
		float: left;
        text-transform: capitalize;
	}
	.menu ul li a {
		color: #5a5a5a;
		text-decoration: none;
	}
	.menu ul li a:hover {
		color: #16a085;
		text-decoration: none;
	}
	.menu-social {
		width: 70px;
		height: 70px;
		display: block;
		float: right;
		line-height: 70px;
		color: #5a5a5a;
		text-align: center;
		font-size: 24px;
	}
	.menu-social:hover {
		color: #ffffff;
		background-color: #16a085;
	}
	.menu form {
		float: right;
		position: relative;
	}
	.menu label {
		height: 70px;
		width: 70px;
        color: #5a5a5a;
		display: block;
		font-size: 21px;
		text-align: center;
		line-height: 70px;
		-webkit-transition: all .25s ease-in-out 0s;
		-moz-transition: all .25s ease-in-out 0s;
		-ms-transition: all .25s ease-in-out 0s;
		-o-transition: all .25s ease-in-out 0s;
		transition: all .25s ease-in-out 0s;
	}
	.menu label:hover, 
	.menu label.focus {
		background-color: #16a085;
		color: #ffffff;
		cursor: pointer;
	}
	.menu form span {
		display: block;
	}
	.menu form input#search.focus, 
	.menu form input#search:focus {
		width: 210px;
		padding: 10px 0;
		height: 50px;
		background-color: #16a085;
	}
	.menu form input#search {
		display: block;
		position: absolute;
		right: 70px;
		height: 70px;
		color: #ffffff;
		background-color: transparent;
		font-size: 17px;
		padding: 0;
		text-indent: 10px;
		border: none;
		width: 1px;
		-webkit-transition: all .25s ease-in-out 0s;
		-moz-transition: all .25s ease-in-out 0s;
		-ms-transition: all .25s ease-in-out 0s;
		-o-transition: all .25s ease-in-out 0s;
		transition: all .25s ease-in-out 0s;
	}
	.menu form input[type=submit] {
		display: none;
	}

	/***** Slider Block *****/
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #FFFFFF;
	}	
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #e6736f;
	}
	.bx-wrapper .bx-caption span.big-text {
		font-weight: 900;
		font-size: 25px;
		line-height: 35px;
	}
	.bx-wrapper .bx-caption span.small-text {
		font-weight: 700;
		font-size: 15px;
		line-height: 25px;
	}
    .bx-wrapper .slide1 .bx-caption span {
        color:#FFFFFF;
    }
    .bx-wrapper .slide2 .bx-caption span {
        color:#ff6861;
    }
    .bx-wrapper .slide3 .bx-caption span {
        color:#FFFFFF;
    }	
	
	/***** Icon Boxes *****/
	.icon-boxes-bg {
		background-color: #FFFFFF;
		padding: 80px 0;
	}
	.icon-box span {
		font-size: 100px;
		text-align: center;
		display: block;
		min-height: 100px;
        margin-bottom: 20px;
	}
	.icon-box img {
		max-height: 100px;
		width: auto;
	}
	.icon-box h4 {
		color: #34495e;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		font-weight: 900;
		margin-bottom: 20px;
	}
	.icon-box p {
		color: #929faa;
		text-align: center;
		font-size: 15px;
		line-height: 20px;
	}
	
	/***** Text + Button *****/
	.text-button-bg {
		padding: 80px 0;
		background: #465568 ;
		
	}
    
	.text-button p {
		font-size: 22px;
		line-height: 30px;
		color: #FFFFFF;
	}
	a.btn-text {
		display: block;
		padding: 10px 15px;
		background-color: #e6736f;
		font-size: 17px;
		line-height: 30px;
		font-weight: 700;
		color: #FFFFFF;
		text-align: center;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}	
	a.btn-text:hover {
		color: #FFFFFF;
		background-color: #ff6861;
	}
    .row > .text-button {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
	
	/***** Product Box *****/
	.product-box-bg {
		padding: 80px 0;
		background-color: #e9eff5;
	}
	.product-box-text {
		padding: 0;
	}
	.product-box img {
		float: none;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.product-box p {
		color: #34495e;
		font-size: 15px;
		line-height: 24px;
	}
	.product-box h3 {
		color: #e6736f;
		font-size: 26px;
		line-height: 36px;
	}
       .row > .product-box {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    

	/***** Team *****/
	.team-bg {
		background-color: #f3f8fc;
		padding: 80px 0;
	}
	.team-bg h3 {
		color: #929faa;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.team {
		font-size: 0;
		text-align: center;
	}
	.team p {
		color: #929faa;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 40px;		
	}
	.member {
		display: inline-block;
		float: none;
		background-color: #465568;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.member .person-img {
		width: 150px;
		height: 150px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
		margin: 30px auto 0 auto;
		-webkit-border-radius: 75px;
		-moz-border-radius: 75px;
		border-radius: 75px;
	}
	.member h5 {
		color: #ffffff;
		font-size: 23px;
		line-height: 30px;
		font-weight: 700;
        margin: 30px 0 0 0;
	}
	.member p {
		color: #a0b3c4;
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 20px;
	}
	.team-social {
		text-align: center;
		margin-bottom: 30px;
	}
	.team-social a {
		font-size: 21px;
		margin: 10px;
		display: inline-block;
		color: #e6736f;
	}
	.team-social a:hover {
		color: #ff6861;
	}

	/***** Testimonials *****/
	.testimonials-bg {
		background-color: #e9eff5;
		padding: 80px 0;
	}
	.testimonials-bg h3 {
		color: #929faa;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.testimonials {
		font-size: 0;
		text-align: center;		
	}
	.testimonial {
		display: inline-block;
		float: none;
	}
	.bubble {
		background-color: #a0b3c4;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
		display: inline-block;
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		font-style: italic;
		position: relative;
		text-align: left;
        color: #ffffff;
        width: 100%;
	}
    .bubble span {
        padding: 20px;
        display: block;
    }
	.bubble:before {
		border-bottom: 15px solid transparent;
		border-right: 14px solid #a0b3c4;
		bottom: -15px;
		content: '';
		position: absolute;
		right: 34px;
	}
	.bubble:after {
		border-bottom: 15px solid transparent;
		border-left: 14px solid #a0b3c4;
		bottom: -15px;
		content: '';
		position: absolute;
		right: 20px;
	}
	.testimonial p {
		font-size: 16px;
		line-height: 20px;
		color: #929faa;
		margin-top: 20px;
		text-align: right;
	}
	
	/***** Clients *****/
	.clients-bg {
		background-color: #ffffff;
		padding: 80px 0;
	}
	.clients-bg h3 {
		color: #929faa;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.clients ul {
		text-align: center;
		font-size: 0;
	}
	.clients ul li {
		display: inline-block;
		float: none;
	}
	.clients ul li img {
		vertical-align: bottom;
		max-width: 100%;
	}
	
	/***** Twitter *****/
	.twitter-bg {
		background-color: #16a085;
		padding: 40px 0;
	}
	.twitter-bg h3 {
		color: #FFFFFF;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.twitter-bg h3 span {
        color: #FFFFFF;
		margin-right: 20px;
	}
	.tweet .tweet_list li,
	.tweet .tweet_list {
		height: 40px;
	}
	.tweet .tweet_list {
		overflow-y: hidden;
	}
	.tweet .tweet_list li img {
		display: none;
	}
	.tweet .tweet_list li {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
	.tweet a {
		color: #FFFFFF;
	}
	.tweet a:hover {
		color: #137c67;
	}
	.tweet_text {
		color: #137c67;	
	}
	.loading {
		text-align: center;
		color: #FFFFFF;
	}
	
	/***** Footer *****/
	.footer-bg {
		padding: 50px 0;
		background-color: #137c67;
	}
	.footer-bg h3 {
		color: #FFFFFF;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.footer-col {
		color: #FFFFFF;
	}
	
	.footer-col h4 {
		color: #ffffff;
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 20px 0;
		font-weight: 700;		
	}
	.footer-col p {
		margin-bottom: 20px;
	}
	.footer-col p a {
		color: #1fd1ae;
	}
	.footer-col p a:hover {
		color: #FFFFFF;
	}
	.footer-col ul li {
		margin-bottom: 5px;
		margin-left: 20px;
	}
	.footer-col ul li span {
		color: #1fd1ae;
		margin-left: -20px;
		margin-right: 5px;
	}
	.footer-col ul li a {
		color: #FFFFFF;
	}
	.footer-col ul li a:hover {
		color: #1fd1ae;
	}
	
	/***** Copyrights *****/
	.copyrights-bg {
		background-color: #04181b;
		padding: 30px 0;
	}
	.copyrights-col p {
		font-weight: 700;
		color: #137c67;
	}
	.copyrights-col p span {
		margin-right: 30px;
	}
	.copyrights-col p a {
		color: #16a085;
	}
	.copyrights-col p a:hover {
		color: #137c67;
	}
	.copyrights-col p.copyright-icons {
		text-align: right;
	}
	.copyrights-col p.copyright-icons a {
		color: #137c67;
		font-size: 21px;
		margin-left: 10px;
	}
	.copyrights-col p.copyright-icons a:hover {
		color: #16a085;
	}
	
	/***** Posts *****/
	.posts-bg {
	width: 100%;
		padding: 60px 0;
        background-color: #effbfb;
        text-align: center;
        
        }
	.posts-bg article {
		color: #424242;
        margin-bottom: 50px;
	}
	h2.title, 
    .search-results p.search-box {
		color: inherit;
		font-size: 42px;
		line-height: 55px;
	}
	.meta {
		margin: 20px 0;
		color: #7f8c8d;
	}
	.meta a {
		color: #7f8c8d;
	}
    .meta a * {
    	-webkit-transition: all .25s ease-in-out 0s;
    	-moz-transition: all .25s ease-in-out 0s;
		-ms-transition: all .25s ease-in-out 0s;
		-o-transition: all .25s ease-in-out 0s;
		transition: all .25s ease-in-out 0s;
	}
	.meta .date {
		margin: 0 60px 0 0;
	}
    .meta .date span {
        color: #ccc;
        font-size: 30px;
        vertical-align: top;
    }
	.meta .like_button,
	.meta .reblog span, 
	.meta .comments span, 
    .meta .date span {
		margin: 0 10px 0 0;
        color: #ccc;
	}
	.meta .like_button, 
    .meta .reblog-btn {
		float:left;
        padding-top: 3px;
        margin-bottom: -3px;
	}
	.meta .notes,
	.meta .reblog, 
    .meta .date, 
    .meta .comments {
		margin: 0 60px 0 0;
        float: left;
        line-height: 30px;
        vertical-align: top;
	}
	.meta .date:hover, 
    .meta .date:hover span, 
    .meta .comments:hover span, 
    .meta .comments:hover {
        color: #1abc9c;
    }
    .tags {
		margin: 30px 0 0 0;
	}
	.tags a {
		display: inline-block;
		margin: 0 5px 5px 0;
		padding: 6px 19px 6px 19px;
		background-color: #bdc3c7;
		color: #fff;
		font-size: 14px;
		line-height: 17px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.tags a:hover {
		background-color: #16a085;
	}
	.posts-bg p {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 20px;
	}
    .search-box strong {
        color: #16a085;
    }
    .notes-list {
        margin-bottom: 50px;
    }
    .notes-list li { 
    	margin-bottom: 10px;
	}
	.notes-list span {
		line-height: 32px;
		vertical-align: middle;
        margin-left: 10px;
	}
	.notes-list .avatar{
		width: 32px;
		height: 32px;
		vertical-align: middle;
	}	
	
    /***** Sharing buttons *****/
    .share-buttons {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        margin-bottom: 50px;
    }
    .share-buttons a {
        color: #fff;
        display: block;
        float: left;
        background-color: #16a085;
        padding: 10px 14px 9px;
    }
    .share-buttons a:hover {
        color: #fff;
        background-color: #1abc9c;
    }
    .share-buttons a.fb {
        -webkit-border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px;
    }
    .share-buttons a.gp {
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
    }    
	
    /***** Pagination *****/
	.pagination {
		margin-top: 30px;
	}
	.pagination a {
		color: #fff;
		background-color: #16a085;
		display: inline-block;
		padding: 10px 20px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		font-size: 16px;
		font-weight: 700;
	}
	.pagination a:hover {
		background-color: #1abc9c;
	}
	.pagination .previous {
		float: left;
	}
	.pagination .next {
		float: right;
		text-align: right;
	}
	.pagination .previous span {
		padding-right: 10px
	}
	.pagination .next span {
		padding-left: 10px
	}

	/***** Photo Post *****/
	.post-photo img {
		max-width: 100%;
        width: 100%;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.post-photo .photo {
		margin: 0 0 30px 0;
		display: inline-block;
		width: 100%;
        text-align: center;
	}	
	
	/***** Photoset Post *****/
	.photoset-grid {
		margin: 0 0 30px 0;
	}	

	/***** Quote Post *****/
	.post-quote .quote {
		background-color: #ecf0f1;
		color: #34495e;
		font-size: 36px;
		line-height: 40px;
		font-weight: 700;
		font-style: italic;
		margin: 0 0 30px 0;
		padding: 50px;
		text-align: center;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;	
	}
	.post-quote .quote p{
		font-size: 24px;
		font-weight: 500;
		margin: 30px 0 0 0;
	}
	
	/***** Link Post *****/
	.post-link .link-box {
		background-color: #ECF0F1;
		padding: 30px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.post-link .btn-text {
		margin-bottom: 30px;
		margin: 0 auto 30px;
		width: 25%;
	}
	.post-link .btn-text span {
		margin-right: 20px;
	}
	.post-link h3 {
		font-size: 36px;
		margin: 0 0 30px 0;
		line-height: 40px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	
	/***** Chat Post *****/
	.chat-box {
		display: block;
		color: #34495e;
		margin: 0 0 30px 0;
	}
	.chat-box li {
		display: block;
		padding: 30px;
		font-size: 22px;
	}
	.chat-box li:first-child {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;	
	}
	.chat-box li:last-child {
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
	}
	.chat-box li span {
		padding: 0 30px 0 0;
		color: #7f8c8d;
	}
	.chat-box .odd {
		background-color: #ecf0f1;
	}
	.chat-box .even {
		background-color: #e1e5e5;
	}

	/***** Audio Post *****/
	.post-audio .player {
		margin-bottom: 30px;
	}
	.post-audio .player iframe {
		width: auto;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 2px solid #DCE4EC;
		border-radius: 6px;
	}
    .post-audio iframe.spotify_audio_player {
        -webkit-border-radius: 0px;
    	-moz-border-radius: 0px;
		border-radius: 0px;	
        height: 80px;
        border: none;
    }
    .post-audio iframe.soundcloud_audio_player {
        height: 170px;
        width: 100%;
    }
    .post-audio iframe.tumblr_audio_player  {
        height: auto;
        width: 100%;
    }
    .post-audio .caption {
		margin: 0 0 30px 0;
	}

	/***** Video Post *****/
	.post-video .video-player {
		margin-bottom: 30px;
		-webkit-border-radius: 6px;
    	-moz-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden;
	}
	.post-video .video-player iframe {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	/***** Answer Post *****/
	.post-answer .ama-box {
		background-color: #ECF0F1;
		padding: 30px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.ama-box .question {
		font-size: 32px;
		font-weight: 900;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.post-answer span.asker {
		line-height: 30px;
		vertical-align: top;
	}
	.post-answer a.asker {
		display: inline-block;
		font-weight: 500;
		margin: 0 5px 5px 0;
		padding: 6px 19px 6px 19px;
		background-color: #1abc9c;
		color: #fff;
		font-size: 14px;
		line-height: 17px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin: 0 0 0 30px;
	}
	.ama-box .answer * {
		font-style: italic;
		font-size: 22px;
	}
	
	/***** Post Typography *****/
	.typo {
        font-size: 22px;
        line-height: 32px;
    }
    .typo hr {
		background-color: #424242;
		border: 0 none;
		height: 1px;
		margin-bottom: 20px;
	}	
	.typo h1,
	.typo h2,
	.typo h3,
	.typo h4,
	.typo h5,
	.typo h6,
	.notes-list h3 {
		color: inherit;
		font-weight: 700;
		margin-bottom: 20px;
	}	
	.typo h5,
	.typo h6 {
		text-transform: uppercase;
	}	
	.typo h1 {
		font-size: 40px;
		line-height: 50px;
	}	
	.typo h2 {
		font-size: 35px;
		line-height: 42px;
	}	
	.typo h3,
	.notes-list h3 {
		font-size: 30px;
		line-height: 38px;
	}	
	.typo h4 {
		font-size: 25px;
		line-height: 33px;
	}	
	.typo h5 {
		font-size: 20px;
		line-height: 28px;
	}	
	.typo h6 {
		font-size: 16px;
		line-height: 24px;
	}	
	.typo ol {
		list-style-type: decimal;
	}	
	.typo ul {		
		list-style-type: disc;
	}
	.typo ol,
	.typo ul {
	    font-size: 17px;
	    line-height: 27px;
		list-style-position: inside;
		margin-bottom: 20px;
	}	
	.typo ul ul,
	.typo ol ol,
	.typo ul ol,
	.typo ol ul {
		margin-left: 20px;
		margin-bottom: 0;
	}	
	.typo pre,
	.typo blockquote {
	    font-size: 17px;
	    line-height: 27px;
		background-color: #ecf0f1;
		margin-bottom: 20px;
		padding: 30px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}	
	.typo blockquote {
		font-style: italic;
	}	
	.typo blockquote p:last-child {
		margin-top: 5px;
	}	
	.typo blockquote p cite {
		text-align: right;
	}	
	.typo blockquote p {
		margin-left: 0;
		margin-bottom: 0;			
	}	
	.typo img {
		display: block;
		margin: 0 auto 20px auto;
		max-width: 100%;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}	
	a.read_more {
		padding: 10px 15px;
		background-color: #16a085;
		font-size: 17px;
		line-height: 30px;
		font-weight: 700;
		color: #fff;
		text-align: center;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}	
	a.read_more:hover {
		color: #fff;
		background-color: #1abc9c;
	}
    
	/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
	.fancybox-wrap,
	.fancybox-skin,
	.fancybox-outer,
	.fancybox-inner,
	.fancybox-image,
	.fancybox-wrap iframe,
	.fancybox-wrap object,
	.fancybox-nav,
	.fancybox-nav span,
	.fancybox-tmp
	{
		padding: 0;
		margin: 0;
		border: 0;
		outline: none;
		vertical-align: top;
	}	
	.fancybox-wrap {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8020;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}	
	.fancybox-skin {
		position: relative;
		background: transparent;
		color: #444;
		text-shadow: none;
		-webkit-border-radius: 6px;
		   -moz-border-radius: 6px;
				border-radius: 6px;
	}	
	.fancybox-opened {
		z-index: 8030;
	}	
	.fancybox-opened .fancybox-skin {
	}	
	.fancybox-outer, .fancybox-inner {
		position: relative;
	}	
	.fancybox-inner {
		overflow: hidden;
	}	
	.fancybox-type-iframe .fancybox-inner {
		-webkit-overflow-scrolling: touch;
	}	
	.fancybox-error {
		color: #444;
		font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
		margin: 0;
		padding: 15px;
		white-space: nowrap;
	}	
	.fancybox-image, .fancybox-iframe {
		display: block;
		width: 100%;
		height: 100%;
	}	
	.fancybox-image {
		max-width: 100%;
		max-height: 100%;
		-webkit-border-radius: 6px;
		   -moz-border-radius: 6px;
				border-radius: 6px;
	}	
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('http://static.tumblr.com/bf2tj8h/JSImlyx3z/fancybox_sprite.png');
	}	
	#fancybox-loading {
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -22px;
		margin-left: -22px;
		background-position: 0 -108px;
		opacity: 0.8;
		cursor: pointer;
		z-index: 8060;
	}	
	#fancybox-loading div {
		width: 44px;
		height: 44px;
		background: url('http://static.tumblr.com/pwvp6io/XjLmlyxev/chasing_20arrows_1_.gif') center center no-repeat;
	}	
	.fancybox-close {
		position: absolute;
		top: -18px;
		right: -18px;
		width: 36px;
		height: 36px;
		cursor: pointer;
		z-index: 8040;
	}	
	.fancybox-nav {
		position: absolute;
		top: 0;
		width: 40%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		background: transparent url('http://static.tumblr.com/bf2tj8h/Lkmmkix58/blank.gif'); /* helps IE */
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		z-index: 8040;
	}	
	.fancybox-prev {
		left: 0;
	}	
	.fancybox-next {
		right: 0;
	}	
	.fancybox-nav span {
		position: absolute;
		top: 50%;
		width: 36px;
		height: 34px;
		margin-top: -18px;
		cursor: pointer;
		z-index: 8040;
		visibility: hidden;
	}	
	.fancybox-prev span {
		left: 10px;
		background-position: 0 -36px;
	}	
	.fancybox-next span {
		right: 10px;
		background-position: 0 -72px;
	}	
	.fancybox-nav:hover span {
		visibility: visible;
	}	
	.fancybox-tmp {
		position: absolute;
		top: -99999px;
		left: -99999px;
		visibility: hidden;
		max-width: 99999px;
		max-height: 99999px;
		overflow: visible !important;
	}	
	.fancybox-lock {
		overflow: hidden;
	}	
	.fancybox-overlay {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		display: none;
		z-index: 8010;
		background: url('http://static.tumblr.com/bf2tj8h/48Tmkjftq/fancybox_overlay.png');
	}	
	.fancybox-overlay-fixed {
		position: fixed;
		bottom: 0;
		right: 0;
	}	
	.fancybox-lock .fancybox-overlay {
		overflow: auto;
		overflow-y: scroll;
	}	
	.fancybox-title {
		visibility: hidden;
		font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
		position: relative;
		text-shadow: none;
		z-index: 8050;
	}	
	.fancybox-opened .fancybox-title {
		visibility: visible;
	}	
	.fancybox-title-float-wrap {
		position: absolute;
		bottom: 0;
		right: 50%;
		margin-bottom: -35px;
		z-index: 8050;
		text-align: center;
	}	
	.fancybox-title-float-wrap .child {
		display: inline-block;
		margin-right: -100%;
		padding: 2px 20px;
		background: transparent; /* Fallback for web browsers that doesn't support RGBa */
		background: rgba(0, 0, 0, 0.8);
		-webkit-border-radius: 15px;
		   -moz-border-radius: 15px;
				border-radius: 15px;
		text-shadow: 0 1px 2px #222;
		color: #FFF;
		font-weight: bold;
		line-height: 24px;
		white-space: nowrap;
	}	
	.fancybox-title-outside-wrap {
		position: relative;
		margin-top: 10px;
		color: #fff;
	}	
	.fancybox-title-inside-wrap {
		padding-top: 10px;
	}	
	.fancybox-title-over-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 10px;
		background: #000;
		background: rgba(0, 0, 0, .8);
	}
	

	/***** Screen Bigger than 960px *****/
	@media only screen and (min-width:1200px) {

		/***** Slider Block *****/
		.bx-wrapper .bx-caption span.big-text {
			font-size: 30px;
			line-height: 40px;
		}
		.bx-wrapper .bx-caption span.small-text {
			font-size: 20px;
			line-height: 30px;
		}
		
		/***** Twitter *****/
		.tweet .tweet_list li,
		.tweet .tweet_list {
			height: 20px;
		}

		/***** Posts *****/
		h2.title, 
        .search-results p.search-box {
			font-size: 48px;
			line-height: 58px;
		}
		.posts-bg p,
		.typo ol,
		.typo ul,
		.typo pre,
		.typo blockquote {
			font-size: 22px;
			line-height: 32px;
		}
		article .meta {
			font-size: 16px;
            line-height:30px;
		}
		
		/***** Answer Post *****/
		.ama-box .question {
		font-size: 36px;
		}
	
	}	
	
	
	/***** Tablet (Smaller than 959px) *****/
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		/***** Slider Block *****/
		.bx-wrapper .bx-caption span.big-text {
			font-size: 25px;
			line-height: 35px;
		}
		.bx-wrapper .bx-caption span.small-text {
			font-size: 15px;
			line-height: 25px;
		}
	
		/***** Product Box *****/
		.product-box-text {
			padding-top: 0;
		}		
		.product-box img {
			max-width: 100%;
		}
		
		/***** Team *****/
		.team-bg {
			padding: 30px 0;
		}
		.team-bg h3 {
			margin: 0 0 30px 0;
		}
		.member {
			margin-bottom: 30px;
			width: 344px;
		}
		
		/***** Twitter *****/
		.tweet .tweet_list li,
		.tweet .tweet_list {
			height: 40px;
		}
		
		/***** Posts *****/
		h2.title, 
        .search-results p.search-box {
			font-size: 40px;
			line-height: 52px;
		}
		
		/***** Link Post *****/
		.post-link h3 {
			font-size: 32px;
		}
	
	}	
	
	
	/***** Phone (portrait 300px) *****/
	@media only screen and (max-width: 767px) {
		
		/***** Menu *****/
        .menu {
			height: auto;
		}
		.menu-mobile {
			height: auto;
			line-height: 50px;
		}
		.menu-right {
			float: right;
		}
		.menu-button {
			width: 50px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			cursor: pointer;
		}
		.menu-button:hover {
			color: #16a085;
		}
		.menu-show {
			height: auto !important;
			padding-bottom: 10px;
		}
		.menu ul {
			float: left;
			height: 0;
		}
		.menu ul li {
			line-height: 34px;
			float: none;
			text-align: left;
		}
		.menu ul li a {
			white-space: nowrap;
		}
		.menu ul li a:hover {
			color: #16a085;
			text-decoration: none;
		}
		.menu-social {
			width: 50px;
			height: 50px;
			line-height: 50px;
		}
		.menu label {
			height: 50px;
			width: 50px;
			line-height: 50px;
		}
		.menu form input#search.focus, 
		.menu form input#search:focus {
			height: 30px;
		}
		.menu form input#search {
			right: 50px;
			height: 50px;
		}
		
		/***** Slider Block *****/
        .bx-wrapper .bx-caption {
            display: none !important;
		}
		.bx-wrapper .bx-caption span.big-text {
			font-size: 15px;
			line-height: 25px;
		}
		.bx-wrapper .bx-caption span.small-text {
			font-size: 11px;
			line-height: 18px;
		}
		.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
			bottom: 10px;
		}
	
		/***** Icon Boxes *****/
		.icon-box p {
			margin-bottom: 50px;
		}

		/***** Text + Button *****/
		.text-button p {
			margin: 0 10px 20px;
		}
		a.btn-text {
			margin: 0 10px;
		}
		
		/***** Product Box *****/
		.product-box-bg {
			padding: 30px 0;
		}
		.product-box-text {
			padding: 0 0 30px 0;
		}
		.product-box img {
			margin: 0 auto 30px auto;
		}
		
		/***** Team *****/
		.team-bg {
			padding: 30px 0;
		}
		.team-bg h3 {
			margin: 0 0 30px 0;
		}
		.member {
			margin-bottom: 30px;
		}
		.team .member:last-child {
			margin-bottom: 10px;
		}
		
		/***** Clients *****/
		.clients ul li {
			margin: 10px 0;
		}
		
		/***** Twitter *****/
		.tweet .tweet_list li,
		.tweet .tweet_list {
			height: 60px;
		}
		
		/***** Footer *****/		
		.footer-col ul {
			margin-bottom: 20px;
		}	
		
		/***** Copyrights *****/
		.copyrights-col p {
			text-align: center;
		}		
		.copyright-icons {
			margin-top: 20px;
			text-align: center;
		}
		
		/***** Posts *****/
		h2.title, 
        .search-results p.search-box {
			font-size: 30px;
			line-height: 40px;
		}
		.meta .date, 
		.meta .notes, 
		.meta .reblog, 
		.meta .comments {
			float: left;
			clear: both;
			line-height: 30px;
		}
		
		/***** Quote Post *****/
		.post-quote .quote {
			font-size: 30px;
			padding: 40px;
		}
		
		/***** Link Post *****/
		.post-link h3 {
			font-size: 26px;
			line-height: 36px;
		}
		.post-link .btn-text {
			width: auto;
		}
		
		/***** Chat Post *****/
		.chat-box {
			margin: 0 0 20px 0;
		}
		.chat-box li {
			padding: 20px;
			font-size: 17px;
			line-height: 27px;
		}
		.chat-box li span {
			padding: 0 20px 0 0;
		}
		
		/***** Answer Post *****/
		.post-answer .ama-box {
			padding: 30px;
		}
		.ama-box .question {
			font-size: 28px;
			line-height: 36px;
			margin-bottom: 30px;
		}
		.post-answer span.asker {
			line-height: 30px;
		}
		.post-answer a.asker {
			margin: 0 5px 5px 0;
			padding: 6px 19px 6px 19px;
			font-size: 14px;
			line-height: 17px;
			margin: 0 0 0 30px;
		}
		.ama-box .answer * {
			font-size: 22px;
		}
		
		/***** Footer *****/		
		.footer-col ul {
			margin-bottom: 20px;
		}	
		
		/***** Copyrights *****/
		.copyrights-col p {
			text-align: center;
		}		
		.copyright-icons {
			margin-top: 20px;
			text-align: center;
		}

	}	
	
		
	/***** Phone (landscape 420px) *****/
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		/***** Slider Block *****/
		.bx-wrapper .bx-caption span.big-text {
			font-size: 18px;
			line-height: 30px;
		}
		.bx-wrapper .bx-caption span.small-text {
			font-size: 13px;
			line-height: 20px;
		}
		
		/***** Product Box *****/
		.product-box-text {
			padding-top: 0;
		}
		.product-box img {
			max-width: 100%;
			margin-top: 20px;
		}
	
		/***** Team *****/
		.team-bg {
			padding: 30px 0;
		}
		.team-bg h3 {
			margin: 0 0 30px 0;
		}
		.member {
			margin: 0 auto 30px auto;
			width: 300px;
			float: none;
		}
		.team .member:last-child {
			margin-bottom: 10px;
		}
		
		/***** Clients *****/
		.clients ul li {
			display: inline-block;
			float: left;
			width: 228px;
		}
		.clients ul li img {
			vertical-align: bottom;
			max-width: 100%;
		}
		
		/***** Twitter *****/
		.tweet .tweet_list li,
		.tweet .tweet_list {
			height: 60px;
		}
		
		/***** Footer *****/		
		.footer-col ul {
			margin-bottom: 20px;
		}	
		
		/***** Copyrights *****/
		.copyrights-col p {
			text-align: center;
		}		
		.copyright-icons {
			margin-top: 20px;
			text-align: center;
		}
	}