@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,600,700);
body {
	background:#FFF;
	color:#737a7f;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	vertical-align:bottom;
	
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-family:'Raleway', sans-serif;
	color:#000;
	margin-bottom:10px;
	font-weight:bold;
	line-height:35px;
}

p { 
	color:#737a7f;
	margin:0;
	padding:0;
	font-family:'Roboto', sans-serif;
	font-size:1.5em;
	font-weight:300;
	line-height:1.8;
}

.text-boxs > p{
	color:#737a7f;
	margin:0;
	padding:0;
	font-family:'Roboto', sans-serif;
	font-size:1.1em;
	font-weight:300;
	line-height:1.8;
}

.row {
	max-width:1170px;
	margin:auto;
}
img {
	width:100%;
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
a {font-family:'Roboto', sans-serif;}
a:focus,
a:hover {
	text-decoration:none;
}
section .btn {
	background:#fcbe45;
	color:#FFF;
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
section .btn:hover {
	background:#000;
	color:#fff !important;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.form-control {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	margin-bottom:30px;
}
.form-control:focus {
	border-color:#333;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
::-webkit-input-placeholder {color:#999 !important;}
::-moz-placeholder {color:#999 !important;}
:-ms-input-placeholder {color:#999 !important;}
input:-moz-placeholder {color:#999 !important;}

#toTop {
	width:40px;
	height:40px;
	font-size:28px;
	color:#fff;
	background:#f15391;
	position:fixed;
	right:10px;
	bottom:20px;
	text-align:center;
}
#toTop a:focus,
a:hover {
	color:#fff;
}

.shr-section-title {
	color:#000;
	border-bottom:1px solid #fcbe45;
	padding-bottom:20px;
	margin-bottom:30px;
	display:inline-block;
	font-weight:700;
	font-size:32px;
	line-height:38px;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
	position:relative;
}
.shr-section-title span {
	color:#fcbe45;
}
.shr-section-title .shr-round {
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-4px;
	width:10px;
	height:10px;
	background:#000;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.shr-sub-title {
	text-align:center;
	margin-bottom:60px;
}
.shr-color {
	color:#fcbe45;
}

/************header start************/

.shr-header {width:100%;}
.navbar {
	background:transparent;
	margin-bottom:0px;
	min-height:70px;
	border:none;
}
.navbar-brand  >  img {
	display:inline-block;
}
.shr-logo {
	width:140px;
	height:auto;
	margin-top:35px;
	display:inline-block;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;

}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin-left:0px;
}
.navbar-brand {
	padding:10px 15px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
} 
.navbar-default .navbar-nav > .active > a {
	background:transparent;
	color:#fff;
	border-bottom:2px solid #fcbe45;
}
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:transparent;
	color:#FFF;
}
.navbar-default .navbar-nav > li > a {
	font-size:14px;
	font-weight:700;
	color:#C5C5C5;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:40px;
	margin-bottom:15px;
	margin-right:1px;
	margin-left:1px;
}

.navbar-default .navbar-nav > li > .select {
	font-size:14px;
	font-weight:700;
	color:#C5C5C5;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:40px;
	margin-bottom:15px;
	margin-right:1px;
	margin-left:1px;
}



.navbar-default .navbar-nav > li > a:hover {color:#FFF;}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {color:#fff;}
/*underline*/
.cmn-t-underline {
	position:relative;
	color:#ff3296;
}
.cmn-t-underline:after {
	display:block;
	position:absolute;
	left:0;
	bottom:-2px;
	width:0;
	height:2px;
	background-color:#fcbe45;
	content:"";
	transition:width 0.2s;
}
.cmn-t-underline:hover {
	color:#98004a;
}
.cmn-t-underline:hover:after {
	width:100%;
}
/*end underline*/

/*header style start*/
.top-nav-collapse {
	background:rgba(0, 0, 0, 0.3);
	top:0;
	position:fixed;
	z-index:999;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}
.top-nav-collapse:before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/bgs/pattern.png);
	background-repeat:no-repeat;
}
.top-nav-collapse .nav > li > a {
	margin-top:15px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}
.top-nav-collapse .shr-logo {
	margin-top:5px;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}
/*header style end*/

/************header end************/



/************hero start************/
.shr-hero-area {
	width:100%;
	/*
	padding-top:160px;
	*/
	position:relative;
}
.shr-hero-area:before {
	content:"";
	position:relative;
	height:100%;
	width:100%;
	z-index:0;
	left:0;
	top:0;
	/*
	background-image:url(images/bgs/pattern.png);
	background-repeat:repeat;
	*/
}
/*
.main-video:before {
	content:"";
	position:relative;
	height:100%;
	width:100%;
	z-index:0;
	left:0;
	top:0;

	background-image:url(images/bgs/pattern.png);
	background-repeat:repeat;

}
*/

.store {
    position: absolute;
	width:100%;
    bottom: 4%;
    z-index: 2;
}

.btn-width-m{
	position: absolute;
	width:93%;
    top: 7%;
	left:0;
	right:0;
	margin:0 auto;
    z-index: 2;
}

.main-title {
    position: absolute;
	width:100%;
    top: 9%;
    z-index: 2;
}

.text-w {
	color:#fff;
}

.main-title-m {
    position: absolute;
	width:100%;
    bottom: 0%;
    z-index: 2;
}

.main-title-m p {
    font-size:29px;\
	font-weight:500;
}

.shr-bg-opacity {
	background:url(images/bgs/pattern.png);
	background-repeat:repeat;
}
#hero {
	/*background:url(images/bgs/01.jpg) 50% 20% no-repeat;*/
	background-size:cover;
    background-color: #fcbe45;
	position:relative;
}
.shr-hero-area h1 {
	font-size:54px;
	color:#fff;
	font-weight:900;
	padding-top:100px;
	line-height:1.2;
	text-transform:uppercase;
}
.shr-hero-area .main-title > p {
    font-size: 20px;
    font-weight: 500;
	color:#fff;
	line-height:24px;
	margin-top:30px;
	margin-bottom:34px;
}

.main-title-m > p {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    line-height: 1px;
    margin-top: 23px;
    margin-bottom: 34px;
}

.shr-hero-area p {
    font-size: 40px;
    font-weight: 800;
	color:#fff;
	line-height:24px;
	margin-top:30px;
	margin-bottom:25px;
}

.main-title-m > p {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 7px;
    margin-top: 18px;
    margin-bottom: 25px;
}


.shr-hero-area .btn {
	font-size:17px;
	font-style:normal;
	background:#fcbe45;
	border:1px solid #fcbe45;
	letter-spacing:2px;
	padding:12px 25px 12px;
	margin-bottom:50px;
	margin-right:5px;
}
.shr-hero-area .btn:hover {
	background:#fff;
	color:#000 !important;
	border-color:#fff;
}
.shr-hero-area .shr-download-btn {
	background:none;
	border:1px solid #fff;
}
.shr-hero-content-img {}
.shr-hero-content-img img {}

/************hero end************/



/************welcome start************/
.shr-welcome-area {
	width:100%;
	padding:120px 0;
}
.shr-welcome-content {
	position:relative;
	/*
	margin-bottom:60px;
	*/
	text-align:left;
	/*
	padding-left:40px;
	*/
}
.shr-welcome-content i {
	font-size:45px;
	background:url(images/bgs/pattern.png);
	background-repeat:repeat;
	background-color:#656565;
	color:#fff;
	text-align:center;
	padding-top:23px;
	width:90px;
	height:90px;
	position:absolute;
	right:0px;
	top:10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.shr-welcome-content:hover i {
	transform:scale(1.1);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
/************welcome end************/



/************features start************/
.shr-features-area {
	width:100%;
	padding:120px 0px;
	background:url(./images/bgs/01.png) center center fixed, #fcbe45;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.shr-features-area:before {
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	left:0;
	top:0;
	   /* background-color: #1a191b;*/
	/*
	background-image:url(images/bgs/pattern.png);
	*/
	background-repeat:repeat;
}
.shr-features-area h2, .shr-features-area p, .shr-features-area h4 {
	color:#fff;
}
.shr-features-area .shr-sub-title {
 color:#fff;
}
.shr-features-area .shr-round {
	background:#fff;
}
.shr-left-features-text {
	text-align:right;
	margin-top:40px;
	margin-bottom:70px;
}
.shr-left-features-text i {
	font-size:55px;
	color:#fcbe45;
	margin-bottom:30px;
}
.shr-left-features-text p {
	font-size:14px;
	font-weight:normal;
}
.shr-features-img {
	width:318px;
	height:auto;
	margin:0 auto;
	margin-bottom:100px;
}
.shr-features-img img {
	
}
.shr-right-features-text {
	text-align:left;
	margin-top:40px;
	margin-bottom:70px;
}
.shr-right-features-text i {
	font-size:55px;
	color:#fcbe45;
	margin-bottom:30px;
}
.shr-right-features-text p {
	font-size:14px;
	font-weight:normal;
}

/************features end************/



/************pricing start************/
.shr-pricing-area {
	width:100%;
	padding:120px 0px 70px;
}
.shr-pricing-area .shr-table-col {
	margin-bottom:50px;
	text-align:center;
	background-color:rgba(0,0,0,.005);
	border:1px solid #e4e9ee;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-pricing-area .shr-table-col:hover {
	transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-table-col .shr-table-heading {
	background-color:#F3F3F3;
	padding:35px;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-table-col:hover .shr-table-heading {
	background:#fcbe45;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-table-col .shr-table-heading i {
	color:#000;
	font-size:30px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
.shr-table-col .shr-table-heading h2 {margin-bottom:0px;}
.shr-table-col:hover .shr-table-heading i,
.shr-table-col:hover .shr-table-heading h2 {
	color:#fff;
	border-color:#fff;
}
.shr-table-col h1 {
	color:#fcbe45;
	font-size:55px;
	font-weight:900;
	margin:30px 0px;
}
.shr-table-col h1 span {
	font-size:12px;
}
.shr-table-col .list-group {
	padding:30px 30px 0px 30px;
}
.shr-table-col .list-group .list-group-item {
	padding:15px;
	border:none;
	border-top:1px solid #e4e9ee;
}
.shr-table-col .shr-table-footer {
	background:#F3F3F3;
	padding:25px; 
	display:block;
	cursor:pointer;
}
.shr-table-col .shr-table-footer a {
	font-size:15px;
	color:#000;
	display:block;
	padding:10px 5px;
	font-weight:700;
}
.shr-table-col .shr-table-footer:hover a {
	color:#fcbe45;
}
/************pricing end************/



/************describe start************/
.shr-describe-area {
	width:100%;
	padding:120px 0px 0px;
	background:#f1f1f1;
}
.shr-describe-area .shr-discribe-col {
	margin-bottom:0px;
}
.shr-discribe-col h1 {
	font-size:45px;
	line-height:55px;
}
.shr-discribe-col p {
	margin-bottom:50px;
}
/************describe end************/



/************team start************/
.shr-team-area {
	width:100%;
	padding:120px 0px 70px;
	background:url(images/bgs/04.jpg) center center fixed;
	background-size:cover;
	position:relative;
}
.shr-team-area:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:url(images/bgs/pattern.png);
	background-repeat:repeat;
}
.shr-team-area h2 {
	color:#fff;
}
.shr-team-area .shr-round {
	background:#fff;
}
.shr-team-area .shr-sub-title {
	color:#fff;
}
.shr-team-col {
	margin-bottom:50px;
}
.shr-team-col .ih-item.square {
	width:100%;
	height:auto;
	border:none;
	box-shadow:none;
}
.shr-team-col .ih-item.square.effect6 .info h3 {
	background:rgba(17, 17, 17, 0.5);
}
.shr-team-col .shr-social-link {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:2px solid #fff;
}
.shr-team-col .shr-social-link i {
	width:35px;
	height:35px;
	font-size:17px;
	padding-top:8px;
	text-align:center;
	color:#fff;
	background:#fcbe45;
	border:1px solid #fcbe45;
	margin-left:5px;
	margin-right:5px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-team-col .shr-social-link i:hover {
	background:none;
	color:#fcbe45;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
/************team end************/



/************contact start************/
.shr-contact-area {
	width:100%;
	padding:120px 0px;
	background:url(./images/bgs/02.png) center center fixed, #fcbe45;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.shr-contact-area:before {
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	left:0;
	top:0;
	/*
	background-image:url(images/bgs/pattern.png);
	*/
	background-repeat:repeat;
}
.shr-contact-area h2, .shr-contact-area p, .shr-contact-area h4 {
	color:#fff;
}
.shr-contact-area .shr-sub-title {
 color:#fff;
}
.shr-contact-area .shr-round {
	background:#fff;
}
.shr-left-contact-text {
	text-align:right;
	margin-top:40px;
	margin-bottom:70px;
}
.shr-left-contact-text i {
	font-size:55px;
	color:#fcbe45;
	margin-bottom:30px;
}
.shr-left-contact-text p {
	font-size:14px;
	font-weight:normal;
}
.shr-contact-img {
	width:318px;
	height:auto;
	margin:0 auto;
	margin-bottom:100px;
}
.shr-contact-img img {
	
}
.shr-right-contact-text {
	text-align:left;
	margin-top:40px;
	margin-bottom:70px;
}
.shr-right-contact-text i {
	font-size:55px;
	color:#fcbe45;
	margin-bottom:30px;
}
.shr-right-contact-text p {
	font-size:14px;
	font-weight:normal;
}



/************news start************/
.shr-news-area {
	width:100%;
	/*
	padding:120px 0px;
	*/
	background:url(images/bgs/bg-img.png);
	background-repeat:repeat;
	
}
.shr-news-col {
	/*margin-bottom:50px;
	background:#f1f1f1;
	padding:30px;*/
}
.shr-news-content {
	position:relative;
	/*padding-left:140px;*/
}
.shr-news-content .shr-awesome {
	width:100px;
	height:100px;
	position:absolute;
	left:0px;
	top:-15px;
	font-size:50px;
	color:#fcbe45;
	padding-top:20px;
	border:2px solid #333;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-news-col:hover .shr-news-content .shr-awesome {
	-webkit-transform:rotateZ(360deg);
	-ms-transform:rotateZ(360deg);
	-moz-transform:rotateZ(360deg);
	transform:rotateZ(360deg);
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-news-content h3 {
	text-transform:uppercase;
}
.shr-news-info {
	margin:10px 0px;
}
.shr-news-info ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.shr-news-info ul li {
	float:left;
	margin-right:20px;
}
.shr-news-info ul li i {
	color:#fcbe45;
	margin-left:5px;
}
/************news end************/



/************twitter start************/
.shr-twitter-area {
	width:100%;
	padding:30px 0px;
	background:#fcbe45;
	position:relative;
}
.shr-twitter-area i {
	width:60px;
	height:60px;
	background:#fcbe45;
	font-size:38px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:50%;
	top:-60px;
	margin-left:-30px;
	padding-top:10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
/************twitter end************/



/************subscribe start************/
.shr-subscribe-area {
	width:100%;
	padding:120px 0px 120px;
	background:url(images/bgs/03.jpg) center center fixed;
	background-size:cover;
	position:relative;
}
.shr-subscribe-area:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/bgs/pattern.png);
	background-repeat:repeat;
}
.shr-subscribe-area h2 {
	color:#fff;
}
.shr-subscribe-area .shr-round {
	background:#fff ;
}
.shr-subscribe-area .shr-sub-title {
	color:#fff;
}
.shr-subscribe-area .navbar-form .form-group {
}
.shr-subscribe-area .form-control {
	margin-bottom:0px;
	border:none;
	box-shadow:none;
}
.shr-subscribe-area .navbar-form .form-group .btn {
	color:#fff;
	border:1px solid #fcbe45;
}
.shr-subscribe-area .navbar-form .form-group .btn:hover {
	background:#84ae39;
}
/************subscribe end************/



/************plus start************/
.shr-plus-area {
	width:100%;
	padding:120px 0px;
	background:url(images/bgs/bg-img.png);
	background-repeat:repeat;
	
}

/************plus end************/




/************footer start************/
.shr-footer-area {
	width:100%;
	
	padding:40px 0px;
	/*
	background-image:url(images/bgs/pattern.png);
	*/
	background-repeat:repeat;
	background-color:rgba(0,0,0,.8);
}
.shr-footer-btn {
	margin-bottom:50px;
}
.shr-footer-btn .btn {
	font-size:20px;
	font-weight:300;
	padding:20px 20px 20px 20px;
	color:#fff;
	border-color:rgba(0,0,0,.1);
	background-color:rgba(0, 0, 0, 0.35);
	border-radius:0px;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-footer-btn .btn:hover {
	background:#070707;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-footer-btn i {
	font-size:30px;
	margin-left:10px;
	margin-right:10px;
}
.shr-socila-grup {
	border-top:1px solid rgba(0,0,0,.3);
	padding-top:50px;
	padding-bottom:10px;
}
.shr-socila-grup i {
	width:70px;
	height:70px;
	font-size:20px;
	line-height:70px;
	color:#fff;
	margin:5px;
	text-align:center;
	border-color:rgba(0,0,0,.1);
	background-color:rgba(0, 0, 0, 0.35);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.shr-socila-grup i:hover {
	background:#fcbe45;
}
.shr-copyright-text {
	color:#d9e2e9;
	font-size:14px;
}
.shr-copyright-text a {
	color:#797979;
	border-right:1px solid #797979;
	padding:0 12px 0 10px;
}
.shr-copyright-text a:last-child {
	border-right:none;
}
.shr-copyright-text a:hover {
	color:#fcbe45;
}


/************footer end************/

.border-w {max-width:80%;margin:0 auto;}
.ph-size {
	border:2px solid #e5e5e5;
	border-radius:20px;
	padding:10px;
	margin-bottom:13px;
}

/* policy */
.text-left {
	text-align:left;
}
.policy {
	font-size:14px;
	line-height:26px;
	font-weight:400;
	padding-top:30px;
}
.text-boxs  >  a {
	color:#000!important;
}
.text-boxs  >  a:hover {
	color:#fcbe45!important;
}
.text-boxs {
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
	padding-bottom:20px;
}
.p-title {
	font-size:15px;
	font-weight:600;
	color:#000;
}
.last-bt {border-bottom:none;}
.text-in {padding-left:15px;}
.person-in-c {padding-left:20px;}

.portfolio-box {
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
}

@media screen and (max-device-width: 480px) { 
	.btn-pp {padding: 12px 40px 12px !important;}
	.btn-p {padding: 12px 48px 12px !important;}
	
	.popup-gallery > p {margin-bottom: 35px;}
	
	.shr-news-col {padding: 0px;}
}

@media screen and (min-device-width: 950px) { 
	.btn-width{
		
	max-width: 540px;
    margin: 0 auto;
	}
	
	.top-nav-collapse .nav > li > .select-befor {
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	}

}

.main-video {
	width: 100%;
    height: 100%;
    z-index: 1;
	position:relative;
}

.countdown_first {
	font-size:75px!important;
	font-weight:900!important;
	color: #fff;
    margin: 8px 0;
	/*
	background: -webkit-linear-gradient(-45deg, #FBFE79 33%, #FBA369 50%, #F93CB0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
}

/* select */
select { 
width: 150px; /* ¿øÇÏ´Â ³Êºñ¼³Á¤ */ 
color:#fff;
padding: .8em .5em; /* ¿©¹éÀ¸·Î ³ôÀÌ ¼³Á¤ */ 
font-family: inherit; /* ÆùÆ® »ó¼Ó */ 
background: url(./images/others/angle-arrow-down.png) no-repeat 95% 50%; /* ³×ÀÌÆ¼ºê È­»ìÇ¥ ´ëÃ¼ */ 
border: 1px solid #fff; 
border-radius: 0px; /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */ 
-webkit-appearance: none; /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */ 
-moz-appearance: none; appearance: none; }

/**/

.welcome_title {
	margin-top:188px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 69px;
    font-size: 48px;
	
}

.welcome_title2 {
	margin-top:300px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 69px;
    font-size: 48px;
	
}

/* select box */

.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 0.18em 2em;
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:hover {
  background: #34383c;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li:hover {
  background: #4ebbf0;
  color: #fff;
}




@media (min-width:0px) and (max-width:590px) { 
	.shr-copyright-text a {
		color:#797979;
		border-right:none;
		padding:0 12px 0 8px;
	}
		
	.welcome_title {
		margin-top: 0px;
		padding: 0;
		font-family: 'Raleway', sans-serif;
		color: #000;
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 52px;
		font-size: 32px;
	}

	.welcome_title2 {
		margin-top: 10px;
		padding: 0;
		font-family: 'Raleway', sans-serif;
		color: #000;
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 69px;
		font-size: 32px;
	}

	.shr-welcome-content{
		padding-left: 0px;
	}
	
	.select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 325px;
    color: #cccccc;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;}
	
	.shr-contact-area{
	background:url(./images/bgs/02.png) center center fixed, #fcbe45;
	}
	
	.text-center, .text-left {text-align:center!important;}
	
	.text-left-m {text-align:left!important;}
	
	.navbar-default .navbar-nav > li > .select {
    font-size: 14px;
    font-weight: 700;
    color: #C5C5C5;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 auto;
	}
	
	.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 0.3em 2em;
  border-radius: 2px;
  cursor: pointer;
	}
	
	.countdown_first {
	font-size:45px!important;
	font-weight:500;
	color: #fff;
    margin: 7px 0;
	}
	
	.countdown_m {
	font-size: 19px!important;
	}
}

@media (max-width: 991px) and (min-width: 0px){
.m-b {margin-bottom: 50px;}
}
.n-main-p {padding:102px 0;}

td > a:hover {color:#000;}

/*modal*/
.android-c {color:#a5c63b;vertical-align: text-top;}
.apk-box {
	display: block;
    margin-top: 36px;
	margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #cecece;
    border-radius: 15px;
    background: white;
}
.bg-notice {background:#fbfbfb;}
.txt_main {
    display: block;
    margin: 5px auto 10px auto;
    font-size: 15px;
    line-height: 20px;
    color: #4c4e51;
    text-align: center;
    letter-spacing: -1px;
}
.txt_sub {
    display: block;
    margin-top: -2px;
    color: #888c91;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
}
.apk-num{
	display: inline-block;
    width: 45px;
    height: 45px;
    margin-top: -25px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
	}
.d-mark {width: 15px;vertical-align: text-top;}	
.img01 {background: url(./images/modal/num_01.png) no-repeat;}
.img02 {background: url(./images/modal/num_02.png) no-repeat;}
.img03 {background: url(./images/modal/num_03.png) no-repeat;}
.img04 {background: url(./images/modal/num_04.png) no-repeat;}
.img05 {background: url(./images/modal/num_05.png) no-repeat;}
.img06 {background: url(./images/modal/num_06.png) no-repeat;}
.img07 {background: url(./images/modal/num_07.png) no-repeat;}

.apk-img {
    display: inline-block;
    width: 300px;
    margin-bottom: 20px;
    -webkit-background-size: 300px 61px;
    background-size: 300px 61px;
}
.img001 {background: url(./images/modal/img_01.png) no-repeat; height:61px;}
.img002 {background: url(./images/modal/img_02.png) no-repeat; height:132px;}
.img003 {background: url(./images/modal/img_03.png) no-repeat; height:150px;}
.img004 {background: url(./images/modal/img_04.png) no-repeat; height:151px;}
.img005 {background: url(./images/modal/img_05.png) no-repeat; height:286px;}
.img006 {background: url(./images/modal/img_06.png) no-repeat; height:294px;}
.notice_ul {
    margin-top: 8px;
    margin-left: 25px;
    margin-bottom: 20px;
    padding: 0 10px 0 4px;
    text-align: justify;
}
.notice_li {
    color: #636567;
    font-size: 12px;
    line-height: 1.4;
    text-indent: -8px;
    margin-bottom: 5px;
}

/*modal*/

.pt-5 {padding-top:5px;}

.modal-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.modal-logo {
	float: left;
    width: 57px;
    height: 57px;
    margin-right: 15px;
}

.modal-app {
	text-align: left;
	font-size: 15px;
}
.modal-app > span {
	font-size: 11.5px;
}

.modal-down {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.modal-down a span {
	border: 2px solid #FF816B;
    border-radius: 20px;
    padding: 7px 20px;
    background: #FF816B;
    color: #fff;
}
.apk-box-img1 {
	width: 140px;
    vertical-align: middle;
    display: table-cell;
}

.apk-box-img1 > span {
	position: relative;
    width: 134px;
    height: 159px;
    display: block;
}

.apk-box-text1 {
	vertical-align: middle;
    display: table-cell;
    text-align: left;
}

.apk-box-text1 > span {
	font-size: 11px;
    color: #8e8e8e;
    line-height: 15px;
    display: block;
}

.em {
	position: absolute;
    left: 0;
    top: 0;
    width: 134px;
    height: 159px;
    display: block;
    -webkit-animation: fade-out 3s ease-out infinite both;
	animation: fade-out 3s ease-out infinite both;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
	opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
	opacity: 0;
  }
}

.apk-box-img2 {
	width: 140px;
    vertical-align: middle;
    display: table-cell;
}

.apk-box-img2 > span {
	position: relative;
    width: 134px;
    height: 159px;
    display: block;
}

.apk-box-point1 {
	position:absolute; width:30px; height:30px; left:104px; top:81px; background:#000000; opacity:0; display:block;
	-webkit-border-radius:50%; -webkit-transform-origin:center center; -webkit-transform:scale(0); -webkit-animation:keyfocusani 2s linear infinite;
	border-radius:50%; transform-origin:center center; transform:scale(0); animation:keyfocusani 2s linear infinite;
}

.apk-box-point2 {
	left: 81px;
    top: 115px;
}

@keyframes keyfocusani {
	0% { transform:scale(0.2); opacity:0; }
	79% { transform:scale(0.2); opacity:0; }
	80% { transform:scale(0.2); opacity:0.15; }
	100% { transform:scale(1.2); opacity:0; }
}

.apk-box {
	display: block;
    margin-top: 36px;
	margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    background: white;
}
.bg-notice {background:#fbfbfb; border: 1px solid #fbfbfb;}

.txt_sub {
    display: block;
    margin: -2px 0 3px 0;
    color: #888c91;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
}
.apk-num {
	display: inline-block;
    width: 45px;
    height: 45px;
    margin-top: -25px;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
	}

.img01 {background: url(./images/modal/num_01.png) no-repeat;}
.img02 {background: url(./images/modal/num_02.png) no-repeat;}
.img03 {background: url(./images/modal/num_03.png) no-repeat;}
.img04 {background: url(./images/modal/num_04.png) no-repeat;}
.img05 {background: url(./images/modal/num_05.png) no-repeat;}
.img06 {background: url(./images/modal/num_06.png) no-repeat;}
.img07 {background: url(./images/modal/num_07.png) no-repeat;}
.img08 {background: url(./images/modal/num_08.png) no-repeat;}
.img09 {background: url(./images/modal/num_09.png) no-repeat;}

.img001 {background: url(./images/modal/img_01.png) no-repeat; height:61px;}
.img002 {background: url(./images/modal/img_02.png) no-repeat; height:132px;}
.img003 {background: url(./images/modal/img_03.png) no-repeat; height:291px;}
.img004 {background: url(./images/modal/img_04.png) no-repeat; height:150px;}
.img005 {background: url(./images/modal/img_05.png) no-repeat; height:151px;}
.img006 {background: url(./images/modal/img_06.png) no-repeat; height:286px;}
.img007 {background: url(./images/modal/img_07.png) no-repeat; height:294px;}

.notice_ul {
    margin-top: 8px;
    margin-left: 25px;
    margin-bottom: 20px;
    padding: 0 10px 0 4px;
    text-align: justify;
	list-style: decimal;
}
.notice_li {
    color: #636567;
    font-size: 12px;
    line-height: 1.4;
    text-indent: -8px;
    margin-bottom: 5px;
}

.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 3 both;
	animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 3 both;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

.shr-download-area {
	padding: 50px 0;
    background: #fbfbfb;
}

.m-hidden-down {
	margin-top:30px;
}