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

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #ffffff;
    /*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;
}


/* 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;
}




/* 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;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

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: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 40px;
    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: #272727;
}

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


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

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

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

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   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                 
-----------------------------------------*/







/*---------------------------------------
   SECTION:  intro                 
-----------------------------------------*/

.introduction {
    padding-top: 80px;
    padding-bottom: 30px;
}






/*---------------------------------------
   SECTION:  history                 
-----------------------------------------*/

.history {
    padding-top: 80px;
    padding-bottom: 30px;
}

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

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

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

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

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

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

.history .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;
}

.history .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

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













/*---------------------------------------
   SECTION:  messages                 
-----------------------------------------*/
.messages {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}

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

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

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

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

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

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

.messages .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;
}

.messages .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

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
















/*---------------------------------------
   SECTION:  souvenirs                 
-----------------------------------------*/
.souvenirs {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}

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

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

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

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

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

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

.souvenirs .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;
}

.souvenirs .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

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
















/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    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 {
    width: 100%;
	max-width:864px;
    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;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/
.testimonials {
    background: url(../images/bg-2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    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:  message 
-----------------------------------------*/
.message_video_box {
	cursor: pointer;
    background: #dae1e3;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}








/*---------------------------------------
   SECTION:  chamber_chairmen 
-----------------------------------------*/

.chamber_chairmen {
    padding-top: 80px;
    padding-bottom: 82px;
}

.chamber_chairmen .shot {
    background: white;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.chamber_chairmen .swiper-slide img {
    border-radius: 4px;
    /*width: 100%;*/
}

.captain_name {
    color: black;
	line-height: 20px;
	padding: 0px 5px 5px 5px;
	font-size: 20px;
	font-style: bold;
	/*font-family: 'Roboto', sans-serif;*/
}

.captain_company {
    color: black;
	line-height: 12px;
	padding-left: 5px;
	font-size: 12px;
	font-style: bold;
	/*font-family: 'Roboto', sans-serif;*/
}

.captain_period {
    color: black;
	font-size: 20px;
	font-style: bold;
	/*font-family: 'Roboto', sans-serif;*/
}









/*---------------------------------------
   SECTION:  chamber_ceo 
-----------------------------------------*/

.chamber_ceo {
    padding-top: 80px;
    padding-bottom: 82px;
}

.chamber_ceo .shot {
    background: white;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.chamber_ceo .swiper-slide img {
    border-radius: 4px;
    /*width: 100%;*/
}









/*---------------------------------------
   SECTION:  chamber_legislative 
-----------------------------------------*/

.chamber_legislative {
    padding-top: 80px;
    padding-bottom: 82px;
}

.chamber_legislative .shot {
    background: white;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.chamber_legislative .swiper-slide img {
    border-radius: 4px;
    /*width: 100%;*/
}

















/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/

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

.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                 
-----------------------------------------*/

.timeline {
    /*background: url('../images/bg-3.jpg') no-repeat center fixed;*/
	padding-left:10px; padding-right:10px; 
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;

    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

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

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

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







/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('../img/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('../img/a22.png') center center no-repeat;
	overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }


.slider_desc{ 
	position: absolute; bottom: 0%; left: 0px; font-size: 14px; color: #ffffff; line-height: 24px; color: black; text-shadow: 3em black;
	background: rgba(0, 0, 0, 0) url("../images/transpWhite.png") repeat scroll 0 0;
    padding-left: 6px; padding-right: 6px; padding-bottom: 4%; padding-top: 10px; width:100%; text-align: left; /*font-family:"Roboto",​sans-serif*/
}
.slider_desc b{/*font-family:"Lane",​sans-serif;*/ font-size:24px; font-weight:bold; }

