.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container {
	width: 1000px;
	margin: auto;
	text-align: center;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}


/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/* Big Space Bitween Columns */
.one_half_big, .one_third_big, .one_fourth_big, .two_third_big, .three_fourth_big, .one_fifth_big, .onecol_forty_big, .onecol_sixty_big, .onecol_thirtyfive_big {
	position: relative;
	margin-right: 6%;
	float: left;
}
.one_full_big {
	width: 100%;
}
.one_half_big {
	width: 47%;
}
.one_third_big {
	width: 29.3333333333%;
}
.two_third_big {
	width: 64.6666666667%;
}
.one_fourth_big {
	width: 20.5%;
}


.onecol_forty_big {
	width: 38%;
}
.onecol_sixty_big {
	width: 56%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


.one_half_nsp {
	float: left;
	width: 50%;
}



/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 50px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}

header {
	float: left;
	width: 100%;
	padding: 90px 0px 135px 0px;	
	text-align: center;
	background: url("../images/header-bg.jpg");
	background-position: center;	
}

header h3 {
	line-height: 27px;
	font-weight: 300;
	color: #fff;
}
header h3 strong {
	display: block;
	font-weight: 700;
}

header a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #ff005e;
	padding: 12px 18px;
	border-radius: 3px;
	transition: all 0.3s ease;
}
header a:hover {
	color: #fff;
	background: #272727;
}


.bigthumbs {
	float: left;
	width: 100%;
	margin-bottom: 110px;
}
.bigthumbs img:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}

.smallthumbs {
	float: left;
	width: 100%;
	padding: 120px 0px 110px 0px;
	background: #f3f3f3;
}
.smallthumbs img:hover {
	opacity: 0.72;
	transition: all 0.3s ease;
}

.morethumbs {
	float: left;
	width: 100%;
	background: #fff url(../images/bg-texture1.png) repeat-x left top;
	padding: 90px 0px 100px 0px;
}
.morethumbs img {
	float: left;
	width: 100%;
	box-shadow: 0px 0px 5px #bbb;
}
.morethumbs span {
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.morethumbs span:hover {
	opacity: 1;
	background: rgba(0,0,0,0.72);
}
.morethumbs span h2 {
	text-transform: uppercase;
	padding-top: 216px;
	color: #fff;
	margin-bottom: 18px;
}


.buttonlink {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #ff005e;
	padding: 10px 27px;
	letter-spacing: 1px;
	border-radius: 3px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.buttonlink:hover {
	color: #333;
	background: #fff;
}


footer {
	float: left;
	width: 100%;
	text-align: center;
	padding: 72px 0px 45px 0px;
	background: #fff;
}
footer a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background: #ff005e;
	padding: 16px 40px;
	letter-spacing: 2px;
	font-weight: 600;
	transition: all 0.3s ease;
	border-radius: 3px;
}
footer a:hover {
	color: #fff;
	background: #272727;
}
footer p {
	color: #999;
	font-size: 9px;
	letter-spacing: 2px;
	margin-top: 35px;
	text-transform: uppercase;
}





