/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/

/* Logo */
.logo {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/logo.jpg) no-repeat left 20px;
	z-index: 1001;
	position: relative;
	width: 27%;
	height: 70px;
}



/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0px auto 0 auto;
}
.container {
	width: 1170px;
	margin: auto auto auto auto;
}


/*------------------*/
/*	PAGES
/*------------------------------------------------------*/

.page_title {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}
.page_title strong {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.page_title b {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

/* About */
.home_page {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	width: 100%;
	height: 730px;
	background: url(../images/home-img.jpg) no-repeat center bottom;
}
.home_page h1 {
	padding: 0px;
	margin: 0px;
	background: none;
	font-size: 90px;
	color: #f05b57;
	font-weight: bold;
}
.home_page ul {
	padding: 0px;
	margin: 90px auto 0 auto;
	width: 700px;
	height: 180px;
}
.home_page li {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 32px;
	color: #26262d;
	text-transform: uppercase;
}
.home_page li.left {
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 160px;
	line-height: 135px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/home-img1.png) no-repeat center top;
}
.home_page li.center {
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 160px;
	line-height: 135px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/home-img2.png) no-repeat center top;
}
.home_page li.right {
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 160px;
	line-height: 135px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/home-img3.png) no-repeat center top;
}
.home_page li.plus {
	padding: 0px;
	margin: 0px;
	width: 80px;
	height: 160px;
	line-height: 135px;
	vertical-align: middle;
	text-align: center;
}

.get_but_area {
	float: left;
	width: 100%;
}
.get_but {
	padding: 10px 25px;
	font-family: 'Open Sans', sans;
	font-weight: normal;
	font-size: 22px;
	color: #727272;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid #727272;
}
.get_but:hover {
	color: #f05b57;
	border: 1px solid #f05b57;
}

.get_but_02 {
	padding: 20px 40px;
	font-family: 'Open Sans', sans;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	border: 2px solid #fff;
}
.get_but_02:hover {
	color: #f05b57;
	border: 1px solid #f05b57;
}
.get_but_02 i {
	margin-right: 18px;
}

/* Portfolio Page */
.portfolio_page {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	background-color: #26262d;
}
.portfolio_page h3 {
	color: #fff;
	text-align: center;
	width: 370px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background-color: #35353d;
	float: left;
}
.portfolio_page .imgWrap {
    position: relative;
    width: 370px;
	height: 300px;
}
.portfolio_page .imgWrap.last {
	margin-right: 0px;
}
.portfolio_page .imgWrap img {
	float: left;
	width: 100%;
	height: 250px;
}
.portfolio_page .imgDescription {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(00, 000, 000, 0.40);
	color: #fff;
	visibility: hidden;
	opacity: 0;
}
.portfolio_page .imgWrap:hover .imgDescription {
	visibility: visible;
	opacity: 1;
}
.portfolio_page .imgDescription i {
	position: absolute;
	top: 103px;
	left: 160px;
	color: #fff;
	opacity: 0.8;
}


/* About */
.about_page {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	background-color: #f05b57;
}
.about_page .one_third {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.about_page .one_third.last {
	margin-right: 0%;
}

.about_page .img_area {
	float: left;
	width: 100%;
	min-height: 368px;
	background: url(../images/about-img.png) no-repeat center bottom;
}

.gray_bg .one_third {
	float: left;
	width: 30%;
	margin-right: 5%;
	color: #fff;
}
.gray_bg .one_third.last {
	margin-right: 0%;
}

.gray_bg .one_third .left_icons {
	float: left;
	width: 74px;
	height: 74px;
	text-align: center;
	line-height: 94px;
	background-color: #fff;
	border-radius: 100%;
}
.gray_bg .one_third .left_icons i {
	color: #f05b57;
}
.gray_bg .one_third:hover .left_icons {
	background-color: #26262d;
}
.gray_bg .one_third:hover .left_icons i {
	color: #fff;
}
.gray_bg .one_third .right_cont {
	float: left;
	width: 72%;
	margin-left: 24px;
}

.site_statics {
	float: left;
	width: 100%;
}
.site_statics ul {
	width: 80%;
	margin: 0 auto;
	background-color: #eee;
}
.site_statics li {
	float: left;
	padding: 10px 0px;
	margin: 0px;
	width: 24.8%;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #e5e5e5;
}
.site_statics li.last {
	border-right: none;
}
.site_statics li b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding-top: 8px;
	text-transform: uppercase;
}


/* Contact */
.contact_page {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #26262e;
}

.stay_connected {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #f05b57;
}
.stay_connected ul {
	width: 50%;
	padding: 0px;
	margin: 50px auto 0 auto;
}
.stay_connected li {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.stay_connected li a {
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	border-radius: 100%;
	background-color: #fff;
}
.stay_connected li a:hover {
	background-color: #26262d;
}
.stay_connected li i {
	color: #f05b57;
}



.copyrights_text {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}


/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}

