/*!
 * Clean Blog v1.0.0 (http://startbootstrap.com)
 * Copyright 2014 Start Bootstrap
 * Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,700);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800);
@import url('font-awesome.min.css');
@import url('footer.css');
@import url('bootstrap-social.css');
body{
	font-family:'Open Sans', sans-serif;
}
p {
    line-height: 1.5;
    margin: 5px 0;
	padding:5px;

}
p a {
    text-decoration: underline
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal
}
a {
    color: #404040
}
a:hover,
a:focus {
    color: #0085a1
}
a img:hover,
a img:focus {}blockquote {
    color: gray;
    font-style: italic
}
hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: #fff
}
.navbar-custom {
	width: 100%;
	z-index: 3;
	font-family: 'Open Sans', sans-serif;
	background: #333333;
	margin-bottom:0px;
	position:relative;
	min-height:70px;
}
.navbar-custom .navbar-brand {
    font-weight: 800
}
.navbar-custom .nav li a {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
    
    .navbar-custom .navbar-brand {
        color: #fff;
        padding: 20px 0px;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: rgba(255, 255, 255, .8)
    }
    .navbar-custom .nav li a {
        color: #fff;
        padding: 30px 10px;
    }
    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus {
        color: rgba(255, 255, 255, .8)
    }
	.navbar-custom {
		height: 83px;
	}
}
@media only screen and (min-width: 1170px) {
    .navbar-custom {
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        transition: background-color .3s;
        -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);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .navbar-custom.is-fixed {
        position: fixed;
        top: -61px;
        background-color: rgba(255, 255, 255, .9);
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }
    .navbar-custom.is-fixed .navbar-brand {
        color: #404040
    }
    .navbar-custom.is-fixed .navbar-brand:hover,
    .navbar-custom.is-fixed .navbar-brand:focus {
        color: #0085a1
    }
    .navbar-custom.is-fixed .nav li a {
        color: #404040
    }
    .navbar-custom.is-fixed .nav li a:hover,
    .navbar-custom.is-fixed .nav li a:focus {
        color: #0085a1
    }
    .navbar-custom.is-visible {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.intro-header {
    background-color: gray;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
    padding: 100px 0 50px;
    color: #fff
}
@media only screen and (min-width: 768px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding: 150px 0 0px
    }
}
.intro-header .site-heading,
.intro-header .page-heading {
    text-align: left
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
    margin-top: 0;
    font-size: 50px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #EFEFEF;
    line-height: 30px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 10px 0 0
}
@media only screen and (min-width: 768px) {
    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        font-size: 24px;
        font-weight: normal;
    }
}
.intro-header .post-heading h1 {
    font-size: 35px
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
    line-height: 1.1;
    display: block
}
.intro-header .post-heading .subheading {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: 10px 0 30px;
    font-weight: 600
}
.intro-header .post-heading .meta {
    font-family: Lora, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 20px
}
.intro-header .post-heading .meta a {
    color: #fff
}
@media only screen and (min-width: 768px) {
    .intro-header .post-heading h1 {
        font-size: 55px
    }
    .intro-header .post-heading .subheading {
        font-size: 30px
    }
}
.post-preview>a {
    color: #404040
}
.post-preview>a:hover,
.post-preview>a:focus {
    text-decoration: none;
    color: #0085a1
}
.post-preview>a>.post-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px
}
.post-preview>a>.post-subtitle {
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px
}
.post-preview>.post-meta {
    color: gray;
    font-size: 18px;
    font-style: italic;
    margin-top: 0
}
.post-preview>.post-meta>a {
    text-decoration: none;
    color: #404040
}
.post-preview>.post-meta>a:hover,
.post-preview>.post-meta>a:focus {
    color: #0085a1;
    text-decoration: underline
}
@media only screen and (min-width: 768px) {
    .post-preview>a>.post-title {
        font-size: 36px
    }
}
.section-heading {
    font-size: 36px;
    margin-top: 60px;
    font-weight: 700
}
.caption {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}
/*footer {
    padding: 50px 0 65px
}
footer .list-inline {
    margin: 0;
    padding: 0
}
footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0
}*/
.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease
}
.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1
}
.floating-label-form-group-with-focus label {
    color: #0085a1
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee
}
.pager li>a,
.pager li>span {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 0
}
.pager li>a:hover,
.pager li>a:focus {
    color: #fff;
    background-color: #0085a1;
    border: 1px solid #0085a1
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: gray;
    background-color: #404040;
    cursor: not-allowed;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #0085a1;
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #0085a1;
}
img::selection {
    color: #fff;
    background: 0 0;
}
img::-moz-selection {
    color: #fff;
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #0085a1;
}
/* from index*/

.minicraft_txt {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000000;
}
.small_app {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #828282;
}
table.news_tb tr td p {
    margin: 0;
    padding: 0;
}
table.news_tb tr td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.free_box {
    border: 1px solid #0080FC;
    border-radius: 2px;
    padding: 2px !important;
    width: 49px;
    margin-top: 17px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #0080FC;
    line-height: 17px;
    text-transform: uppercase;
}
.onAppDeal {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #0080FC;
    line-height: 15px;
}
a:hover {
    text-decoration: none;
}
td h5 {
    padding: 0 !important;
    margin: 0 !important;
}

li.news-item {
    border-bottom: #f7f7f7 solid 1px;
    padding-bottom: 7px;
    padding-top: 7px;
}
li.new-item2 {
    padding-top: 3px !important;
}
.news_remove_padding {
    padding: 0;
    margin: 0;
}
li.news-item table {
    margin: 0 15px;
}
.panel-footer {
    display: none;
}
ul.demo1 {
    height: 355px !important;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
    padding-top: 131px;
}
.box-shadow:after {
    box-shadow: 0 0 3px 3px #fff;
    content: "";
    height: 0;
    margin-top: 13px;
    width: 100%;
    z-index: -1;
    display: block;
    position: absolute;
    -webkit-box-shadow: 0 0 11px 5px #AACCB6;
    -moz-box-shadow: 0 0 11px 5px #AACCB6;
    box-shadow: 0 0 11px 5px #AACCB6;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
@media (min-width: 1201px) {
    .navbar-custom .navbar-brand {
        padding-left: 0;
    }
    .navbar-right {
        margin-right: 0 !important;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding-top: 126px !important;
    }
}
@media (max-width: 995px) {
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding-top: 110px !important;
    }
}
@media (max-width: 767px) {
    .purchaseLeft {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .rightPanel {
        width: 50%;
        margin: 0 auto;
        float: none;
    }
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding-top: 89px !important;
        text-align: center !important;
    }
    .bannerLeft {
        text-align: center;
        width: 100% !important;
        display: block;
    }
    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        text-align: center;
    }
    .signup_btn a {
        margin: 0 auto;
    }
    .signuup_btn_div p {
        text-align: center;
    }
    .overflow {
        min-height: 983px;
    }
    .intro-header {
        min-height: 873px !important;
    }
    .footer_logo {
        margin: 0 auto;
        padding: 0;
        text-align: center !important;
        width: 100% !important;
        display: block;
        float: none;
        margin-bottom: 10px !important;
    }
    .footer_right ul {
        width: 100%;
        margin: 0 auto;
    }
    .footer_right ul li {
        text-align: center !important;
    }
    footer .copyright {
        font-size: 12px !important;
    }
    .navbar-collapse {
        margin-top: 26px;
        background: #F6F6F6;
    }
    .navbar-custom .nav li a {
        font-size: 18px !important;
        font-weight: 500 !important;
    }
    .navbar-custom .nav li {
        border-bottom: #CCC solid 1px;
    }
    .navbar-right {
        margin-left: 1px;
    }
}
@media (min-width: 640px) and (max-width: 992px) {
    
    .purchaseLeft p {
        width: 227px;
        height: 227px;
    }
}
@media (max-width: 639px) {
    li.orClass {
        display: none;
    }
    
    .purchaseLeft p {
        width: 227px;
        height: 227px;
    }
    li.orClass {
        display: none;
    }
    
    .site-heading {
        text-align: center;
    }
    .site-heading span.subheading2 {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 360px;
        padding-right: 0;
    }
    .site-heading h5 {
        display: block;
        width: 340px;
        margin: 0 auto;
        padding-right: 0;
        font-size: 12px;
        text-align: center;
    }
    .site-heading p {
        margin: 8px 0;
    }
    .bannerLeft {
        display: block;
        width: 100%;
        text-align: center;
    }
    .purchase_txt {
        font-size: 30px;
        line-height: 20px;
    }
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding-top: 89px;
        padding-bottom: 10px;
    }
    .intro-header .site-heading h1,
    .intro-header .page-heading h1 {
        text-align: center;
    }
    .cashback {
        font-size: 28px;
        line-height: 20px;
    }
    .every {
        font-size: 40px;
    }
    .appstore_txt {
        font-size: 38px;
    }
    .signuup_btn_div {
        text-align: center;
    }
    .signup_btn a {
        margin-top: 0;
        margin: 0 auto;
    }
    .signuup_btn_div p {
        text-align: center;
    }
    .rightPanel {
        display: block;
        margin: 0 auto;
        width: 313px;
        right: 18px;
        float: none;
        position: relative;
    }
    .intro-header {
        padding-bottom: 10px;
    }
    .bg_size {
        height: 855px;
    }
    .intro-header .site-heading,
    .intro-header .post-heading,
    .intro-header .page-heading {
        padding-top: 116px !important;
    }
}
@media (max-width: 388px) {
    .site-heading span.subheading2,
    .site-heading h5 {
        width: auto;
    }
}
/*end*/
.center{
text-align:center;
}
hr{
	border-color:#6B6C74;
}
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}
input.disabled {
    background: #ececec;
    border: 0;
    cursor: not-allowed !important;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
footer {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #cccccc;
  font-size:16px;
}
footer .container .grid_17 {
    width: 68.833%;
}
footer .container .grid_3 {
    width: 10.5%;
}
footer .container .push_6 {
    left: 25.0%;
}
footer .container .grid_13 {
    width: 52.167%;
}
footer .container .grid_4 {
    width: 14.667%;
}
/*@font-face {
  font-family: 'Snap-Ligatures-v1';
  src: url('../fonts/Snap-Ligatures-v1--z9qsb4.eot');
  src: url('../fonts/Snap-Ligatures-v1-.eot#iefix-z9qsb4') format('embedded-opentype'), url('../fonts/Snap-Ligatures-v1--z9qsb4.woff') format('woff'), url('../fonts/Snap-Ligatures-v1--z9qsb4.ttf') format('truetype'), url('../fonts/Snap-Ligatures-v1--z9qsb4.svg#Snap-Ligatures-v1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Snap-Ligatures-v1';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e600";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-download-app-store:before {
    content: "\e60c";
}
.icon-download-google-play:before {
    content: "\e604";
}*/
.terms_tab{
	margin:0 auto;
}
.term_condition p{
	margin:0;
}
	.contactForm textarea
	{
	width:92%;	
	}
	.border-right2
	{
	border-left:#CCD1D9 solid 1px;	
	}
/*@media (min-width: 997px) {
	.faq_box,.three_box {
        width: 60% !important;
    }
}*/
.terms_tab, .faq_box, .three_box{
   /* width: 49%;*/
   width: 50%;
    padding: 0 30px;
    margin: 0 auto;
  /*  font-family: OpenSans-Light;*/
    font-size: 14px;
    font-weight: normal;
}
@media (max-width: 768px) {
	.terms_tab{
	width: 100%;
	}
}
@media (min-width: 767px) and (max-width: 1200px) {
	.terms_tab{
	width: 70%;
	}
}
@media (min-width: 1200px){
	.terms_tab{
	width: 60%;
	}
}
a.btn-social{
	font-family:'Open Sans', sans-serif;
	text-decoration:none;
	margin:0 auto;
}
a.btn-social:hover{
	color:#fff !important;
}
.signUp_form h4 a,.signUp_form h3 a{
	color:#3BAFDA;
}
.siginUpBox h5 {
   	text-align:justify;
}
.orange-bg {
    background: #ffc14d;
	color: #fff;
}
.box{
	margin:50px 0;
}
.in_container{
	margin:40px auto;
}
.container .head{
	margin-bottom:5px;
}
h1.headline {
text-align: center;
}
h1 em {
  font-weight: 600;
  color: #A0D468;
  font-style:normal;
}
h3.headline{
	color:#3BAFDA;
}

@media (min-width:768px) {
.in_container{
	width:740px;
}
}
@media(max-width:768px){
.in_container{
	width:85%;
}
}

/*#offer-detail .breadcrumb{
	font-size:18px;
	font-weight:600;
	background:none;
}*/
.breadcrumb{
	font-size:16px;
	background:#e6e9ed;
	font-weight: 400;
}
.breadcrumb a{
	
	/*color:#6BBFF4;*/
	color:#0099FF;
	
}
.bg-blue-white{
	color:#fff;
	background-color:#6BBFF4;
}
.bg-green-white{
	color:#fff !important;
	background-color:#A0D468 !important;
}
.color-blue{
	color:#6BBFF4;
}
.color-green{
	color:#A0D468;
}
@media (max-width: 768px) {
.mobile_hide{
	display:none !important;
}
}
@media (min-width: 970px) {
#cashback,#myaccount_container,#linkemail {
	padding: 0 30px;
}
}
#cashback .panel-heading h3{
	color:#333;
	margin:10px;
	
}
#cashback span.value {
	    float: right;
		
  }
 @media(max-width:768px){
	#cashback span.value {
	    float: none;display:block;
		
  }  
  #cashback .panel{
	  text-align:center;
  }
  }
  #cashback span.title {
	   display:inline-block;
  }
.remeed_btn:hover {
	  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
 box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
 border-radius: 5px;
  }
  div.dataTables_length select{
	  display:inline;
  }
 
  #myaccount_container a,#linkemail a{
	  color:#6BBFF4;
	  text-decoration:none;
  }
    #myaccount_container table tr{
  border:1px solid #efefef;
	}
  #myaccount_container table tr>td{
	  padding:5px 15px;
  }
  .myaccount_table {
    display: block;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;	
	}
.myaccount_header {
    background: #E6E9ED;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 20px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.fileinput {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
}
#linkemail a img:hover{
	 -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
 box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
}
.dataTables_filter .form-control {
  margin-left: 4px;
}
.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.input-circle {
    border-radius: 25px !important;
}
.input-rounded {
    border-radius: 5px !important;
	border: 1px solid #ccc;
	padding:3px 5px;
}
.filename{
	padding:3px;
}
.btn-default{
	color: #fff;
    background-color: #aab2bd;
    border-color: #898A8C;
/*box-shadow: #585857 1px 2px 1px;*/
}

.wrap{
	white-space: pre-wrap!important;
}
@media(min-width:786px){
table.wrap
{
	white-space: pre-wrap!important;
}
}