/*

*/
/* 
    Created on : 2 Sep, 2015, 12:33:55 AM
    Author     : Vijayan PP
*/
html
{
    -webkit-font-smoothing:antialiased;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}
body
{
    font-size:14px;
}
/*----------------------------------------Typography---------------------------------------------------*/




@font-face{ 
	font-family: 'Lane';
	src: url('fonts/LANENAR_-webfont.eot');
	src: url('fonts/LANENAR_-webfont86d7.eot?iefix') format('eot'),
	     url('fonts/LANENAR_-webfont.woff') format('woff'),
	     url('fonts/LANENAR_-webfont.ttf') format('truetype'),
	     url('fonts/LANENAR_-webfont.svg#webfont') format('svg');
}
.text_center
{
    text-align: center;
}
.automargin
{
    margin-left:auto;
    margin-right:auto;
}

/*-------------------------------------General------------------------------------------------------*/

ul
{
 list-style:none;
 margin:0;
 padding:0;
}
li {
    margin-top:1.625em;
}

li a {
    display:inline;
}

hr {
    margin-top:6rem;
    margin-bottom:6rem;
}

p
{
 font-size:1.3rem;
 line-height:1.625em;
 font-family: 'Source Sans Pro', sans-serif;
 font-weight: 300; 
}

a
{
 font-size: 1em;
 line-height: 1.625rem;
 font-family: 'Source Sans Pro', sans-serif;
 font-weight: 600;
 text-decoration:none;
}
a:hover
{
 text-decoration: none;
}

h1,h2,h3 {
    font-family: 'Lane', sans-serif;
    font-weight: normal;
}

h1 {
    font-size:3.1rem;
    line-height:3.5rem;
    color:#fff;
}

h2 {
    font-size:3rem;
    line-height:3.6rem;
    margin-bottom:1.7rem;
}

h3 {
    font-size:1.7rem;
    line-height:2.25rem;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1.7rem;
    line-height: 1.625rem;
    font-weight:600;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1.5125rem;
    line-height: 1rem;
    font-weight:300;
    color:white;
    text-transform:uppercase;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:0.75rem;
    line-height: 2.5rem;
    font-weight:600;
}
.paddings15
{
    padding:15px;
}

/*#####################################################PRELOADER##########################################################################*/
.preloader
{
 position:fixed;
 left:0;
 top:0;
 right:0;
 bottom:0;
 width:100%;
 height:100%;
 background:#fff;
 z-index:999; 
}
.icon-load
{
position:absolute;
width:200px;
height:200px;
margin:-100px 0 0 -100px;
left:50%;
top:50%;
background-repeat:no-repeat;
background-position: center;/* is width and height divided by two */
    
}

/*------------------------------------------- Loading animation:---------------------------- */

.spinner {
  margin: 100px auto 0;
  width: 150px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -moz-animation:bouncedelay 1.4s infinite ease-in-out;
  -ms-animation:bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@-ms-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}





/*------------------------------------HEADER--------------------------------*/

.header {
    height: 67.125rem;
    position:relative;
    z-index:0;
    overflow:hidden;
}

#home_image {
    margin-top: 3.6rem;
    margin-left:auto;
    margin-right:auto;
}

#homescreen {
    text-align:center;

}

#home_content {
    text-align:center;
}

#logo_yep {
    margin-top: 4.875rem;
    margin-bottom: 0.4rem;
    opacity:1;
    
}

#logo_header {
    margin-bottom:4.3rem;
    color:#fff;
}

#yep_slogan {
    color:#fff;
    margin:0px;
    pading:0px;
    
}



/*---------------------------------------------------BUTTONS--------------------------------------------------*/


.cta1 {
    display:inline-block;
	color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.3rem;
	font-weight:700;
	font-style:normal;
	padding-top:1rem;
    padding-bottom:1.1rem;
	width:9.375rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    margin-left:0.625rem;
    margin-right:0.625rem;
    margin-top:1.4rem;
    letter-spacing:-0.03rem;
    -webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
}

.cta1:visited, .cta1:active {
    color:white;
    text-decoration:none;
}

.cta1:focus {
    outline:none;
    text-decoration:none;
    color:white;
}

.cta1:hover {
    color:white;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
    opacity:0.9;
}

.cta2 {
    display:inline-block;
	color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.3rem;
	font-weight:700;
	font-style:normal;
	padding-top:1rem;
    padding-bottom:1.1rem;
	width:9.375rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    margin-left:0.625rem;
    margin-right:0.625rem;
    margin-top:1.4rem;
    letter-spacing:-0.03rem;
    -webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
    opacity:1;
}

.cta2:visited, .cta2:active {
    color:white;
    text-decoration:none;
}

.cta2:focus {
    outline:none;
    text-decoration:none;
    color:white;
}

.cta2:hover {
    color:white;
    opacity:0.9;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}



/*------------------------------------------------About US--------------------------------------------------------*/
.aboutus .container
{
    margin-top:20px;
    padding-top:100px;
    padding-bottom:100px;
    background:#000;
    
}
/*----------------------------------------------product--------------------------------------------------------*/

.products .container
{
    padding-top:50px;
    padding-bottom:50px;
    
}

.products span i
{
    font-size:3.5em;
    color:#1f9bc9;
}
/*--------------------------------------------- Features-------------------------------------------------------*/
.features {
    margin:0px;
    padding-top:6.5rem;
    padding-bottom:0rem;
    height:60.625rem;
    position:relative;
    display:block;
    z-index:20;
    text-align:left;
    overflow:hidden;
}
.features .container
{
    padding-top:40px;
    padding-bottom:40px;
}

.feature_intro {
    text-align:center;
    margin-bottom:1.625rem;
}

#feature_content_left {
    text-align:right;
    padding-right:2rem;
    padding-bottom:6.5rem;
}

#feature_content_right {
    text-align:left;
    padding-left:2rem;
    padding-bottom:6.5rem;
}

#feature_content_center img{
    overflow:hidden;
}
.feature {
    margin-top:3.25rem;
}
.feature p
{
 font-size:1.2rem;
 line-height:1.825em;
 margin-top:15px;
}
/*--------------------------------------------Features_2------------------------------------------------------------*/
.features_2 {
    margin:0px;
    padding-top:3.25rem;
    padding-bottom:3.25rem;
    background:white;
    position:relative;
    display:block;
    z-index:20;
    text-align:left;
}

.features_2_content {
    padding-top:3rem;
}
/*--------------------------------------------Gallery---------------------------------------------------------------*/
.gallery {
    margin:0px;
    padding-top:6.5rem;
    padding-bottom:6.5rem;
    background:white;
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
    background-color:white;
}

#owl-gallery {
    margin-top: 3.4rem;
}

.item {
    margin: 1rem;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

.item a:hover {
    cursor: url(../image/cursor.png), auto;
}

.item a:hover img{
    opacity:0.8;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}







/*---------------------------------------------Footer----------------------------------------------------------------*/
.footer {
    padding-top:5.4rem;
    padding-bottom:6.5rem;
    background:white;
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
}

.footer h2, .footer p {
    color:white;
}
.footer .container
{
    padding-top:70px;
    padding-bottom:70px;
}


/* Newsletter Form */

#newsletter_form {
    margin-top:1.625rem;
    height: 3.25rem;
}

.subscribe-form {
    margin-left:auto;
    margin-right:auto;
    width:28.75rem;
    position: relative;
    z-index:10;
}

.subscribe-input {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width:21.875rem;
    height: 3.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    font-weight:300;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:none;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1rem;
	font-weight:600;
	font-style:normal;
    height:3.25rem;
    width:8rem;
    line-height:1rem;
	text-decoration:none;
	text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    color:white;
    outline: 0;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.8
}

#preview {
    width:28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25rem;
    padding:1.1rem;
    color:black;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview p {
    margin:0;
    line-height:1rem;
    font-weight:600;
    color: black;
}

/* Social icons */

#share {
    margin-top:3.25rem;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top:3.25rem;
}

#social_icons {
    text-align:center;
    margin-bottom:3.6rem;
}

#social_icons li {
    display:inline;
    padding-left:0.4rem;
    padding-right:0.4rem;
}

#social_icons li a
{
    font-size:2.5em;
    
}
