.block
{
	display: block;
}
.hidden
{
	display: none;
}
.clear
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.line-height-0
{
	line-height: 0;
}
.clear-right
{
	clear: right;
}
.clear-left
{
	clear: left;
}
.center-relative
{
	margin-left: auto;
	margin-right: auto;
}
.center-absolute
{
	left: 50%;
}
.center-text
{
	text-align: center !important;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.absolute
{
	position: absolute;
}
.fixed
{
	position: fixed;
}
.relative
{
	position: relative;
}
.top-5
{
	margin-top: 5px !important;	
}
.top-10
{
	margin-top: 10px !important;	
}
.top-15
{
	margin-top: 15px !important;	
}
.top-20
{
	margin-top: 20px !important;
}
.top-25
{
	margin-top: 25px !important;	
}
.top-30
{
	margin-top: 30px !important;	
}
.top-50
{
	margin-top: 50px !important;	
}
.top-60
{
	margin-top: 60px !important;	
}
.top-70
{
	margin-top: 70px !important;	
}
.top-75
{
	margin-top: 75px !important;	
}
.top-80
{
	margin-top: 80px !important;
}
.top-100
{
	margin-top: 100px !important;	
}
.top-105
{
	margin-top: 105px !important;	
}
.top-120
{
	margin-top: 120px !important;
}
.top-150
{
	margin-top: 150px !important;	
}
.top-200
{
	margin-top: 200px !important;	
}
.top-negative-30
{
	margin-top: -30px !important;
}
.left-35
{
	margin-left:35px;
}
.right-35
{
	margin-right:35px;
}
.bottom-10
{
	margin-bottom: 10px !important;
}
.bottom-20
{
	margin-bottom: 20px !important;
}
.bottom-25
{
	margin-bottom: 25px !important;
}
.bottom-30
{
	margin-bottom: 30px !important;
}
.bottom-50
{
	margin-bottom: 50px !important;
}
.bottom-60
{
	margin-bottom: 60px !important;
}
.bottom-70
{
	margin-bottom: 70px !important;
}
.bottom-80
{
	margin-bottom: 80px !important;
}
.bottom-100
{
	margin-bottom: 100px !important;
}
.bottom-120
{
	margin-bottom: 120px !important;
}
.border-left
{
	border-left: 1px solid #e3dcd7;	
	padding-left: 4%;
}
.border-200
{
	border-radius: 200px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
}
.background-fixed
{
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.width-25
{
	width: 25%;
}
.width-50
{
	width: 50%;
}
.width-75
{
	width: 75%;
}
.width-85
{
	width: 85%;
}
.width-100
{
	width: 100%;
}
iframe
{
	width: 100%;
}
.shadow
{
    display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-moz-opacity: 0.6;
	opacity:.6;
	filter: alpha(opacity=6);
}
.loading-more-posts
{	
    text-align: center;	
    padding-top: 500px;
}
a.button 
{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding: 7px 20px;
	cursor: pointer;
	margin: 30px 0;
	vertical-align: middle;
	background-color: #191b1f;
	text-decoration: none;
	border-radius: 18px;
}
a.button:active, a.button-border:active
{
	position: relative;
	top: 1px;	
}
a.button-border
{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding: 7px 30px;
	cursor: pointer;
	margin: 30px 0;
	vertical-align: middle;	
	text-decoration: none;
	border: 2px solid;
	border-radius: 18px;
}
a.button-border.big, a.button.big
{
	font-size: 22px;
	padding: 13px 36px 14px 36px;
	border-radius: 32px;
}




.main-menu {display: -moz-grid-line; }




.white {
	color: #FFFFFF;
}

.padding-top-80 {
    padding-top: 80px !important;
}


.widget_woothemes_our_team .team-member {
    width: 25%;
    float: left;
    margin: 0;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    color: #fff;
 }

 .widget_woothemes_our_team .team-member a {
    color: #fff;
 }


 .widget_woothemes_our_team .team-member:hover .team-member-content {
    opacity: 1;
 }

.widget_woothemes_our_team h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.widget_woothemes_our_team .role {
    font-size: 14px;
    font-weight: bold;
}

.widget_woothemes_our_team p {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.widget_woothemes_our_team .team-member .avatar {
    margin: 0;
    border-style: none;
    display: block;
}

.widget_woothemes_our_team .team-member .team-member-content {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out 0s;
}

.widget_woothemes_our_team .team-member .team-member-content h3,
.widget_woothemes_our_team .team-member .team-member-content p,
.widget_woothemes_our_team .team-member .team-member-content div {
    padding: 5px 10px;
}

/*Header*/
#np-128 .content-960 {
    width: 100% !important;
    margin-top: 400px;
    max-width: none !important;
    padding: 0 20px;
}
@media screen and (max-width: 1350px) {
    #np-128 .content-960 {
        margin-top: 400px;
    }
}
@media screen and (max-width: 1250px) {
    #np-128 .content-960 {
        margin-top: 300px;
    }
}
@media screen and (max-width: 1150px) {
    #np-128 .content-960 {
        margin-top: 250px;
    }
    #np-128 .content-960 .home-title {
        font-size: 35px;
        line-height: 130%;
    }
}
@media screen and (max-width: 950px) {
    #np-128 .content-960 {
        margin-top: 200px;
    }
    #np-128 .content-960 .home-title {
        font-size: 25px;
    }
}
@media screen and (max-width: 840px) {
    #np-128 .content-960 {
        margin-top: 100px;
    }
    #np-128 .content-960 .home-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    #np-128 .content-960 {
        margin-top: 20px;
    }
    #np-128 .content-960 {
        margin-top: 100px;
    }
    #np-128 .content-960 .home-title {
        font-size: 20px;
    }
}

#np-202 {
    margin-bottom: 330px !important;
}

html {
    width: 100% !important;
    overflow-x: hidden;s
}