
/* Style.css
==============================*/

/* Home Section */	

/* Home Page */
.homebg {
	background:url(../img/vegas-slider/1.jpg) center;
	background-size: cover; 
	-webkit-background-size:cover; 
	-moz-background-size: cover;
	position: relative;
}

.center
{
	position:absolute;
	left:0;
	right:0;
	top:10%;
	transform:translateY(-10%);
	-webkit-transform:translateY(-10%);
	-moz-transform:translateY(-10%);
	-o-transform:translateY(-10%);
	z-index:7;
	margin:0 10%;
}

.rl-img{
	background:url(../img/home-heart.png) no-repeat; 
	width:485px; 
	height:453px; 
	max-width:100%;
	max-height:100%;
	margin:0 auto;
	position:relative;
	background-size: contain;
}

.rl-content {
	position:absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-45%);
	-webkit-transform:translateY(-45%);
	-moz-transform:translateY(-45%);
	-ms-transform:translateY(-45%);
	text-align:center;
}

.rl-title{
	font-family: 'Lobster Two', cursive;
	margin: 0px 0 40px;
	font-size:70px;
	letter-spacing:2px;
	color:#fff;
	font-weight:700;
	text-transform:capitalize;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.rl-title small {
    display: block;
    font-size: 50%;
    line-height: 100%;
    color: #ff4061;
}
.rl-title span { 
	color: #a71619;
	font-weight: 500;
	font-size: 70px;
	vertical-align: middle;
	text-align: center;
}

.rl-subtitle {
	/*font-family: 'Lora', serif;*/
	font-size:22px;
	color:#fff;
	font-weight:400;
	text-transform:capitalize;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.rl-line {  
	font-size:21px;
	color:#fff; 
	margin:0 auto; 
	margin-top:10px; 
	margin-bottom:0px; 
	letter-spacing:1px;
	font-weight:400;
}

.heading-seperator {
	position: relative
}
.heading-seperator span, .wed-place {
	display: inline-block;
	vertical-align: middle
}
.wed-place {
	line-height: 40px;
	padding: 0 10px
}
.heading-left-seperator {
	left: -10px
}
.heading-right-seperator {
	right: -10px
}
.heading-left-seperator, .heading-right-seperator {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.heading-seperator .heading-left-seperator:after, .heading-seperator .heading-left-seperator:before, .heading-seperator .heading-right-seperator:after, .heading-seperator .heading-right-seperator:before {
	content: '';
	border: 1px solid #ffb8c4;
	border-left: none;
	border-right: none;
	height: 10px;
	position: absolute;
	right: 100%;
	width: 30px
}
.heading-seperator .heading-left-seperator:before {
	top: -4px
}
.heading-seperator .heading-left-seperator:after {
	height: 0;
	width: 48px
}
.heading-seperator .heading-right-seperator:before {
	left: 100%;
	right: auto;
	top: -4px
}
.heading-seperator .heading-right-seperator:after {
	height: 0;
	left: 100%;
	right: auto;
	width: 48px
}
.border-white.heading-seperator .heading-left-seperator:after, .border-white.heading-seperator .heading-left-seperator:before, .border-white.heading-seperator .heading-right-seperator:after, .border-white.heading-seperator .heading-right-seperator:before {
	border-color: #fff
}
.heading-right-seperator-transparent.heading-right-seperator:before {
	height: 5px
}
.heading-right-seperator-transparent.heading-right-seperator:after {
	border: none;
	opacity: 0
}

.rl-title-left.left-effect, .rl-title-right.right-effect {
	position: absolute;
	width: 50%;
	-webkit-backface-visibility: hidden;
	opacity: 0
}

.rl-title-left.left-effect {
	left: 0;
	text-align: right;
	padding-right: 50px;
	-webkit-transform-style: preserve-3d
}
.rl-title-right.right-effect {
	right: 0;
	text-align: left;
	padding-left: 50px;
	transform: scale(2);
	-webkit-transform-style: preserve-3d
}
.heading-seperator, .rl-line, .rl-title .rl-title-left, .rl-title .rl-title-right {
    display: inline-block;
}

/* Count Down Timer */
.count {
	margin-top:-100px;
}

.countdown-title { 
	font-size:20px; 
	font-weight:400; 
	color:#fff; 
	text-shadow:1px 1px 1px rgba(0,0,0,0.2); 
	text-transform:uppercase;
	margin-bottom:10px;
}

.countdown-title img {
	margin: 0 10px;
}


#home .countdown_timer {
	font-family: 'Lora', serif;
}

#home .countdown_timer a {
	color:#fff;
	font-size:42px;
	font-weight:700;
	line-height:40px;
}

#home .countdown_info {
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:400;
}

#home .count-heart {
	width: 90px;
	height: 80px;
}
/* // Count Down Timer */

/* // Home Page */


/* // Home Section */	


@media (min-width: 990px) and (max-width: 1200px) {
.rl-img { 
	width:325px; 
	height:300px;
}

.rl-subtitle { 
	font-size:20px;
	margin-bottom:5px;
}

.rl-title{ 
	font-size:28px; 
	line-height:28px;
}

.rl-line { 
	font-size:18px; 
	margin-top:20px;
}

.countdown-title { 
	margin-bottom:10px;
}
#home .countdown_timer a { 
	font-size:36px; 
	line-height:30px;
}

}

@media (max-width:990px){
.center {
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.count {
	margin-top:0px;
}

#home .countdown_timer a { 
	font-size:26px; 
	line-height:26px;
}

}

@media (min-width: 768px) and (max-width: 990px){
.rl-img {
	width:350px; 
	height:320px;
}

.rl-subtitle { 
	font-size:20px;
}

.rl-title { 
	font-size:28px; 
	line-height:32px;
}
.rl-line {
	font-size:18px;
}
}

@media (min-width: 1024px) and (max-height:700px) and (orientation : landscape) {
.count {
	margin-top:-100px;
}
}

@media (min-width: 481px) and (max-width: 767px){
.rl-img {
	width: 460px;
	height: 430px;
}

.rl-title {
	font-size: 36px; 
	line-height:40px;
}

.rl-subtitle {
	font-size: 18px; 
}

.rl-line {
	margin-top: 15px;
	font-size:22px;
}

#home .countdown_timer a {
	font-size:30px;
}

}

@media (min-width: 320px) and (max-width: 480px) {

.rl-img {
	width: 300px;
	height: 270px;
}

.rl-title {
	font-size: 24px; 
	line-height:30px;
}

.rl-subtitle {
	font-size: 16px; 
}

.rl-line {
	margin-top: 10px;
	font-size:16px;
}

#home .countdown_timer a {
	font-size:18px;
	line-height:30px;
}

#home .countdown_info {
	font-size:10px;
	line-height:16px;
}

.countdown-title {
	margin-bottom:10px;
	font-size:16px;
}

#home .count-heart {
	width:60px;
}

.countdown-title img {
  width: 60px;
}
}

@media (min-width: 240px) and (max-width: 319px) {
.rl-img {
	width:200px;
	height: 180px;
}

.rl-title {
	font-size: 20px; 
	line-height:36px;
}

.rl-subtitle {
	font-size: 14px; 
	margin-bottom:0;
}

.rl-line {
	margin-top:10px;
	font-size:14px;
}

#home .countdown_timer a {
	font-size:20px;
}

#home .count-heart {
	width:60px;
}
}


@media only screen and (max-height: 414px) {
.rl-img {
	width:265px!important;
	height:245px!important;
}

.rl-title {
	font-size: 36px;
    line-height: 36px;
    margin: 20px 0;
}

.rl-subtitle {
	font-size: 14px; 
}

.rl-line {
	margin-top: 10px;
	font-size:14px;
}

#home .countdown-timer { 
	display:none;
}

#home .countdown-timer { 
	display:none;
}
}


/*//  Special Menu SECTION
=================================================== */