/*
 * All Styles Used in this Rodich Splash Page
 * Author & Copyright: VictorThemes
 * URL: http://themeforest.net/user/VictorThemes
 */

/*
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
html.no-skrollr {width: 100vw;float: left;}

/* Our CSS Starts */
body {
	font-family: 'Oswald', sans-serif;
	background-color: #fff;
	color: #232323;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	height: auto !important;
	position: relative;
	width: 100%;
	text-rendering:auto;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale

}
a {cursor: pointer;}
a,
a:hover,
a:focus,
a:active {outline: none;text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-weight: 300;margin: 0 0 10px;}
p {
	font-size: 17px;
	margin: 0 0 10px;
	letter-spacing: 0.2px;
  font-family: 'Cabin', sans-serif;
	color:#888888;
	line-height: 26px;
}
img {max-width: 100%;}

/* Header */
.rdch-banner {
	width:100%;
	text-align: center;
	display: inline-block;
	background : linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
	url(../images/banner-bg.jpg) ;
}
.sep-img {padding-bottom: 10px;}
.banner-text {padding:150px 0;}
.banner-text h1 {
	font-size: 55px;
	line-height: 24px;
	color:#fff;
  padding: 25px 0 40px;
  font-weight: 400;
}
.text-tang {
	font-family: 'Tangerine', cursive;
	font-weight: 700;
	font-size: 55px;
	line-height: 24px;
	color: #cfa670;
}
 .purchase-btn {
	height: 50px;
	line-height: 46px;
	font-weight: 700;
	padding: 0;
	border: 2px solid #fff;
	min-width: 151px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	display: inline-block;

	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
 .purchase-btn:hover, .purchase-btn:focus {
	background-color: #f7f7f7;
	color: #232323;
}

/*Home Page Demos*/
#home-demos {background : url(../images/bg-pattern.jpg) ;}
.rdch-home-demo {
	width: 100%;
  display: inline-block;
  padding: 120px 0 60px;
 }
.section-title-content {
	font-size: 40px;
	line-height: 24px;
	color:#232323;
	padding-bottom: 20px;
}
#home-demos .image-section img {
-webkit-box-shadow: 0px 1px 40px -17px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 1px 40px -17px rgba(50, 50, 50, 0.75);
box-shadow: 0px 1px 40px -17px rgba(50, 50, 50, 0.75);
}
.rdch-home-demo .image-section {padding-top: 75px;}
.image-description {
	font-size: 22px;
	font-weight: 300;
	line-height: 24px;
	color:#232323;
	padding: 25px 0 60px;
}
/*Home Page Demos*/

/*Plugin Intro*/
.plugin-intro {background-color: #d0a974;}
.plugin-intro-section {padding: 40px 0 60px;}
.plugin-intro-section .description {
	font-size: 40px;
	line-height: 24px;
	font-weight: 300;
	color:#fff;
	padding-top: 10px;
}
.plugin-intro-section .description span {font-weight: 400;}
/*Plugin Intro*/

/*Page Examples*/
#page-examples {
	width:100%;
	display: inline-block;
	text-align: center;
}
#page-examples .title-bg {
  position: relative;
  background : linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
  url(../images/page-bg.jpg);
}
#page-examples .title-bg .section-title {
	font-size: 50px;
	font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
  color: #fff;
}
#page-examples .title-bg .page-example-title { padding: 110px 0 230px; }
#page-examples .page-section  {background: url(../images/bg-pattern.jpg);}
#page-examples .page-contents {
	background-color: #fff;
  position: relative;
	margin-top: -100px;
}
#page-examples .page-space {padding: 50px;}
.page-example img {
	-webkit-box-shadow: 0px 0px 45px -14px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 45px -14px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 45px -14px rgba(50, 50, 50, 0.75);
}
/*Page Examples*/

/*Video Intro*/
.video-intro {
  width:100%;
  display: inline-block;
	background-color: #d0a974;
}
.video-intro .description {
	padding: 50px 0;
	color: #fff;
	font-size: 32px;
	line-height: 38px;
}
.open-popup i {
  width: 67px;
  height: 67px;
  line-height: 65px;
  background-color: transparent;
  border: 3px solid #fff;
  font-size: 22px;
  margin: 0 5px;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.video-intro .description span {font-size: 35px; color:#fff;}
/*Video Intro*/

/*Theme Feature*/
.rdch-wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.layout-theme-feature {
	width: 100%;
  margin: 0 auto;
  padding: 110px 0 30px;
  text-align: center;
  display: inline-block;
}
.icon-left {
	font-size: 39px;
	color: #7f7f7f;
	float: left;
}
.content-left {float: left;}
.content-left h4 {
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	color: #222222;
	float:left;
	text-transform: uppercase;
}
.content-left p {
	font-size: 15px;
	line-height: 26px;
	color:#888888;
	float:left;
	text-align: left;
}
.pb-40 {padding-bottom: 40px;}
.wd-26 {width: 20%;}
.wd-74 {width: 80%;}
/*Theme Feature*/

/*Shopping Experience*/
#shop-exp {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.shop-section {background: url(../images/bg-pattern-2.jpg)  no-repeat left bottom ;}
#shop-exp .title-section {padding-top: 120px}
#shop-exp .section-title {
	font-size: 40px;
	line-height: 24px;
	font-weight: 400;
	color:#000000;
	padding-bottom: 30px;
}
 #shop-exp  .image-section {padding-top : 80px;}
/*Shopping Experience*/


/* Call to Action */
.rdch-wrapper.call-to-action {
	background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),	url(../images/cta-bg.jpg) ;
	width:100%;
	display: inline-block;
}
.bg-yellow {
	background-color: #cfa670;
	border:none;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  padding: 0;
  min-width: 180px;
  font-size: 14px;
}
.layout-bg-option {
 position: relative;
 z-index: 1;
 padding-bottom: 120px;
}
.call-to-action h3 {
	font-size: 50px;
	line-height: 34px;
	color:#fff;
	font-weight: 400;
	padding: 130px 0 30px;
	display: block;
}

/* Footer */
footer {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border-top: 1px solid #eee;
	padding: 35px 15px 35px;
	float: left;
	width: 100%;
}
footer p {
	font-size: 14px;
	letter-spacing: 0.3px;
	margin-bottom: 2px;
}
footer p:last-child {margin-bottom: 0px;}
footer i.fa-heart {
	color: #e74c3c;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active {
	color: #555;
}


