@charset "utf-8";
/* CSS Document */

/* font */
@font-face {
  font-family: 'OpenSans-Light';
  src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'ACCreepy';
  src: url('fonts/ACGhostStory/ACCreepy.ttf') format('truetype'); 
}
@font-face {
  font-family: 'ACCreepy';
  src: url('fonts/ACCreepy/AC-Creepy_Unicode.ttf') format('truetype'); 
}
/* Triangles */
.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before {
	top: -50px;
	background: #f1f1f1;
}

.ss-style-triangles::after {
	bottom: -50px;
	z-index: 10;
	background: inherit;
}
/* welcome */
#wrappers #content .welcome {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color:#fff;
}
#wrappers #content .welcome  h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-weight:normal;
	font-family: 'ACCreepy', sans-serif;
	color:#333;
	letter-spacing:.05em;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-weight:normal;
	font-family: 'ACCreepy', sans-serif;
	color:#6ba682;
	letter-spacing:.05em;
	text-align: center;
	#background-image: url(data/title.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#wrappers #content .welcome .welcome-into {
    width: 100%;
    margin: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #333;
    max-width: 1400px;
    text-align: center;
}
#wrappers #content .welcome .welcome-into .main-container {
    width: 100%;
    margin: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color:#fff;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	border:solid 5px #6ba682;
	#border:dotted 5px hsla(0, 95%, 35%, 1);
	#border:dashed 5px hsla(0, 95%, 35%, 1);
	background:#f1f1f1;
}
#wrappers #content .welcome .welcome-into .welcome-right {
	vertical-align: top;
}
#wrappers #content .welcome .welcome-into .welcome-left {
	vertical-align: top;
	text-align:center;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    display:block;
	margin:auto;
}
#wrappers #content .welcome .welcome-into .welcome-left a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'OpenSans-Light', sans-serif;
	background-color:#6ba682;
	color:#fff;
	border:solid 1px #6ba682;
	text-decoration:none;
	margin:auto;
	display:block;
	text-align:center;
}
#wrappers #content .welcome .welcome-into .welcome-left a:hover {
	background-color:#fff;
	color:#333;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color: #f1f1f1;
	padding-top:100px;
	padding-right:50px;
	padding-bottom:50px;
	padding-left:50px;
	#background-image: url("data/spbg.jpg");
	#background-position: left top;
	#background-repeat: no-repeat;
	#-webkit-background-size:cover;
	#-moz-background-size:cover;
	#-o-background-size:cover;
	#background-size:cover;
}
.goals::before, .goals::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
#curveUpColor path, #curveDownColor path {
    fill: #f1f1f1;
    stroke: #f1f1f1;
}
#wrappers #content .goals .goals-into {
    width: 100%;
    margin: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #fff;
    max-width: 1400px;
    text-align: center;
}
#wrappers #content .goals h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-weight:normal;
	font-family: 'ACCreepy', sans-serif;
	text-align:center;
	color:#6ba682;
	letter-spacing:.05em;
}
#wrappers #content .goals .separator {
	border-color:#6ba682;
	border-top-width:2px;
	border-bottom-width: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:55px;
	width:100%;
	max-width:50%;	
	border-bottom-style: dashed;
    border-top-style: dashed;
}
#wrappers #content .goals .box {
    width: 100%;
    margin: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	display:inline-block;
	vertical-align:top;
}
#wrappers #content .goals .box img {
    width: 100%;
    margin: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	 display:block;
}
#wrappers #content .goals .box figure {
    display:block;
	margin:0 auto;
	padding:0;
	border-radius: 6px;
	width:100%;
	max-width: 500px;
	height:350px;
}
#wrappers #content .goals .box figure img.goalspic {
    width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 6px;
}
#wrappers #content .goals .box h5 {
    width:100%;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	text-align:center;
	color:#333;
	letter-spacing:.05em;
	display:block;
	margin:auto;
	margin-top: 0px!important;
}

#wrappers #content .goals .box h4 {
	font-family: 'ACCreepy', sans-serif;
	font-weight: normal;
	text-align:center;
	color:#6ba682;
	letter-spacing:.05em;
	width:100%;
	font-size: 2.7em;
	padding-bottom: 0;
	margin:10px auto 0 auto;
	display: block;
}
/* goals */
/* news */
#wrappers #content .news {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color: #fff;
}
#wrappers #content .news .news-into {
    width: 100%;
    margin: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #333;
    max-width: 1400px;
    text-align: center;
}
#wrappers #content .news h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-weight:normal;
	font-family: 'ACCreepy', sans-serif;
	text-align:center;
	color:#6ba682;
	letter-spacing:.05em;
}
#wrappers #content .news .separator {
	border-color:#6ba682;
	border-top-width:2px;
	border-bottom-width: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:55px;
	width:100%;
	max-width:50%;	
	border-bottom-style: dashed;
    border-top-style: dashed;
}
.news .news-into .news_box {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
	text-align:left;
	display:none!important;
}
.news .news-into .news_box .info h4 {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#353338;
	margin:0px;
	text-decoration:none;
	line-height:1.2;
}
.news .news-into .news_box .info span {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#5e5e5e;
	margin:0px;
	text-decoration:none;
	line-height:1.2;
}
.news .news-into .news_box .info .dates{
	font-family: 'OpenSans-Light', sans-serif;
	color:#333;
	margin:5px;
}
.news .news-into .news_box .info .desc {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	margin:0px;
}
.news .news-into .news_box .info a{
	font-family: 'OpenSans-Light', sans-serif;
	text-decoration:none;
	background-color:#ff6364;
	border:solid 1px #ff6364;
	color:#fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.news .news-into .news_box .info a:hover{
	background-color:#fff;
	color:#333;
}
.news #newsmore {
	font-family: 'OpenSans-Light', sans-serif;
	text-decoration:none;
	background-color:#6ba682;
	border:solid 1px #6ba682;
	color:#fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:block;
	margin:auto;
	text-align:center;
}
.news #newsmore:hover{
	background-color:#fff;
	color:#333;
}
/* news */
/* contactus */
#wrappers #content .contactus {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color:#c6b1c2;
	background-image: url("data/bg2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#wrappers #content .contactus .mainbox {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	background: #fff;
	max-width:768px;
	border:solid 10px #ecfafb;
}
#wrappers #content .contactus .mainbox h3 {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	font-weight:normal;
	font-family: 'ACCreepy', sans-serif;
	color:#6ba682;
	text-align:left;
	letter-spacing:.05em;
	display:block;
}
#wrappers #content .contactus .mainbox {
	width:100%;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	text-align:left;
	color:#333;
	letter-spacing:.05em;
}
.contactus .mainbox #cnmore {
	font-family: 'OpenSans-Light', sans-serif;
	text-decoration:none;
	background-color:#6ba682;
	border:solid 1px #6ba682;
	color:#fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:block;
	margin:auto;
	text-align:center;
}
.contactus .mainbox #cnmore:hover{
	background-color:#fff;
	color:#333;
}
/* contactus */

@media all and (min-width: 1400px) {

/* welcome */
#wrappers #content .welcome {
	padding-bottom:5%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .welcome .welcome-into {
	width:65%;
	font-size:.85em;
	margin:auto;
	line-height:1.5em;
	text-align:left;
	padding:15px;
}
#wrappers #content .welcome .welcome-into .welcome-right {
    display: inline-block;
    width: 48%;
    margin: .5%;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    width: 300px;
}
#wrappers #content .welcome .welcome-into .welcome-left {
    display: inline-block;
    width: 48%;
    margin: .5%;
}
#wrappers #content .welcome .welcome-into .welcome-left p{
    padding:0 10px;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	position: relative;
    font-size: 4em;
    margin-top:25px;
    margin-bottom:5px;
}
#wrappers #content .welcome .welcome-into .welcome-left a{
	margin-top:25px;
	width:200px;
	padding:5px 5px;
	font-size:1em;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	padding-bottom:3%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .goals .goals-into {
   width:90%;
	margin:auto;
}
#wrappers #content .goals h3 {
	position: relative;
    font-size: 4em;
    margin-top:15px;
    margin-bottom:25px;
}
#wrappers #content .goals .box {
   width:48.5%;
   margin:1.5% .5%;
}
#wrappers #content .goals .box img {
    width:120px;
	margin:10px auto;
}
#wrappers #content .goals .box h5 {
    font-size:1em;
	margin-top:25px;
	width:90%;
}
/* goals */
/* news */
#wrappers #content .news {
	padding-bottom:3%;
	padding-top:5%;
	width:100%;
	margin:auto;
}
#wrappers #content .news .news-into {
    width:80%;
	margin:auto;
}
#wrappers #content .news h3 {
	position: relative;
    font-size: 4em;
    margin-top:15px;
    margin-bottom:25px;
}
.news .news-into .news_box {
	display:block;
	width:100%;
	margin:1% auto;
	padding:2% .5%;
	border-bottom:solid 1px #ffd263;
}
.news .news-into .news_box .imgLiquid {
	display:inline-block;
	width:300px;
	height:250px;
}
.news .news-into .news_box .info {
	display:inline-block;
	width:700px;
	height:250px;
	margin-left:8px;
	vertical-align:top;
	padding:0 20px;
}
.news .news-into .news_box .info h4 {
	font-size:1.3em;
	margin-top:10px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info span {
	font-size:1em;
	margin-top:10px;
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info .dates {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:90%;
}
.news .news-into .news_box .info .desc {
	display:inline-block;
	width:100%;
	font-size:.9em;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	height:70px;
}
.news .news-into .news_box .info a {
	display: inline-block;
    font-size: .8em;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
    position: absolute;
    bottom: 30px;
}
.news #newsmore {
	font-size: 1em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:16%;
}
/* news */
/* contactus */
#wrappers #content .contactus {
	padding:3% 0;
	height:350px;
}
#wrappers #content .contactus .mainbox {
	width:50%;
	padding:2%;
	position:absolute;
	left:100px;
	height:350px;
	top:0;
	bottom:0;
	margin:auto auto;
}
#wrappers #content .contactus .mainbox h3 {
	font-size:4em;
	margin:0;
}
#wrappers #content .contactus .mainbox {
	font-size:.85em;
	margin:0;
}
.contactus .mainbox #cnmore {
	font-size: 1em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:26%;
}
/* contactus */

}


@media all and (min-width: 1200px) and (max-width: 1399px) {

/* welcome */
#wrappers #content .welcome {
	padding-bottom:8%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .welcome .welcome-into {
	width:75%;
	font-size:.85em;
	margin:auto;
	line-height:1.5em;
	text-align:left;
	padding:15px;
}
#wrappers #content .welcome .welcome-into .welcome-right {
    display: inline-block;
    width: 48%;
    margin: .5%;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    width: 300px;
}
#wrappers #content .welcome .welcome-into .welcome-left {
    display: inline-block;
    width: 48%;
    margin: .5%;
}
#wrappers #content .welcome .welcome-into .welcome-left p{
    padding:0 10px;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	position: relative;
    font-size: 4em;
    margin-top:25px;
    margin-bottom:5px;
}
#wrappers #content .welcome .welcome-into .welcome-left a{
	margin-top:25px;
	width:200px;
	padding:5px 5px;
	font-size:1em;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	padding-bottom:3%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .goals .goals-into {
   width:90%;
	margin:auto;
}
#wrappers #content .goals h3 {
	position: relative;
    font-size: 4em;
    margin-top:15px;
    margin-bottom:25px;
}
#wrappers #content .goals .box {
   width:48.5%;
   margin:1.5% .5%;
}
#wrappers #content .goals .box img {
    width:100px;
	margin:10px auto;
}
#wrappers #content .goals .box h5 {
    font-size:1em;
	margin-top:25px;
	width:90%;
}
/* goals */
/* news */
#wrappers #content .news {
	padding-bottom:3%;
	padding-top:8%;
	width:100%;
	margin:auto;
}
#wrappers #content .news .news-into {
    width:90%;
	margin:auto;
}
#wrappers #content .news h3 {
	position: relative;
    font-size: 4em;
    margin-top:15px;
    margin-bottom:25px;
}
.news .news-into .news_box {
	display:block;
	width:100%;
	margin:1% auto;
	padding:2% .5%;
	border-bottom:solid 1px #ffd263;
}
.news .news-into .news_box .imgLiquid {
	display:inline-block;
	width:300px;
	height:250px;
}
.news .news-into .news_box .info {
	display:inline-block;
	width:700px;
	height:250px;
	margin-left:8px;
	vertical-align:top;
	padding:0 20px;
}
.news .news-into .news_box .info h4 {
	font-size:1.3em;
	margin-top:10px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info span {
	font-size:1em;
	margin-top:10px;
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info .dates {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:90%;
}
.news .news-into .news_box .info .desc {
	display:inline-block;
	width:100%;
	font-size:.9em;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	height:70px;
}
.news .news-into .news_box .info a {
	display: inline-block;
    font-size: .8em;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
    position: absolute;
    bottom: 30px;
}
.news #newsmore {
	font-size: 1em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:18%;
}
/* news */
/* contactus */
#wrappers #content .contactus {
	padding:3% 0;
	height:350px;
}
#wrappers #content .contactus .mainbox {
	width:50%;
	padding:2%;
	position:absolute;
	left:100px;
	height:350px;
	top:0;
	bottom:0;
	margin:auto auto;
}
#wrappers #content .contactus .mainbox h3 {
	font-size:4em;
	margin:0;
}
#wrappers #content .contactus .mainbox  {
	font-size:.85em;
	margin:0;
}
.contactus .mainbox #cnmore {
	font-size: 1em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:26%;
}
/* contactus */

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/* welcome */
#wrappers #content .welcome {
	padding-bottom:8%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .welcome .welcome-into {
	width:90%;
	font-size:.85em;
	margin:auto;
	line-height:1.5em;
	text-align:left;
	padding:15px;
}
#wrappers #content .welcome .welcome-into .welcome-right {
    display: inline-block;
    width: 48%;
    margin: .5%;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    width: 300px;
}
#wrappers #content .welcome .welcome-into .welcome-left {
    display: inline-block;
    width: 48%;
    margin: .5%;
}
#wrappers #content .welcome .welcome-into .welcome-left p{
    padding:0 10px;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	position: relative;
    font-size: 2.5em;
    margin-top:25px;
    margin-bottom:5px;
}
#wrappers #content .welcome .welcome-into .welcome-left a{
	margin-top:25px;
	width:200px;
	padding:5px 5px;
	font-size:1em;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	padding-bottom:3%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .goals .goals-into {
   width:95%;
	margin:auto;
}
#wrappers #content .goals h3 {
	position: relative;
    font-size: 2.8em;
    margin-top:15px;
    margin-bottom:25px;
}
#wrappers #content .goals .box {
   width:48.5%;
   margin:1.5% .5%;
}
#wrappers #content .goals .box img {
    width:80px;
	margin:10px auto;
}
#wrappers #content .goals .box h5 {
    font-size:1em;
	margin-top:25px;
	width:90%;
}
/* goals */
/* news */
#wrappers #content .news {
	padding-bottom:3%;
	padding-top:8%;
	width:100%;
	margin:auto;
}
#wrappers #content .news .news-into {
    width:90%;
	margin:auto;
}
#wrappers #content .news h3 {
	position: relative;
    font-size: 2.8em;
    margin-top:15px;
    margin-bottom:25px;
}
.news .news-into .news_box {
	display:block;
	width:100%;
	margin:1% auto;
	padding:2% .5%;
	border-bottom:solid 1px #ffd263;
}
.news .news-into .news_box .imgLiquid {
	display:inline-block;
	width:250px;
	height:250px;
}
.news .news-into .news_box .info {
	display:inline-block;
	width:600px;
	height:250px;
	margin-left:8px;
	vertical-align:top;
	padding:0 20px;
}
.news .news-into .news_box .info h4 {
	font-size:1.3em;
	margin-top:10px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info span {
	font-size:1em;
	margin-top:10px;
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info .dates {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:90%;
}
.news .news-into .news_box .info .desc {
	display:inline-block;
	width:100%;
	font-size:.9em;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	height:70px;
}
.news .news-into .news_box .info a {
	display: inline-block;
    font-size: .8em;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
    position: absolute;
    bottom: 30px;
}
.news #newsmore {
	font-size: 1em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:18%;
}
/* news */
/* contactus */
#wrappers #content .contactus {
	padding:3% 0;
	height:350px;
}
#wrappers #content .contactus .mainbox {
	width:50%;
	padding:2%;
	position:absolute;
	left:100px;
	height:350px;
	top:0;
	bottom:0;
	margin:auto auto;
}
#wrappers #content .contactus .mainbox h3 {
	font-size:2.5em;
	margin:0;
}
#wrappers #content .contactus .mainbox  {
	font-size:.8em;
	margin:15px 0;
}
.contactus .mainbox #cnmore {
	font-size: .85em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:26%;
}
/* contactus */

}

@media all and (min-width: 768px) and (max-width: 1023px) {

/* welcome */
#wrappers #content .welcome {
	padding-bottom:10%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .welcome .welcome-into {
	width:95%;
	font-size:.85em;
	margin:auto;
	line-height:1.5em;
	padding:15px;
}
#wrappers #content .welcome .welcome-into .welcome-right {
    display:block;
    width: 100%;
    margin: 1% auto;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    width: 280px;
}
#wrappers #content .welcome .welcome-into .welcome-left {
    display:block;
    width: 100%;
    margin: 1% auto;
}
#wrappers #content .welcome .welcome-into .welcome-left p{
    padding:0 15px;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	position: relative;
    font-size: 2.5em;
    margin-top:25px;
    margin-bottom:5px;
}
#wrappers #content .welcome .welcome-into .welcome-left a{
	margin-top:25px;
	width:200px;
	padding:5px 5px;
	font-size:1em;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	padding-bottom:3%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .goals .goals-into {
   width:95%;
	margin:auto;
}
#wrappers #content .goals h3 {
	position: relative;
    font-size: 2.8em;
    margin-top:15px;
    margin-bottom:25px;
}
#wrappers #content .goals .box {
   width:48.5%;
   margin:1.5% .5%;
}
#wrappers #content .goals .box img {
    width:80px;
	margin:10px auto;
}
#wrappers #content .goals .box h5 {
    font-size:1em;
	margin-top:25px;
	width:90%;
}
#curveUpColor, #curveDownColor {
    height:60px!important;
}
/* goals */
/* news */
#wrappers #content .news {
	padding-bottom:3%;
	padding-top:10%;
	width:100%;
	margin:auto;
}
#wrappers #content .news .news-into {
    width:95%;
	margin:auto;
}
#wrappers #content .news h3 {
	position: relative;
    font-size: 2.8em;
    margin-top:15px;
    margin-bottom:25px;
}
.news .news-into .news_box {
	display:block;
	width:100%;
	margin:1% auto;
	padding:2% .5%;
	border-bottom:solid 1px #ffd263;
}
.news .news-into .news_box .imgLiquid {
	display:inline-block;
	width:220px;
	height:220px;
}
.news .news-into .news_box .info {
	display:inline-block;
	width:480px;
	height:220px;
	margin-left:0px;
	vertical-align:top;
	padding:0 10px;
}
.news .news-into .news_box .info h4 {
	font-size:1.2em;
	margin-top:10px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info span {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info .dates {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:90%;
}
.news .news-into .news_box .info .desc {
	display:inline-block;
	width:100%;
	font-size:.9em;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	height:70px;
}
.news .news-into .news_box .info a {
	display: inline-block;
    font-size: .8em;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
    position: absolute;
    bottom: 20px;
}
.news #newsmore {
	font-size: 1em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:26%;
}
/* news */
/* contactus */
#wrappers #content .contactus {
	padding:3% 0;
	height:350px;
}
#wrappers #content .contactus .mainbox {
	width:50%;
	padding:2%;
	position:absolute;
	left:100px;
	height:350px;
	top:0;
	bottom:0;
	margin:auto auto;
}
#wrappers #content .contactus .mainbox h3 {
	font-size:2em;
	margin:0;
}
#wrappers #content .contactus .mainbox  {
	font-size:.8em;
	margin:15px 0;
}
.contactus .mainbox #cnmore {
	font-size: .85em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:50%;
}
/* contactus */

}

@media all and (min-width: 600px) and (max-width: 767px) {

.ss-style-triangles::before {
    top: -40px;
    background: #f1f1f1;
}
.ss-style-triangles::after {
    bottom: -40px;
    z-index: 10;
    background: inherit;
}
.ss-style-triangles::before, .ss-style-triangles::after {
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
/* welcome */
#wrappers #content .welcome {
	padding-bottom:15%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .welcome .welcome-into {
	width:95%;
	font-size:.85em;
	margin:auto;
	line-height:1.5em;
	padding:15px;
}
#wrappers #content .welcome .welcome-into .welcome-right {
    display:none;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    width: 280px;
}
#wrappers #content .welcome .welcome-into .welcome-left {
    display:block;
    width: 100%;
    margin: 1% auto;
}
#wrappers #content .welcome .welcome-into .welcome-left p{
    padding:0 15px;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	position: relative;
    font-size: 2.5em;
    margin-top:25px;
    margin-bottom:5px;
}
#wrappers #content .welcome .welcome-into .welcome-left a{
	margin-top:15px;
	margin-bottom:10px;
	width:200px;
	padding:5px 5px;
	font-size:1em;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	padding-bottom:3%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .goals .goals-into {
   width:95%;
	margin:auto;
}
#wrappers #content .goals h3 {
	position: relative;
    font-size: 2.65em;
    margin-top:15px;
    margin-bottom:25px;
}
#wrappers #content .goals .box {
   width:100%;
   margin:5% auto;
   display:block;
}
#wrappers #content .goals .box img {
    width:80px;
	margin:10px auto;
}
#wrappers #content .goals .box h5 {
    font-size:1em;
	margin-top:25px;
	width:90%;
}
#curveUpColor, #curveDownColor {
    height:60px!important;
}
/* goals */
/* news */
#wrappers #content .news {
	padding-bottom:3%;
	padding-top:15%;
	width:100%;
	margin:auto;
}
#wrappers #content .news .news-into {
    width:95%;
	margin:auto;
}
#wrappers #content .news h3 {
	position: relative;
    font-size: 2.65em;
    margin-top:15px;
    margin-bottom:25px;
}
.news .news-into .news_box {
	display:block;
	width:100%;
	margin:1% auto;
	padding:2% .5%;
	border-bottom:solid 1px #ffd263;
}
.news .news-into .news_box .imgLiquid {
	display:block;
	width:100%;
	height:250px;
	margin:auto;
}
.news .news-into .news_box .info {
	display:block;
	width:100%;
	margin:20px auto;
	vertical-align:top;
	padding:0 10px;
}
.news .news-into .news_box .info h4 {
	font-size:1.2em;
	margin-top:10px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info span {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info .dates {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:90%;
}
.news .news-into .news_box .info .desc {
	display:inline-block;
	width:100%;
	font-size:.9em;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	height:70px;
}
.news .news-into .news_box .info a {
	display: inline-block;
    font-size: .8em;
    padding: 5px 10px;
    margin: 25px 0px 0px 0px;
    position: relative;
	text-align:center;
	width:33%;

}
.news #newsmore {
	font-size: 1em;
    padding: 10px 10px;
    margin: 25px auto 0px auto;
	width:33%;
}
/* news */
/* contactus */
#wrappers #content .contactus {
	padding:3% 0;
	height:350px;
}
#wrappers #content .contactus .mainbox {
	width:80%;
	padding:2%;
	position:relative;
	display:block;
	margin:auto;
}
#wrappers #content .contactus .mainbox h3 {
	font-size:2em;
	margin:0;
	text-align:center;
}
#wrappers #content .contactus .mainbox {
	font-size:.8em;
	margin:15px 0;
	text-align:center;
}
.contactus .mainbox #cnmore {
	font-size: .85em;
    padding: 10px 10px;
	display:block;
    margin: 25px auto 0px auto;
	width:50%;
}
/* contactus */


}

@media all and (min-width: 450px) and (max-width: 599px) {

.ss-style-triangles::before {
    top: -30px;
    background: #f1f1f1;
}
.ss-style-triangles::after {
    bottom: -30px;
    z-index: 10;
    background: inherit;
}
.ss-style-triangles::before, .ss-style-triangles::after {
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
/* welcome */
#wrappers #content .welcome {
	padding-bottom:15%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .welcome .welcome-into {
	width:95%;
	font-size:.85em;
	margin:auto;
	line-height:1.5em;
	padding:15px;
}
#wrappers #content .welcome .welcome-into .welcome-right {
    display:none;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    width: 280px;
}
#wrappers #content .welcome .welcome-into .welcome-left {
    display:block;
    width: 100%;
    margin: 1% auto;
}
#wrappers #content .welcome .welcome-into .welcome-left p{
    padding:0 15px;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	position: relative;
    font-size: 2.5em;
    margin-top:15px;
    margin-bottom:5px;
}
#wrappers #content .welcome .welcome-into .welcome-left a{
	margin-top:15px;
	margin-bottom:10px;
	width:26%;
	padding:5px 5px;
	font-size:1em;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	padding-bottom:3%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .goals .goals-into {
   width:95%;
	margin:auto;
}
#wrappers #content .goals h3 {
	position: relative;
    font-size: 2.4em;
    margin-top:15px;
    margin-bottom:25px;
}
#wrappers #content .goals .box {
   width:100%;
   margin:5% auto;
   display:block;
}
#wrappers #content .goals .box figure {
    height: 280px;
}
#wrappers #content .goals .box img {
    width:80px;
	margin:10px auto;
}
#wrappers #content .goals .box h5 {
    font-size:1em;
	margin-top:25px;
	width:90%;
}
#curveUpColor, #curveDownColor {
    height:40px!important;
}
/* goals */
/* news */
#wrappers #content .news {
	padding-bottom:3%;
	padding-top:15%;
	width:100%;
	margin:auto;
}
#wrappers #content .news .news-into {
    width:95%;
	margin:auto;
}
#wrappers #content .news h3 {
	position: relative;
    font-size: 2.4em;
    margin-top:15px;
    margin-bottom:25px;
}
.news .news-into .news_box {
	display:block;
	width:100%;
	margin:1% auto;
	padding:2% .5%;
	border-bottom:solid 1px #ffd263;
}
.news .news-into .news_box .imgLiquid {
	display:block;
	width:100%;
	height:250px;
	margin:auto;
}
.news .news-into .news_box .info {
	display:block;
	width:100%;
	margin:20px auto;
	vertical-align:top;
	padding:0 10px;
}
.news .news-into .news_box .info h4 {
	font-size:1em;
	margin-top:10px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info span {
	font-size:.85em;
	margin-top:10px;
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info .dates {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:90%;
}
.news .news-into .news_box .info .desc {
	display:inline-block;
	width:100%;
	font-size:.9em;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	height:70px;
}
.news .news-into .news_box .info a {
	display: inline-block;
    font-size: .8em;
    padding: 5px 10px;
    margin: 25px 0px 0px 0px;
    position: relative;
	text-align:center;
	width:33%;
}
.news #newsmore {
	font-size: .9em;
    padding: 5px 10px;
    margin: 25px auto 0px auto;
	width:50%;
}
/* news */
/* contactus */
#wrappers #content .contactus {
	padding:3% 0;
	height:350px;
}
#wrappers #content .contactus .mainbox {
	width:90%;
	padding:2%;
	position:relative;
	display:block;
	margin:auto;
}
#wrappers #content .contactus .mainbox h3 {
	font-size:2.25em;
	margin:0;
	text-align:center;
}
#wrappers #content .contactus .mainbox  {
	font-size:.8em;
	margin:15px 0;
	text-align:center;
}
.contactus .mainbox #cnmore {
	font-size: .85em;
    padding: 10px 10px;
	display:block;
    margin: 25px auto 0px auto;
	width:50%;
}
/* contactus */

}


@media all and (max-width: 449px) {

	.ss-style-triangles::before {
    top: -30px;
    background: #f1f1f1;
}
/* welcome */
#wrappers #content .welcome {
	padding-bottom:20%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .welcome .welcome-into {
	width:95%;
	font-size:.85em;
	margin:auto;
	line-height:1.5em;
	padding:15px;
}
#wrappers #content .welcome .welcome-into .welcome-right {
    display:none;
}
#wrappers #content .welcome .welcome-into .welcome-right img {
    width: 280px;
}
#wrappers #content .welcome .welcome-into .welcome-left {
    display:block;
    width: 100%;
    margin: 1% auto;
}
#wrappers #content .welcome .welcome-into .welcome-left p{
    padding:0 15px;
}
#wrappers #content .welcome .welcome-into .welcome-left h4 {
	position: relative;
    font-size: 2.35em;
    margin-top:15px;
    margin-bottom:5px;
}
#wrappers #content .welcome .welcome-into .welcome-left a{
	margin-top:15px;
	margin-bottom:10px;
	width:50%;
	padding:5px 5px;
	font-size:1em;
}
/* welcome */
/* goals */
#wrappers #content .goals {
	padding-bottom:3%;
	padding-top:3%;
	width:100%;
	margin:auto;
}
#wrappers #content .goals .goals-into {
   width:95%;
	margin:auto;
}
#wrappers #content .goals h3 {
	position: relative;
    font-size: 2.25em;
    margin-top:15px;
    margin-bottom:25px;
}
#wrappers #content .goals .box {
   width:100%;
   margin:5% auto;
   display:block;
}
#wrappers #content .goals .box img {
    width:70px;
	margin:10px auto;
}
#wrappers #content .goals .box figure {
	height:250px;
}
.ss-style-triangles::after {
    bottom: -30px;
    z-index: 10;
    background: inherit;
}
.ss-style-triangles::before, .ss-style-triangles::after {
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
#wrappers #content .goals .box h5 {
    font-size:1em;
	margin-top:25px;
	width:90%;
}
#curveUpColor, #curveDownColor {
    height:40px!important;
}
/* goals */
/* news */
#wrappers #content .news {
	padding-bottom:3%;
	padding-top:20%;
	width:100%;
	margin:auto;
}
#wrappers #content .news .news-into {
    width:95%;
	margin:auto;
}
#wrappers #content .news h3 {
	position: relative;
    font-size: 2.25em;
    margin-top:15px;
    margin-bottom:25px;
}
.news .news-into .news_box {
	display:block;
	width:100%;
	margin:1% auto;
	padding:2% .5%;
	border-bottom:solid 1px #ffd263;
}
.news .news-into .news_box .imgLiquid {
	display:block;
	width:100%;
	height:250px;
	margin:auto;
}
.news .news-into .news_box .info {
	display:block;
	width:100%;
	margin:20px auto;
	vertical-align:top;
	padding:0 10px;
}
.news .news-into .news_box .info h4 {
	font-size:1em;
	margin-top:10px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info span {
	font-size:.85em;
	margin-top:10px;
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
}
.news .news-into .news_box .info .dates {
	font-size:.9em;
	margin-top:10px;
	display:inline-block;
	width:90%;
}
.news .news-into .news_box .info .desc {
	display:inline-block;
	width:100%;
	font-size:.9em;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	height:70px;
}
.news .news-into .news_box .info a {
	display: inline-block;
    font-size: .8em;
    padding: 5px 10px;
    margin: 25px 0px 0px 0px;
    position: relative;
	text-align:center;
	width:33%;
}
.news #newsmore {
	font-size: .9em;
    padding: 5px 10px;
    margin: 25px auto 0px auto;
	width:50%;
}
/* news */	
/* contactus */
#wrappers #content .contactus {
	padding:3% 0;
	height:400px;
}
#wrappers #content .contactus .mainbox {
	width:100%;
	padding:2%;
	position:relative;
	display:block;
	margin:15px auto auto auto;
}
#wrappers #content .contactus .mainbox h3 {
	font-size:2.5em;
	margin:0;
	text-align:center;
}
#wrappers #content .contactus .mainbox  {
	font-size:.8em;
	margin:15px 0;
	text-align:center;
}
.contactus .mainbox #cnmore {
	font-size: .85em;
    padding: 10px 10px;
	display:block;
    margin: 25px auto 0px auto;
	width:50%;
}
/* contactus */
}

/*///////////////////////////////////////////////slider/////////////////////////*/
/*slider*/
.main-carousel {
    margin-bottom: 80px;
    background: #FAFAFA;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    color: #fff;
    background: #000;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #fff;
}
.main-carousel .main-carousel-cell div img {
}
.main-carousel .main-carousel-cell div span {
	display:inline-block;
	background-color:rgba(00,00,00,.4);
	padding:15px 5px;
	max-width:1400px;
}
.main-carousel .main-carousel-cell div h1 {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#fff;
	font-weight:normal;
	text-align:center;
	line-height:1.4;
}
.main-carousel .main-carousel-cell div h2 {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#fff;
	font-weight:normal;
	text-align:center;
	line-height:1.4;
}
.main-carousel .main-carousel-cell div span a {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color:#ac1f2b;
	color:#fff;
	border:solid 1px #ac1f2b;
	text-decoration:none;
	margin:auto;
	display:block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.main-carousel .main-carousel-cell div span a:hover{
	background-color:#ebebeb;
	color: #333;
}
/*slider*/

@media all and (min-width: 1400px) {
	
/*slider*/
.main-carousel {
    margin-bottom: 0px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgLiquid {
	width:100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
.main-carousel .main-carousel-cell div span {
	width:600px;
	height:220px;
	top: 0;
    bottom: 0;
    right: 0;
	left: 0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.75em;
	margin:15px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1.35em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div span a{
	margin-top:25px;
	padding:10px 5px;
	font-size:1em;
	width:30%;
}
/*slider*/

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

/*slider*/
.main-carousel {
    margin-bottom: 0px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgLiquid {
	width:100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
.main-carousel .main-carousel-cell div span {
	width:550px;
	height:230px;
	top: 80px;
    bottom: 0;
    left: 0;
	right: 0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.7em;
	margin:15px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1.25em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div span a{
	margin-top:25px;
	padding:10px 5px;
	font-size:1em;
	width:30%;
}
/*slider*/

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/*slider*/
.main-carousel {
    margin-bottom: 0px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgLiquid {
	width:100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
.main-carousel .main-carousel-cell div span {
	width:550px;
	height:220px;
	top: 0;
    bottom: 0;
    left: 0;
	right: 0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.65em;
	margin:15px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1.25em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div span a{
	margin-top:25px;
	padding:10px 5px;
	font-size:1em;
	width:30%;
}
/*slider*/

}

@media all and (min-width: 768px) and (max-width: 1023px) {

/*slider*/
.main-carousel {
    margin-bottom: 0px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgLiquid {
	width:100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
.main-carousel .main-carousel-cell div span {
	width:550px;
	height:220px;
	top: 0;
    bottom: 0;
    left: 0;
	right:0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.5em;
	margin:15px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1.25em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div span a{
	margin-top:25px;
	padding:10px 5px;
	font-size:1em;
	width:35%;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.main-carousel {
    margin-bottom: 0px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 80vh;
}
.main-carousel .main-carousel-cell .imgLiquid {
	width:100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
.main-carousel .main-carousel-cell div span {
	width:500px;
	height:200px;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.5em;
	margin:20px auto 10px auto;
	text-align:center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1.15em;
	margin:10px auto;
	text-align:center;
}
.main-carousel .main-carousel-cell div span a{
	margin-top:25px;
	padding:10px 5px;
	font-size:1em;
	width:35%;
	display:block;
}
/*slider*/

}

@media all and (min-width: 450px) and (max-width: 599px) {

/*slider*/
.main-carousel {
    margin-bottom: 0px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 100vh;
}
.main-carousel .main-carousel-cell .imgLiquid {
	width:100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 800px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 100vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 100vh;
}
.main-carousel .main-carousel-cell div span {
	width:70%;
	height:250px;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.35em;
	margin:20px auto 10px auto;
	text-align:center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1.15em;
	margin:10px auto;
	text-align:center;
}
.main-carousel .main-carousel-cell div span a{
	margin-top:25px;
	padding:10px 5px;
	font-size:1em;
	width:100%;
	display:block;
}
/*slider*/

}

@media all and (max-width: 449px) {
	
/*slider*/
.main-carousel {
    margin-bottom: 0px;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 50vh;
}
html[data-useragent*='Safari'] .main-carousel-cell {
    height: 500px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 50vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 50vh;
}
.main-carousel .main-carousel-cell .imgLiquid {
	width:100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgLiquid {
    height: 50vh;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgLiquid {
    height: 500px;
} 
html[data-useragent*='IE'] .main-carousel-cell .imgLiquid {
   height: 50vh;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgLiquid {
    height: 50vh;
}
.main-carousel .main-carousel-cell div span {
	width:75%;
	height:250px;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.25em;
	margin:20px auto 10px auto;
	text-align:center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1.15em;
	margin:10px auto;
	text-align:center;
}
.main-carousel .main-carousel-cell div span a{
	margin-top:25px;
	padding:10px 5px;
	font-size:1em;
	width:100%;
	display:block;
}
/*slider*/
	
}	