/*
Theme Name: Landix
Theme URI : 
Description: Landix - Landing apge template
Author: GenixTheme (http://themeforest.net/user/GenixTheme)
Author URI: http://www.GenixTheme.com
Version: 1.0
Designed by GenixTheme


Table of Content
====================
#1.Main structure
#2.Navigation & menu
#3.Typography
#4.Sections
#5.Features
#6.Gallery
#7.Price table
#8.Testimonial
#9.Slider
#10.CTA & Buttons
#11.Social Icons
#12.Marquee
#13.Footer & Newsletter
#14.Scrollbar
#15.Form
#16.Tabs
#17.Parallax
#18.Visibility animation
#19.Responsive
==================== */
/****************************************
1. Main structure
 ***************************************/
html {
font-family: sans-serif;
}

body {
font-family: 'Open Sans', sans-serif;
font-size:15px;
font-weight:300;
background-color:#f1f1f1;
line-height: 1.5em;
}

/*Fix older ie bug in rendering text sizes*/
body p {
font-size:14px;
font-weight:400;
margin: 0 0 10px;
line-height: 1.5em;
}

body.boxed {
background-color:#56585a;
}

body.boxed .container-full{
margin-left:3%;
margin-right:3%;
width:94%;
}

.container-full {
margin: 0 auto;
width: 100%;
padding-right: 0;
padding-left: 0;
}

.section {
padding:60px 0;
}

.minisection {
padding:20px 0;
}

.top-margin  {
margin-top:20px;
}

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

a:link {
text-decoration : none;
color: #f05d43;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
}

a:visited {
text-decoration : none;
color: #f05d43;
}

a:hover {
text-decoration : none;
color:#e04b30;
}

a:active {
text-decoration : none;
color:#e04b30;
}

a:focus {
outline: none;
}

button:focus {
outline:none;
}

.divider {
background: url(../img/line.png) repeat-x left center;
width:60%;
height:2px;
margin:0px auto;
position: relative; 
}

body.svg .divider {
background: url(../img/line.svg) repeat-x left center;
}

.dark{
color:#fff;
}

.light{
color:#666;
}

/* Hack to prevent from horizontal scrollbar*/
.row {
margin-left: 0px;
margin-right: 0px;
}

/* IE9+, Opera, Google Chrome and Safari*/
::selection  {
background-color:#f05d43;
color:#fff;
}

/* mozilla firefox */
::-moz-selection{
background-color:#fff;
color:#f05d43;
}

strong {
font-weight: bold;
}

/*IE PNG fix + Make resposnive images*/
img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   
/* IE6 & 7 */
zoom: 1;
height: auto;
max-width: 100%;
}

.text-box {
background-color:#DADADA;
color:#666;
padding: 25px;
display:inline-block;
width:50%;
float:left;
}

.img-box {
max-width:49%;
margin-top:40px;
display:inline-block;
float:left;
}

/****************************************
2. Navigation & Menu
 ***************************************/
/*start the navbar style */
.navbar-fixed-top {
z-index:8900;
top:25px;
right: 7%;
left: 7%;
width:86%;
}

.navbar-inverse {
background-color:transparent !important;
border:none;
}

.navbar .navbar-brand {
width: 120px;
height:40px;
display:inline-block;
background-color:#2d2d2d;
margin-left: 0;
padding:0 0 0 4px;
margin-right:1px;
}

.navbar .brand-alt {
width:auto;
height:40px;
display:inline-block;
float:left;
margin-left: 0;
padding:0 15px 0 0;
margin-right:1px;
}

.navicon-button {
display: inline-block;
position: relative;
width:40px;
height:40px;
padding: 0;
margin-left:1px;
float:right;
background-color:#2d2d2d;
transition: 0.25s;
cursor: pointer;
user-select: none;
}

.navicon-button .navicon:before, .navicon-button .navicon:after {
transition: 0.25s;
}

.navicon-button:hover {
transition: 0.5s;
}

.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
transition: 0.25s;
}

.navicon {
position: relative;
width: 70%;
height: 3px;
transition: 0.3s;
top: 45%;
left: 15%;
background: transparent;
}

.navicon:after, .navicon:before {
display: block;
content: "";
height: 3px;
width: 100%;
background: #e7e6dd;
position: absolute;
z-index: 3;
transition: 0.5s 0.25s;
}

.navicon:after {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 50%;
top: -.2rem;
left: 25%;
}

.navicon:before {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 50%;
top: .3rem;
left: 25%;
}

.open .navicon:before,
.open .navicon:after {
transition: 0.5s;
}

/* > symbol */
.open .navicon {
background: #e7e6dd;
}
.open .navicon:after {
top: -0.625rem;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
width: 100%;
left:0;
}

.open .navicon:before {
top: .625rem;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
width: 100%;
left:0;
}

@-webkit-keyframes in {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(45deg);}
}

@-webkit-keyframes out {
    from {-webkit-transform: rotate(45deg);}
    to {-webkit-transform: rotate(0deg);}
}

#menu {
background-color:#2d2d2d;
height:40px;
width: auto;
margin-right: 41px;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
background-color:transparent;
color:#f05d43;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none 
}

/*style of elements in menu*/
.navbar .nav > li > a {
padding: 9px 20px 10px;
}

.navbar .nav a {
font-size:13px;
}

.navbar-collapse {
float:right;
margin-right:10px;
}

.navbar-inverse .brand,
.navbar-inverse .nav>li a {
color:#b4b4b4;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
-webkit-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
}


.navbar-inverse .nav>li>a {
text-shadow: none ;
}

.navbar-inverse .nav ul li a {
color:#aaa;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color:#f05d43;
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li a:hover {
color:#f05d43;
}

.navbar-inverse .nav ul li a:hover {
background-color: #343434;
color:#C9C9C9;
}

.navbar .btn-navbar .icon-bar {
background-color:#f05d43;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}

.navbar-inverse .btn-navbar {
background-color:#fff;
background-image:none;
border-color:#fff;
-webkit-border-radius: 2px !important;
-moz-border-radius: 2px !important;
border-radius: 2px !important;
margin-top: 16.5px;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled]
{
background: none;
border-color: #f05d43;
background-image: none;
}

/*Start of 3level submenu styles*/
#topnav > ul {
padding-top: 2px;
}

.sf-menu {
float: left;
}

.sf-menu ul {
-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.sf-menu a {
padding: .7em 1.3em;
text-decoration: none;
zoom: 1; /* IE7 */
border-left: none;
border-top: none; /* fallback colour must use full shorthand */
}

.sf-menu a {
color: #9b9a9a;
background-color: #2d2d2d;
}

.sf-menu li {
background: none;
}

.sf-menu ul li ,
.sf-menu ul ul li {
border-bottom: 1px solid #3b3b3b;
border-left: 1px solid #ccc;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
background: none;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
right: 0.2em;
border: 4px solid transparent;
border-top-color: #eaeaea; /* edit this to suit design (no rgba in IE8) */
border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
border-top-color: #ccc; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
margin-right: 4px;
border-left-color: #eee; /* edit this to suit design (no rgba in IE8) */
border-left-color: rgba(200,200,200,.3);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color: rgba(200,200,200,.5);
}

/****************************************
3. Typography
 ***************************************/
h1,h2,h3,h4,h5,h6 {
margin:0;
line-height:1.2em;
margin-bottom: 7px;
font-weight:600;
font-family: 'Open Sans', sans-serif;
text-transform: none;
}

h1 {
font-size:75px;
}

h2{
font-size:50px;
}

h3{
font-size:32px;
}

h4 {
font-size:30px;
}

h5{
font-size:24px;
}

h6{
font-size:18px;
}

.headline {
margin-top:100px;
color:#FFF;
}

.dark .headline {
color:#ccc;
}

.headline h1 {
font-weight:300;
letter-spacing:8px;
color:#333;
}

.headline h2 {
font-weight:300;
color:#333;
}

.headline h5 {
font-weight:300;
color:#f6f6f6;
margin-top:-10px;
margin-bottom:10px;
letter-spacing:3px;
}

.headline .app-button {
background-color: #333;
color:#eee;
}

.headline .app-button:hover {
color:#f05d43;
}

.headline .app-button i {
color:#f05d43;
}

.twosides-line, .section-title > div > div {
display: table;
white-space: nowrap;
text-align: center;
padding-left:10px;
font-size:22px;
line-height:56px !important
}

.twosides-line:before,
.twosides-line:after ,
.section-title > div > div:before,
.section-title > div > div:after{
content: "";
display: table-cell;
width: 50%;
background: url(../img/line.png) repeat-x left center;
margin-left:5px;
}

body.svg .twosides-line:before,
body.svg .twosides-line:after ,
body.svg .section-title > div > div:before,
body.svg .section-title > div > div:after{ 
background: url(../img/line.svg) repeat-x left center;
}

.twosides-line > span,
.section-title > div > div > span{
padding:0px 8px;
display: inline-block;
}

.section-title {
margin-bottom:40px;
}

.section-title h2{
color:#535656;
line-height: 1.2em;
margin:0px;
font-weight:300;
}

.section-title p{
color:#7E7E7E;
font-size:23px;
line-height: 1em;
margin: -8px 0 0 0;
font-weight:300;
}

.section-title hr {
color: #dbdbdb;
background-color: #dbdbdb;
height: 2px;
width:10%;
margin:20px auto 30px;
border-top:none;
border-bottom:none;
}

.dark .section-title h2{
color:#e0e0e0;
}

.dark .section-title h2 span{
color:#949494;
}

.dark .section-title p{
color:#e0e0e0;
}

.dark .section-title hr {
color: #55595b;
background-color: #55595b;
}

.minisection .section-title {
padding-bottom:30px;
padding-top:30px;
}

.section-subtitle {
font-size: inherite;
opacity: 1 !important;
top: 0% !important;
padding:0;
}

.section-subtitle h3 {
color:#555;
line-height: 1.1em;
font-weight:300;
margin-bottom:5px;
position:relative;
}

.section-subtitle p {
color:#717171;
font-size:21px;
line-height: 1em;
margin: 0 auto 30px 7px;
font-weight:300;
}

.dark .section-subtitle h3 {
color:#ddd;
}

.dark .section-subtitle h3 span{
color:#fefefe;
}

.dark .section-subtitle p {
color:#ddd;
}

/****************************************
4. Sections
 ***************************************/
/* Add custom styles to every section*/
#home {
background:#f05d43 url(../img/home-bg.png) repeat-x top left;
height:665px;
padding-top:80px;
}

.headline a.app-button {
border-width:4px;
}

#teaser {
background-color:#2d2d2d;
color:#6c6c6c;
}

#teaser h5 {
font-weight:400;
}

#teaser i {
color:#848484;
font-size: 27px;
margin:0;
}

#teaser p {
font-size:16px;
}

#tab-section {
padding-bottom:0;
background-color:#f2f2f2;
}

#showcase1,#showcase2 {
background-color:#f2f2f2;
}

.box {
padding:10px;
text-align:center;
}

.box ul li {
display:inline-block;
padding:10px 30px;
font-size:30px;
}

.box li span {
display:inline-block;
text-align: left;
}

.box li span em {
display:block;
font-size:14px;
}

.box li i {
font-size: 55px;
width: 70px !important;
height: 60px !important;
color:#666;
}

#features {
background-color:#f2f2f2
}

#contact {
background-color: #f05d43;
color:#303030;
}

#contact input[type=text], #contact textarea{
margin-bottom: 3px;
margin-top: 3px;
background: transparent;
font-size:16px;
color: #FFF;
}

#send-message {
color:#2d2d2d;
}

#send-message:hover {
color:#fff;
}

#contact i {
font-size:62px;
text-align:center;
display: block;
height: 100px !important;
width: 100px !important;
text-align: center;
margin: 0 auto;
line-height: 100px;
}

#contact strong {
display:block;
}

#contact ul li {
margin: 5px 0 0;
border-top-width:0;
}

#contactform {
overflow:hidden;
}


#screenshots {
background-color:#f2f2f2;
}

#footer {
background-color:#2d2d2d;
padding: 15px 0;
}

#footer p {
color: #888;
font-size: 13px;
margin-top:7px;
}

#testimonial {
background-color:#e5e5e5;
}

#parallax-marquee {
background:url(../img/prlx.jpg) 50% -75px no-repeat fixed;
}

#priceplans {
background-color:#e5e5e5;
}

/****************************************
5. Features
 ***************************************/
.feature {
width:49%;
display: block;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left; 
border: 1px solid #ccc;
margin-left:3px;
margin-bottom:3px;
-moz-transition: all 800ms ease 0s;
-o-transition: all 800ms ease 0s;
-webkit-transition: all 800ms ease 0s;
transition: all 800ms ease 0s;
}

.feature i {
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
-webkit-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
text-align:center;
}

.feature:hover {
background-color:#f05d43;
}

.feature:hover h5{
color:#3d3c3c;
}

.feature:hover i{
color:#3d3c3c;
}

.feature:hover .feature-text p {
color:#fff;
}

.feature-icon {
display:inline-block;
float: left;
width: 25%;
height: 110px;
color:#f05d43;
text-align: center;
}

.feature-icon i {
line-height:110px;
font-size: 55px;
width: 100% !important;
height: 100px !important;
margin: 0;
}

.feature-text {
display:inline-block;
float:left;
width:71%;
padding-left:5px;
margin-bottom:20px;
font-weight: 400;
line-height: 20px;
}

.feature-text h5 {
margin: 20px 0px 10px 0;
color:#3d3c3c;
font-weight: 400;
}

.feature-text p {
font-size: 14px;
line-height:19px;
-moz-transition: all 800ms ease 0s;
-o-transition: all 800ms ease 0s;
-webkit-transition: all 800ms ease 0s;
transition: all 800ms ease 0s;
}
/****************************************
6. Gallery
 ***************************************/
.gallery .gl-item:focus a::after, .gallery .gl-item:hover a::after {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.gallery .gl-item:focus .tile-primary-content img, .gallery .gl-item:hover .tile-primary-content img {
-webkit-transform: scale3d(1.2, 1.2, 0);
-moz-transform: scale3d(1.2, 1.2, 0);
-ms-transform: scale3d(1.2, 1.2, 0);
-o-transform: scale3d(1.2, 1.2, 0);
transform: scale3d(1.2, 1.2, 0);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition:-webkit-transform 25000ms cubic-bezier(0, 0, 0.8, 0.9);
-moz-transition: -moz-transform 25000ms cubic-bezier(0, 0, 0.8, 0.9);
-o-transition: -o-transform 25000ms cubic-bezier(0, 0, 0.8, 0.9);
transition: transform 25000ms cubic-bezier(0, 0, 0.8, 0.9);
}

.gallery .gl-item:focus .tile-secondary-content,
.gallery .gl-item:hover .tile-secondary-content {
bottom:0%;
}

.gallery .gl-item:focus p ,.gallery .gl-item:focus h4,
.gallery .gl-item:hover p , .gallery .gl-item:hover h4{
color:#333;
}

.gallery .gl-item:focus p ,
.gallery .gl-item:hover p {
border-bottom-color:#333;
}

.gallery .gl-item a::after {
background-image: url(../img/plus.png);
bottom: 40px;
content: '';
display: block;
height: 40px;
opacity: 0;
position: absolute;
right: 50%;
margin-right:-20px;
width: 40px;
-webkit-transform: translate3d(0px, -20px, 0);
-moz-transform: translate3d(0px, -20px, 0);
-ms-transform: translate3d(0px, -20px, 0);
-o-transform: translate3d(0px, -20px, 0);
transform: translate3d(0px, -20px, 0);
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}

body.svg .gallery .gl-item a::after {
background-image: url(../img/plus.svg);
}

.gallery .gl-item .tile-primary-content {
padding: 0;
position: relative;
width: 100%;
}

.gallery .gl-item .tile-secondary-content {
background-color: #f05d43;
-webkit-font-smoothing: antialiased;
-webkit-transition: bottom 0.4s ease;
-moz-transition: bottom 0.4s ease-in-out;
-ms-transition: bottom 0.4s ease-in-out;
-o-transition: bottom 0.4s ease-in-out;
transition: bottom 0.4s ease-in-out;
bottom: -73px;
left: 0;
overflow: hidden;
padding: 10px 40px 80px;
position: absolute;
right: 0;
}

.gallery a {
display: block;
height: 100%;
position: relative;
width: 100%;
}

.gallery .tile-primary-content {
bottom: 0;
left: 0;
overflow: hidden;
padding: 40px;
position: absolute;
right: 0;
top: 100%;
}

.gallery .tile-primary-content img {
width: 100%;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition:-webkit-transform 200ms ease-out;
-moz-transition: -moz-transform 200ms ease-out;
-o-transition: -o-transform 200ms ease-out;
transition: transform 200ms ease-out;
}

.gallery .tile-secondary-content {
-webkit-font-smoothing: antialiased;
-webkit-transition: bottom 0.2s ease;
-moz-transition: bottom 0.2s ease-in-out;
-ms-transition: bottom 0.2s ease-in-out;
-o-transition: bottom 0.2s ease-in-out;
transition: bottom 0.2s ease-in-out
}

.gallery .tile-secondary-content p,
.gallery .tile-secondary-content h4 {
-webkit-transition-delay: ease-in;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
text-transform: uppercase;
}

.gallery h4 {
font-size: 12px;
font-weight:400;
margin: 0;
position: relative;
padding-top: 8px;
}

.gallery p {
font-size: 28px;
font-weight: 300;
line-height: 1.1em;
margin: 1em 0 0;
border-bottom: 3px solid #333;
padding-bottom: 8px;
color: #FFF;
}

.gallery {
float:left;
}

.gl-item {
margin:0px;
position:relative;
overflow:hidden;
}

.quarter {
width:24%;
display: block;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
}

.third {
width:31%;
display: block;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin:1%;
}

.gl-item .item_meta
{
bottom:-80%;
position:relative;
width:100%;
height:100%;
background-color: #f05d43; /*IE alternative*/
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-transition: none;
-webkit-transition: none;
-o-transition: color 0 ease-in;
transition: none;
}

div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
background: #fff;
}
	
div.light_square .pp_content .ppt {
color: #000;
}

div.light_square .pp_expand {
background: url(../img/sprite.png) -31px -26px no-repeat;
cursor: pointer;
}

/* Expand button hover */
div.light_square .pp_expand:hover {
background: url(../img/sprite.png) -31px -47px no-repeat;
cursor: pointer;
}

/* Contract button */
div.light_square .pp_contract {
background: url(../img/sprite.png) 0 -26px no-repeat;
cursor: pointer;
}

/* Contract button hover */
div.light_square .pp_contract:hover {
background: url(../img/sprite.png) 0 -47px no-repeat;
cursor: pointer;
}

/* Close button */
div.light_square .pp_close {
width: 75px;
height: 22px;
background: url(../img/sprite.png) -1px -1px no-repeat;
cursor: pointer;
} 
div.light_square .pp_details {
position: relative;
}

div.light_square .pp_description {
margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
background: url(../img/sprite.png) -1px -100px no-repeat;
height: 15px;
width: 14px;
}

div.light_square .pp_nav .pp_pause {
background: url(../img/sprite.png) -24px -100px no-repeat;
height: 15px;
width: 14px;
}

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous {
background: url(../img/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
background-position: 0 -87px;
cursor: default;
}

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next {
background: url(../img/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.disabled {
background-position: -22px -87px;
cursor: default;
}

/* Next button */
div.light_square .pp_next:hover {
background: url(../img/btnNext.svg) center right  no-repeat;
cursor: pointer;
}

body.no-svg div.light_square .pp_next:hover {
background: url(../img/btnNext.png) center right  no-repeat;
}
	
/* Previous button */
div.light_square .pp_previous:hover {
background: url(../img/btnPrevious.svg) center left no-repeat;
cursor: pointer;
} 

body.no-svg div.light_square .pp_previous:hover {
background: url(../img/btnPrevious.png) center left no-repeat;
} 
	
/* Loader icon */	
div.light_square .pp_loaderIcon {
background: url(../img/loader.gif) center center no-repeat; 
}

/* DO NOT CHANGE */
div.pp_pic_holder a:focus {
outline:none;
}

div.pp_overlay {
background: #000;
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9500;
}
	
div.pp_pic_holder {
display: none;
position: absolute;
width: 100px;
z-index: 10000;
}

.pp_top {
height: 20px;
position: relative;
}

* html .pp_top {
padding: 0 20px;
}

.pp_top .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}

.pp_top .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}

* html .pp_top .pp_middle {
left: 0;
position: static;
}

.pp_top .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}

.pp_content {
height: 40px; min-width: 40px;
}

* html .pp_content {
width: 40px;
}

.pp_fade {
display: none;
}

.pp_content_container {
position: relative;
text-align: left;
width: 100%;
}

.pp_content_container .pp_left {
padding-left: 20px;
}

.pp_content_container .pp_right {
padding-right: 20px;
}

.pp_content_container .pp_details {
float: left;
margin: 10px 0 2px 0;
}
.pp_description {
display: none;
margin: 0;
}

.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }

.pp_nav {
clear: right;
float: left;
margin: 3px 10px 0 0;
}

.pp_nav p {
float: left;
margin: 2px 4px;
white-space: nowrap;
}
	
.pp_nav .pp_play,
.pp_nav .pp_pause {
float: left;
margin-right: 4px;
text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
display: block;
float: left;
height: 15px;
margin-top: 3px;
overflow: hidden;
text-indent: -10000px;
width: 14px;
}

.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000;
}

.pp_gallery {
display: none;
left: 50%;
margin-top: -50px;
position: absolute;
z-index: 10000;
}

.pp_gallery div {
float: left;
overflow: hidden;
position: relative;
}

.pp_gallery ul {
float: left;
height: 35px;
margin: 0 0 0 5px;
padding: 0;
position: relative;
white-space: nowrap;
}

.pp_gallery ul a {
border: 1px #000 solid;
border: 1px rgba(0,0,0,0.5) solid;
display: block;
float: left;
height: 33px;
overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
border-color: #fff;
}

.pp_gallery ul a img {
border: 0;
}

.pp_gallery li {
display: block;
float: left;
margin: 0 5px 0 0;
padding: 0;
}

.pp_gallery li.default a {
background: url(../img/default_thumbnail.html) 0 0 no-repeat;
display: block;
height: 33px;
width: 50px;
}

.pp_gallery li.default a img {
display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
margin-top: 7px !important;
}

a.pp_next {
background: url(../img/btnNext.png) no-repeat center right;
display: block;
float: right;
height: 100%;
text-indent: -10000px;
width: 49%;
}

a.pp_previous {
background: url(../img/btnPrevious.png)  no-repeat center left;
display: block;
float: left;
height: 100%;
text-indent: -10000px;
width: 49%;
}

a.pp_expand,
a.pp_contract {
cursor: pointer;
display: none;
height: 20px;	
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000;
}

a.pp_close {
position: absolute; right: 0; top: 0; 
display: block;
line-height:22px;
text-indent: -10000px;
}

.pp_bottom {
height: 20px;
position: relative;
}

* html .pp_bottom {
padding: 0 20px;
}

.pp_bottom .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}

.pp_bottom .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}

* html .pp_bottom .pp_middle {
left: 0;
position: static;
}

.pp_bottom .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}

.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
width: 24px;
}

#pp_full_res {
line-height: 1 !important;
}

#pp_full_res .pp_inline {
text-align: left;
}

#pp_full_res .pp_inline p {
margin: 0 0 15px 0;
}
	
div.ppt {
color: #fff;
display: none;
font-size: 17px;
margin: 0 0 5px 15px;
z-index: 9999;
}

/****************************************
7. Price table
 ***************************************/
.package {
margin-bottom:10px;
width:24.1%;
display: block;
min-height: 30px;
margin-right:6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
border-top:3px solid #626768;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
}

.highlighted, .package:hover {
margin-top:-15px;
border-top-color:#f05d43;
position:relative;

}

.package:hover .package-head{
height:60px;
}

.highlighted .package-price,.package:hover .package-price{
color:#fff;
height:185px;
}

.highlighted .package-head,.package:hover .package-head {
height:60px;
line-height:60px;
color:#fff;
background-color:#f05d43;
}

.highlighted .package-body li{
color:#fff;
}

.package-head {
font-size:23px;
height:50px;
line-height:50px;
font-weight:400;
background-color:#f05d43;
color:#fff;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
}

.package-price {
font-size:60px;
font-weight:300;
height:180px;
line-height:110px;
background-color:#f05d43;
color:#fff;
position:relative;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
}

.package-price em {
font-size: 14px;
font-weight:300;
background-color: #ea563c;
position: absolute;
width:100px;
line-height: 35px;
padding: 0px 6px;
height: 35px;
margin-left: -50px;
left: 50%;
bottom:40px;
font-weight:italic;
}

.package-body {
background-color:#f05d43;
}

.package-body ul {
list-style: none;
margin:0;
padding-left: 0;
}

.package-body li {
border-bottom:2px solid #ea563c;
font-size:15px;
font-weight:400;
color:#444;
padding-top:8px;
padding-bottom:8px;
line-height:21px;
}

li.checked {
background:url(../img/checked.png) no-repeat 6% center;
}

.package-button {
padding:10px;
color:#fff;
border:none;
font-weight:400;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

/****************************************
8. Testimonial
 ***************************************/
#testimonial img.avatar {
height: 91px;
width: 91px;
margin:0 auto;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
border:4px solid #eee;
}

#testimonial .flex-viewport{
margin: 0px 40px;
}

#testimonial .flex-direction-nav a{
background: url(../img/testimonial-dir-nav.svg) no-repeat;
height:61px;
}

body.no-svg #testimonial .flex-direction-nav a{
background: url(../img/testimonial-dir-nav.png) no-repeat;
height:61px;
}

#testimonial  .flex-direction-nav .flex-prev { left: 0px; opacity:1 !important;}
#testimonial  .flex-direction-nav .flex-next { background-position: 100% 0; right: 0px; opacity:1 !important; }

#testimonial blockquote {
font-style: italic;
color: #666;
padding: 0;
border:none;
padding: 12px;
position: relative;
margin-top:20px;
font-size:20px;
}

#testimonial blockquote cite {
font-size: 14px;
color: #888888;
margin-left: 0px;
}

blockquote small {
color:#888888;
font-size: 15px;
margin-top:20px;
}

/****************************************
9. Slider
 ***************************************/
#slider1 {
margin-top:100px; 
}

.sequence-theme,#sequence{
background:none;
}

.flex-direction-nav a  {
width: 40px;
height: 61px;
margin: -20px 0 0;
display: block;
background: url(../img/slider-dir-nav.svg) no-repeat 0 0;
position: absolute;
top: 50%;
z-index: 10;
cursor: pointer;
text-indent: -9999px;
opacity: 0;
-webkit-transition: all .5s ease;
font-size: 0;
}

body.no-svg .flex-direction-nav a  {
background: url(../img/slider-dir-nav.png) no-repeat 0 0;
}

.flex-direction-nav .flex-prev {
left: -36px;
}

.flex-direction-nav .flex-next {
background-position: 100% 0;
right: -36px;
text-align: right;
}

.flexslider:hover .flex-next {
opacity: 0.8;
right: 0px;
}

.flexslider:hover .flex-prev {
opacity: 0.8;
left: 0px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
opacity: 1;
}

.flex-direction-nav .flex-disabled {
opacity: .3!important;
filter:alpha(opacity=30);
cursor: default;
}

.flex-control-paging li a {
width: 20px;
height: 20px;
display: block;
background: url(../img/slider-nav.svg) no-repeat center center;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow:none;
box-shadow: none;
}

body.no-svg .flex-control-paging li a {
background: url(../img/slider-nav.png) no-repeat center center;
}

.flex-control-paging li a:hover {
background:transparent url(../img/slider-nav.svg) no-repeat center center;
}

body.no-svg .flex-control-paging li a:hover {
background:transparent url(../img/slider-nav.png) no-repeat center center;
}

.flex-control-paging li a.flex-active {
background:transparent url(../img/slider-nav-active.svg) no-repeat center center;
cursor: default;
}

body.no-svg .flex-control-paging li a.flex-active {
background:transparent url(../img/slider-nav-active.png) no-repeat center center;
}

.flex-direction-nav a:before  {
display: none;
}

.flex-direction-nav a.flex-next:before  {
display: none;
}

.flexslider {
background: none !important;
border: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-o-border-radius: 0px !important;
border-radius: 0px !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
}

/****************************************
10. CTA & Buttons
 ***************************************/
.app-button {
display: inline-block;
padding: 7px 15px 4px 16px;
text-align:left;
margin:5px;
font-size: 14px;
line-height: 20px;
vertical-align: middle;
cursor: pointer;
border: 0px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
background :#f05d43;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition-property: all !important;
-moz-transition-property: all !important;
-ms-transition-property: all !important;
-o-transition-property: all !important;
transition-property:all !important;
}

a.app-button {
background :#f05d43 url(../img/cta-icon-shadow.png) no-repeat 50px 0;
}

a.app-button:link,
a.app-button:visited,
a.app-button:active{
color: #fff;
}

button.app-button {
color: #fff;
}

a.app-button:hover {
color:#040404;
}

button.app-button:hover {
background-color:#f49706;
}

.app-button span {
font-size:14px;
display: block;
float: left;
font-weight:300;
margin-left:10px;
}

.app-button strong {
font-size:17px;
display: block;
font-weight:300;
margin-top:-2px;
}

.app-button i {
text-shadow: none;
text-align: center;
line-height: 34px;
font-size: 38px;
width: 45px !important;
height: 36px !important;
float: left;
color: #FFF;
margin: 0 5px 10px -10px;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
}

.extreme-rounded {
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}

/****************************************
11. Social Icons
 ***************************************/
.box-social {
display:inline-block;
list-style: none outside;
text-align:left;
margin:0px auto;
float:right;
}

.navbar-header {
float:none;
}

.navbar-header .box-social {
float:right;
margin-left:30px;
}

.navbar-header .box-social li{
width:32px;
height:39px;
}

.navbar-header .box-social li a{
font-size:14px;
height:39px;
}

.box-social li {
display: inline-block;
width:40px;
height:40px;
line-height: 40px;
margin:0;
position:relative;
}

.box-social li a {
display:block;
width:40px;
height:40px;
margin:0 auto;
text-align:center;
overflow:hidden;
font-size:17px;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
color:#f05d43
}

.box-social li a:hover {
color:#ea563c
}

.box-social i {
padding:0;
margin:0;
line-height: 40px;
}

i {
width: 34px !important;
height: 34px !important;
margin:5px;
}

/****************************************
12. Marquee
 ***************************************/
.marquee {
display: inline-block;
line-height: 80px;
height:80px;
vertical-align: middle;
overflow: hidden;
position:absolute;
top:40%;
}

.marquee div {
height:80px;
color:#d7d7d7;
-webkit-transition: margin-top 0.5s ease-in-out;
-moz-transition: margin-top 0.5s ease-in-out;
-o-transition:margin-top 0.5s ease-in-out;
transition:margin-top 0.5s ease-in-out;
}

.marquee h4 {
text-transform:uppercase;
}

.marquee div p {
letter-spacing:3px;
}

#download-app-button {
position:absolute;
top:60%;
}
/****************************************
13. Footer & Newsletter
 ***************************************/
.input-append {
background-color:#303030;
text-align:right;
}
 
#newsletter input[type=text] {
border-color:transparent;
border-color: rgba(0, 0, 0, 0);
color:#888888 !important;
background-color:#303030 !important;
padding:2px 10px !important;
height:34px;
font-size:14px;
border-top:none;
border-bottom:none;
border-left: none;
width:55%;
float:left;
margin-top: 2px;
}

#subscribe {
color: #fff;
background-color:#262626;
border: none;
height:40px;
display:inline-block;
bottom:0;
padding:1px 30px;
font-size:14px;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-o-border-radius: 0px !important;
border-radius: 0px !important;
border:1px solid #262626;
border-left:none;
margin: 0px;
width:140px;
}

#subscribe:hover {
color: #262626;
background-color:#f05d43;
border-color:#f05d43;
}

#newsletterMessage {
color:#ddd;
min-height: 25px;
font-size: 18px;
margin-top:30px;
opacity:0px;
}

/****************************************
14. Scrollbar
 ***************************************/
.nicescroll-rails {
z-index:9999 !important;
width:7px !important;
}

.nicescroll-rails>div{
background-color: #424242 !important;
border: 1px solid #FFF !important;
width:7px !important;
}

/****************************************
15. Form
 ***************************************/
form {
margin: 0;
}

textarea ,
input[type="text"],
select {
-webkit-box-shadow:none !important;
box-shadow :none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
font-family:'Open Sans','Sans serif';
font-size:15px;
height: 42px;
padding: 13px 10px 9px !important;
font-weight:300;
background-color:transparent;
border-color: transparent transparent #2d2d2d transparent;
}

textarea.form-control {
border-color: transparent transparent #2d2d2d transparent;
}

textarea.form-control:focus {
border-color: transparent transparent #fff transparent;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: transparent transparent #fff transparent;
outline: 0 none;
}

input:-moz-placeholder ,textarea:-moz-placeholder {
color:#2D2D2D;
z-index:99999;
}

 input:-ms-input-placeholder,textarea :-ms-input-placeholder{
color:#2D2D2D;
z-index:99999;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
color:#2D2D2D;
z-index:99999;
}

#contactform input:-moz-placeholder ,#contactform textarea:-moz-placeholder {
color:#2D2D2D;
}

#contactform input:-ms-input-placeholder,#contactform textarea :-ms-input-placeholder{
color:#2D2D2D;
}

#contactform input::-webkit-input-placeholder,#contactform textarea::-webkit-input-placeholder {
color:#2D2D2D;
}

#newsletter input:-moz-placeholder{
color:#888;
font-size:15px;
line-height: 1.5em;
}

#newsletter input:-ms-input-placeholder{
color:#888;
font-size:15px;
line-height: 1.5em;
}

#newsletter  input::-webkit-input-placeholder{
color:#888;
font-size:15px;
line-height: 1.5em;
}

input[type="submit"],
button {
padding:10px 20px;
border:none;
font-family:'Open Sans';
font-size: 17px;
font-weight: 400;
background-color:#f05d43;
color:#fff;
height:43px;
-webkit-border-radius: 0;
-moz-border-radius:0;
border-radius:0;
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
}

input[type="submit"]:hover,
button:hover {
background-color:#f05d43;
color:#383E40;
}

.error { 
display: none; 
padding:10px; 
margin:0 0 5px 0;
color: #fff; 
font-size:12px;
background:#D34545 url(../img/close.png) no-repeat  98% 20%;
cursor: pointer;
}

.success { 
display: none; 
padding:10px; 
color: #fff; 
font-size:12px;
background:#69B86B url(../img/close.png) no-repeat 98% 20%;
cursor: pointer;
}

body.svg .success, body.svg .error{
background:#D34545 url(../img/close.svg) no-repeat 98% 20%;
}

.error img { 
vertical-align:top; 
}
/****************************************
16. Tabs
 ***************************************/
.nav-tabs {
text-align:center;
border-bottom:none;
height: 52px;
font-size: 0px /*a hook for removing space between li elements*/
}

.nav-tabs li {
float:none;
display:inline-block;
font-size:16px;
}

.nav-tabs>li>a {
-webkit-border-radius: 0;
-moz-border-radius:0;
border-radius:0;
padding: 0 20px 2px 30px;
margin-right: 0;
border:none;
line-height:38px;
color:#777;
border-bottom:2px solid #ccc;
}

.nav-tabs>li>a i {
-moz-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
transition: all 300ms ease 0s;
display:block;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
color: #f05d43 !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-bottom: 2px solid #f05d43 !important;
background-color:transparent !important;

}

.nav-tabs>.active>a i,
.nav-tabs>.active>a:hover i,
.nav-tabs>.active>a:focus i {
color: #f05d43;
}

.nav-tabs>li>a:hover {
background-color:transparent;
color:#f05d43;
}

.nav-tabs>li>a:hover i{
color:#f05d43;
}

.nav-tabs>li>a i{
float:right;
margin:0;
width: 38px !important;
height: 38px !important;
color:#707070;
text-align:center;
line-height:38px !important;
font-size:22px;

}

.tab-content {
overflow:visible;
padding-top:20px;
}
 
/****************************************
17. Parallax
 ***************************************/
.prlx{
position:relative;
color: #fff;
height: 400px;
margin: 0 auto;
}

/****************************************
18. Visibility animation
 ***************************************/

.come {
-moz-transition: all 800ms ease 0s;
-o-transition: all 800ms ease 0s;
-webkit-transition: all 800ms ease 0s;
transition: all 800ms ease 0s;
transform: translateY(140px);
-ms-transform:translateY(110px); /* IE 9 */
-webkit-transform:translateY(110px);
-moz-transform:translateY(110px);
-o-transform:translateY(110px);
}

.come-in {
transform: translateY(0px);
-ms-transform:translateY(0px); /* IE 9 */
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-o-transform:translateY(0px);
animation: come-in 2.8s ease forwards;
-webkit-animation:come-in 2.8s ease forwards;
-moz-animation:come-in 2.8s ease forwards;
}
.come-in:nth-child(odd) {
animation-duration: .8s; /* So they look staggered */
-webkit-animation-duration:.8s;
-moz-animation-duration:.8s;
}

@keyframes come-in {
  to { transform: translateY(0);
	-ms-transform:translateY(0px); /* IE 9 */
	-webkit-transform:translateY(0px);
	-moz-transform:.8s;
	-o-transform:.8s;
	-ms-transform:.8s;
  }
}

 
/****************************************
19. Responsive
 ***************************************/
/*Max Screen size : 979px */
@media (max-width:979px){
	#home {
	background-position:0 0 !important;
	}
	
	.headline {
	margin-top:20px;
	}
	
	.navbar-fixed-top {
	margin-bottom: 0px;
	}

	.navbar-collapse {
	float: right;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	}

	.navbar-collapse.collapse {
	display: none!important;
	}

	.navbar-collapse .nav>li>a,
	.navbar-collapse .dropdown-menu a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	}

	.navbar-inverse .navbar-collapse .nav>li>a:hover,
	.navbar-inverse .navbar-collapse .nav>li>a:focus,
	.navbar-inverse .navbar-collapse .dropdown-menu a:hover,
	.navbar-inverse .navbar-collapse .dropdown-menu a:focus {
	background-color: #353535;
	color:#fff;
	}
	
	#menu {
	margin-left: 0;
	margin-right: 41px;
	}
	.sf-menu {
	position:relative;
	width: 100%;
	}
	
	.sf-arrows .sf-with-ul:after {
	right: 0.7em;
	}
	
	.sf-menu li {
	width: 100%
	}
	
	.marquee {
	width:100%;
	}
	
	#download-app-button {
	top:65%;
	width: 100%;
	}
}

/*Max Screen size : 767px */
@media (max-width:767px){
	.container {
	padding:0;
	margin:0;
	}

	body {
	padding:0;
	}
	
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
	margin-left: 0;
	margin-right: 0;
	margin-bottom:0;
	}
	
	.row-fluid [class*="span"] {
	margin-left: 10px !important;
	width:95%;
	}
	
	.navbar .navbar-brand {
	margin-left: 10px;
	}
	
	.nav-tabs {
	height:100%;
	}
	
	.nav-tabs li {
	display:block;
	}
	.highlighted {
	margin-top:0px;
	margin-bottom:10px;
	}
	
	#home {
	height:auto;
	}
	.quarter ,
	.third,
	.feature,
	.package{
	width:100%;
	}
	.text-box {
	width: 100%;
	}
	
	.marquee {
	line-height: 120px;
	height:120px;
	top:35%;
	}

	.marquee div {
	height:120px;
	}
}

/*Max Screen size : 468px */
@media (max-width: 468px) {
	.quarter ,
	.third,
	.feature{
	width:100%;
	}
	
	#menu {
	margin-left: 0;
	margin-right: 0;
	}
	.sf-menu {
	position: absolute
	}
	.sf-menu ul {
	width:100%;
	position: absolute;
	border-top:1px solid #f05d43;
	}
	
	.sf-menu ul ul{
	width:100%;
	position: absolute;
	left:0;
	}
	
	.sf-menu li {
	width: 100%
	}
	
	#newsletter input[type=text] {
	border-right:1px solid #5f6465;
	}
	
	#newsletter input[type=text]:first-child {
	border-right:none;
	}
	
	#subscribe {
	display: block;
	margin: 0 auto;
	width: 100%;
	}
	
	.marquee {
	line-height: 120px;
	height:120px;
	top:35%;
	}

	.marquee div {
	height:120px;
	}
}
