/* =======================================================================
Kane - Responsive App Landing Page 1.7
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Bungee');

html {
    font-size: 100%;
}

body {
    background: #232323;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}
.fb-bg{
	width:130px;
	height:30px;
	position:relative;
	margin:0 auto;
	display:block;
	margin-top:40px;
}
/*------- Reg -------*/
.regform{
	max-width:900px;
	width:100%;
	min-height:50px;
	height:auto;
	overflow:hidden;
	min-height:50px;
	height:auto;
	background:none;
	border:none;
	position:relative;
	margin:0 auto;
	display:block;
	margin-top:60px;
}
.regform input[type=text], .regform input[type=email] {
    width:29.33%;
    padding: 12px 20px;
    margin: 8px 2%;
	position:relative;
	display:inline-block;
	float:left;
	border:2px solid #d50202;
	box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
.regform input[type=text]:focus, .regform input[type=email]:focus {
	border:2px solid #3d3d3d;
}
.regform button{
	width:29.33%;
	height:56px;
    margin: 8px 2%;
	margin-top:-64px;
	position:relative;
	display:inline-block;
	float:right;
	background-color:#d50202;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:50px;
	letter-spacing:1px;
	font-weight:900;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	
	border:4px solid #d50202;
	-webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.regform button:hover{
	background-color:#ffc600;
	color:#3d3d3d;
	border:4px solid #ffc600;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/*------- Reg -------*/
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

/* HEADINGS */

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

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 24x;
    font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	color:#FFF;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}
.s-bg{
	width:100%;
	height:200px;
	position:relative;
	float:left;
	display:block;
	background-image:url(../images/section-bg1.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-200px;
}
.s-bg1{
	width:100%;
	height:200px;
	position:relative;
	float:left;
	display:block;
	background-image:url(../images/section-bg2.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:0px;
	z-index:99;
}
#scroll{
	width:100px;
	height:100px;
	position:relative;
	margin:0 auto;
	display:block;
	margin-bottom:50px;
	margin-top:-30px;
}
#kor_text{
	width:80px;
	height:15px;
	position:relative;
	margin:0 auto;
	font-family: 'Titillium Web', sans-serif;
	font-weight:700;
	font-size:9px;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	margin-top:50px;
	margin-bottom:5px;
	letter-spacing:4px;
}
#kor_bg{
	width:42px;
	height:60px;
	position:relative;
	display:block;
	margin:0 auto;
	z-index:10;
}
#kor{
	width:42px;
	height:46px;
	margin:0 auto;
	position:relative;
	background-image:url(../images/hand.svg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-animation:kor 3s linear infinite;
    -moz-animation:kor 3s linear infinite;
    animation:kor 3s linear infinite;
}
 @-moz-keyframes kor {
      0% {
        top:0px;
      }
      50% {
        top:30px;
      }
      100% {
        top:0px;
      }
    }
    
    @-webkit-keyframes kor {
      0% {
        top:0px;
      }
      50% {
        top:30px;
      }
      100% {
        top:0px;
      }
    }
#kor_bg:hover #kor_text{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility:visible;
}
.scroller:hover{
	background-color:transparent;
}
.scroller li:hover{
	background-color:transparent;
}
.scroller a:hover{
	background-color:transparent;
}
.scroller a:hover div{
	background-color:transparent;
}
/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #6a0c09;
	text-align:center;
	font-family: 'Teko', sans-serif;
}

.grey-bg {
    background:#fff !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom:0px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
	color: #6a0c09;
	font-size:24px;
	font-style:italic;
	font-family: 'Titillium Web', sans-serif;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header .color-overlay {
    min-height: 800px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 60px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
	padding:15px;
	margin-top:-5px;
	border-color: #313131;
	background: #313131;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	border-radius:0%;
}

header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .intro-section {
    margin: auto;
    padding-top: 15%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}
@import url('https://fonts.googleapis.com/css?family=Teko:700');
@import url('https://fonts.googleapis.com/css?family=Orbitron:900');
h1,
text {
	font-size: 150px;
	line-height:auto;
	font-weight: 900;
	margin-top:-150px;
	line-height:175px;
	letter-spacing:-2px;
	text-transform:uppercase;
	font-family: 'Teko', sans-serif;
	
}
h1.masking {
	background-image: url(../images/mask2.jpg);
	
	-webkit-background-clip:text;
	background-clip: text;
	color: transparent;
	-webkit-text-stroke: 1px white;
}
.webkit {
    display: block;
}

.ff {
    display: none;
}

@-moz-document url-prefix() {
    .webkit {
        display: none;
    }

    .ff {
        display: block;
		margin-top:-150px;
		text-align:center;
    }
}
.main-title{
	width:100%;
	max-width:761px;
	height:126px;
	margin:0 auto;
	position:relative;
	background-image:url(../images/main-title-1.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:-150px;
	margin-bottom:50px;
}
h2.bev{
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
	color:#FFF;
	font-weight:300;
	font-size:36px;
	line-height:40px;
	font-style:italic;
	margin-top:-20px;
}
/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/
.title2{
	width:100%;
	position:relative;
	margin:0 auto;
	float:left;
	margin-top:-50px;
	z-index:100;
}
.title3{
	width:100%;
	position:relative;
	margin:0 auto;
	float:left;
	margin-top:50px;
	z-index:100;
}
.join-bg{
	max-width:1200px;
	width:95%;
	height:400px;
	position:relative;
	display:block;
	margin:0 auto;
	
	background: #690c09; /* Old browsers */
	background: -moz-linear-gradient(top, #690c09 0%, #e31b13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #690c09 0%,#e31b13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #690c09 0%,#e31b13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690c09', endColorstr='#e31b13',GradientType=0 ); /* IE6-9 */
}
.features {
	width:100%;
	position:relative;
	display:block;
	float:left;
    padding-top:80px 0px 30px 0px;
    background:#ffffff;
}
.fetaure-details p{
	font-size: 14px;
    line-height: 16px;
    font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	color:#FFF;
	padding:0px;
}
.icon-container, .icon{
	display:none;
}
.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    max-width:415px;
    margin: auto;
    margin-bottom:80px;
	margin-top:-36px;
}
.features .phone-image img {
    width: 100%;
}
.pi2 img {
	max-width:500px;
	width:100%;
	margin-top:-36px;
	margin-right:-200px;
}
.pi3 img {
	max-width:400px;
	width:100%;
	margin-top:40px;
	margin-left:40px;
}
.pi4 img {
	max-width:440px;
	width:100%;
	margin-top:-90px;
	margin-left:80px;
}
.pi5 img {
	max-width:220px;
	width:100%;
	margin-top:-53px;
	margin-left:-350px;
}
.pi6 img {
	max-width:280px;
	width:100%;
	margin-top:-56px;
	margin-left:310px;
}
.i-text{
	position:absolute;
}
.i-text p{
	font-size: 24px;
    line-height: 28px;
    font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	text-align:left;
	padding:100px 300px 200px 300px;
	color:#FFF;
}
.vita-text p{
	font-size: 14px;
    line-height: 16px;
    font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	text-align:left;
	padding-top:40px;
	padding-left:50px;
	color:#FFF;
}
a.cta{
	width:250px;
	height:60px;
	position:relative;
	margin:0 auto;
	display:block;
	color:#3d3d3d;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:55px;
	letter-spacing:1px;
	font-weight:900;
	text-align:center;
	margin-top:-50px;
	text-decoration:none;
	
	border:4px solid #fff;
	background-color:#ffc600;
	-webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.cta:hover{
	background-color:#d41912;
	color:#FFF;
	border:4px solid #d41912;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.cta2{
	width:70%;
	height:60px;
	position:relative;
	margin:0 auto;
	display:block;
	color:#3d3d3d;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:55px;
	letter-spacing:1px;
	font-weight:900;
	text-align:center;
	text-decoration:none;
	
	border:4px solid #fff;
	background-color:#ffc600;
	-webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.cta2:hover{
	background-color:#d41912;
	color:#FFF;
	border:4px solid #d41912;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#join{
	padding-top:70px;
}
#gift{
	padding-top:70px;
}
#video{
	padding-top:70px;
}
#magazin{
	padding-top:70px;
}

#download{
	padding-top:70px;
}
/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    background: #FFFFFF;
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-brief h2 {
    margin-bottom: 20px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


/* VIDEO */

video {
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
	padding-top:15px;
	margin-left:-50px;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/
.testimonials {
    color: #ffffff;
}

.testimonials .color-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}

/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/
#magazin {
	width:100%;
	position:relative;
	display:inline-block;
    padding-top: 80px;
    padding-bottom: 120px;
	background:#ffffff;
}
.screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.screenshots .shot {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}
.shot p{
	font-weight:600;
	padding-top:10px;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/
.pack-bg{
	max-width:1200px;
	width:100%;
	min-height:600px;
	height:auto;
	position:relative;
	margin:0 auto;
	margin-top:-30px;
}
a.pack{
	width:29.33%;
	height:520px;
	position:relative;
	float:left;
	display:inline-block;
	margin:30px 2%;
	text-decoration:none;
	padding:0px 10px 75px 10px;
	margin-top:50px;
	background: #690c09; /* Old browsers */
	background: -moz-linear-gradient(top, #690c09 0%, #dd1513 50%, #fec101 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #690c09 0%,#dd1513 50%,#fec101 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #690c09 0%,#dd1513 50%,#fec101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#690c09', endColorstr='#fec101',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.pack:hover{
	background: #fec101; /* Old browsers */
	background: -moz-linear-gradient(top, #fec101 0%, #dd1513 50%, #690c09 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fec101 0%,#dd1513 50%,#690c09 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fec101 0%,#dd1513 50%,#690c09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec101', endColorstr='#690c09',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.w-pbg{
	width:100%;
	height:437px;
	position:relative;
	background-color:#FFF;
}
.ptop{
	top:-50px;
}
.pack h4{
	padding:15px 5px 5px 5px;
	color:#690c09;
	font-size:18px;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}
.p-img{
	width:100%;
	height:200px;
}
.p-img img{
	height:200px;
}	
.packages {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}
.p-price{
	width:100%;
	height:100px;
	padding:0;
	margin:0;
	position:absolute;
	background-color:#fff;
	color:#5d0000;
	font-size:60px;
	font-weight:500;
	line-height:110px;
	letter-spacing:-2px;
	left:0px;
	margin-top:-178px;
}
.p-price span{
	font-size:30px;
}
.old-price{
	width:100%;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	position:absolute;
	top:-40px;
	letter-spacing:1px;
}
.old-price span{
	font-size:14px;
	text-decoration:line-through;
}
.p-text{
	margin-top:90px;
}
.p-text p{
	color:#5d0000;
	font-size:16px;
	font-weight:500;
	line-height:20px;
	padding:20px 10px 10px 10px;
	text-align:center;
}
.pack .cta3{
	width:100%;
	height:50px;
	position:absolute;
	bottom:-55px;
	color:#3d3d3d;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	font-weight:900;
	line-height:60px;
	letter-spacing:1px;
}
a.pack:hover .cta3{
	color:#FFF;
}
.single-package {
    background: #F7F8FA;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 60px;
}

.single-package .price {
    background: #FFFFFF;

}
.single-package .color-bg {
    background-color: !important;
}
.single-package .price h2 {
    color: #272727;
}

.single-package .price .color-bg h2 {
    color: #FFFFFF !important;
} 

.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.single-package .price .month {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-package .package-feature > li > span {
  margin-right: 7px;
}


/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    color: #ffffff;
}

.download .color-overlay {
    padding-top: 110px;
    padding-bottom: 70px;
}

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
}

.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}

.download h2 {
    margin-bottom: 30px;
}

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/
footer {
    background: #FFFFFF;
	padding-top:50px;
}

footer .contact-box {
    margin-bottom: 78px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
            box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #c2c2c2;
}

footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
}
.icons{
	width:210px;
	height:50px;
	position:relative;
	margin:0 auto;
	display:block;
	margin-top:50px;
}
.icons a{
	width:50px;
	height:50px;
	position:relative;
	float: left;
	margin:0 10px;
	display:inline-block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:rgba(0,0,0,0.0);
	border:2px solid rgba(0,0,0,0.1);
	background-position:center center;
	background-repeat:no-repeat;
}
.icons a:hover{
	border:2px solid #c51710;
}
a.fb{
	background-image:url(../images/fb.svg);
}
a.yo{
	background-image:url(../images/yo.svg);
	background-size:30px;
}
a.lk{
	background-image:url(../images/lk.svg);
	background-size:20px;
}
.copyright{
	font-size:10px;
}