/* ================================================== */



@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url("../fonts/font-awesome/css/font-awesome.css");
@import url("../fonts/elegant_font/HTML_CSS/style.css");
@import url("../fonts/et-line-font/style.css");

/
/* body */


/* ================================================== */

html {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	background: #fff;
}
body {
	font-family:"Nunito", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #8492a6;
	line-height: 1.4rem;
	padding: 0;
	display: none;
}
body.boxed {
	margin: 30px;
	overflow: hidden;
	border:solid 1px #eee;
}
body .owl-stage .owl-item {
    display: inline-block;
}
#wrapper {
	overflow: hidden;
}
.de-navbar-left #wrapper {
	overflow: visible;
}
a,a:hover{
	text-decoration:none;
}

/* ================================================== */


/*  header	*/


/* ================================================== */

header {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1001;
	background: #2b313f;
	margin:0;	
	height:90px;
	/*border-bottom:solid 1px rgba(255,255,255,0);*/
}
header.smaller.has-topbar{
	height:105px;
}
header.header-s1{
	/*border-bottom:solid 1px rgba(255,255,255,.2);*/
	top:0;
}
header .info {
	display: none;
	color: #fff;
	padding: 10px 0 10px 0;
	width: 100%;
	z-index: 100;
	background: #242424;
}
header .info .col {
	display: inline-block;
	font-size: 12px;
}
header .info .col {
	padding-right: 30px;
}
header .info .col:last-child {
	padding-right: 0px;
}
header .info i {
	font-size: 14px;
	margin-right: 15px;
}
header .info .social.col {
	border: none;
}
header .info .social i {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	float: none;
	padding: 0 10px 0 10px;
	margin: 0;
}
header .info strong {
	font-size: 12px;
}
header.header-bg {
	background: rgba(0, 0, 0, 0.5);
}
header.transparent {
	background: none;
}
body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
	background: rgba(255, 255, 255, 0.0);
}
header.autoshow {
	top: -120px;
	height: 70px !important;
}
header.autoshow.scrollOn, header.autoshow.scrollOff {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
}
header.autoshow.scrollOn {
	top: 0;
}
header.autoshow.scrollOff {
	top: -120px;
}
header div#logo {
	display: inline-block;
	height: 100%;
	font-family: "Oswald", sans-serif;
	color: white;
	line-height:86px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .logo-2 {
	display: none;
}
header .logo-scroll {
	display: none;
}
header .logo, header .logo-2{
	font-family:"Nunito";
	color:#fff;
	font-size:40px;
	font-weight:300;
}
header .logo-2{
	color:#333;
}
header.header-full nav{
	float: left;
}
header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header nav a:hover {
	color: #555;
}
header.smaller #mainmenu ul ul {
	top: 0px;
}
header.smaller {
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0px;
	padding:0;
	-webkit-box-shadow: 0 4px 6px 0 rgba(10,10,10, 0.05);
	-moz-box-shadow: 0 4px 6px 0 rgba(10,10,10, 0.05);
	box-shadow: 0 4px 6px 0 rgba(10,10,10, 0.05);
	border:0;
}
header.smaller .btn-rsvp {
	height: 100px;
	padding-top: 55px;
}
.boxed header.smaller {
	margin-top: 0px;
}
header.smaller div#logo,
header.s2 div#logo {
	
}
header.smaller.scroll-light {
	background: #ffffff;
	/*border-bottom:solid 1px #eeeeee;*/
}
header:not(.header-light).smaller.scroll-light div#logo .logo {
	display: none;
}
header.smaller.scroll-light div#logo .logo-2 {
	display: inline-block;
}
header.smaller.scroll-light div#logo .logo-scroll {
	display: inline-block;
}
header.smaller.header-light div#logo .logo {
	display: none;
}
header.smaller.scroll-light .social-icons i{
	color:#333;
}
header.smaller.scroll-light #mainmenu a{
	color:#35404e;
}
header.smaller.scroll-light #mainmenu li li a:hover{
	color:#ffffff;
}
.logo-smaller div#logo {
	width: 150px;
	height: 30px;
	line-height: 65px;
	font-size: 30px;
}
.logo-smaller div#logo img {
	font-size: 30px;
}
.logo-smaller div#logo .logo-1 {
	display: none;
}
.logo-smaller div#logo .logo-2 {
	display: inline-block;
}
.logo-small {
	margin-bottom: 20px;
}
header.de_header_2 {
	height: 125px;
}
header.de_header_2.smaller {
	height: 70px;
}
header.de_header_2.smaller .info {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
header.header-full{
	padding-left:40px;
	padding-right:40px;
}

header .header-row{
	text-align:center;
}

header .header-col{
	position: relative;
	height:100%;
}

/* left col header */
header .header-col.left{
	float:left;
	padding:0 30px 0 0;
	/* border-right:solid 1px rgba(255,255,255,.2); */
}
/* middle col header */
header .header-col.mid{
	float:right;
}

header .header-col.mid .social-icons{
	float:right;
	/* border-left:solid 1px rgba(255,255,255,.2); */
	padding:0 30px 0 30px;
}


.header-col-right{
	text-align:right;
}


/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
	display:inline-block;
	font-family: "Nunito";
	font-size: 16px;
	margin:0 auto;
	float:none;
	padding-right:20px;
	height:70px;
}
#mainmenu ul {
	margin: 0px 0px;
	padding: 10px;
	height: 30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;	
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 30px 0px rgba(20,20,20, 0.1);
	-moz-box-shadow: 2px 2px 30px 0px rgba(20,20,20, 0.1);
	box-shadow: 2px 2px 30px 0px rgba(20,20,20, 0.1);
}
#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}
#mainmenu > li{
	font-weight:500;
}
#mainmenu a {
	display: inline-block;
	padding:30px 18px;
	padding-top:29px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	outline: none;
	border-radius:5px;
}
#mainmenu a span{
	color:#ffffff;
	display:inline-block;
	margin-left:10px;
	padding:3px 5px 2px 5px;
	font-size:10px;
	text-transform:uppercase;
	line-height:14px;
	border-radius:3px;
}
#mainmenu li li a span{
	float:right;
	margin-top:5px;
}
#mainmenu a.active span{
	width:100%;
	margin-left:0%;
}
.header-light #mainmenu>li>a {
	color: #222;
	font-weight:600;
}
#mainmenu li li{
	font-size:14px;
}
#mainmenu li li:last-child {
	border-bottom: none;
}
#mainmenu li li a {
	padding: 5px 15px;
	border-top: none;
	color: #35404e;
	width: 100%;
	border-left: none;
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px rgba(255,255,255,.1);
}
#mainmenu li li a:hover {
	color: #111;
}
#mainmenu li li a:after {
	content: none;
}
#mainmenu li li li a {
	padding: 2px 15px 2px 15px;
	background: #171A21;
}
#mainmenu li li a:hover, #mainmenu ul li:hover>a {
	color: #fff;
	background: #1a8b49;
}
#mainmenu li ul {
	width: 210px;
	height: auto;
	position: absolute;
	left: 0px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}
#mainmenu li li {
	display: block;
	float: none;
	text-transform: none;
}
#mainmenu li:hover>ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
}
#mainmenu li ul ul {
	left: 100%;
	top: 0px;
}
#mainmenu li ul ul li a {
	background: #202020;
}
#mainmenu li:hover>ul {
	color: #1a8b49;
}
#mainmenu select {
	padding: 10px;
	height: 36px;
	font-size: 14px;
	border: none;
	background: #ff4200;
	color: #eceff3;
}
#mainmenu select option {
	padding: 10px;
}
#mainmenu .btn-type {
	padding: 0;
	margin: 0;
}
#mainmenu .btn-type a {
	background: #eee;
	padding: 0;
	margin: 0;
}

#mainmenu > li ul.mega{
	position:fixed;
	left:0;
	height:0%;
	width:100%;
	visibility: hidden;
	opacity: 0;
	overflow:hidden;
	padding-left:40px;
	padding-right:40px;
	}
	#mainmenu li:hover ul.mega{
	visibility: visible;
	opacity: 1;
	}
	#mainmenu li ul.mega > li,
	#mainmenu li ul.mega > li a{
		width:100%;
	}
	#mainmenu li ul.mega li.title{
		padding:0px 10px 15px 10px;
		text-align:left;
		color:#fff;
		font-weight:bold;
	}
	#mainmenu li ul.mega > li ul{
		position:static;
		visibility: visible;
		opacity: 1;
		left:0;
		float:none;		
		width:100%;
	}
	#mainmenu ul.mega > li ul li{
		margin:0;
		padding:0;
	}
	
	#mainmenu ul.mega > li ul li:last-child{
		border-bottom:solid 1px #333333;
	}

	#mainmenu li ul.mega .menu-content{
		background:#171A21;
		padding:30px;
	}
	header.header-mobile #mainmenu > li ul.mega{
	visibility: visible;
	opacity: 1;
}
	header:not(.header-mobile) #mainmenu > li:hover ul.mega{
		height:auto;
	}

/* menu toggle for mobile */

#menu-btn {
	display: none;
	float: right;
	margin-top: -3px;
	width: 32px;
	height: 32px;
	padding: 4px;
	text-align: center;
	cursor: pointer;
	color:#fff;
	margin-left:20px;
}
#menu-btn:before {
	font-family: FontAwesome;
	content: "\f0c9";
	font-size: 20px;
}
#menu-btn:hover {
	background: #fff;
}
#menu-btn:hover:before {
	color: #222;
}
header.header-mobile.header-light, header.header-mobile.header-light #menu-btn, header.header-mobile.header-light #menu-btn:hover {
	background: none;
}
header.header-mobile.header-light #menu-btn {
	color: #222;
}



#section-banner{min-height: 400px; margin-top:90px; padding:0px;}


/* ================================================== */


/* content */


/* ================================================== */

#content {
	width: 100%;
	background: #fff;
	padding:0;
	z-index: 100;
}
.de_light #content {
	background: #ffffff;
}
#content {
	background: #ffffff;
}

/* ================================================== */


/* section */


/* ================================================== */

section {
	padding: 60px 0 60px 0;
	position: relative;
}
section:not(.relative){
	
}
section.no-bg, #content.no-bg{
	background:none !important;
}
.bgcolor-variation{
	background:#f6f6f6;
}
.overlay-gradient {
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	padding: 90px 0 90px 0;
}

.section-fixed {
	position: fixed;
	width: 100%;
	min-height: 100%;
	height: auto;
}
.full-height {
	overflow: hidden;
}
#particles-js{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
}

/* ================================================== */


/* footer */


/* ================================================== */

footer {
	background: #071C26;
	color:#ffffff;
	padding: 20px 0 20px 0;
}

footer.footer-light{
	background:#fff;
}

footer.footer-light a{
	color:#8492a6;
}

footer.footer-black{
	background:#222222;
}


/* ================================================== */


/* ================================================== */


/* contact form */


/* ================================================== */

.error {
	clear:both;
	display: none;
	color: #e7505a;
	padding-top:20px;
}
.success {
	clear:both;
	display: none;
	color: #96c346;
	padding-top:20px;
}
.error img {
	vertical-align: top;
}
.full {
	width: 98%;
}
#contact_form textarea {
	height: 195px;
}
#contact_form.s2 textarea {
	height: 180px;
}


.form-underline input[type=text], .form-underline textarea, .form-underline input[type=email], .form-underline select {
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: solid 2px #bbbbbb;
	background: none;
	border-radius: 0;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.form-underline select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/ui/arrow-down-form.png') no-repeat 98% 60%;
}
.form-underline select:focus {
	background: url('../images/ui/arrow-down-form-hover.png') no-repeat 98% 60%;
}
.form-underline input[type=text], .form-underline textarea, .form-underline input[type=email], .form-underline select {
	color: #333;
	border-bottom: solid 1px #bbb;
}

.form-default input[type=text], .form-default textarea, .form-default input[type=email], .form-default select {
	padding: 10px;
	margin-bottom: 20px;
	background:rgba(255,255,255,.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-weight:400;
	font-size:18px;
}

#contact_form.form-default textarea{
	padding: 10px;
	height:170px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#form_subscribe input[type=text]{
	padding:8px 12px 9px 12px;
	width:80%;
	float:left;
	display:table-cell;
	border-radius:60px 0 0 60px;
	-moz-border-radius:60px 0 0 60px;
	-webkit-border-radius:60px 0 0 60px;
	border:none;
	background:rgba(255,255,255,.7);
	-webkit-box-shadow: 2px 2px 20px 0px rgba(20,20,20, 0.05);
	-moz-box-shadow: 2px 2px 20px 0px rgba(20,20,20, 0.05);
	box-shadow: 2px 2px 20px 0px rgba(20,20,20, 0.05);
}

#form_subscribe input[type=text]:focus{
	background:#ffffff;
}

#form_subscribe #btn-submit i{
	text-align:center;
	font-size:30px;
	float:left;
	width:20%;
	background:#171A21;
	color:#ffffff;
	display:table-cell;
	padding:5px 0 6px 0;
	border-radius:0 60px 60px 0 ;
	-moz-border-radius:0 60px 60px 0 ;
	-webkit-border-radius:0 60px 60px 0 ;
}
.form-default input[type=text]:focus, .form-default textarea:focus, .form-default input[type=email]:focus, .form-default select:focus{
	background:#f6f6f6;	
} 

.error_input{
	border-bottom:solid 1px #ff0000 !important;
}


/* ================================================== */


/* elements */


/* ================================================== */


/* address */


/* ------------------------------ */

address span i{
margin-top:5px;
margin-left:5px;
margin-right:15px;
}



address.s1 span{
	background:none;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:1.7em;
}
address.s1 span i{
	font-size:15px;
}



/* button and link */


/* ------------------------------ */

a {
	text-decoration: none;
}
.text-light a{
	color:#ffffff;
}



.btn-custom.btn-small {
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-fx.btn-custom {
	text-transform: normal;
}
a.btn-bg-dark {
	background: #222;
}
a.btn-text-light {
	color: #fff;
}
.btn-icon-left i {
	margin-right: 12px;
	color: #fff;
}
.btn-add_to_cart, a.btn-add_to_cart {
	border: solid 1px #bbb;
	font-size: 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 3px;
	padding-left: 40px;
	padding-right: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #555;
}

a.btn-custom, .btn-custom, a.btn-slider, .btn-slider {
	font-family: "Nunito";
	font-size: 12px;
	min-width: 120px;
}
a.btn-custom,a.btn-custom:active,a.btn-custom:focus,a.btn-custom:visited,
.btn-custom {
	color: #fff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 12px 30px;
	min-width: 120px;
	outline:0;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size:14px;
}
.btn-custom:hover {color: #fff;}


/* counter */


/* ------------------------------ */

.de_count {
	text-align: center;
	padding: 20px 0 10px 0;
	background: none;
}
.de_count h3 {
	font-size: 40px;
	letter-spacing: 0px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	line-height:.5em;
	font-weight:600;
}
.de_count.big h3{
	font-size:120px;
}
.de_count span {
	font-size: 12px;
	text-transform:uppercase;
}
.de_count i {
	display: block;
	font-size: 30px;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 100%;
	font-weight: lighter;
}
.de_count.small h4{
	font-size:28px;
	margin-bottom:0;
	
}

/* divider */


/* ------------------------------ */

.spacer-single {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}
.spacer-double {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}
.spacer-half {
	width: 100%;
	height: 15px;
	display: block;
	clear: both;
}

.spacer-10 {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}

.spacer-20 {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}

.spacer-30 {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}

.spacer-40 {
	width: 100%;
	height: 40px;
	display: block;
	clear: both;
}

.spacer-50 {
	width: 100%;
	height: 50px;
	display: block;
	clear: both;
}

.spacer-60 {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}

hr {
	display: block;
	clear: both;
	border-top: solid 1px #ddd;
	margin: 40px 0 40px 0;
}

/* dropcap */


/* ------------------------------ */

.dropcap {
	display: inline-block;
	font-size: 48px;
	float: left;
	margin: 10px 15px 15px 0;
	color: #eceff3;
	padding: 20px 10px 20px 10px;
}

/* heading */


/* ------------------------------ */


.form-border input[type=text], .form-border textarea, .form-underline input[type=email], .form-border input[type=password], .form-border select {
	padding: 8px;
	margin-bottom: 20px;
	border: none;
	border: solid 1px #cccccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color:#333;
}
.form-border input[type=text]:focus, .form-border textarea:focus, .form-underline input[type=email]:focus, .form-border select:focus{
background: #F5F9FD;
}

.form-subscribe{
	display:table;
	margin:0 auto;
}

.form-subscribe input[type=text]{
	display:table-cell;
	border: solid 1px rgba(255, 255, 255, .3);
	border-right:none;
	background: rgba(255, 255, 255, .1);
	padding:6px 20px 6px 20px;
	border-radius:60px 0 0 60px;
	height:40px;
	vertical-align:middle;
}
.form-subscribe .btn-custom{
	display:table-cell;
	border-radius:0 60px 60px 0;
	height:40px;
	vertical-align:middle;
}
.form-subscribe input[type=text]:hover{
	background: rgba(255, 255, 255, .3);
}

.field-set label{
	color:#35404e;
	font-weight:500;
}

/* heading */


/* ------------------------------ */

h1, h2, h4, h3, h5, h6,
.h1_big,
.h1,.h2,.h3,.h4,.h5,.h6,
footer.footer-light h5 {
	margin-top:0;
	font-family: "Nunito";
	font-weight: bold;
	color: #35404e;
}
footer h1, footer h2, footer h4, footer h4, footer h5, footer h6 {
	color: #fff;
}
h2.text-light, footer h4, footer h4, footer h5, footer h6 {
	color: #fff;
}
h1, .h1 {
	font-size: 52px;
	margin-bottom:20px;
	line-height:56px;
	letter-spacing:-1px;
}
h1 .label{
	display:inline-block;
	font-size:36px;
	padding:0 6px;
	margin-left:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.text-light {
	color: #ffffff;
}

.text-dark{
	color:#223044;
}

.pricing-s2.bg.text-light .top p{
	color:#fff;
}

.text-white,.de_light .text-white {
	color: #fff;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
	color: #fff;
}
.de_light .text-light h1, .de_light .text-light h2, .de_light .text-light h4, .de_light .text-light h4, .de_light .text-light h5, .de_light .text-light h6 {
	color: #fff;
}
.text-white h1, .text-white h2, .text-white h4, .text-white h4, .text-white h5, .text-white h6 {
	color: #fff;
}
.de_light .text-white h1, .de_light .text-white h2, .de_light .text-white h4, .de_light .text-white h4, .de_light .text-white h5, .de_light .text-white h6 {
	color: #fff;
}
.de_light h1, .de_light h2, .de_light h4, .de_light h4, .de_light h5, .de_light h6 {
	color: #202020;
}



.f-box i{
	font-size:36px;
}

.f-box.f-icon-rounded i{
	display:block;
	text-align:center;
	padding:22px;
	height:80px;
	border-radius:10px;
}

.f-box.f-icon-rounded:hover i{
border-radius:10px;
-webkit-box-shadow: 5px 5px 30px 0px rgba(20,20,20,0.2);
-moz-box-shadow: 5px 5px 30px 0px rgba(20,20,20,0.2);
box-shadow: 5px 5px 30px 0px rgba(20,20,20,0.2);
}


.f-box.f-icon-circle i{
	display:block;
	text-align:center;
	padding:22px 0;
	min-width:80px;
	height:80px;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
}

.f-box.f-icon-left {
	display:flex;
}

.f-box.f-icon-left i{
	margin-right:30px;
}

.f-box.f-icon-left .fb-text{
}


/* pagination */


/* ======================================== */

.pagination li a {
	font-size: 12px;
	color: #888;
	border: solid 1px #eee;
	border-right: none;
	background: none;
	padding: 15px 20px 15px 20px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.pagination li:last-child a {
	border-right: solid 1px #eee;
}

/* pricing table */


/* ================================================== */




.pricing-s1 {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#ffffff;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.05);
}
.pricing-s1 .top {
	padding: 30px;
	text-align: center;
}
.pricing-s1 .top h2 {
	font-size: 32px;
	letter-spacing:normal;
	line-height:1em;
	margin-bottom:0;
}
.pricing-s1 .top p.plan-tagline{
	margin:0;
	padding:0;
	font-size:18px;
}
.top .num {
	font-size:40px;
	font-weight:500;
}
.opt-2{
	display:none;
}
.pricing-s1 .top>* {
	margin: 0px;
}
.pricing-s1 .top .price{
	margin-top:40px;
	margin-bottom:30px;
}
.pricing-s1 .top .price .currency {
	font-size: 24px;
	vertical-align: top;
	display: inline-block;
}
.pricing-s1 .top .price b {
	color: #fff;
	font-family:"Nunito";
	font-weight:500;
}
.pricing-s1 .top .price .month {
	color: #fff;
	font-size:14px;
}
.pricing-s1 .top .price .txt{
	display:block;
	margin-bottom:10px;
	font-size:13px;
	color:rgba(255,255,255,.5);
}
.pricing-s1  .m,
.pricing-s1  .y{
	font-size:48px;
	font-weight:500;
}
.pricing-s1 .top .y{
	display:none;
}
.pricing-s1 .mid{
	padding:40px;
	padding-bottom:10px;
	text-align:center;
}
.pricing-s1 .bottom {
	border-top: 0px;
	text-align: center;
}
.pricing-s1 .bottom ul {
	display:block;
	list-style: none;
	list-style-type: none;
	margin:  30px 0;
	padding: 0px;
	text-align: left;
	overflow:hidden;
}
.pricing-s1 .bottom ul li {
	padding: 10px 30px;
	color:#505050;
}
.pricing-s1 .bottom ul li>span {
	color: #16A085;
	font-size: 20px;
	margin-right: 20px;
}
.pricing-s1.zebra .bottom ul li:nth-child(odd) {
	background: #ffffff;
}
.pricing-s1.zebra .bottom ul li:nth-child(even) {
	background: #F5F9FD;
}
.pricing-s1 .bottom>a {
	margin: 40px;
	width: auto;
}
.pricing-s1 .bottom i {
	margin-right: 10px;
}
.pricing-s1 .ribbon {
	width: 200px;
	position: absolute;
	top: 25px;
	left: -55px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: bold;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.pricing-s1.light {
	color:#222;
}
.pricing-s1.light .top {
	background: #f9f9f9;
	color: #222;
}
.pricing-s1.light .top h2 {
	color: #222;
}
.pricing-s1.light .top .price b,
.pricing-s1.light .top .price .txt {
	color: #222;
}

.pricing-s1.light .top .price .txt {
	color: #555;
}
.pricing-s1.light .top .price .month {
	color: #555;
}
.pricing-s1.light .top .price .currency {
	color: #555;
}
.pricing-s1.light .bottom {
	background: #eee;
}
.pricing-s1.light .bottom ul li>span {
	color: #16A085;
}
.pricing-s1.light .bottom ul li:nth-child(odd) {
	background: #ffffff;
}
.pricing-s1.light .bottom ul li:nth-child(even) {
	background: #f9f9f9;
}
.pricing-s1 .ribbon {
	color: #fff;
}
.pricing-s1.rec{
	-webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}

.pricing-s1 .action{
	text-align:center;
	padding:20px;
	background:#fcfcfc;
	border-top:solid 1px #eeeeee;
}

.pricing-s1 a.btn-custom{
	display:inline-block;
}





/* css attributes */


/* margin top */

.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}

/* margin bottom */

.mb0 {
	margin-bottom: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb0 {
	margin-bottom: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.ml0 {
	margin-left: 0;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.ml70 {
	margin-left: 70px;
}
.ml80 {
	margin-left: 80px;
}
.ml90 {
	margin-left: 90px;
}
.ml100 {
	margin-left: 100px;
}
.mr0 {
	margin-right: 0;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.mr70 {
	margin-right: 70px;
}
.mr80 {
	margin-right: 80px;
}
.mr90 {
	margin-right: 90px;
}
.mr100 {
	margin-right: 100px;
}

.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding40 {
	padding: 40px;
}
.padding50 {
	padding: 50px;
}
.padding60 {
	padding: 60px;
}
.padding70 {
	padding: 70px;
}
.padding80 {
	padding: 80px;
}
.padding100 {
	padding: 100px;
}
.pt0 {
	padding-top: 0;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pt70 {
	padding-top: 70px;
}
.pt80 {
	padding-top: 80px;
}
.pb0 {
	padding-bottom: 0;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pl130 {
	padding-left: 130px;
}

.pr20{
	padding-right:20px;
}

/* margin top */

.mt-10 {
	margin-top: -10px;
}
.mt-20 {
	margin-top: -20px;
}
.mt-30 {
	margin-top: -30px;
}
.mt-40 {
	margin-top: -40px;
}
.mt-50 {
	margin-top: -50px;
}
.mt-60 {
	margin-top: -60px;
}
.mt-70 {
	margin-top: -70px;
}
.mt-80 {
	margin-top: -80px;
}
.mt-90 {
	margin-top: -90px;
}
.mt-100 {
	margin-top: -100px;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.relative {
	position: relative;
	z-index: 1;
}
.overflow-hidden {
	overflow: hidden;
}
.width100 {
	width: 100%;
}
.border1 {
	border-width: 1px;
}
.bordertop {
	border-top: solid 1px #eee;
}
.borderbottom {
	border-bottom: solid 1px #eee;
}
.pos-top {
	position: relative;
	z-index: 1000;
}

/* ================================================== */





/* image position */


/* ================================================== */

.img-left {
	float: left;
	margin: 5px 15px 15px 0;
}
.img-right {
	float: right;
	margin: 5px 0 15px 15px;
}

/* transition */


/* ================================================== */

a, a:hover, .test-column, .test-column:hover {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}



/* ---- grid ---- */

.grid {
  width:100%;margin:5px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */

.grid-sizer {
  width: 5%;
}

.grid-item {
  position:relative;
  float: left;
  border:none;
  overflow:hidden;
  margin:0;
  padding:0;
}

.wow {
	visibility: hidden;
}
#back-to-top {
	position: fixed;
	bottom: -40px;
	right: 40px;
	z-index: 1020;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #f6f6f6;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	outline: none;
	opacity: 0;
}
#back-to-top:hover {
	background: #111;
}
#back-to-top.show {
	bottom: 40px;
	opacity: 1;
}
#back-to-top.hide {
	bottom: -40px;
}
#back-to-top:before {
	font-family: "FontAwesome";
	font-size: 14px;
	content: "\f176";
	color: #fff;
	position: relative;
	margin: 5px;
}

/* mouse scroll icon begin */

.mouse {
	position: absolute;
	width: 22px;
	height: 42px;
	bottom: 40px;
	left: 50%;
	margin-left: -12px;
	border-radius: 15px;
	border: 2px solid #fff;
	-webkit-animation: intro 1s;
	animation: intro 1s;
}
.scroll {
	display: block;
	width: 3px;
	height: 3px;
	margin: 6px auto;
	border-radius: 4px;
	background: #fff;
	-webkit-animation: finger 1s infinite;
	animation: finger 1s infinite;
}

/* --------------------------------------------------
	 * plugin
	 * --------------------------------------------------*/


/* ================================================== */


/* R E S P O N S I V E */


/* ================================================== */
	
@media only screen and (min-width: 1280px) {
	.container{
		min-width:1200px;
	}
}

@media(min-width:980px) and (max-width: 1199px) {
	#mainmenu li a:after {
		margin-left: 15px;
	}
	.pf_full_width.gallery_border .item, .pf_full_width.gallery_border.pf_2_cols .item, .pf_full_width.gallery_border.pf_3_cols .item {
		float: left;
		width: 23.95%;
	}
}

/* -------------------------------------------------- 
	design for 768px
	/* ================================================== */


@media only screen and (max-width: 992px) {	
	#section-banner{min-height: 200px; margin-top:30px; padding:0px;}


	.col-right{
	position:absolute;
	top:-82px;
	right:60px;
	width:140px;
	}
	
	.mb-sm-30{
		margin-bottom:30px;
	}
	
	.p-sm-30{
		padding:40px;
	}
	
	.pb-sm-0{
		padding-bottom:0;
	}
	
	.mb-sm-0{
		margin-bottom:0;
	}
	
	header .header-col{
		position:absolute;
		top:0;
	}
	header .header-col.mid{
		position:absolute;
		top:70px;
		width:100%;
		padding:0 0 0 0;
	}
	
	.text-center-sm {
		text-align: center;
	}
	#menu-btn {
		display: block;
		position: relative;
		float: right;
	}
	.header-col-left,.header-col-right{
		padding-top:16px;
	}
	.header-col-mid{
		position:absolute;
		top:90px;
		width:100%;
		padding:0 0 0 0;
	}
	header div#logo {
		line-height:32px;
	}
	header {
		display: none;
	}
	header .info {
		display: none;
	}
	header.header-bg {
		background: rgba(0, 0, 0, 1);
	}
	header, header.fixed {
		display: block;
		position: inherit;
		margin: 0;
		padding: 0;
		margin-top: 0;
		height: auto;
		background: #111111;
		padding: 15px 0 15px 0;
	}
	#de-sidebar {
		position: absolute;
		width: 100%;
		right: 1px;
	}
	header.side-header, .de_light header.side-header {
		position: absolute;
		display: block;
		height: 60px;
		top: 0;
		background: #000;
	}
	header.side-header #mainmenu {
		position: absolute;
		background: #000;
		margin: 0;
		top: 60px;
		left: 0;
		width: 100%;
	}
	header.side-header #logo .logo {
		display: none;
	}
	header.side-header #logo .logo-2 {
		display: inline-block;
		position: absolute;
		height: 30px;
		top: 15px;
		left: 40px;
	}
	header.side-header #menu-btn {
		position: absolute;
		top: 8px;
		right: 30px;
		height: 0;
		z-index: 2000;
		height: 35px;
	}
	header.side-header #mainmenu li {
		display: block;
	}
	header.side-header #mainmenu a, .de_light.de-navbar-left header #mainmenu>li>a {
		display: block;
		text-align: center;
		color: #fff;
	}
	.de_light.de-navbar-left header #mainmenu>li {
		border-bottom: solid 1px rgba(255, 255, 255, .1);
	}
	header.side-header #mainmenu a:hover {
		background: none;
	}
	header.side-header #mainmenu a:hover {
		background: none;
	}
	header.side-header .social-icons-2 {
		display: none;
	}
	header.autoshow {
		height: auto;
		top: 0;
	}
	header.autoshow #mainmenu li a {
		background: none;
	}
	header.header-mobile-sticky {
		position: fixed;
	}
	#subheader, {
		padding: 0 0 0 0;
	}
	.de-navbar-left #subheader {
		padding: 0;
		margin: 0;
	}
	#subheader h1 {
		margin-top:0;
	}
	#subheader span {
		display: none;
	}
	#subheader .crumb {
		display: none;
	}
	.de-navbar-left #subheader {
		padding-top: 70px;
	}
	.slider_text h1 {
		font-size: 32px;
	}
	.slider_text .description {
		display: none;
	}
	div#logo {
		margin-top: -15px;
	}
	#logo, #logo .inner {
		vertical-align: middle;
		height: auto;
	}
	#domain-check .text, #domain-check .button {
		width: 100%;
	}
	.container-4 .de-team-list {
		width: 49.9%;
		float: left;
		position: relative;
	}
	#testimonial-full blockquote {
		padding: 20px;
	}
	#revolution-slider {}
	nav {
		height:0;
	}
	#mainmenu {
		float: none;
		z-index: 200;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#mainmenu a {
		text-align: left;
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#mainmenu li li a, #mainmenu li li li a {
		padding-left: 0;
	}
	#mainmenu a:hover {
		background: #111;
	}
	#mainmenu a:hover {
		background: #111;
	}
	#mainmenu li ul {
		display: block;
		position: inherit;
		margin: 0;
		width: 100%;
	}
	#mainmenu li {
		border-bottom: solid 1px #eee;
		margin: 0;
		width: 100%;
		display: block;
	}
	#mainmenu li a:after {
		display: none;
	}
	#mainmenu li:last-child {
		margin-bottom: 30px;
	}
	#mainmenu li ul {
		border-top: solid 1px #eee;
		top: auto;
		width: auto;
		height: auto;
		position: inherit;
		visibility: visible;
		opacity: 1;
	}
	#mainmenu li ul a {
		width: 100%;
		background: none;
		border: none;
	}
	#mainmenu li ul li {
		border: none;
		padding-left: 40px;
	}
	#mainmenu li ul li a {
		display: block;
	}
	#mainmenu li ul li:last-child {
		border-bottom: none;
		margin: 0;
	}
	#mainmenu li ul li:last-child a {
		border-bottom: none;
	}
	#mainmenu li a {
		color: #eceff3;
	}
	#mainmenu li li a:hover {
		color: #fff;
	}
	header.header-mobile{
		overflow:hidden;
		position:relative;
	}
	header.header-mobile #mainmenu {
		float: none;
		z-index: 200;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align:left;
		padding-right:30px;
	}
	header.header-mobile #mainmenu a {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.header-mobile #mainmenu a:hover {
		background: none;
	}
	header.header-mobile #mainmenu li ul {
		display: block;
		position: inherit;
		margin: 0;
		width: 100%;
	}
	header.header-mobile #mainmenu li {
		border-bottom: solid 1px #eee;;
		margin: 0;
		width: 100%;
		display: block;
	}
	header.header-mobile #mainmenu li ul.mega ul {
		height: auto;
	}
	header.header-mobile #mainmenu li ul.mega .menu-content{
		background:#fff;
	}
	header.header-light.header-mobile #mainmenu li, header.header-light.header-mobile #mainmenu li ul li a {
		border-color: #eee;
	}
	header.header-dark.header-mobile{
		background:#222;
	}
	header.header-dark.header-mobile #mainmenu li{
		border-color: #333;
	}
	header.header-dark.header-mobile #mainmenu li a{
		color:#fff;
	}
	header.header-mobile #mainmenu li a:after {
		display: none;
	}
	header.header-mobile #mainmenu li:last-child {
		margin-bottom: 30px;
	}
	header.header-mobile #mainmenu li ul {
		border-top: none;
		top: auto;
	}
	header.header-mobile #mainmenu li ul a {
		width: 100%;
		background: none;
		border: none;
	}
	header.header-mobile #mainmenu li ul li {
		border: none;
		padding-left: 40px;
	}
	header #mainmenu li ul li:first-child {
		border-top: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li a {
		display: block;
		border-bottom: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li:last-child {
		border-bottom: none;
		margin: 0;
	}
	header.header-mobile #mainmenu li ul li:last-child a {
		border-bottom: none;
	}
	header.header-mobile #mainmenu li a {
		color: #888;
	}
	header.header-mobile #mainmenu li a:hover {
		color: #333;
	}
	header.header-mobile #mainmenu li li a:hover {
		color: #888;
	}
	header.header-mobile #mainmenu li ul {
		height: 0;
		overflow: hidden;
		position: relative;
		left: 0;
	}
	header.header-mobile #mainmenu li ul li ul li:last-child {
		border-bottom: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li ul {
		margin-bottom: 10px;
	}
	header.header-mobile #mainmenu>li>span {
		width: 36px;
		height: 36px;
		background: url(../images/ui/arrow-down.png) center no-repeat;
		position: absolute;
		right: 0;
		margin-top: 10px;
		z-index: 1000;
		cursor: pointer;
	}
	header.header-mobile #mainmenu li span.active {
		background: url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.header-mobile #mainmenu li>ul>li>span {
		width: 36px;
		height: 36px;
		background: url(../images/ui/arrow-down.png) center no-repeat;
		position: absolute;
		right: 0;
		margin-top: -45px;
		z-index: 1000;
		cursor: pointer;
	}
	header.header-mobile #mainmenu>li>ul>li>span.active {
		background: url(../images/ui/arrow-up.png) center no-repeat;
	}
	header.header-mobile #mainmenu li ul li a {
		border-bottom: solid 1px #eee;
	}
	header.header-mobile #mainmenu li ul li:last-child>a {
		border-bottom: none;
	}
	header.header-light.header-mobile #mainmenu>li>span, header.header-light.header-mobile #mainmenu li>ul>li>span {
		background: url(../images/ui/arrow-down.png) center no-repeat;
	}
	header.header-light.header-mobile #mainmenu>li>span.active, header.header-light.header-mobile #mainmenu li>ul>li>span.active {
		background: url(../images/ui/arrow-up.png) center no-repeat;
	}
	
	#mainmenu li ul.mega{
	position:fixed;
	left:0;
	width:100%;
	margin-top:30px;
	display:block;
}
#mainmenu li ul.mega > li{
	width:100%;
}
#mainmenu li ul.mega > li ul{
	position:static;
	visibility: visible;
	opacity: 1;
	left:0;
	float:none;		
	width:100%;
}
#mainmenu li ul.mega .inner{
	background:#1A1C26;
}
#mainmenu ul.mega > li ul li{
	margin:0;
	padding:0;
}

#mainmenu li ul.mega .menu-content{
	background:#202020;
	padding:30px;
}
	
	/* header light */
	.header-light #mainmenu ul li a, .header-light #mainmenu ul li a:hover {
		color: #333;
	}
	.de_tab.tab_steps .de_nav {
		text-align: center;
	}
	.de_tab.tab_steps .de_nav li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.de_tab.tab_steps .de_nav li span {
		margin: 0;
		margin-bottom: 40px;
		display: inline-block;
	}
	.de_tab.tab_steps .de_nav li .v-border {
		border: none;
	}
	.hidden-phone {
		display: none;
	}
	.grid_gallery .item {
		width: 100%;
	}
	.table [class*="col-"] {
		float: none;
		display: block;
		vertical-align: top;
	}
	
	.table-pricing thead tr,
	.table-pricing tbody tr {
		display:block;
		width:100%;
	}
	
	.table-pricing thead tr{
		display:none;
	}
	
	.table-pricing tbody tr th,
	.table-pricing tbody tr td{
		text-align:left;
		display:block;
		width:100%;
		
	}
	
	.table-pricing tbody tr td{
		padding:10px 30px;
	}
	
	.table-pricing tbody tr td:nth-child(2){
		padding-top:30px;
	}

	.table-pricing tbody tr td:last-child{
		padding-bottom:40px;
		text-align:center;
	}
	
	.table-pricing tbody tr th span,
	.table-pricing tbody tr td span{
		min-width:50%;
	}
	
	.table-pricing tbody tr th .lbl,
	.table-pricing tbody tr td .lbl{
		display:inline-block;
		min-width:50%;
	}
	
	.table-pricing tbody tr th{
		color:#ffffff;		
		padding:20px 30px;
	}

	.sm-hide {
		display: none;
	}
	.btn-rsvp {
		position: absolute;
	}
	.btn-close {
		position: relative;
	}
	.schedule-item .sc-info {
		padding-top: 20px;
	}
	
	.de_tab.tab_style_4 .de_nav li {
		min-width:100px;
	}
	
	#mainmenu a span{
		display:none;
	}
	
	.pf_full_width.grid{
		margin-left:1.5%;
	}
	
	.de_tab.tab_steps.style-2 .de_nav li.active .arrow{
		margin-top:-40px;
		margin-bottom:40px;

	}
	
	.table-custom-1{
		position:relative;
		height:auto;
	}	
	
	h1.very-big{
		font-size:9vw;
		letter-spacing:0;
	}
	
	.timeline > li > .timeline-panel {
		width:100%;
	}
	
	.timeline-badge{
		display:none;
	}
	
	.timeline:before{
		background:none;
	}
	
}

/* -------------------------------------------------- 
	custom for 320px & 480px 
	/* -------------------------------------------------- */

@media only screen and (max-width: 767px) {
	header .container{
		min-width:100%;
	}
	
	.pricing-2-col .pricing-box, .pricing-3-col .pricing-box, .pricing-4-col .pricing-box, .pricing-5-col .pricing-box {
		width: 100%;
	}
	
	.container-4 .de-team-list {
		width: 100%;
		float: left;
		position: relative;
	}
	.countdown-section {
		font-size: 12px;
	}
	.countdown-amount {
		font-size: 36px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature-box-image, .pricing-box {
		margin-bottom: 30px;
	}
	#filters li.pull-right {
		float: none;
	}
	.de_tab .de_nav li {
		display: block;
		width: 100%;
	}
	.pf_full_width .item {
		float: left;
		width: 49.9%;
	}
	.text-item {
		font-size: 48px;
		line-height: 48px;
	}
	.text-item i {
		font-size: 36px;
	}
	#de-sidebar {
		width: 100%;
		display: block;
		position: relative;
	}
	.gallery_border {
		margin-left: 0px;
	}
	.pf_full_width.gallery_border .item {
		width: 48.9%;
	}
	body.boxed {
		margin: 0px;
	}
	.schedule-item .sc-time {
		width: 100%;
		padding-bottom: 20px;
		float: none;
	}
	.schedule-item .sc-pic {
		width: 80px;
	}
	.schedule-item .sc-pic img {
		width: 60px;
	}
	.schedule-item .sc-name {
		padding-top: 5px;
	}
	.schedule-item .sc-info {
		float: none;
		display: block;
		width: 100%;
		clear: both;
		padding-top: 30px;
	}
	.schedule-item .sc-info h4 {
		margin-bottom: 10px;
	}
	.de_tab.tab_style_4 .de_nav {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.de_tab.tab_style_4 .de_nav li {
		min-width: 33.3%;
		width: 33.3%;
		border: none;
	}
	.de_tab.tab_style_4 .de_nav li:first-child, .de_tab.tab_style_4 .de_nav li:last-child {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.pf_full_width.grid{
		margin-left:.2%;
	}
	.pf_full_width.grid .item{
		width: 48.5%;
	}
	
	.display-table [class*="col-"] {
	display: block;
	}
	
	h1.big, h1_big{
	font-size:8vw;
	line-height:10vw;
	}
}

/* -------------------------------------------------- 
	design for 480px
	/* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature-box-image, .pricing-box {
		margin-bottom: 30px;
	}
	header div#logo img {
		max-width: 200px;
		height: auto;
	}
	
	.timeline-panel{
		margin-bottom:30px;
	}
	
	.timeline-pic{
		height:300px;
	}
}

/* -------------------------------------------------- 
	design for 320px
	/* -------------------------------------------------- */

@media only screen and (max-width: 480px) {
	
	.pf_full_width .item {
		float: left;
		width: 100%;
	}
	.text-item {
		font-size: 32px;
		line-height: 32px;
	}
	.text-item i {
		font-size: 24px;
	}
	header div#logo img {
		max-width: 200px;
		height: auto;
	}
	.pf_full_width.gallery_border .item {
		width: 100%;
	}
	h4.s2 span {
		display: block;
		margin: 0;
		padding: 0;
	}
}

/* section control */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait){
	section{
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-attachment:scroll;
	}
}

@media only screen and (max-width: 992px) {
	section{
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-attachment:scroll;
	}
}




	



