/*****
*****
*COLOURS
*PINK
*BLUE
*RED
*GREEN
*YELLOW
*DARK PURPLE #150D1B
*****
*****
*****
*****
*****/


button, .btn, input[type="button"]{
	border: 0;
	box-shadow: none;
}

a{
	color: #52a28e;
	text-decoration: none;
}
a:hover{
	color: #555;
	text-decoration: none;
}
a:focus, a:visited{text-decoration: none;}
a:focus, button:focus{
	outline: none!important;
}

h1,h2,h3,h4,h5,h6{}

p{
	font-weight: 300;
	font-size: 16px;
}
span{}

ul{}
ul li{}

html,body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{		
	font-family: 'Open Sans', sans-serif;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content{
	padding-bottom: 265px;
}

#wrapper > header{
	height: 75px;
	/*height: 105px;*/
}


footer{
	/*background-image: url(../img/congruent_dark_2.png);*/
	/*background-color: #f5f5f5;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 265px;
}

footer .footer_top{
	background-color: #222;
	height: 210px;
	font-weight: 300;
	padding: 35px 0;
	color: #ccc;
}
footer .footer_bottom{
	background-color: #191919;
	padding: 15px 0;
	height: 55px;
}



footer .footer_top a:hover{
	text-decoration: none;
	color: #ccc;
}
footer .footer_top a{
	color: #70B7A5;
}
footer .footer_top h3{
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 25px;
}
footer .footer_top{}
footer .footer_top .contact_newsletter{
	overflow: visible;
	font-size: 24px;
	position: relative;
}
footer .footer_top .contact_newsletter p{
	float: left;
	font-size: 24px;
}

footer .footer_top .contact_newsletter #mc_embed_signup{float: left;}
footer .footer_top .contact_newsletter .mc-field-group{display: inline-block;}
footer .footer_top .contact_newsletter form{
	display: block;
	position: relative;
}
footer .footer_top .contact_newsletter input:focus,
footer .footer_top .contact_newsletter input:active{outline: none;}
footer .footer_top .contact_newsletter input{
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #70B7A5;
	margin-left: 9px;
	padding: 0 0px 4px;
	max-width: 290px;
	min-width: 271px;
	width: auto;
	line-height: 40px;
	height: 40px;
}

footer .footer_top .contact_newsletter input::-webkit-input-placeholder { color:#ccc; }
footer .footer_top .contact_newsletter input::-moz-placeholder { color:#ccc; } /* firefox 19+ */
footer .footer_top .contact_newsletter input:-ms-input-placeholder { color:#ccc; } /* ie */
footer .footer_top .contact_newsletter input:-moz-placeholder { color:#ccc; }


footer .footer_top .contact_newsletter input:focus::-webkit-input-placeholder { color:#444; }
footer .footer_top .contact_newsletter input:focus::-moz-placeholder { color:#444; } /* firefox 19+ */
footer .footer_top .contact_newsletter input:focus:-ms-input-placeholder { color:#444; } /* ie */
footer .footer_top .contact_newsletter input:focus:-moz-placeholder { color:#444; }


footer .footer_top .contact_newsletter button.radical_btn{
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
	font-size: 24px;
	margin-left: 10px;
	display: inline-block;
}
footer .footer_top .contact_newsletter button.radical_btn:hover{}
footer .footer_top .contact_newsletter button.myhidden{visibility: hidden;}

footer .footer_top .contact_newsletter button.radical_btn:focus,
footer .footer_top .contact_newsletter button.radical_btn:active{color: #fff}


footer .footer_top .contact_newsletter #mc_embed_signup div.mce_inline_error{
    position: absolute;
    bottom: -40px;
    right: 0px;
    font-size: 16px;
    font-weight: 300;
    background: transparent;
    color: #D93C51;
    height: 40px;
    margin: 0;
    width: 140%;
    text-align: right;
    padding-right: 120px;
}
footer .footer_top .contact_newsletter #mce-responses{
	position: absolute;
	bottom: -50px;
	right: 0px;
	font-size: 16px;
	font-weight: 300;
	background: transparent;
	color: #D93C51;
	height: 40px;
	margin: 0;
	width: 193%;
	text-align: right;
	padding-right: 120px;
}

footer .footer_top .contact_newsletter #mce-responses #mce-success-response{color: #70B7A5;}


footer .footer_top .contact_newsletter #mc_embed_signup input.mce_inline_error {
    border-color: #D93C51;
}



footer .footer_bottom,
footer .footer_bottom a{
	color: #ccc
}

footer .footer_bottom .logo{
	font-size: 18px;
	letter-spacing: .5px;
	font-weight: 300;
	text-transform: uppercase;
}
footer .footer_bottom .logo:hover{
	text-decoration: none;
}

footer .footer_bottom .copyright{
	line-height: 26px;
	/*margin-left: 20px;*/
}
footer .footer_bottom .socials{}
footer .footer_bottom .socials a i{
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 100%;
}
footer .footer_bottom .socials a{
	margin-left: 10px;
	color: #ccc;
}






/*********** HELPER CLASSES ************/
ul.clean{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

.uppercase{text-transform: uppercase;}

.table_wrapper{
	width: 100%;
	height: 100%;
	display: table;
}
.table_wrapper > div{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.btn{
	border-radius: 0px;
}

.radical_btn{
	background-color: #70B7A5;
	color: #fff;
	font-weight: 300;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
	padding: 10px 20px;
	font-size: 20px;
}
.radical_btn:hover{
	text-decoration: none;
	background-color: #4c9784;
	color: #fff;
}

/*********** END OF HELPER CLASSES ************/




/************* LAYOUT ELEMENTS ***************/

header nav.navbar{
	z-index: 100;
	color: #bbb;
	/*background: #261830;*/
	background: #fff;
	/*height: 105px;*/
	height: 75px;
}

/*header nav.navbar.affix{height: 75px;}*/


header nav.navbar .navbar-toggle span{
	color: #222;
	font-size: 22px;
	line-height: 34px;
}
header nav.navbar a{
	color: #555;
}
header nav.navbar .navbar-brand{
	display: block;
	margin-top: 15px;
	width: 110px;
	padding: 0;
}

header nav.navbar .navbar-brand img{
	display: block;
	width: 100%;
}


/*header nav.navbar.affix .nav > li > a{
	padding: 27px 30px;
	font-size: 14px;
}*/
header nav.navbar .nav > li > a{
	/*padding: 40px 30px;*/
	font-size: 16px;
	font-weight: 300;
	padding: 27px 30px;
	font-weight: normal;
}

header nav.navbar .nav > li.active > a{color: #999;}

header nav.navbar .nav > li:first-child > a {padding-left: 0px;}
header nav.navbar .nav > li:last-child > a{padding-right: 0px;}

header nav.navbar .navbar-nav > li > a{
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

header nav.navbar .nav > li > a:hover,
header nav.navbar .nav > li > a:focus{
	background-color: transparent;
	color: #999;
}

/*header nav.navbar .nav > li.active > a{color: #fff;}*/


header nav li.has_submenu{
	position: static;
}
header nav li.has_submenu .re_submenu{
	position: absolute;
	width: 100%;
	left: 0;
	background: #222;
	display: none;
	top: 74px;
	z-index: 1000;
	opacity: 0;
	height: 0;
}
header nav li.has_submenu .re_submenu .container{padding: 0}
header nav li.has_submenu .re_submenu .inner_submenu{float: right;}
header nav li.has_submenu .re_submenu ul li{float: left;}

header nav li.has_submenu .re_submenu ul li a{
	font-size: 15px;
	padding: 15px 30px;
	color: #fff;
	font-weight: 300;
	display: block;
}

header nav li.has_submenu .re_submenu ul li i{
	margin-right: 5px;
	line-height: 20px;
	vertical-align: bottom;
}


.navbar .navbar-nav .open .dropdown-menu>li>a{
	color: #fff;
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar .navbar-nav .open .dropdown-menu>.active>a,
.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{
	background-color: #333;
	color: #fff;
	background-image: none;
}

.navbar .navbar-nav .open .dropdown-menu>li>a i{margin-right: 10px;}

.navbar-nav .open .dropdown-menu>li>a:hover{
	background-color: #333;
	color: #fff;
	background-image: none;	
}


header nav li.has_submenu .re_submenu ul li:hover{background: #333}
header nav li.has_submenu .re_submenu ul li.active{background: #333}
header nav li.has_submenu .re_submenu ul li a{
	color: #fff;
	font-size: 15px;
}
header nav li.has_submenu.services_submenu .re_submenu ul li a{
	letter-spacing: .4px;
}

header nav li.has_submenu .re_submenu ul li a:hover{
	color: #fff;
	text-decoration: none;
}



canvas{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_disclaimer{
	padding: 100px 0;
	color: #fff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 6px solid #70B7A5;
}
.page_disclaimer h1{
	font-size: 44px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;	
}
.page_disclaimer p{
	font-size: 26px;
	color: #fff;
}






/************* END OF LAYOUT ELEMENTS ***************/




/************* HOME ***************/
.home #content{}
.home #content .page_disclaimer{
	height: auto;
	background: #fff;
	border: 0;
	position: relative;

}
.home #content .page_disclaimer h1{
	color: #222;
	font-size: 90px;
}

.home #content .page_disclaimer h4{}
.home #content .page_disclaimer #slide_down{
	position: absolute;
	left: 0;
	top: -320px;
}



.home #writer{
	font-weight: 300;
	color: #222;
	font-size: 40px;
}

.home #content .page_disclaimer #large_logo{
	display: none;
}

.home #content .page_disclaimer #large_logo > a{
	display: block;
	text-align: center;
}


.home #content .page_disclaimer h1.radical{
	overflow: visible;
	clear: both;
	position: relative;
	display: inline-block;
	padding-right: 170px;
}
.home #content .page_disclaimer h1.radical span{
	float: left;
	background: #111;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 135px;
	margin-right: 15px;
	height: 290px;
	line-height: 290px;
	font-size: 146px;
}
.home #content .page_disclaimer h1.elements{	
	padding-right: 269px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 22px;
	margin-left: -13px;
	font-size: 156px;
}

.home #content .page_disclaimer h1.radical span:last-child{
	position: absolute;
	left: 900px;
	top: 0px;
	margin: 0;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
}

.home #content .page_disclaimer h1.radical span.dropped:last-child{
	left: 950px;
	top: 40px;
	-ms-transform: rotate(23deg);
	-webkit-transform: rotate(23deg);
	transform: rotate(23deg);
}


.home #content .page_disclaimer .more_container{
	margin-top: 40px;
}

.home #content .page_disclaimer #more{
	opacity: 0;
	margin-top: 30px;
	margin-bottom: 30px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.home #content .page_disclaimer #more.visible{
	opacity: 1;
}


.home #content{padding-bottom: 0px;}

.home footer{display: none}

@keyframes caret {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}


.blinking_caret:after{content:"|";color:#222;font-family:Arial, sans-serif;display:inline-block;vertical-align:baseline;opacity:1;
	-webkit-animation: caret 500ms infinite;
	-moz-animation: caret 500ms infinite;
	-ms-animation: caret 500ms infinite;
	-o-animation: caret 500ms infinite;
	animation: caret 500ms infinite;
}

/************* END OF HOME ***************/




/************* SINGLE PAGE ***************/
.single_page{}
.single_page .page_content{
	padding-top: 70px;
	padding-bottom: 100px;
}




/************* END OF SINGLE PAGE ***************/



/**************** 404 *******************/
body.error_404{}
body.error_404 #content .container{padding: 50px 0;}
body.error_404 h1{
	font-family: 'Reenie Beanie', cursive;
	font-size: 130px;
	margin-top: 90px;
}
body.error_404 img{
	display: block;
	width: 100%;
}
body.error_404 p{
	font-size: 30px;
}
/************* END OF 404 ***************/






/************* WEB DEVELOPMENT ***************/
body.web-development .page_content .development_section{margin-bottom: 130px;}
body.web-development .page_content .development_section:last-child{margin-bottom: 30px;}

body.promotion .page_content i,
body.web-development .page_content i{
	font-size: 160px;
	display: block;
	color: #70B7A5;
	text-align: center;
	padding-top: 30px;
}

body.promotion .single_page .page_content a.radical_btn,
body.web-development .single_page .page_content a.radical_btn{
	font-size: 18px;
	margin: 30px 0;
	display: inline-block;
}


body.promotion .single_page .page_content h2,
body.web-development .single_page .page_content h2{font-size: 34px}

body.promotion .single_page .page_content h2,
body.promotion .single_page .page_content h3,
body.web-development .single_page .page_content h2,
body.web-development .single_page .page_content h3{
	color: #444;
	font-weight: 300;
}

/************* END OF WEB DEVELOPMENT ***************/


/************* PROMOTION ***************/
body.promotion .page_disclaimer{
	padding: 155px 0;
	background-image: url(../img/bridge_black2.jpg);
	height: 480px;
}


body.promotion .single_page .page_content .promotion_section{margin-bottom: 110px;}
body.promotion .single_page .page_content .promotion_section:last-child{margin-bottom: 30px;}


body.promotion .single_page .page_content a.radical_btn{
	margin: 20px 0 0 0;
}


/************* END OF PROMOTION ***************/


/************* DESIGN ***************/

body.ux-and-design{}

body.ux-and-design .page_disclaimer{
	padding: 155px 0;
	background-image: url(../img/bookshelf_black.jpg);
	min-height: 480px;
}

body.ux-and-design .page_content a.radical_btn,
body.how-we-do-it .page_content a.radical_btn{
	margin: 30px 0 70px;
	display: inline-block;
}
body.ux-and-design .page_content p{
	margin-bottom: 20px;	
}


/************* END OF DESIGN ***************/



/************* DEVELOPMENT ***************/
body.web-development .page_disclaimer{
	padding: 155px 0;
	background-image: url(../img/retro_car_black.jpg);
	height: 480px;
}
/************* END OF DEVELOPMENT ***************/





/************* ABOUT ***************/
.who-we-are header nav li.has_submenu .re_submenu{
	background: #1B1B1B;
}
.who-we-are .page_disclaimer{
	height: 500px;
	padding: 50px 0 40px;
	background: #222;
	height: auto;
}
.who-we-are .page_disclaimer img{
	display: block;
	width: 95%;
	margin: 50px auto 0;

}

.who-we-are .page_content{
	margin-top: 50px;
	font-size: 16px;
}
.who-we-are .members .title h2,
.who-we-are .page_content h2{
	background: #222;
	color: #fff;
	display: inline-block;
	padding: 14px 18px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.how-we-do-it .page_content ul,
.who-we-are .page_content ul{
	list-style-type: none;
	padding-left: 50px;
	counter-reset: item;
}
.how-we-do-it .page_content ul li,
.who-we-are .page_content ul li{
	position: relative;
	padding: 10px 0;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 16px;
}
.how-we-do-it .page_content ul li:before,
.who-we-are .page_content ul li:before{
	position: absolute;
	width: 35px;
	height: 35px;
	background: #fff;
	border: 1px solid #555;
	border-radius: 100%;
	left: -51px;
	top: 15%;
	content: counter(item) " ";
    counter-increment: item;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #444;
}

.who-we-are .members .title h2{margin-bottom: 60px;}

.who-we-are .members{
	padding: 70px 0 20px;
}
.who-we-are .members .member h2{
	margin-bottom: 5px;
	font-weight: 300;
}
.who-we-are .members .member h3{
	margin: 0 0 30px;
	font-weight: 300;
}
.who-we-are .members .member{
	margin-bottom: 100px;
}
.who-we-are .members .member_image {
	border: 2px solid #444;
	border-radius: 100%;
	overflow: hidden;
	width: 250px;
	height: 250px;
}
.who-we-are .members .member_image img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.who-we-are .thanks{
	font-size: 18px;
	margin-bottom: 70px;
}

.who-we-are .thanks span{font-weight: normal;}



/************* END OF ABOUT ***************/


/************* HOW WE DO IT ***************/
.how-we-do-it .page_disclaimer{
	background-image: url(../img/robot_black.jpg);
	min-height: 450px;
	padding: 150px 0;
}

.how-we-do-it .page_content ul{margin-top: 30px;}
.how-we-do-it .page_content ul.second_list{	counter-reset: item 5;}
/************* END OF HOW WE DO IT ***************/



/************* SINGLE SERVICE ***************/
.service_info{
	padding: 70px 0 100px;
}
.service_info p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
p.initial_info{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
}

/************* END OF SINGLE SERVICE ***************/








/************* WORK ***************/
/*.our-work header{height: auto}*/
.our-work #content{
	padding-bottom: 55px;
}
.our-work footer{height: 55px;}

.our-work button#back_to_top{
	position: fixed;
	bottom: 0px;
	right: 0;
	background: transparent;
	z-index: 100;
	border: 0;
	box-shadow: none;
	color: #fff;
	opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}



.our-work button#back_to_top i{
	font-size: 36px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}



.our-work button#back_to_top:hover{
	color: rgba(0,0,0,.2);
}

.our-work button#back_to_top:hover i{	
	border-color: rgba(0,0,0,.2);
}



.our-work .screen{
	width: 544px;
	height: 562px;
	position: fixed;
	background: url('../img/troll_hand_2.png') 0 0 no-repeat;
	top: 0px;
	z-index: 10;
	right: 20px;
	background-size: 544px 562px;
}

.our-work .work{position: relative;}
.our-work .bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.our-work section.project{
	min-height: 600px;
	width: 100%;
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
}

.our-work section.project{}
.our-work section.project .inner{padding-right: 100px;}
.our-work section.project .project-title{
	font-weight: 300;
	margin: 0;

	font-family: 'Reenie Beanie', cursive;
	font-size: 68px;
	line-height: 68px;
}
.our-work section.project .project-subtitle{}
.our-work section.project .project-subtitle,
.our-work section.project .project-year{
	font-size: 18px;
	font-weight: 300;
}
.our-work section.project .project-year{}
.our-work section.project .project-summary{
    margin-top: 30px;
    
}
.our-work section.project .project-summary p{
	margin-bottom: 0px;
	line-height: 23px;
}
.our-work section.project .project-techstack{margin-top: 10px}
.our-work section.project .project-techstack,
.our-work section.project .project-services{
	display: block;
	font-weight: 300;
	font-size: 18px;
}

.our-work section.project .project-services{
	margin: 30px 0 0px;
}

.our-work section.project .project-summary,
.our-work section.project .project-techstack,
.our-work section.project .project-services{
    display: none;
}

.our-work section.project .project-url{
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	background: rgba(0,0,0,.2);
	color: #fff!important;
	font-weight: 300;
	margin-top: 40px
}



.our-work .project_screenshot{
	width: 100%
}


/************* END OF WORK ***************/






/************* NEW PROJECT ***************/
.new-project #content > .container{
	padding: 50px 0 120px;
}
body.new-project .page_disclaimer{
	padding: 60px 0;
	background-image: url(../img/lego_black.jpg);
	height: 290px;
	border: 0;
}
body.new-project .form-group{margin-bottom: 35px;}
.new-project input{
	margin-bottom: 30px;
	border-radius: 0;
	border: 0;
}
.new-project textarea{
	height: 180px;
	margin-bottom: 50px;
	border-radius: 0px;
	border: 0px;
}
.new-project label{
	font-weight: 600;
	color: #eee;
	font-size: 16px;
	margin-bottom: 8px;
}

.new-project .checkbox label,
.new-project .radio label{
	font-weight: normal;
	color: #f7f7f7;
}


.new-project .panel-primary{
	border-radius: 0px;
	border-color: #333;
	background-color: #333;
	margin-bottom: 60px;
}
.new-project .panel-heading{
	background-image: none;
	background-color: #222;
	border-color: #222;
	border-radius: 0px;
	padding: 15px;
	border: 0;
	border-bottom: 1px solid #70B7A5;
}
.new-project .panel-heading h3{
	color: #ddd;
	font-size: 22px;
	font-weight: 300;
}

.new-project .panel-body{padding: 40px 30px 0 30px;}

.new-project .radical_btn{
	padding: 14px 50px
}

/************* END OF NEW PROJECT ***************/




/**************** BLOG *****************/
body.blog article{
	margin-top: 30px;
	margin-bottom: 140px;
}

body.blog article header{margin-bottom: 30px}
body.blog article header .wrapper{
	overflow: hidden;
	margin-bottom: 15px
}

body.blog article header .post-time{
	float: left;
	position: relative;
	margin-right: 5%;
	width: 8%;
}
body.blog article header .post-time:after{
	content: "";
	width: 0px;
	height: 75px;
	border-right: 2px solid #333;
	transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	display: block;
	background: #fff;
	position: absolute;
	top: 0px;
	right: -2px;
}

body.blog article header .post-time a.day{
	display: block;
	font-size: 80px;
	line-height: 40px;
	margin-bottom: 10px;
	font-family: 'Reenie Beanie', cursive;
	color: #333;
}
body.blog article header .post-time a.month{
	display: block;
	font-size: 22px;
	line-height: 1;
	margin-top: -1px;
	color: #333;
}
body.blog article header .post-title{
	float: left;
	width: 87%;
}

body.blog article header h1{
	margin-top: 0;
	font-size: 2.5em;
}
body.blog article header h2{
	margin: 0 0 20px;
	font-size: 1.8em;
}

body.blog article header h1 a{color: #333}
body.blog article header h2 a{color: #777;}

body.blog article header .wrapper:hover{opacity: .8}

body.blog article header .author{font-size: 16px}
body.blog article header .author span{
	font-size: 24px;
	font-family: 'Reenie Beanie', cursive;
	margin-left: 4px
}

body.blog article .post-content p{
	line-height: 1.9;
	font-weight: normal;
	margin-bottom: 30px;
}

body.blog article .post-content img{
	display: block;
	max-width: 100%;
	height: auto;
}

/*body.blog article .post-content h1,
body.blog article .post-content h2,
body.blog article .post-content h3,
body.blog article .post-content h4,
body.blog article .post-content h5,
body.blog article .post-content h6{}

body.blog article .post-content ul{}
body.blog article .post-content ul li{}

body.blog article .post-content blockquote{}

body.blog article .post-content p,
body.blog article .post-content span,
body.blog article .post-content ul li,
body.blog article .post-content a{}

body.blog article .post-content a{}*/

body.blog article .post-image{margin-bottom: 30px}
body.blog article .post-image img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

body.blog article .post-gallery {margin: 30px 0 20px}
body.blog article .post-gallery a:hover{border-color: #70B7A5;}
body.blog article .post-gallery a.active{
	border-color: #70B7A5;
}
body.blog article .post-gallery a{
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid #fff;
}

body.blog article .tags{
	display: inline-block;
	border-bottom: 2px solid #70B7A5;
	padding-bottom: 15px;
}
body.blog article .tags a{
	background: #70B7A5;
	color: #fff;
	font-size: 16px;
	padding: 6px 8px;
	margin-right: 2px;
	margin-bottom: 5px;
	display: inline-block;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms;
}
body.blog article .tags a:hover{
	text-decoration: none;
	background-color: #4c9784;
	color: #fff;
}

body.blog article .sharing{
	margin-top: 20px;
}
body.blog article .sharing.no_tags{
	display: inline-block;
	border-top: 2px solid #70B7A5;
	padding-top: 15px;
	margin-top: 0px
}


body.blog article .sharing span{
	font-family: 'Reenie Beanie', cursive;
	font-size: 30px;
	line-height: 26px;
	vertical-align: top;
}
body.blog article .sharing a{
	color: #333;
	margin: 0 5px;
}
body.blog article .sharing a:hover{color: #52a28e}
body.blog article .sharing a i{font-size: 24px}

/************ END OF BLOG **************/







/************* COLORBOX ***************/
#cboxLoadedContent{background: #333;}
.colorbox-contact{
	background: #333;
	color: #fff;
	border: 1px solid #222;
	padding: 20px 30px;
	font-weight: 300;
}

.colorbox-contact a{color: #70B7A5}

.colorbox-contact h1{
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
}
.colorbox-contact p{font-size: 18px;}

/************* END OF COLORBOX ***************/


/************* STORYLOOM ***************/

body.storyloom .page_disclaimer {
    padding: 155px 0;
    background-image: url(../img/bookshelf_black.jpg);
    min-height: 480px;
}

.storyloom .page_content ul{
	list-style-type: none;
	padding-left: 50px;
	counter-reset: item;
}
.storyloom .page_content ul li{
	position: relative;
	padding: 10px 0;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 16px;
}
.storyloom .page_content ul li:before{
	position: absolute;
	width: 35px;
	height: 35px;
	background: #fff;
	border: 1px solid #555;
	border-radius: 100%;
	left: -51px;
	top: 15%;
	content: counter(item) " ";
    counter-increment: item;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #444;
}


.storyloom .page_content ul{margin-top: 30px;}
.storyloom .page_content ul.second_list{	counter-reset: item 5;}
