/*
Theme Name: Team Up Start Up 2015
Theme URI: http://cubettech.com
Author: Arun George
Author URI: http://cubettech.com
Description: Wordpress blogtheme developed for team up startup by cubet techo labs.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
 
 *{
	margin:0;
	padding:0;
	border:0;
	outline: none;
	font-family: 'Open Sans';
	color: #3d3d3d;
	font-weight: normal;
}

a{
	text-decoration:none;
	outline: none;
}

ol,ul,li{
	list-style-type:none;
	margin:0;
	padding:0;
}

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

.hidden{
	display: none;	
}

header,footer,section,article,nav,fieldset,figure,aside{
	display: block;
}

.clear{
	clear: both;
}

html{
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin:0 !important;
	background: #fff;
}

body{
	height: 100%;
	overflow-x:hidden;
	width: 100%;
	background: none repeat scroll 0 0 #fff;
}

.wraper{
	height: auto;
	width: 100%;
}

.wrap{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.clear{
	clear: both;
}

.leftalign{
	float: left;
}

.rightalign{
	float: right;
}
/*Header start*/

header{
	width: 100%;
	height: 184px;
	background: #eff4f5;
}

.logo{
	float: left;
	margin: 1em 2em 1em 0;
}

nav.uppermenu{
	float: left;
        font-size: 13pt;
        margin: 0.6em 0 1em;
}


nav.uppermenu ul li {
    float: left;
    margin-right: 1.7em;
}


nav.uppermenu ul li a {
    color: #3D3D3D;
    display: inline-block;
    font-size: 13pt;
}

nav.uppermenu ul li.active a,nav.uppermenu ul li a:hover{
	color: #d16360;
}

/*Header End*/
/*Footer start*/

footer{
    background: none repeat scroll 0 0 #EFF4F5;
    font-size: 13pt;
    height: 270px;
    width: 100%;
}

nav.bottommenu{
	margin: 4.15em 0 8em;
}

nav.bottommenu ul li{
    float: left;
    line-height: 35px;
    margin-right: 1.5em;
}

nav.bottommenu ul li.blog{
	background: url(images/blog_btn.png) no-repeat 0 0;
	width: 73px;
	height: 37px;
	text-align: center;
	text-indent: 10px;
	
}

nav.bottommenu ul li a{
    color: #3D3D3D;
    display: inline-block;
    //font-size: 16px;
    font-size: 100%;
}

nav.bottommenu ul li.active a,nav.bottommenu ul li a:hover{
	color: #d16360;
}

.social a{
	display: inline-block;
        margin-left: 8px;
}

footer .rightalign p{
	text-align: right;
}

footer .rightalign p.copyright{
    /*font-size: 16px;
    line-height: 35px;
    margin-bottom: 1.9em;
    margin-top: 4.15em;
    padding: 11px 0px 0 0;
    position: relative;
    color: #D16360;*/
    line-height: 35px;
    margin-bottom: 1.9em;
    margin-top: 4.15em;
}

/*Footer end*/

/*Home start*/

.article-head{
	width: 100%;
	height: auto;
	margin:5em auto 2em;
}

.article-head h1{
	float: left;
	font-size:61pt;
}

.article-head h1 span{
	color: #d16360;
}

.article-head .enter a:hover{
	color: #ba4946;
}

.article-head .enter a:hover span{
	background: #ba4946;
}

.article-head .enter a{
	color: #d16360;
}

.article-head .enter a span{
	text-align: center;
	border-radius: 5px;
	font-size: 24pt;
	-webkit-border-radius:5px;
	display: block;
	line-height: 70px;
	margin-bottom: 5px;
	width: 224px;
	height: 72px;
	color: #fff;
	text-transform: uppercase;
	background: #d16360;
}

.enter{
        margin-top: 1.30em;
}
header .enter{
	float: right;
}

/*.enter a span{
	text-align: center;
	border-radius: 5px;
	font-size: 24pt;
	font-weight:lighter;
	-webkit-border-radius:5px;
	display: block;
	line-height: 62px;
	margin-bottom: 5px;
	width: 224px;
	height: 62px;
	color: #fff;
	text-transform: uppercase;
	background: #d16360;
}*/

.enter a span {
    background: none repeat scroll 0 0 #d16360;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14pt;
    font-weight: lighter;
    line-height: 35px;
    margin-bottom: 5px;
    padding: 4px 40px;
    text-align: center;
    text-transform: uppercase;
}

.vimeo-content{
	margin: 0 auto;
	width: 100%;
}

.vimeo-content iframe{
	width: 100%;
	height: 540px;
}

.triple-post,.quadro-post{
	width: 100%;
	margin-top: 6em;
	margin-bottom: 8em;
}

.triple-post .post,.quadro-post .post{
	text-align: center;
	font-size: 15pt;
	float: left;
	max-width: 260px;
	margin-right:5.4em;
}

.triple-post .post.collaborate,.quadro-post .funds{
	margin-right: 0;
}

.triple-post .post p{
	text-align: center;
	padding-top:2em;
}

/*Home end*/

/*Page*/

.content{
	margin: 1em auto 8em;
}

h2{
	font-size:42pt;
	margin: 1em 0 0.2em;
	color: #3d3d3d;
}

hr{
	margin: 1.5em 0 2em;
	border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0;
}

p.big{
	font-size: 13pt;
	color: #232323;
	padding-bottom:2em;
}

.content h3{
	font-size: 24pt;
	background: url(../images/how_it_works_arrow.png) no-repeat center left;
	padding-left: 1.7em;
	color: #232323;
	margin-bottom: 2em;
}

.how-it-works .leftalign,.how-it-works .rightalign{
	width: 45%;
}

.how-it-works .rightalign.with-arrow {
	width: 50%;
}

.how-it-works .rightalign.with-arrow .block{
	background:url(../images/arrows.png) no-repeat 0 47px;
	padding-left: 5em;
}

.how-it-works .rightalign.with-arrow .block:nth-of-type(2){
	background-position: 0 57px;
}

.how-it-works .rightalign.with-arrow .block:nth-of-type(3){
	background: url(../images/one_arrow.png) no-repeat 0 65px;
}

.how-it-works .block{
	margin: 0 0 4em;
}

h4{
	color: #d16360;
	font-size: 16pt;
	margin-bottom: 0.7em;
}

.how-it-works .block a{
	color: #d16360;
}

.how-it-works .block p{
	font-size: 10pt;
	color: #000;
}

.how-it-works .block a:hover{
	color: #ba4946;
}

a.signup:hover{
	background: #ba4946;
}

a.signup{
	text-align: center;
	border-radius: 5px;
	font-size: 14pt;
	-webkit-border-radius:5px;
	display: inline-block;
	margin-bottom: 5px;
	width: auto;
	padding: 11px 15px;
	height:auto;
	margin-top:3em;
	color: #fff !important;
	background: #d16360;
}

.quadro-post{
	margin:2em 0;
}

.quadro-post .post{
	font-size: 14pt;
	max-width: 200px;
	margin-right: 2em;
}

.how-to-use-it .block{
	height: 125px;
}

.how-to-use-it .block a.signup{
	float: right;
	font-size: 11pt;
}

/*Dashboard*/

nav.uppermenu form{
	background: url(../images/search-input.png) no-repeat 0 0;
	height: 38px;
	width: 169px;
	position: relative;
	top: -5px;
}

nav.uppermenu input[type="text"]{
	height: 37px;
	width: 122px;
	text-indent: 10px;
	font-size: 13pt;
	color: #000000;
	background: none;
	z-index: 1;
}

nav.uppermenu input[type="submit"]{
	height: 37px;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 42px;
	position: relative;
	top: -1px;
	z-index: 100;
	left: 1px;
}

aside{
	width: 31.5%;
	float: left;
	background: #eff4f5;
	margin-bottom: 1em;
}

.dashboard header{
	margin-bottom: 1em;
}

.dashboard article{
	width: 65%;
	float: right;
}

.dashboard aside h3{
	color: #fff;
	background: #2da4cf;
	font-size: 18pt;
	padding: 25px 27px;
}

aside .info{
	padding:22px 24px;
	font-size: 11pt;
}

aside .info span{
	display: block;
	color: #d16360;
	margin-top: 0.5em;
}

aside .info .big{
	font-size: 14pt;
	color: #232323;
	margin-bottom: 0.7em;
}

nav.left-menu ul li{
	background: url(../images/aside-border.png) repeat-x 0 0;
	font-size: 11pt;
	position: relative;
	color: #232323;
}

nav.left-menu ul li a{
	color: #232323;
	width: 90%;
	padding: 20px 15px;
	display: inline-block;
}

nav.left-menu ul li:hover a,nav.left-menu ul li.active a{
	color: #fff;
	background: #d16360;
}

nav.left-menu ul li span{
	background: url("../images/info_buble.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 37px;
    line-height: 38px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 19%;
    width: 37px;
}

nav.left-menu ul li a:before{
	content: ".";
	line-height: 20px;
	color: #bbbfbf;
	font-size: 12pt;
	position: relative;
	top: -4px;
	margin-right: 0.7em;
}

nav.left-menu ul li:hover a:before,nav.left-menu ul li.active a:before{
	color: #a34d4b;
}

aside .figure{
	position: relative;
	float: left;
	width: 100px;
	cursor: pointer;
	height: 100px;
}

aside .figure ul{
	display: none;
	position: absolute;
	z-index: 100;
	top:64%;
	left: 12%;
	max-width: 165px;
	white-space: nowrap;
}

aside .figure ul li{
	background: rgba(255,255,255,0.7);
	padding: 10px 10px;
	font-size: 10pt;
}

aside .figure ul li:hover{
	background: rgba(209,99,96,1);
}

aside .figure ul li:hover a{
	color: #fff;
}

aside .figure ul li.name{
	font-size: 11pt;
	text-transform: uppercase;
	padding: 7px 10px;
	background: rgba(255,255,255,1);
}
aside .figure ul li.name:hover{
	background: rgba(255,255,255,1);
}

aside .figure h3{
	color: #fff;
	font-size: 11pt;
	padding: 0.9em 0.9em 0;
	height: 87%;
}
.figure.show_all_memb{
	background: #2da4cf;
}

.dashboard article h2{
	font-size: 30pt;
	color: #0f0f0f;
	margin-top: 0;
	line-height: 32px;
}

.dashboard article h2 span{
	color: #d16360;
} 

.dashboard article p{
	font-size: 13pt;
}

article .write-news{
	width: 100%;
}

article .write-news textarea{
	width: 99.8%;
	border:1px dashed #c0c9ca;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 35px;
	font-size: 12pt;
	line-height: 33px;
	text-indent: 5px;
	resize:none;
	background: url(../images/write-arrow.png) no-repeat 98% 7px;
}

article .tabs{
	margin-top: 3em;
	margin-bottom: 2em;
	width: 100%;
	border-bottom: 1px solid #d3dbdd;
}

article .tab,#activity{
	display: none;
}

article .tab.active,#activity.active{
	display: block;
}

article .tabs a{
	padding: 20px 30px;
	color: #232323;
	background: #eff4f5;
	display: inline-block;
	font-size: 16pt;
	margin: 0;
	float: left;
}

article .tabs a:hover,article .tabs a.active{
	background: #2da4cf;
	color: #fff;
}

article .tab .news,#activity .news{
	width: 100%;
	margin-bottom: 3em;
}

article .tab .news figure,#activity .news figure{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 30px;
}

article .tab .news .news-content,#activity .news .news-content{
	float: left;
	max-width: 360px;
	width: 58%;
	margin-right: 30px;
}

article .tab .news .news-content p,#activity .news .news-content p{
	font-size: 11pt;
	color: #232323
}

article .tab .news .news-content p span,#activity .news .news-content p sapn{
	color: #d16360;
}

article .tab .news .news-content form,#activity .news .news-content form{
	width: 100%;
}

article .tab .news .news-content textarea,#activity .news .news-content textarea{
	width: 100%;
	border:1px dashed #c0c9ca;
	border-radius:3px;
	-webkit-border-radius: 5px;
	height: auto;
	resize:none;
	text-indent: 10px;
	color: #16575e;
	margin-top: 1em;
	font-size:9pt;
	line-height: 30px;
	font-style:italic;
}

article .tab .news .news-content input[type="submit"],#activity .news .news-content input[type="submit"]{
	background: none;
	color: #2da4cf;
	float: right;
	font-size: 11pt;
	margin: 5px 0;
	cursor: pointer;
}

article .tab .news .like,#activity .news .like{
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #eff4f5;
}

article .tab .news .like span,#activity .news .like span{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:  auto;
	background: url(../images/heart.png) no-repeat 0 0;
	width: 47px;
	height: 37px;
}

article .tab .news .like:hover span,article .tab .news .like.active span,article #activity .news .like:hover span,article #activity .news .like.active span{
	background-position: 0 -37px;
}

.dashboard section{
	margin-bottom: 3em;
}

/*Dashboard End*/

/*Profile*/

.profile aside p{
	margin-bottom: 0.3em;
	font-size:13pt;
}

.profile aside form{
	width: 100%;
        padding: 10px;  
}

.profile aside input[type="text"]{
	border:1px dashed #c0c9ca;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 36px;
	font-size: 11pt;
	padding: 0 3px;
	margin-bottom: 10px;
}
.profile aside .info input[type="text"]:nth-of-type(2) {
    width: 56.2%;
}
.profile aside textarea{
	border:1px dashed #c0c9ca;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11pt;
	resize:none;
	width: 100%;
	height: 130px;
}

.profile aside label{
	display: inline-block;
	margin: 0;
        width: 75%;
}

.profile article p.big a{
	color: #407db1;
}

.profile article .tabs{
	border:none;
}

.profile article .tabs a span{

	display: block;
	margin: 1em auto 2em;
}

.profile article .tabs a:hover span,.profile article .tabs a.active span{
	background-position: 0 100% !important;
}

.profile article .tabs .prof:hover span,.profile article .tabs .prof.active span{
	background-position: 6px 100% !important;
}

.profile article .tabs a[href="#personal"] span{
	background: url(../images/personal.png) 0 0 no-repeat;
	width: 79px;
	height: 87px;
}

.profile article .tabs a[href="#professional"] span{
	background: url(../images/professional.png) 0 0 no-repeat;
	width: 91px;
	height: 85px;
}

.profile article .tabs a[href="#academic"] span{
	background: url(../images/academic.png) 0 0 no-repeat;
	width: 87px;
	height: 82px;
}

.profile article .tabs a[href="#skills"] span{
	background: url(../images/skills.png) 0 0 no-repeat;
	width: 58px;
	height: 86px;
}

.profile article .tabs a{
	text-align: center;
	height: 200px;
	padding: 0;
	width: 155px;
	color: #232323;
	background: #fff;
	display: inline-block;
	font-size: 12pt;
	margin: 0;
	float: left;
}

.profile article .tabs a:hover,.profile article .tabs a.active{
	background: #2da4cf;
	color: #fff;
}

.profile .project h3{
	font-size: 17pt;
	color: #0f0f0f;
	margin: 0.3em 0;
}

.profile .project p {
	font-size: 11pt;
	padding: 0.3em 0 0.7em;
	line-height: 22px;
}

.profile .project p span{
	color: #d16360;
}

section.grey{
	background-color: #e0e6e9;
	margin-bottom: 0;
}

section.grey article,section.grey aside{
	width: 48%;
}

article #activity .news .like{
	width: 46px;
	height: 37px;
	background: none;
}

article #activity .news .like span{
	background-position: 0 -74px;
}

article #activity .news .news-content > div.col{
	float: left;
	width: 85%;
}

article #activity .news .news-content{
	margin: 0;
	width: 72%;	
}

article #activity .news{
	margin-bottom: 1em;
}

article #activity .news .news-content h5,.profile section.grey aside .idea-member .idea h5{
	font-size: 14pt;
	color: #232323;
	margin: 0 0 5px;
	line-height: 18px;
}

article #activity .news .news-content p span{
	color: #d16360;
	font-style:italic;
	font-size:10.5pt;
}

#activity .news figure{
	margin-right: 15px;
}

article #activity .news .news-content p span.date-ago{
	display: block;
}

.profile section.grey h2{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-top: 1em;
	margin-bottom:0.6em;
}

.profile section.grey h2 span{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
	width: 23px;
	height: 23px;
	background: url(../images/plus-btn.png) no-repeat 0 0;
}

.profile section.grey h2.open span{
	background-position: 0 100%;
}

.profile section.grey aside{
	background: none;
}

.profile section.grey aside h2{
	margin-top: 1.35em;
	margin-bottom:0.6em;
	font-size: 24pt;
	line-height: 32px;
}

.profile section.grey aside .recommendation p{
	font-size: 11pt;
	padding-bottom: 1em;
}

.profile section.grey aside .idea-member .idea{
	margin-bottom: 1em;
}

.profile section.grey aside .idea-member .idea figure{
	margin-right: 1em;
	float:left;
}

.info p.big {
    margin-bottom: 0.6em;
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	nav.uppermenu input[type="text"]{position: relative;z-index: 101;}
}

@media only screen and (max-width: 960px) {

	article .tab .news .like, #activity .news .like{
		width: 64px;
		height: 64px;
	}

	.profile aside .info input[type="text"]:nth-of-type(1) {
    	width: 20%;
	}

	.profile aside .info input[type="text"]:nth-of-type(2) {
    	width: 54%; float: right;
	}

	header .wrap,footer .wrap,.triple-post, .quadro-post, .article-head,.how-it-works .wrap,.grey .wrap{
		width: 96%;
	}

	.how-it-works .article-head{
		width: 100%;
	}
	.article-head h1{
		font-size: 46pt;
	}
	.triple-post{
		margin: 4em auto 8em;
	}
	.quadro-post{
		margin: 2em auto;
	}
	.triple-post .post{
		width: 100%;
		float: none;
		margin: 1em auto 2em;
		max-width: 100%;
	}
	.triple-post .post p br{
		display: none;
	}
	footer .leftalign,footer .rightalign{
		width: 50%;
	}
	nav.bottommenu ul li{
		margin: 1em 0.5em 0 0;
		line-height:normal;
		font-size: 11pt;
	}
	nav.bottommenu{
		width: 370px;
	}
	footer .rightalign p.copyright{
		margin-top: 5.7em;
	}
	nav.bottommenu ul li.blog {
	    background: url("../images/blog_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	    height: 37px;
	    line-height: 35px;
	    margin-top: 8px;
	    text-align: center;
	    text-indent: 10px;
	    width: 73px;
	}
	footer .rightalign p.copyright {
	    line-height: 29px;
	    font-size: 11pt;
	}
	.quadro-post .post{
		max-width: 44%;
		margin-right: 3.5em;
	}
	.quadro-post .post.funds,.quadro-post .post.business{
		margin-right: 0;
	}
	.how-it-works .block{
		height: 150px;
		margin-bottom: 0;
	}
	.how-it-works .rightalign.with-arrow{
		margin-bottom: 3em;
	}
	.dashboard nav.uppermenu ul li:last-child{
		width: 95%;
	}
	nav.uppermenu form {
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px dashed #C0C9CA;
	    border-radius: 5px;
	    height: 35px;
	    position: relative;
	    width: 100%;
	    z-index: 100;
	}
	nav.uppermenu input[type="submit"] {
	    background: url("../images/search-input.png") no-repeat scroll -127px 0 rgba(0, 0, 0, 0);
	    left: auto;
	    position: absolute;
	    right: -1px;
	    top: -1px;
	    z-index: 90;
	}
	nav.left-menu ul li a{
		padding: 20px 12px;
	}
	aside .figure{
		height: auto;
 	 	width: 50%;
 	 	margin-bottom: -5px;
	}
	aside .figure img{
		width: 100%;
		height: 100%;
	}
	aside .figure h3 {
	    background: none repeat scroll 0 0 #2DA4CF;
	    color: #FFFFFF;
	    font-size: 14pt;
	    height: 70.5%;
	    padding: 1.9em 0.9em 0;
	}
	aside .figure.show_all_memb{
		height: 100px;
		width: 100%
	}
	article .write-news{
		width: 90%;

	}
	article .tabs,article .tab .news, #activity .news{
		width: 96%;
	}
	article .tab .news figure, #activity .news figure,
	article .tab .news .news-content, #activity .news .news-content{
		margin-right: 10px;
	}
	article .tab .news .news-content, #activity .news .news-content{
		width: 54%;
	}
	.dashboard .logo{
		margin-right: 0;
	}
	.dashboard nav.uppermenu ul li:last-child, .dashboard nav.uppermenu ul li.last-child {
	    clear: both;
	    float: right;
	    margin-top: 15px;
	}
	nav.uppermenu input[type="text"]{position: relative;z-index: 101;}
	nav.uppermenu form{
		top: 0;
	}
	#profile_photo{
		width: 100%;
	}
	.profile aside .info{
		padding: 7px;
	}
	.profile aside input[type="text"]{
		margin-bottom: 5px;
	}
	.profile article .tabs a{
		width: 118px;
	}

	.profile article .tab{
		width: 96%;
	}
	.profile section.grey aside{
		width: 100%;
		margin-bottom: 1em;
		float: right;
	}
	section.grey article{
		width: 100%;
	}
	article #activity .news .news-content{
		width: 81%;
		max-width: 84%;
	}
	article #activity .news .news-content > div.col{
		width: 92%;
	}
	.profile section.grey aside .idea-member .idea figure{
		height: 100px !important;
		width: 100px;
	}
	.dashboard.profile section.grey article{
		float: left;
	}
	.profile section.grey aside h2#recommendation{
		margin-top: 0.35em;
	}
	.social a img{
		width: 80%;
	}
}
@media only screen and (max-width: 640px){
    nav.uppermenu ul li {
            float: left;
            margin-right: 1.3em;
        }
    .dashboard .logo {
                float: left;
        }
        .dashboard nav.uppermenu ul li:last-child {
                clear: none;
                float: left;
                margin-left: 0;
                margin-top: 0;
                width: auto;
        }
        .social {
                float: right;
                margin-top: -37px !important;
        }
	nav.left-menu ul li a{
		padding: 20px 10.5px;
	}
	.profile article .tabs a{
		width: 99px;
		height: 125px;
		overflow: hidden;
	}
	article #activity .news .news-content{
		max-width: 80%;
	}
	article #activity .news .news-content > div.col{
		width: 90%;
	}
	footer .leftalign, footer .rightalign{
		width: 100%;
	}
	nav.bottommenu ul li{
		max-width: 100%;
		display: inline-block;
		margin-right: 1em;
	}
	nav.bottommenu {
	    margin: 2em auto 6em;
	    width: 66%;
	}
	
	footer{
		height: auto;	
	}
	footer .rightalign p.copyright{
		text-align: center;	
		margin-top: 1.15em;
		margin-bottom: 0.7em;
	}
	footer .rightalign p{
		text-align: center;
		margin-bottom: 0.5em;
	}
	footer .rightalign p br{
		display: none;
	}
	.dashboard article h2{
		font-size: 30pt;
	}
	article .tab .news .like, #activity .news .like{
		width: 56px;
		height: 56px;
	}
	article .tab .news .news-content, #activity .news .news-content {
	    width: 53%;
	}
	.how-it-works .leftalign, .how-it-works .rightalign,.how-it-works .rightalign.with-arrow{
		width: 100%;
	}
	.how-it-works .block{
		height: auto;
		margin-bottom: 1.5em;
	}
	.how-it-works .rightalign.with-arrow .block{
		width: 100%;
		padding: 0;
		background: none;
	}
	.how-it-works .rightalign.with-arrow{
		margin-bottom: 1em;
	}

	a.signup{
		margin-top: 0.5em;
	}
	.content{
		margin-bottom: 4em;
	}
	.content h3{
		margin-bottom: 1em;
	}
	.article-head h1 {
	    font-size: 33pt;
	    line-height: 97px;
	}
	.vimeo-content iframe{
		height: 360px;	
	}
	nav.uppermenu {
	    float: none;
	    margin-top: 0;
	    padding-bottom: 1em;
	    text-align: center;
	    width: 100%;
	}
	header .logo{
		float: none;
		margin-top: 0;
		padding-top: 2em;
		margin-bottom: 1em;
	}
	.article-head h1{
		font-size: 28pt;
	}
	

}
@media only screen and (max-width: 600px){
        

	header .logo{
		float: none;
		margin-top: 0;
		padding-top: 2em;
		margin-bottom: 1em;
	}
        nav.uppermenu ul li{
            float:left !important;
        }
	nav.uppermenu{
		margin: 3.4em 0 1em;
	}
	.dashboard nav.uppermenu ul li:last-child{
		margin-top: 15px;
	}
	.vimeo-content iframe{
		height: 274px;
	}
	header{
		height: auto;
	}
	.dashboard nav.uppermenu{
		float: none;
		width: 100%;
		padding-bottom: 0;
		margin-top: 0;
		text-align: center;
	}
	nav.uppermenu ul li{
		margin-left: 0;
		margin-right: 1em;
		float: none;
		display: inline;
	}
	.dashboard nav.uppermenu ul li:last-child, .dashboard nav.uppermenu ul li.last-child{
		display: block;
		width: auto;
		float: left;
		margin-right: 0;
                margin-top: 0;
	}
	nav.uppermenu form{
		background: none repeat #fff;
		border:1px dashed #c0c9ca;
		border-radius: 5px;
		-webkit-border-radius:5px;
		position: relative;
		width: 100%;
		height: 35px;
		z-index: 100;
		
	}
	nav.uppermenu input[type="text"]{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 90%;
	    z-index: 50;
	}
	nav.uppermenu input[type="submit"]{
		background: url("../images/search-input.png") no-repeat scroll -127px 0 rgba(0, 0, 0, 0);
	    left: auto;
	    position: absolute;
	    right: -1px;
	    top: -1px;
	    z-index: 90;
	}
	aside{
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	.dashboard.profile nav.left-menu ul li a{
		padding: 35px 10px 0;
		width: 83%;
		height: 70%;
	}
	.dashboard.profile nav.left-menu ul li{
		vertical-align: middle;
		display: block;
		height: 115px;
		width: 25%;
		text-align: center;
		position: relative;
	}
	.dashboard.profile nav.left-menu ul li:nth-of-type(1){
		line-height: normal;
	}
	.dashboard.profile nav.left-menu ul li:nth-of-type(2),.dashboard.profile  nav.left-menu ul li:nth-of-type(3){
		line-height: 42px;
	}
	.profile aside textarea{
		height: 90px;
	}
	.dashboard.profile nav.left-menu{
		clear: both;
	}
	.dashboard.profile nav.left-menu ul li a:before{
		content: '';
	}
	.dashboard article{
		width: 96%;
		margin: 0 auto;
		float: none;
	}
	aside .random-profile{
		background: #2DA4CF;
	}
	article .tabs, article .tab .news, #activity .news{
		width: 100%;
	}
	.profile article .tabs a{
		width: 113px;
	}
	article #activity .news .news-content{
		width: 68%;
	}
	article #activity .news .news-content > div.col{
		width: 85%;
	}
	.profile aside .info{
		padding: 20px;
	}
	.profile aside .info p:first-child,.profile aside .info p.first-child{
		margin-top: -0.8em;
	}

	.profile aside .info input[type="text"]{
		width: 20%;
	}
	.profile aside .info input[type="text"]:nth-of-type(2){
		width: 64.5%;
	}
	nav.bottommenu{
		width: 87%;
		text-align: center;
	}
	nav.bottommenu ul li{
		float: none;
	}
	nav.bottommenu{
		margin-bottom: 2em;
	}
	.dashboard nav.left-menu ul li:nth-of-type(1){
		line-height: 42px;
	}
	.dashboard nav.left-menu ul li a{
		padding: 35px 10px 0;
		width: 83%;
		height: 100%;
	}
	.dashboard nav.left-menu ul li{
		vertical-align: middle;
		float: left;
		height: 115px;
		width: 25%;
		text-align: center;
		position: relative;
	}
	.dashboard  nav.left-menu ul li:nth-of-type(3),.dashboard nav.left-menu ul li:nth-of-type(1),.dashboard nav.left-menu ul li:nth-of-type(2){
		line-height: 42px;
	}

	.dashboard nav.left-menu{
		clear: both;
	}
	.dashboard nav.left-menu ul li a:before{
		content: '';
	}
	.dashboard nav.left-menu ul li span{
		left: 0;
	    margin: auto;
	    right: 0;
	    top: 50%;
	    font-weight: bold;
	    color: #d16360;
	    background: none;
	}
	.dashboard nav.left-menu ul li:hover span{
		color: #fff;
	}
	aside .figure{
		width: 33.33%;
	}
	aside .figure:last-child, aside .figure.last-child{
		width: 33.33%;
	}
	aside .figure.show_all_memb{
		width: 33.33%;
	}
	aside .figure h3{
		height: 79.5%;
	}
	.article-head h1{
		width: 100%;
		text-align: center;
		float: none;
	}
	.article-head .enter a span{
		margin: 0 auto 5px;
	}
	.enter{
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	nav.uppermenu{
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: center;
		padding-bottom: 1em;
	}
	.quadro-post .post{
		max-width: 100%;
		margin-right: 0;
	}
	aside .figure.show_all_memb {
	    height: px;
	}

	article .tab .news figure, #activity .news figure {
	    height: auto;
	    width: 80px;
	}
	article .tab .news figure img, #activity .news figure img {
    	width: 100%;
	}
	nav.bottommenu ul li.blog{
		display: list-item;
		margin: 0 auto;
	}
	.social a img{
		width: 50%;
	}
        header .enter {
        float: right;
        margin-top: 20px;
        }
        social {
        margin-top: -23px !important;
         margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px){
    
        header .enter {
            float: none;
            margin: 0 100px 15px;
        }
        .dashboard .logo {
            float: none;
            text-align: center;
        }
        .dashboard nav.uppermenu{
            display: inline-block;
        }
        .dashboard nav.uppermenu ul li:last-child, .dashboard nav.uppermenu ul li.last-child{
            display: inline;
        }
        .social {
            float: none;
            margin-top: 0 !important;
            text-align: center;
            width: 100%;
        }
}
@media only screen and (max-width: 360px){
        .dashboard .logo{
                text-align: center;
                float: none;
         }
         header .enter {
            float: none;
            margin: 0 45px 15px;
         }

         nav.uppermenu ul li {
            float: left;
            margin:0 15px 15px;
         }
         .dashboard nav.uppermenu ul li:last-child, .dashboard nav.uppermenu ul li.last-child {
            float: left;
            margin-top: 0;
            width: 22%;
         }
         .social {
            float: none !important;
            margin-top: 0 !important;
         }
         .social a {
            margin-left: 0 !important;
        }
        .blog_p{
            overflow: hidden;
        }
	aside .figure.show_all_memb {
	    height: inherit;
	}
	.dashboard nav.uppermenu{
		font-size: 10.5pt;
	}
	nav.uppermenu ul li{
		margin-right: 0.5em;
	}
	nav.uppermenu{
		font-size: 11pt;
	}
	.article-head h1{
		font-size: 28pt;
	}
	.triple-post{
		margin-bottom: 4em;
	}
	nav.bottommenu{
		width: 100%;
	}
	nav.bottommenu ul li{
		width: 62px;
		line-height: 25px;
		text-align: center;
		display: inline;
	}
	nav.bottommenu ul li:last-child,nav.bottommenu ul li.last-child{
		line-height: 52px;
	}
	.how-it-works .block p{
		font-size: 11pt;
	}
	.dashboard nav.left-menu ul li{
		width: 50%;
	}
	.dashboard nav.left-menu ul li a{
		padding: 35px 15px 0;
		height: 70%;
	}
	.dashboard nav.left-menu ul li:nth-of-type(4){
		line-height: 42px;
	}
	aside .figure h3 {
	    height: 84.5%;
	    font-size: 12pt;
	}
	article .tab .news figure, #activity .news figure{
		width: 50px;
		height: auto;
	}
	article .tab .news figure img, #activity .news figure img{
		width: 100%;
	}
	article .tab .news .like, #activity .news .like{
		width: 50px;
		height: 50px;
		background: none;
	}
	article .tab .news .news-content, #activity .news .news-content{
		width: 60%;
	}
	.dashboard header{
		margin-bottom: 0;
		padding-bottom:3px; 
	}
	.profile aside .info input[type="text"]:nth-of-type(2) {
	    width: 63%;
	}
	.dashboard.profile nav.left-menu ul li{
		width: 50%;
		display: block;
		height: 83px;
		float: left;
	}
	.dashboard.profile nav.left-menu ul li a{
		padding: 35px 15px 0;
		height: 61%;
	}
	.dashboard.profile nav.left-menu ul li:nth-of-type(3), .dashboard.profile nav.left-menu ul li:nth-of-type(4), .dashboard.profile nav.left-menu ul li:nth-of-type(2){
		line-height: normal;
	}
	.dashboard article h2{
		font-size: 26pt;
		line-height: 50px
	}
	.profile article .tabs a{
		width: 50%;
	}
	article #activity .news .news-content > div.col{
		width: 82%;
	}
}

@media only screen and (max-width: 320px){
        
	aside .figure.show_all_memb{
		height: px;
	}
	.profile aside .info input[type="text"]:nth-of-type(2){
		width: 62.2%;
	}
	.dashboard.profile nav.left-menu ul li a {
	    height: 60%;
	    padding: 35px 13px 0;
	    width: 84%;
	}
	article #activity .news .news-content > div.col{
		width: 80%;
	}
	nav.bottommenu ul li{
		margin-right: 0.5em;
		display: inline;
	}
	.dashboard nav.left-menu ul li a{
		padding: 35px 13px 0;
	    width: 84%;
	}
	article .tabs a{
		padding: 20px 24px;
	}
	article .tab .news .news-content, #activity .news .news-content{
		width: 60%;
	}
	aside .figure h3{
		height: 66.5%;
		font-size: 10pt;
	}

	h2{
		font-size:35pt;
	}
	.how-to-use-it .block a.signup{
		float: none;
		width: 90%;
	}
}



/***********************/

.blog_head{color:#d16360 !important;
margin: 0 !important;
font-size: 30pt !important;
}
.blog_left{
width: 62.8%;
float: right;

}
.blod_right{
width: 33%;
float: left;
}
/*.blod_right .left-menu ul li:last-child{margin-bottom:30px;}*/
.blod_right .left-menu ul li.head {background: #2DA4CF; padding:20px 15px; color:#FFF; line-height:30px;}
.blog_head_sub{font-weight:bold; padding:10px 0 20px; font-size: 20px;}
.blog_left .img{max-height:300px; width:100%; text-align:center; padding:20px 0;}
.blog_left tt a{color:#d16360;}
.blog_left span a{color: #D16360;}
.blog_left p{line-height:26px;}

@media only screen and (max-width: 768px){
	.blog_left{width:100%;}
	.blod_right{width:100%; margin-top:30px;}
	
}

 h1.widget-title {
    background: none repeat scroll 0 0 #2DA4CF;
   color: #FFFFFF;
   padding: 25px 27px;
}
.blod_right aside {
width: 100%;
}


 .blod_right .left-menu ul li:hover a {
color: #FFF;
}
.blod_right .left-menu ul li a {
color: #232323;
padding: 15px 10px;
}
.blod_right .left-menu ul li {
padding: 15px 10px;
border-bottom: solid 1px #ccc;
}

 .blod_right .left-menu ul li:hover {
background: #d16360;
}

 h3.blog_head_sub a {
font-weight: bold;
}

.blog_p {
margin-bottom: 50px;
border-bottom: solid 1px #DDD;
padding-bottom: 40px;
}

.blog_p_inner {

}
.postcredits{
    margin-bottom: 14px;
}

 h3.blog_head_sub a:hover {
color: #d16360;
}

.nav-links {
margin: 20px 0;
border-bottom: solid 1px #eaeaea;
border-top: solid 1px #eaeaea;
float: left;
width: 100%;
}
.nav-links a.next-post.next {
text-align: right;
float: right;
}
.nav-links a:hover span {
color: #d16360;
}
.input-wrapper input {
border: dashed 1px #c0c9ca !important;
}
.textarea-wrapper {
border: dashed 1px #CCC !important;
}

#commentform p {
margin: 10px 0;
}

input#author, input#email, input#url, textarea#comment  {
border: dashed 1px #c0c9ca;
padding: 5px 10px;
border-radius: 5px;
}

#commentform label {
width: 110px;
float: left;
}


.textwidget {
/*    padding: 25px;*/
}


 p.form-submit input {
cursor: pointer;
padding: 10px 15px;
background: #d16360;
color: #FFF;
}

dark .post-content footer a, .dark .post-content header .post-meta a {
color: rgb(150,150,150) !important;
}
.publisher-anchor-color .post-message p {
color: #666 !important;
}


.addthis_toolbox.addthis_default_style {
    padding-top: 30px !important;
}

.widgets{
    padding: 15px;
}

.read-more{
    color: #D16360;
}

.author-description{
    padding-bottom: 25px;
    padding-top: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.blog_head_inner{
     font-size: 32px;
    font-weight: 600;
    padding: 20px 0;
    color: #D16360 !important;
    margin: 0 !important;
}

.blod_right .left-menu ul li {

}


.nav-links a span {
font-weight: 600;
}

.nav-links a {
width: 49.9%;
float: left;
padding: 25px 0;
}
.middiv{
/*    background: none repeat scroll 0 0 #EAEAEA;*/
    float: left;
/*    height: 73px;*/
    width: 1px;
    border-right: 1px solid #EAEAEA;
}


.nav-links:before {
    border-right: 1px solid #EEEEEE;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}


.clearfix:before, .clearfix:after, nav[role="navigation"] .menu ul:before, nav[role="navigation"] .menu ul:after {
    content: "";
    display: table;
}
.clearfix:after, nav[role="navigation"] .menu ul:after {
    clear: both;
}
.clearfix:before, .clearfix:after, nav[role="navigation"] .menu ul:before, nav[role="navigation"] .menu ul:after {
    content: "";
    display: table;
}
.nav-links {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin: 25px 0 30px;
    padding: 0;
    position: relative;
}
.blog_con {
margin-top: 60px;
}

.enter{
    padding-bottom: 0px;
}


.enter a {
    color: #D16360;
    font-size: 10.5pt;
}

.social {
    float: left;
    margin-top : -1px;
}

input.search-submit {
padding: 5px 8px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background: #d16360;
color: #fff;
margin-left: -9px;
}
input.search-field {
padding: 5px;
border: 1px solid #eee;
width: 100%;
}


.screen-reader-text {
    font-size: 9pt;
    display: none;
}