.bodymodule{
	width: 500px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    height: 365px;
    margin: 5px;
    margin-bottom: 45px;
    background: #fff;
    padding: 15px;
    overflow-y: auto;
    border-radius: 6px;
    box-shadow: 1px 1px 3px grey;
    padding-top: 35px;
}
a,p,div,body,strong,h1,h2,h3,h4,h5,span,input,textarea{
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.topmodule{
	width:600px;
	max-width:52%;
}
@media all and (max-width:1300px) {
	.topmodule {
		max-width: 400px;
	}
}
@media all and (max-width:1075px) {
	.topmodule {
	max-height: 480px;
    width: 98%;
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
	}
	div#primary-sidebar {
    height: 480px;
    width: 95% !important;
    max-width: 95% !important;
	    margin-bottom: 45px;
}
	.row {
    display: block !important;
    margin: 0px;
    padding: 0px;
	    overflow: hidden;
	}
	.topmini{
		    max-width: 95% !important;
    width: 95% !important;
	}
}
.topmini{
	width:280px;
}
.profilepic{
	float:right;
	margin-left:15px;
}
.bodymodule h2{
	text-align:center;
}
body{
	background:#eaeaea;
	margin:0px;
	margin-left:25px;
	margin-right:25px;
    display: block;
    text-align: center;

}
.row{
	display: block !important;
}
div#primary-sidebar {
    width: 290px;
    float: right;
    text-align: left;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-shadow: 1px 1px 5px 1px lightgrey;
	max-width: 42%;
	    min-height: 460px;
}
#primary-sidebar input, #primary-sidebar textarea{
	    max-width: 95%;
}
.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}


.menu-item {
    display: inline-block;
    background: #4372a7;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
}
.menu-item a:hover{
	color:#4372a7;
}
.menu-item a {
    color: #fff;
    text-decoration: none;
}
.menu-item:hover{
	background:#fff;
	color:#4372a7;
	border:solid 1px #4372a7;
}