h2 a {
	color: #fff
}

.moduletable_aboutus h2 {
	display: inline-block;
	font-size: 2em;
	color: #333!important;
	background: #f9a61d;
	padding: 10px 20px;
	margin: 20px 0 30px 0
}

#top {
	min-width: 100%;
	min-height: 100%
}

#top_inner {
	position: relative;
	z-index: 1
}

#middle {
	background: #f9a61d url(../images/yellow_bg.png) center center no-repeat;
	background-size: auto 100%;
	position: relative;
	z-index: 4
}

#middle_inner {
	padding: 20px;
	min-height: 300px
}

#triangle1 {
	display: block;
	width: 0;
	height: 0;
	border-top: 135px solid rgba(255, 255, 255, 0);
	border-bottom: 135px solid rgba(255, 255, 255, 0);
	border-left: 520px solid #d77d00;
	position: absolute;
	left: 0;
	bottom: -135px;
	z-index: -1
}

#triangle2 {
	display: block;
	width: 0;
	height: 0;
	border-top: 115px solid rgba(255, 255, 255, 0);
	border-bottom: 115px solid rgba(255, 255, 255, 0);
	border-right: 660px solid #ffba20;
	position: absolute;
	right: 0;
	top: -115px;
	z-index: -1
}

#top_inner,
#bottom_inner {
	position: relative;
	height: 100%
}

#bottom {
	width: 100%;
	background: #000 url(../images/footer_bg.jpg) bottom center no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#bottom_inner {
	font-family: 'Share Tech', sans-serif;
	color: #bebebe;
	padding-top: 100px;
	padding-bottom: 370px;
	position: relative;
	z-index: 6
}

#bottom h1 {
	color: #f9a61d;
	font-size: 50px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 10px
}
#bottom .leftside {
	margin-bottom: 30px;
}

#top_inner h2 {
	color: #fff
}

#animation {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 4;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.layer1,
.layer2,
.layer3 {
	color: #1bfcfa
}

.flytext {
	z-index: 6
}

#middle .moduletable>h3 {
	font-size: 40px;
	font-weight: normal;
	font-family: 'Share Tech', sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
}

.back1,
.back2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.back1 {
	z-index: 2
}

.back2 {
	z-index: 3
}

.moduletable_aboutus h3 {
	color: #f9a61d;
	text-transform: uppercase;
	position: relative;
	font-size: 2em;
	z-index: 4
}

.moduletable_aboutus .leftside h3 {
	font-size: 4.6em
}

.moduletable_aboutus ul {
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 4
}

.moduletable_aboutus .rightside ul {
	padding-left: 30px
}

.moduletable_aboutus ul li {
	color: #ccc;
	font-size: 1.2em;
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAEklEQVQImWP4uVT2PzbMMJASAMw+YinGuA7cAAAAAElFTkSuQmCC")
}

.moduletable_aboutus .rightside {
	vertical-align: top
}

.moduletable_callus {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -135px;
	opacity: 0;
	z-index: 7
}

.custom_callus {
	padding: 30px 20px 50px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.8em
}

.custom_callus .call {
	font-size: 1.4em;
	color: #f9a61d
}

.custom_callus img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}
.custom_callus a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	width: 270px;
	height: 270px;
	animation: play 2s ease infinite;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

@keyframes play {
	0% {
		transform: scale(1);
	}
	15% {
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
	}
	25% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
	}
	25% {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
	}
}

.custom_callus img:hover {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.p_full,
.p_right {
	display: block;
	width: 100%;
	font-family: "Share Tech", sans-serif;
	font-size: 1.2em
}

.p_full {
	text-align: justify
}

.p_right {
	text-align: right;
	margin-top: 15px
}

@media screen and (min-width:1030px) {
	#top {
		background: #111 url(../images/top_bg.jpg) top center no-repeat;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	#flytext1 .layer1 {
		left: 140px
	}
	#flytext1 .layer2 {
		left: 80px
	}
	#flytext1 .layer3 {
		left: 100px
	}
	#flytext2 .layer1 {
		left: 10px
	}
	#flytext2 .layer2 {
		left: 140px
	}
	#flytext2 .layer3 {
		left: 140px
	}
	#flytext3 .layer1 {
		left: 140px
	}
	#flytext3 .layer2 {
		left: 20px
	}
	#flytext3 .layer3 {
		left: 50px
	}
	#flytext1 {
		left: 50%;
		margin-top: 100px;
		margin-left: -100px
	}
	#flytext2 {
		right: 50%;
		margin-right: 200px;
		top: 50%
	}
	#flytext3 {
		left: 50%;
		margin-left: 200px;
		top: 60%
	}
	.rightside .moduletable_testy {
		display: block;
		padding-left: 30px;
		position: relative;
		z-index: 2
	}
	.moduletable_aboutus {
		padding-top: 40px
	}
	.moduletable_aboutus h1 {
		color: #f9a61d;
		font-size: 36px;
		margin-bottom: 20px
	}
	.moduletable_aboutus .lists {
		width: 100%;
		min-height: 420px;
		position: relative;
		z-index: 8
	}
	.moduletable_aboutus #list1 .back1 {
		background: url(../images/list_bg_1b.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list1 .back2 {
		background: url(../images/list_bg_1.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list2 .back1 {
		background: url(../images/list_bg_2b.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list2 .back2 {
		background: url(../images/list_bg_2.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list3 .back1 {
		background: url(../images/list_bg_3b.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list3 .back2 {
		background: url(../images/list_bg_3.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list4 .back1 {
		background: url(../images/list_bg_4b.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list4 .back2 {
		background: url(../images/list_bg_4.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list5 .back1 {
		background: url(../images/list_bg_5b.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list5 .back2 {
		background: url(../images/list_bg_5.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list6 .back1 {
		background: url(../images/list_bg_6b.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list6 .back2 {
		background: url(../images/list_bg_6.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list7 .back1 {
		background: url(../images/list_bg_7b.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list7 .back2 {
		background: url(../images/list_bg_7.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
}

@media screen and (max-width:1029px) {
	#top {
		background: #111 url(../images/top_bg_m.jpg) top center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: scroll
	}
	#bottom {
		background: #000 url(../images/footer_bg_m.jpg) top left no-repeat;
		background-attachment: scroll;
		background-size: auto 30%
	}
	#triangle1 {
		border-top: 50px solid rgba(255, 255, 255, 0);
		border-bottom: 50px solid rgba(255, 255, 255, 0);
		border-left: 260px solid #d77d00;
		bottom: -50px
	}
	#triangle2 {
		border-top: 40px solid rgba(255, 255, 255, 0);
		border-bottom: 40px solid rgba(255, 255, 255, 0);
		border-right: 330px solid #ffba20;
		top: -40px
	}
	.moduletable_aboutus .lists {
		padding: 40px 20px;
		position: relative
	}
	.moduletable_aboutus #list1 {
		background: url(../images/list_bg_1_m.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list2 {
		background: url(../images/list_bg_2_m.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list3 {
		background: url(../images/list_bg_3_m.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list4 {
		background: url(../images/list_bg_4_m.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list5 {
		background: url(../images/list_bg_5_m.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list6 {
		background: url(../images/list_bg_6_m.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_aboutus #list7 {
		background: url(../images/list_bg_7_m.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	.moduletable_testy .ss2-align #nextend-smart-slider-2 {
		margin: 0 auto!important;
		float: none!important
	}
	.moduletable_aboutus h2 {
		margin-top: 70px
	}
	.moduletable_callus {
		position: relative;
		bottom: auto;
		left: auto;
		margin-left: 0;
		opacity: 1
	}
	#bottom_inner {
		padding-bottom: 0
	}
	.custom_callus a {
		width: 140px;
		height: 140px
	}
	#top_inner {
		padding: 150px 30px 0 30px
	}
	.custom_callus {
		background: url(../images/footer_bg2_m.jpg) top center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover
	}
	#top h2 a {
		display: block;
		transition: all 1s;
		font-size: 1.3em;
		-moz-animation: flytext 8s infinite;
		-webkit-animation: flytext 8s infinite;
		animation: flytext 8s infinite;
		-moz-animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	#top h2+h2 a {
		-moz-animation-delay: .8s;
		-webkit-animation-delay: .8s;
		animation-delay: .8s
	}
	#top h2+h2+h2 a {
		-moz-animation-delay: 1.6s;
		-webkit-animation-delay: 1.6s;
		animation-delay: 1.6s
	}
	#top h2 a:hover {
		font-size: 2em;
		color: #fff
	}
	#top h2 {
		position: absolute
	}
	#top .custom h2 {
		top: 25%;
		left: 40%
	}
	#top .custom h2+h2 {
		top: auto;
		bottom: 25%;
		left: 20%
	}
	#top .custom h2+h2+h2 {
		top: auto;
		left: auto;
		bottom: 30%;
		right: 15%
	}
}

@media screen and (min-width:801px) {
	#rockmove1 {
		width: 525px;
		height: 627px;
		position: absolute;
		right: 20px;
		background: url(../images/triangle_1.png) top center no-repeat;
		background-size: auto 100%;
		top: 440px;
		z-index: 10
	}
	#rockmove2 {
		width: 671px;
		height: 729px;
		position: absolute;
		left: 0px;
		background: url(../images/triangle_2.png) top center no-repeat;
		background-size: auto 100%;
		z-index: 10
	}
	#rockmove3 {
		width: 341px;
		height: 314px;
		position: absolute;
		left: 3%;
		top: 100px;
		background: url(../images/triangle_5.png) top center no-repeat;
		background-size: auto 100%;
		z-index: 1
	}
	#rockmove4 {
		width: 479px;
		height: 466px;
		position: absolute;
		right: -1%;
		top: 0;
		background: url(../images/triangle_6.png) top center no-repeat;
		background-size: auto 100%;
		z-index: 1
	}
}

@media screen and (max-width:800px) {
	.rightside .moduletable_testy {
		margin-top: 40px;
		max-width: 100%
	}
	#top h2 a {
		font-size: 1.2em
	}
}

@media screen and (max-width:767px) {
	#top h2 a {
		font-size: 1em
	}
	#top_inner {
		padding-top: 130px
	}
	#top .custom h2 {
		top: 15%
	}
	#top .custom h2+h2 {
		top: 40%;
		bottom: auto;
		left: 20%
	}

}

@media screen and (max-width:420px) {
	#top .custom h2+h2+h2 {
		bottom: 20%
	}
	.custom_callus {
		font-size: 1.4em
	}
}

