body{
	margin:0;
	 font-family: 'source_sans_proregular' !important;
	width:100%;
	height:100%;
	color:#000;
}

a, a:hover, a:focus{
	outline:0;
	text-shadow:none;
	text-decoration:none !important;
}

.margin_top{
	margin-top:20px;
}

.margin_40{
	margin-top:40px;
}

.margin_80{
	margin-top:80px;
}

.header{
	background-color:#00a4e4 ;
	width:100%;
	position:fixed;
	top:0;
	padding:18px 0 0 ;
	z-index:100;
}

.navbar-collapse{
	padding:0;
}

.navbar-default {
  background: transparent !important;
  border: 0 !important;
  box-shadow:none;
}

.navbar-default .navbar-nav > li {
    padding: 0px 19px;
}

.navbar-default .navbar-nav > li > a {
  /* color: #e5e5e5;
   */color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 17px 0 29px;
}

.navbar-default .navbar-nav > li > a:hover{
  color: #37aed9;
	border-bottom:3px solid #37aed9;
	box-sizing:border-box;
	padding: 17px 0 18px;
}

#sub_navi {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 60px !important;
  left: -33px;
  padding: 0 0 20px;
  position: absolute;
  top:66px;
  margin: 0 !important;
}

#sub_navi li {
  margin-top: 9px;
  padding: 0 44px;
}

#sub_navi li a {
  color: #fff;
  font-family: "source_sans_proregular";
  font-size: 20px;
  padding: 15px 0;
}

#sub_navi li a:hover{
  color: #37aed9;
}

.nav .dropdwn:hover .collapse{
  display: block !important;
   margin-top: 4px;
}

.navbar {
  margin-bottom: 0px;
}

.demo_btn {
  background: #77bc52 none repeat scroll 0 0;
  border: 1px solid #488822;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 26px;
  line-height: 12px;
}

.demo_btn span {
  display: inline-block;
  height: 31px;
  padding: 5px 10px;
  height:31px;
}
.demo_btn:hover span {
  background-color: rgba(0, 0, 0, 0.1);
  color:#fff;
}
.login_btn {
  border: 1px solid #7e7e7e;
  color: #c2c2c2;
  display: inline-flex;
  font-size: 13px;
  height: 26px;
  line-height: 22px;
  margin: 0;
  padding: 0 10px;
}

.login_btn:hover{
  color: #fff;
}

.header_btn{
	margin-top: 12px;
}

.content_container{
	padding-top:84px;
}

.slide1 {
  position:relative;
}

.slide_content1 {
  left: 48px;
  position: absolute;
  top: 94px;
}

.slide1 h1{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-shadow: 3px 3px 1px #000;
}

.slide1 .button {
  box-shadow: 0 0 21px #000;
}

.slide h1{
  color: #fff;
  font-family: 'source_sans_proextralight';
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 25px;
}

.slide p{
   font-size: 24px;
    margin-bottom: 30px;
	color:#fff;
	 font-family: 'source_sans_proregular';
}

.button {
  color: #fff;
  display: inline-grid;
  font-family: "source_sans_prosemibold";
  font-size: 22px;
  line-height: normal;
  margin: 20px 0;
  padding: 0;
}

.button:hover{
  color: #fff;
}

.blue_btn {
  background:#3db2dc;
}

.green_btn {
  background:#02be68 ;
}

.button span {
  line-height: 30px; 
  padding: 10px 23px;
  width: 100%;
}

.blue_btn:hover span {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
}

.green_btn:hover span {
   background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
}

/* .wooden_banner1{
	background:url(../img/base_light_tile.jpg) no-repeat left bottom/cover;
	height:200px;
}
 */
.wooden_banner2{
	background:url(../img/base_dark_tile.jpg) no-repeat left bottom/cover;
	height:200px;
}

.wooden_banner4 {
  background: rgba(0, 0, 0, 0) url("../img/home_bg_4_bottom.jpg") no-repeat scroll left top 0 / cover ;
  height: 400px;
  position: relative;
  top: 192px;
  z-index: -10;
}

/* .ipad_1 {
    background: rgba(0, 0, 0, 0) url("../img/home_ipad_1_large.png") no-repeat scroll left 7px bottom / 112% 100%;
  height: 605px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
} */

.ipad_2{
  background: rgba(0, 0, 0, 0) url("../img/home_ipad_2.png") no-repeat scroll left 7px bottom / 112% 100%;
  height: 605px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
}

.ipad_3 {
  background: rgba(0, 0, 0, 0) url("../img/home_imac_no_chart_v2.png") no-repeat scroll left 0 bottom / 98% 100%;
  height: 720px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ipad_4 {
  background: rgba(0, 0, 0, 0) url("../img/home_ipad_3.png") no-repeat scroll left 0 bottom / contain ;
  height: 340px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ipad_5 {
  background: rgba(0, 0, 0, 0) url("../img/home_macbook.png") no-repeat scroll left 0 bottom / contain ;
  height: 380px;
  left: 100px;
  position: absolute;
  top: 168px;
  width: 100%;
}


.slide_content{
	margin-left:42px;
}

.all_icon{
	background:url(../img/sprite.png) no-repeat center center;
}

.anchors {
  margin: 50px 0 100px;
}

.anchors .all_icon {
  display: table;
  height: 110px;
  margin: auto;
  width: 110px;
}

.anchors .anchor1_img {
  background-position: -891px -456px;
}

.anchors .anchor2_img {
  background-position: -831px -728px;
}

.anchors .anchor3_img {
  background-position: -780px -456px;
}

.anchors h3 {
  font-size: 26px;
  margin: 5px 0;
}

.anchors a{
   color: #37aed9;
}

.slide_2 {
  background: url("../img/home_bg_2.jpg") no-repeat scroll center center / 100% 100%;
  padding-top: 90px;
  width: 100%;
}
.slide_3{
	background:url(../img/home_bg_3.jpg)  no-repeat scroll center center / 100% 100%;
	 overflow: hidden;
    padding-bottom: 130px;
    padding-top: 90px;
}

.slide_4 {
  background: rgba(0, 0, 0, 0) url("../img/home_bg_4_top.jpg") no-repeat scroll center top -126px / 100% 100;
  padding-bottom: 192px;
  padding-top: 88px;
}

.contact_slide {
  background: rgba(0, 0, 0, 0) url("../img/home_bg_6.jpg")  no-repeat scroll center center / 100% 100% ;
  padding: 85px 0;
}

.slide_4 .container{
	 position: absolute;
}

/* .slide_5 {
  background: rgba(0, 0, 0, 0) url("../img/home_bg_5.jpg") no-repeat scroll left top;
}
 */
 
.head {
  background: #37aed9 none repeat scroll 0 0;
  color: #fff;
  font-size: 26px;
   font-family: 'source_sans_proregular';
  padding:16px 0;
  width: 100%;
}

.glyphicon-menu-down {
  margin-right: 10px;
  vertical-align: sub;
}

.slide_4 p {
  color: #3f3f3f;
}

#home_video {
  position: relative;
  top: -56px;
  width: 100%;
  z-index: -100000 !important;
}

.contact_content {
  color: #000;
}

.contact_slide h4 , .contact_slide h4 a{
   font-family: 'source_sans_prolight';
  font-size: 40px;
  margin:15px 0 0px;
}

.contact_slide h4 a{
    color: #000;
}

.contact_slide span {
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.contact_slide a {
  color: #8ee2ff;
  font-size: 27px;
}

.contact_mar{
	margin-top:25px;
}

.footer {
  background:url(../img/footer_v2_texture.gif) repeat left top/ contain;
 font-family: "Open Sans",sans-serif; 
  padding: 30px 0 20px;
  color:#fff;
}

#privacy_pop .modal-content {
  height: 100%;
  max-height: 580px;
  overflow-y: scroll;
}

.footer p, .footer p a{
  line-height: 25px;
   color: #918f8b;
    font-size: 13px;
}

.footer p a:hover{
   color: #fff;
}

.head_border {
  background-color: #878787;
  height: 2px;
  margin-bottom: 10px;
  width: 50px;
  display: inline-block;
}

/* .footer h5{
   font-family: 'source_sans_prosemibold'; 
   font-size: 16px;
}

.footer ul li {
   font-size: 14px;
    margin-bottom: 5px;
    transition: all 0.2s ease 0s;
}

.footer ul li a{
    color: #fff;
    transition: all 0.2s ease 0s;
}

.footer ul li a:hover{
    color: #37aed9;
}

.footer_row:hover .head_border{
   background-color:#37aed9;
}
 */
.padding_none{
	padding:0;
}

#toggle_locale::after {
  background: rgba(0, 0, 0, 0) url("https://d2gkrbjfnjinj5.cloudfront.net/sprite.png") no-repeat scroll -60px -257px;
  content: "";
  display: block;
  height: 10px;
  left: 40px;
  margin-top: -7px;
  position: absolute;
  top: -3px;
  width: 20px;
  z-index: 100;
}

#toggle_locale li{
  padding: 5px 10px;
}

#toggle_locale li a{
    color: #2f2f2f;
    display: inline-block;
    height: 100%;
    transition: color 0.2s ease 0s;
    width: 100%;
}

#toggle_locale li a:hover{
    color: #37aed9;
}

#privacy_pop p{
	font-size:13px;
	color:#333;
	line-height:26px;
}

#privacy_pop ul li{
	font-size:13px;
	color:#333;
	line-height:20px;
	margin-bottom:8px;
	padding-left: 15px;
}

#privacy_pop{
	color:#333;
}

#privacy_pop a {
  color: #246ba8 !important;
  font-weight: 600;
}

#privacy_pop b {
  font-size: 14px;
}




/* testimonials_content */
.testiminial-block h1 {
    color: #37aed9;
    font-family: source_sans_prolight,Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
	margin-top: 0;
}
.testiminial-block h2 {
    color: #848484;
    font-family: source_sans_prolight,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
	margin-top: 0;
}
.testiminial-block  h4 {
    font-size: 18px;
    margin-bottom: 20px;
	color: #37aed9;
    font-family: source_sans_prolight,Arial,Helvetica,sans-serif;
    font-weight: 400;
	margin-top: 0;
}
.testiminial-block   span {
    display: inline-block;
    font-family: libre_baskervilleitalic;
    font-size: 20px;
	color: #37aed9;
    margin-bottom: 11px;
}
.testiminial-block   p {
    color: #848484;
    font-size: 20px;
    line-height: 35px;
	font-family: source_sans_prolight,Arial,Helvetica,sans-serif;
	font-weight: 400;
}
#testimonials_video {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
    padding: 10px;
    position: relative;
}

.testiminial-block {
  margin: 100px 0 0;
}

#testimonials_video .section .img button {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
#testimonials_video   span em::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    height: 0;
    left: 100%;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 0;
}
#testimonials_video  span em {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 50%;
}
#testimonials_video img {
  width: 100%;
}
#testimonials_video   .button {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}

#videoModal .modal-body {
    padding: 39px !important;
    position: relative;
}
#videoModal .close {
    color: #000000;
    float: left;
    font-size: 41px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}
.testiminial-block p.partnership::before {
  background: rgba(0, 0, 0, 0) url("../img/proceed_logo.png") no-repeat scroll 0 5px / 56px auto;
  content: "";
  display: inline-block;
  height: 19px;
  margin-right: 5px;
  width: 55px;
}
.testiminial-block  p.partnership {
    font-size: 12px;
    margin-top: 20px;
}

/* testimonials_content-end */
/* Feature */
.slide1_feature {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 695px;
    position: relative;
    transform: translateZ(0px);
    width: 100%;
}
.slide1_feature {
    background: rgba(0, 0, 0, 0) url("../img/features_top_bg.jpg") no-repeat scroll left top / cover ;
    padding-top: 30px;
}

.mac_feature {
  background: rgba(0, 0, 0, 0) url("../img/features_imac.png") no-repeat scroll left bottom / 100% 100%;
  height: 601px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ipad_feature {
  background: rgba(0, 0, 0, 0) url("../img/home_ipad_2.png") no-repeat scroll left bottom / 90% 100%;
  height: 426px;
  left: -425px !important;
  position: absolute;
  top: 256px;
  width: 100%;
  z-index: 111;
}

 .base {
    background: #2c2c2c none repeat scroll 0 0;
    bottom: 0;
    height: 170px;
    position: absolute;
    width: 100%;
	z-index: -111;
} 
.slide_content p{
	margin:0 0 0 0;
}
.slide_content.feature {
  margin-left: 84px !important;
}
.slide_content.feature h1 {
  margin: 0 0 20px;
}


.powerful_1 h1, .powerful_1 p, .cards h1, .cards p{
	  color: #232323;
}

.powerful_1 h1, .cards h1 {
  font-size: 45px;
   font-family: 'source_sans_proregular';
}


.features_analytics{
	background:url(../img/bottom_gradient_tile.png) repeat-x scroll 0 bottom;
}

.fea_send{
	background:url(../img/features_sand.jpg) no-repeat scroll center bottom;
	padding-bottom:120px;
}

.custom_need{
	background:url(../img/features_customized_bg.jpg) no-repeat scroll center top;
	padding:50px 0;
	color:#fff;	
}

.custom_need .nav.nav-tabs {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border: medium none;
  margin: auto;
  padding: 30px;
  text-align: center;
}

.custom_need .nav.nav-tabs li{
  font-size: 22px;
   background: rgba(62, 62, 62, 0.7) none repeat scroll 0 0;
   width: 185px;
}

.custom_need .nav.nav-tabs li:hover{
  background: rgba(62, 62, 62, 0.5) none repeat scroll 0 0;
}

.custom_need .nav.nav-tabs li a{
  color: #797979;
  margin:0;
   border-radius:0;
   border:none;
   background:transparent;
}

.custom_need .nav > li > a:hover, .custom_need .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
}

.custom_need .nav.nav-tabs .active{
 
  background:rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #3db2dc 0px, #018fbb 100%) repeat scroll 0 0;
}

.custom_need .nav.nav-tabs .active:hover{
  
  background:rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #2398c2 0px, #006a96 100%) repeat scroll 0 0;
}

.custom_need .nav.nav-tabs .active a, .custom_need .nav.nav-tabs .active:hover a{
  color: #fff;
}

.custom_need .tab-content span img{
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
	border-radius:50%;
}

.custom_need .tab-content h2{
	font-size: 38px;
    font-weight: 400;
    margin-bottom: 20px;
	  font-family: 'source_sans_prolight';
}

.custom_need .tab-content p{
	font-size: 20px;
	  font-family:'source_sans_proregular';
}

.float_none{
	float:none;
}

.blue_border {
  background-color: #37aed9;
  display: grid;
  float: none;
  height: 2px;
  margin: 16px auto 0;
  text-align: center;
  width: 80px;
}

.black_border {
  background-color: #5b5b5b ;
  display: grid;
  float: none;
  height: 1px;
  margin: 16px auto 40px;
  text-align: center;
  width: 80px;
}

.decisions{
	padding-bottom: 50px;
}

.decisions h3{
	color: #37aed9;
    font-family: 'source_sans_prosemibold';
    font-size: 32px;
    margin-bottom: 10px;
}

.decisions p{
	font-size: 20px;
	 color: #232323;
}

.visit_days, .visit_member, .visit_spend {
  color: #37aed9;
  font-family: "source_sans_proregular";
  font-size: 80px;
   margin: 26px 0 0;
  line-height: 67px;
}

.customer_behaviour h2{
    font-family: 'source_sans_prolight';
    font-size: 40px;
    margin: 22px 0 0 30px;
}

.base_bg {
  background: #f2f2f2 none repeat scroll 0 0;
  bottom: -139px;
  height: 300px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -10;
}

.customer_behaviour{
	position: relative; 
	padding-bottom: 30px;
}

.feature_anytime{
	 margin-bottom: 150px;
}

.united_states {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
}

#united_states{
	padding:0;
	margin:10px 0 0;
	background-color:#fff;
	padding:10px;
}

#united_states li a{
	color:#2f2f2f;
	font-size:16px;
	font-family: 'source_sans_proregular';
}

#united_states li a:hover{
	color:#37aed9;
}

.share span{
	/* display: inline-block;
    float: left; */
    font-family: libre_baskervilleitalic;
}

.share ul li span{
  display: block;
  height: 18px;
  transition: all 0.2s ease 0s;
  width: 22px;
}

.share ul li .twtr{
  background-position: -29px 0px;
}

.share ul li .twtr:hover{
  background-position: -30px -18px;
}

.share ul li .in{
  background-position:-52px 0px;
}

.share ul li .in:hover{
  background-position: -52px -18px;
}

.share ul li .vi{
  background-position:-96px 0px;
}

.share ul li .vi:hover{
  background-position: -96px -18px;
}

.social_icon{
	background:url(../img/share_icons.png) no-repeat;
}

.logo{
	margin-top:3px;
  max-width: 205px;
  width: 100%;
}

#free_request {
	font-family: "Open Sans",sans-serif;
}

#free_request .close{
	 font-size: 22px;
    opacity: 1;
}

#free_request h6 {
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 0;
  font-family: sans-serif;
}

.modal_btn.btn {  
	background-color: #09d52f; 
	 color: #fff;
	 font-size: 17px;
	 margin:0 0 6px; 
	 padding: 7px 24px !important; 
	 text-transform: uppercase;
 }

.modal_btn.btn:hover{
  background-color: #06cc26;
}

.white_text { 
	 color: #fff; 
	 font-family: unset; 
	 font-size: 18px; 
	 font-weight: bold;
	 margin-top:5px;
 }

.green_text {
	color: #09d52f; 
	font-size: 18px; 
	font-weight: bold;
}

.orange_text sub{  
	font-size: 14px;
}

.available {
 /*  background-color: #030f24; */
  float: right;
  padding: 6px 0;
  text-align: center;
  width: 80%;
}
 
.modal_bg {
  color: #000;
  padding: 15px;
}


#free_request h1 {
  color: #000;
  font-family: "source_sans_prosemibold";
  font-size: 30px;
  margin: 10px 0 0px;
}

#free_request h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  margin-top: 0;
}

#free_request .phone {
  color: #09d52f;
  font-family: "open sans";
  font-size: 26px;
  /* line-height: 58px; */
  /* margin-bottom: 20px; */
  padding-top:0px;
  /* text-align: right; */
}

.decisions {
  font-family: open sans;
}

.modal_bg p{	
	font-size: 19px; 
	margin: 0px;
}

.modal_bg .form-control::-moz-placeholder {
	/* color: #252525; */
	color: #000;
	opacity: 1;
}

#free_request .form-control {
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  border : 1px solid #000;
  font-weight:bold;
}

.sub_navi {
	background-color: rgb(0, 0, 0, 0.7);  
	padding: 8px 0;  
	position: fixed;
	width: 100%; 
	z-index: 100;
}

.sub_navi ul, .team ul, .cloud ul{
	margin:0;	
	padding:0;
}

.sub_navi ul li{
	margin: 0 20px;
}

.sub_navi ul li a{
	color:#c2c2c2;	
	font-family: 'source_sans_proregular';
	font-size: 16px;	
	transition: color 0.3s ease 0s;
}

.sub_navi ul li a:hover{
	color:#37aed9;
}

.about_banner{
	background:url(../img/about_top_bg.jpg) no-repeat left top/cover;
	padding: 70px 0;
}

.about_bnr_con{
	background-color:rgba(0,0,0,0.7);	
	padding:30px 20px;	
	color:#fff;
}

.about_bnr_con h1 {
  font-family: "source_sans_prolight";
  font-size: 17px;
  line-height: 28px;
  margin: 0;
}

.about_bnr_con h1 a{
	color:#fff;
}

.team h1, .team p{
	color: #646464;	
	font-family: 'source_sans_prolight';
}

.team h1{
	font-size:30px;	
	margin-bottom:25px;
}

.team h1 span{
	font-size: 19px;
}

.team p{	 
	font-size: 17px;
}

.team ul li {
	float: left; 
	width: 19%;
}

.cloud{
	background:url(../img/features_customized_bg.jpg) no-repeat left top/cover;
	padding:50px 0;
}

.cloud p{  
	color: #fff; 
	font-size: 23px;
}

.cloud ul li {  
	color: #fff; 
	font-size: 21px; 
	margin-bottom: 7px;
}

.cloud ul li span { 
	font-size: 17px;
}
.passionate  h1{	
	font-size: 50px; 
	color: #232323;
}

.passionate p{	
	font-size: 24px;	 
	color: #232323;
}

.mobile_payments{
	font-family: 'source_sans_proregular';
	color: #232323;
}

.mobile_security span{
	font-size:16px;
}

.mobile_payments h4 {
  font-size: 22px;
  margin: 10px 0 5px;
}

.mobile_payments p{
	font-size:17px;
}

.pos_images {
  background-color: #f2f2f2;
  float: left;
  padding: 50px;
  width: 100%;
}

.traditional_payments h3 {
  color: #fff;
  font-size: 35px;
  margin: 30px 0;
}

.pos_images{
	background-color:#f5f5f5;
	padding:50px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}

.footer_btn {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  padding: 13px 21px;
  position: fixed;
  right: 0 !important;
  text-align: center;
  width: auto;
}

.thank_u h1 {
  color: #1062a0;
  font-family: "source_sans_proitalic";
  font-size: 58px;
  font-weight: 400;
  line-height: 68px;
  margin-top: 70px;
  text-transform: capitalize;
}

.thank_u h2{
	 color: #1062a0;
    font-size: 48px;
    font-weight: 600;
    margin: 60px 0;
    text-transform: uppercase;
}

.thank_u h2 span{
	 color: #01d628;
    font-weight: 600;
}

.head .grn_btn {
  margin-left: 11px;
}

.grn_btn {
  background-color: #09d52f !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-top: 11px;
  padding: 6px 10px !important;
}

.grn_btn:hover {
  background-color: #00ad07 !important;
  border: medium none !important;
}

.play_video{
	float: right;
    height: 100%;
    width: 86%;
}

.rollover-thumb li img {
  width: 70px;
  height: 70px;
}

.rollover {
  height: 450px;
  vertical-align: middle;
  width: 100%;
}

.rollover img {
  height: 100%;
}

#privacy_pop{
  text-align:left;
}

#privacy_pop h1 {
  font-size: 23px;
  margin: 60px 0 50px;
}

#privacy_pop h3 {
  font-size: 19px;
  margin: 50px 0 41px;
}

.mobile_fix{
	height: auto !important;
    width: 60%;
	padding-top:100px
}
  



/*------------- MEDIA_ SCREEN ------------------*/

@media only screen and (max-width:1200px){
.navbar-default .navbar-nav > li > a {
  font-size: 15px;
}

.ipad_feature {
  top: 313px;
}

.navbar-default .navbar-nav > li {
  padding: 0 16px;
}

.slide_content1 {
  top:0;
}



}

	
@media only screen and (max-width:992px){
	
.content_container {
  padding-top: 138px;
}
.contact_content {
  text-align: center;
}

.logo {
  margin-bottom: 10px;
}

.button span {
  line-height: 30px;
  padding: 10px 23px;
  width: 100%;
}

.slide_content, .slide_content.feature{
	margin:0;
}

.ipad_5 {
  left: 0;
}

.ipad_feature {
	left: 0 !important; 
	top: 150px !important;
}

.mac_feature, .ipad_feature {
	background-position: center center; 
	background-size: contain;  
	height: 300px;  
	top: 0;
}

.powerful_1 h1, .cards h1 {
	font-size: 35px;  
	line-height: 40px;
}

.slide h1 {
	font-size: 48px;
}

.slide p {  
	font-size: 20px;
}

.black_border { 
	margin: 5px auto 10px;
}
.customer_behaviour h2 { 
	 font-size: 24px;  
	 margin: 22px 0 0;
}

.visit_days, .visit_member, .visit_spend {
	font-size: 49px;
}

.base_bg{
	display:none;
}

.col-md-11.float_none.center-block {
	padding: 0;
}

nav{
	margin:0!important;
}

.navbar-default .navbar-nav > li {
  padding: 0 11px !important;
}

.slide_content1 {
  width: 80%;
  left: 10px;
}



}


	
@media only screen and (max-width:768px){
.content_container {
  padding-top: 50px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-nav {
  margin: 7.5px 5px !important;
}	

.navbar  .grn_btn {
  float: right;
  width: -moz-max-content !important;
}	
	
.navbar {
	margin-top:-22px;
}	

.ipad_feature {
	left: 0 !important;  
	top: 182px;
}

.logo {
  margin: 0 auto 20px;
}

.navbar-nav{
	width:100%;
	float:right;
	text-align:right;
}

#sub_navi {
  background-color: rgb(0, 0, 0);
  height: auto !important;
  opacity: 1;
  padding: 0;
  right: -21px;
  top: 42px;
  z-index: 100000;
}

.navbar-default .navbar-nav > li > a {
  padding: 12px 0;
  font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
  padding: 12px 0 9px;
}

.slide h1 , .powerful_1 h1, .cards h1{
  font-family: "source_sans_proregular";
  font-size: 30px;
  line-height: 42px;
  margin: 0;
}

.button span {
  padding: 7px 25px;
}

.button {
  font-size: 18px;
}

.ipad_1, .ipad_2, .ipad_3, .ipad_4, .ipad_5 {
  background-position: center center;
  background-size: contain;
  height: 226px;
  left: 0;
  position: static !important;
  top: 0;
}

.xs_margin{
	margin-top:25px;
}

.xs_center, .content_container{
	text-align:center;
}

.anchors {
  margin: 50px 0;
}

.slide p, .powerful_1 p, .cards p {
  font-size: 16px;
  margin: 10px 0;
}

.slide {
  padding:30px 0 0;
}

.contact_slide {
  background:url("../img/home_bg_6.jpg") no-repeat scroll left top / cover ;
  padding: 50px 0;
}

.contact_slide span, .contact_slide a{
  font-size: 24px;
}
.contact_slide h4 {
  font-size: 30px;
}

.slide_4 {
  background-position: left top 0;
  height: 107%;
}

.wooden_banner4 {
  top: 300px;
}

.wooden_banner1, .wooden_banner2, .wooden_banner3{
	height:auto;
}
#navbar-collapse-11{
	background-color: #000;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.tv_icon{
	 margin-bottom: -31px;
}

#home_video {
  top: 0;
}

.head {
  font-size: 20px;
  text-align:left;
}

.footer ul li {
  font-size: 17px;
}

.footer h5 {
  font-size: 25px;
}

.footer_row {
  border-bottom: 1px dotted #eee;
  margin: 8px 0;
  padding-bottom: 20px;
}

.footer {
  padding: 30px 0 ;
}

.testiminial-block {
  border-bottom: 1px dotted #333;
  float: left;
  margin: 0;
  width: 100%;
  padding: 30px 0;
}

.testiminial-block h1 {
  font-size: 30px;
}

.margin_80 {
	margin-top: 20px;
}

.margin_40, .feature_anytime , .cards {
	margin-top:0px; 
	margin-bottom:0px;
}

.custom_need .nav.nav-tabs li {
	width: 165px;
}

.custom_need .tab-content h2 {
	font-size: 25px;
}

.custom_need .tab-content p {
	font-size: 14px;
}

.custom_need {
	background-size: 100% 100%;
}

.features_analytics {
	padding: 0 !important;
}

.modal_btn.btn {
  font-size: 13px;
  padding: 7px 17px;
}

.nav.navbar-nav {
  position: fixed;
  width: 100%;
  background-color: #000;
  z-index: 100000;
  left: 0;
  padding: 0 20px 20px;
  margin: 0 !important;
}

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

.slide_content1 {
  position: static;
  width: 100%;
}

}




@media only screen and (max-width:420px){
	
.custom_need .nav.nav-tabs { 
	padding: 18px;
}

.custom_need .nav.nav-tabs li {
	font-size: 18px; 
	width: 123px;
}

.head .grn_btn {
  float: left;
  margin: 15px 0 0;
  text-align:center;
  width: 100% !important;
}
	
}
  








