
/*  WEb font css starts here  */

@font-face {
    font-family: 'negotiate';
    src: url('../fonts/negotiate.eot');
    src: url('../fonts/negotiate.eot') format('embedded-opentype'),
         url('../fonts/negotiate.woff2') format('woff2'),
         url('../fonts/negotiate.woff') format('woff'),
         url('../fonts/negotiate.ttf') format('truetype'),
         url('../fonts/negotiate.svg#negotiate') format('svg');
}
@font-face {
    font-family: 'Trebuchet';
    src: url('../fonts/Trebuchet.eot');
    src: url('../fonts/Trebuchet.eot') format('embedded-opentype'),
         url('../fonts/Trebuchet.woff2') format('woff2'),
         url('../fonts/Trebuchet.woff') format('woff'),
         url('../fonts/Trebuchet.ttf') format('truetype'),
         url('../fonts/Trebuchet.svg#Trebuchet') format('svg');
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas.eot') format('embedded-opentype'),
         url('../fonts/Bebas.woff') format('woff'),
         url('../fonts/Bebas.ttf')  format('truetype'),
         url('../fonts/Bebas.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
  }
/*  WEb font css ends here  */

/* ---- Generelized css rules  ---- */
html,body{
	width: 100%;
	margin: 0;
	padding: 0;
}
body{
    /*font-family: 'HelveticaNeue';*/
    /*font-family: Arial, sans-serif;*/
    color: #444444;
	background: url('../images/grid_pat.png') repeat scroll 0 0 transparent;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #000;
	text-decoration: none;
}
.btn:hover,
.btn:focus{
	-webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
}
.form-control:focus{
    box-shadow: none;
}
.p-none{
	padding: 0 !important;
}
.p-t-none{
	padding-top: 0 !important;
}
.p-b-none{
	padding-bottom: 0 !important;
}
.p-r-none{
	padding-right: 0 !important;
}
.p-l-none{
	padding-left: 0 !important; 
}
.m-none{
	margin: 0 !important;
}
.m-t-none{
	margin-top: 0 !important;
}
.m-b-none{
	margin-bottom: 0 !important;
}
.m-r-none{
	margin-right: 0 !important;
}
.m-l-none{
	margin-left: 0 !important;
}
.f-bold{
	font-weight: bold;
}

.container{
    width: 980px;
}
.white-bg{
    background-color: #ffffff;
}
.page-wrap{
    margin: 0 auto;
    max-width: 980px;
    box-shadow: 0 1px 3px #808080;
    background: #fff;
}
.custom-navbar{
	border:0;
	border-radius: 0px;
	background: -moz-linear-gradient(center top, #FFFFFF, #DEDEDE) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#DEDEDE));
    background: -webkit-linear-gradient(#FFFFFF, #DEDEDE);
    background: -moz-linear-gradient(#FFFFFF, #DEDEDE);
    background: -o-linear-gradient(#FFFFFF, #DEDEDE);
    background: -ms-linear-gradient(#FFFFFF, #DEDEDE);
    background: linear-gradient(#FFFFFF, #DEDEDE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE');
    /*box-shadow: 0 1px 3px #808080;*/
    min-height: 45px;
    margin: 0px;
}
.custom-navbar .container{
	padding-right: 1px;
}
.custom-navbar .navbar-nav>li{
    float: left;
    border-left: 1px solid #FFF;
    border-right: 1px solid #CCC;
    display: inline;
    position: relative;
}
.custom-navbar .navbar-brand{
	padding: 10px 10px 4px;
	height: 100%;
}
.custom-navbar .navbar-nav.navbar-left>li:last-child{
	border-right-color: transparent;
}
.custom-navbar .navbar-nav.navbar-right>li:first-child{
	/*border-left: 1px solid #FFF;*/
    border-left: 1px solid #CCC;
}
.custom-navbar .navbar-brand{
    border-right: 1px solid #CCC;
}
.custom-navbar .navbar-nav>li>a{
    font-size: 1.2em;
    color: #666666;
    padding: 12px 11px;
}
.custom-navbar .navbar-nav>.active>a,
.custom-navbar .navbar-nav>.active>a:focus,
.custom-navbar .navbar-nav>.active>a:hover,
.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus{
	background: #fff;
	color: #000;
}

.top-banner{
    background: url('../images/bg-homedrkgreenbar.jpg') repeat-x scroll 0 0px #7BC144;
    border-bottom: 1px dashed #FFFFFF;
    background-size: auto 100%;
    color: #000000;
    height: 399px;
    position: relative;
}

.top-banner .container{
    padding: 20px 20px 0 20px;
}
.left-banner-content{
	position: relative;
	padding-left: 20px;
}
.left-banner-content .banner-title{
	color: #FFFFFF;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 10px 0px 10px;
    text-shadow: 0 1px 1px #606060;
}

.left-banner-content .banner-title span{
	font-size: 40px;
    line-height: 1.3;
    display: block;
}
.left-banner-content .banner-sub-text{
	color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 0 1px 1px #606060;
    margin-bottom: 5px;
}
.left-banner-content .best-tip-list{
	list-style-image: url('../images/icon-acceptlight-24x24.png');
    list-style: none;
}
.left-banner-content .best-tip-list li{
	color: #FFFFFF;
    font-size: 20px;
    line-height: 1;
    text-shadow: 0 1px 1px #808080;
    position: relative;
}
.left-banner-content .best-tip-list li:before{
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    height: 24px;
    width: 24px;
    background: url('../images/icon-acceptlight-24x24.png') no-repeat transparent ;

}
.banner-btn{
	margin-top: 15px;
    position: relative;
	float: left;
	width: 245px;
    color: #fff; /* text color */
    font-family: "Times New Roman";
    font-size: 36px;
    line-height: 36px;
    padding: 10px 10px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0,0,0,.42); /* drop shadow */
    border: 2px solid #e9ede6; /* stroke */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
   
    background-color: #f7f9fb; /* layer fill content */
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.32), inset 0 -32px 49px rgba(246,140,71,.64), inset 0 0 4px #d72300; /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.32), inset 0 -32px 49px rgba(246,140,71,.64), inset 0 0 4px #d72300; /* drop shadow, inner shadow and inner glow */
    box-shadow: 0 0 3px 1px rgba(0,0,0,.32), inset 0 -32px 49px rgba(246,140,71,.64), inset 0 0 4px #d72300; /* drop shadow, inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSI5Ni41JSIgeDI9IjUwJSIgeTI9IjMuNDk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NjEwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YmQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
    background-image: linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
}
.banner-btn:hover,
.banner-btn:focus{
    color: #fff;
    outline: none;
    border-color: #e9ede6;
    background-color: #f7f9fb; /* layer fill content */
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.32), inset 0 -32px 49px rgba(246,140,71,.64), inset 0 0 4px #d72300; /* drop shadow, inner shadow and inner glow */
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.32), inset 0 -32px 49px rgba(246,140,71,.64), inset 0 0 4px #d72300; /* drop shadow, inner shadow and inner glow */
    box-shadow: 0 0 3px 1px rgba(0,0,0,.32), inset 0 -32px 49px rgba(246,140,71,.64), inset 0 0 4px #d72300; /* drop shadow, inner shadow and inner glow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSI5Ni41JSIgeDI9IjUwJSIgeTI9IjMuNDk5OTk5OTk5OTk5OTklIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NjEwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YmQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
    background-image: linear-gradient(bottom, #e56107 3.5%, #f7bd55 96.5%); /* gradient overlay */
}
.banner-btn>span{
    display: inline-block;
    position: relative;
}
.banner-btn>span>img{
    display: inline-block;
    margin-top: -3px;
    position: relative;
    z-index: 1;
}
.banner-btn:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left:0;
    top: 2px;
    background: url('../images/banner-btn-pattern.jpg') repeat-x transparent;
    background-size: auto 98%;
}
.right-banner-content{
	position: relative;
}
.right-banner-content img{
	margin-top: 3px;
}


.left-sidebar{
	width: 250px;
	padding: 10px;
}
.right-container{
	width: calc(100% - 250px);
	padding: 10px 0px;
}

.record-table{
	float: left;
	width: 100%;
	position: relative;
}
.record-table .table{
    font-family: 'negotiate';
    border-top: 0px;
}
.right-container .record-table .table-bordered>tbody>tr>td:last-child,
.right-container .record-table .table-bordered>tbody>tr>th:last-child, 
.right-container .record-table .table-bordered>tfoot>tr>td:last-child,
.right-container .record-table .table-bordered>tfoot>tr>th:last-child,
.right-container .record-table .table-bordered>thead>tr>td:last-child,
.right-container .record-table .table-bordered>thead>tr>th:last-child,
.right-container .record-table .table{
	border-right:0px;
}

.right-container .record-table .table-bordered>thead>tr>th.result{
	width: 70px;
}
.record-table .table>thead>tr>th{
	background: -webkit-gradient(linear, left top, left bottom, from(#7BC144), to(#64A011));
    background: -moz-linear-gradient(top, #7BC144, #64A011);
    background: -o-linear-gradient(top, #7BC144, #64A011);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BC144', endColorstr='#64A011');
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 8px 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    border-bottom: 0px;
}
.record-table .table>thead>tr>th.team{
    min-width: 190px;
}
.record-table .table>thead>tr>th.league{
    min-width: 170px;
}
.record-table .table>tbody>tr:first-child>td{
	border-top:0px;
}
.record-table .table>tbody>tr>td{
	vertical-align: top;
	border-bottom: 1px solid #C6C9CC;
    border-left: 1px solid #E4E7EB;
    /*border-right: 1px solid rgba(255, 255, 255, 0.6);*/
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    font-size: 12px;
    line-height: 18px;
}

.record-table .table-striped>tbody>tr:nth-of-type(odd){
	background: #fff;
}
.record-table .table-striped>tbody>tr:nth-of-type(even){
	background-color: #E8EAE9;
    background: linear-gradient(#f7faf9, #e8eae9);
    border-left: 1px solid #d5d8db;
}
.tip-block-container{
        margin: 0 auto;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.tip-block-container .btn-wrap {
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tip-block-container .tip-block{
    width: 255px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.home-tip-block{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    max-width: inherit;
    padding: 0 10px !important;
    margin-bottom: 45px;
}
.home-tip-block .tip-block{
    margin-right: 10px;
}
.get-tip-wrap{
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0px 0px;
    padding-right: 10px;
}
.get-tip-title{
    margin-top: 10px;
    margin-bottom: 8px;
    color: #333333;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
}
.get-tip-subtitle{
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 1.35em;
    line-height: 1.2;
    font-weight: bold;
}
.green-text{
    color: #50A60D;
}
.get-tip-content,
.home-content{
    color: #444444;
    font-size: 1.07em;
    float: left;
    width: 100%;
}
.get-tip-content p,
.home-content p{
    margin-bottom: 15px;
}
.home-page-content{
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.home-page-content .get-tip-subtitle{
    margin-bottom: 25px;
}
.home-content{
    margin-bottom: 20px;
}

.auther-wrap{
	float: left;
	width: 100%;
	position: relative;
}
.auther-wrap .auther-img{
	float: left;
	width: 118px;
}
.auther-wrap .auther-content{
	float: left;
	width: calc(100% - 118px);
	padding-left: 10px;
}
.auther-wrap .auther-content h3{
	margin-top: 13px;
	margin-bottom: 4px; 
	font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    float: left;
    width: 100%;
}
.auther-wrap .auther-content p{
	float: left;
	width: 100%;
	font-size: 11px;
    letter-spacing: 0.001em;
    line-height: 18px;
    margin-bottom: 0px;
    display: block;
}

.plans-package{
	float: left;
	width: 100%;
	position: relative;
	padding: 28px 15px;
    line-height: 20px;
    font-size: 14px;
}
.plans-package .tip-block{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.plans-package .tip-block .top-block .duration{
    font-size: 32px;
    margin-bottom: 2px;
    padding-top: 12px;
}
.plans-package .tip-block .top-block .price{
    font-size: 26px;
    padding: 0px;
    line-height: 38px;
}
.plans-package .tip-block .bottom-block ul li{
    font-weight: normal;
    padding: 2px 3px 2px 10px;
}
.plans-package .tip-block .bottom-block ul li::before{
    margin-right: 15px;
}
.tip-block .black-bg{
    float: left;
    width: 100%;
    height: 8px;
}
.plans-package .btn-wrap{
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.buy-now-btn{
	border: 0;
    margin: 4px auto 8px;
	width: 118px;
    color: #fff;
    font-family: "Verdana";
    font-size: 20px;
    line-height: 20px;
    padding: 6px;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.buy-now-btn.btn-green{
    background-color: #559f07;
    -moz-box-shadow: 0 4px 0 rgba(30,69,0,.98); 
    -webkit-box-shadow: 0 4px 0 rgba(30,69,0,.98);
    box-shadow: 0 4px 0 rgba(30,69,0,.98);
}
.buy-now-btn>span{
    position: relative;
    z-index: 1;
}
.buy-now-btn.btn-green:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/btn-green-pattern.png') repeat-x;
    background-size: auto 100%;
    z-index: 0;
}
.buy-now-btn:hover,
.buy-now-btn:focus,
.buy-now-btn:active{
    outline: none;
    border:0px;
    color: #fff;
}
.buy-now-btn.btn-orange{
    background-color: #f9791b;
    -moz-box-shadow: 0 4px 0 rgba(150,59,0,.98);
    -webkit-box-shadow: 0 4px 0 rgba(150,59,0,.98);
    box-shadow: 0 4px 0 rgba(150,59,0,.98);
}
.buy-now-btn.btn-orange:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/btn-orange-pattern.png') repeat-x;
    background-size: auto 100%;
    z-index: 0;
}
.howitworks{
	float: left;
	width: 100%;
	position: relative;
}
.howitworks ol {
	float: left;
    width: 100%;
    padding-left: 0px;
    counter-reset: li;
    margin-bottom: 0px;
    list-style: none outside none;
    /*padding-left: 35px;*/
}
.steps{
	border-bottom: 1px dotted #CCCCCC;
    padding: 15px 0;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 35px;
}
.steps:last-child{
    border-bottom: 0px;
}
.steps:before{
	position: absolute;
    left: 0px;
    top: 15px;
    display: block;
    content: counter(li, decimal);
    counter-increment: ol li;
    height: 26px;
    width: 26px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
	border: 1px solid #cbcbcb; /* stroke */
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f7f9fb; /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
}
.steps .list-title{
	margin-bottom: 5px;
    margin-top: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.steps span{
    display: block;
    font-size: 12px;
}
/*index page bottom article list*/
.content-list{
    padding-left:20px;
}
/*----------------*/
.white-bg{
    background-color: #fff;
}
.title-green-bg{
    background-image:url('../images/bg-homedrkgreenbar.jpg');    
    height: 30px;
}
.page-title-wrap{
    background-image:url('../images/grey-bg.png');
    background-repeat: repeat;
    font-family:Arial, Helvetica, Sans-Serif;
    padding: 0;
}
.page-title {
    font-size: 29px;
    font-weight: bold;
    color: #333;
    margin: 0;
    max-height: 75px;
    padding: 20px 30px;
    border-bottom: 1px dotted #ccc;
    text-shadow: 0 1px 1px #FFFFFF;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.orange-btn{
    background-color: #f97717; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NzcxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #f97717 0%, #ffc57f 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f97717 0%, #ffc57f 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f97717 0%, #ffc57f 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f97717 0%, #ffc57f 100%); /* gradient overlay */
    color: #fff;
    font-size: 18px;  
    font-family: 'Bebas';    
    text-transform: uppercase; 
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);   
    text-align: center;
    letter-spacing: 0.02em;
    border: 1px solid #f97717;
    border-radius: 0px; 
}
.orange-btn:hover,
.orange-btn:focus{
    color: #fff;
    outline: none !important;    
}    


.green-btn{
    background-color: #6d971b; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5ODEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliYjk1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #59810d 0%, #9bb95f 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #59810d 0%, #9bb95f 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #59810d 0%, #9bb95f 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #59810d 0%, #9bb95f 100%); /* gradient overlay */    
    color: #fff;
    font-size: 18px;  
    font-family: 'Bebas';    
    text-transform: uppercase; 
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);   
    text-align: center;
    letter-spacing: 0.02em;
    border: 1px solid #59810d;
    border-radius: 0px; 
}
.green-btn:hover,
.green-btn:focus{
    color: #fff;
    outline: none !important;    
}   


/* CUSTOM FOOTER CSS START */
.custom-footer{
    min-height: 60px;
    padding: 20px 0 0;
    background-image: url('../images/bg-footer.gif');
    background-repeat: repeat;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    box-shadow: 0 1px 3px #808080;
}
.footer-links{
    text-align: right;
}
.footer-links li {
    padding: 0 15px;
    border-right: 1px dotted #999999;
}
.footer-links li:last-child{
    border-right: none;
}
.footer-links li a{
    color:#50A60D; 
    font-size: 12px;
}
.footer-links li a:hover,
.footer-links li a:focus{
    text-decoration: underline;
}
.custom-footer .copy-txt{
    color: #999;
    font-size: 10px;
}

/* CUSTOM FOOTER CSS END */

/* BUY NOW PAGE CSS START */
.buynow-section{
    padding-bottom: 180px;
}
.tip-block-wrap{
    max-width: 660px;
    margin: 0 auto;
    padding: 30px 0;
}
.tip-block-wrap .tip-block{
    min-width: 255px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.tip-block-wrap .btn-wrap{
    display: inline-block;
    vertical-align: top;  
    width: calc(100% - 310px);
}

.tip-block .top-block{
    background-color: #f97917; /* layer fill content */
    background-image: url('../images/orange-strock-bg.png');   
    background-repeat: no-repeat;
    height: 100%;
    color: #fff;
    background-size: cover;
    background-position: bottom center;
    
}
.tip-block .top-block .duration {
    margin-top: 0;
    font-size: 40px;
    padding-top: 25px;
    line-height: 24px;
    font-family: 'Bebas';    
    
}
.tip-block .top-block .price {
    font-size: 36px;
    margin-bottom: 0;
    font-family: 'Trebuchet';
    line-height: 46px;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
}
.tip-block .bottom-block{
    border: 1px solid #ccc;
    background-color: #e5e5e5;
}
.tip-block .bottom-block ul{
    list-style: none;
    padding-left: 0px;
    /* font-family:Arial, Helvetica, Sans-Serif;     */
    font-family: "Verdana";
    font-size: 14px;    
    font-weight: 600;
    margin-bottom: 0px;
}
.tip-block .bottom-block ul li{
    border-bottom: 1px solid #b6b6b6;
    padding: 5px 3px 3px 10px;
    font-size: 13px;
}
.tip-block .bottom-block ul li::before{
    font-family: 'FontAwesome';    
    content: "\f0a9";
    font-size: 14px;
    margin-right: 10px;
    color: #171819;
}
.left-sidebar .plans-package .black-bg,
.right-container .tip-block-container .tip-block .black-bg{
    height: 9px;
}
.tip-block .black-bg{
    background-color: #212224;
    height: 25px;
}
.tip-block-wrap .btn-wrap .orange-btn,
.tip-block-wrap .btn-wrap .green-btn{
    min-width: 385px;
    min-height: 65px;
    max-height: 65px;
    padding: 5px;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    line-height: 46px;    
    position: relative;
}
.tip-block-wrap .btn-wrap .orange-btn::after{
    background-image: url('../images/orange-btn-after.png');
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;    
}
.tip-block-wrap .btn-wrap .orange-btn .icon-wrap,
.tip-block-wrap .btn-wrap .green-btn .icon-wrap{
    display: inline-block;    
    vertical-align: middle;    
    float: left;
}
.tip-block-wrap .btn-wrap .orange-btn i,
.tip-block-wrap .btn-wrap .green-btn i{
    float: left;
    color: #7f4f17;
    font-size: 18px;
    line-height: 46px;    
    text-shadow: none;
}
.tip-block-wrap .btn-wrap .green-btn i{
    color: #fff;    
}
.tip-block-wrap .btn-wrap .orange-btn i::after,
.tip-block-wrap .btn-wrap .green-btn i::after{
    content: "";
    border-right: 1px solid #7f4f17;
    right: 0px;
    padding-right: 5px;
    top: 3px;    
}
.tip-block-wrap .btn-wrap .green-btn i::after{
    border-right: 1px solid #446304;
}
.tip-block-wrap .btn-wrap .orange-btn .img-wrap,
.tip-block-wrap .btn-wrap .green-btn .img-wrap{
    display: inline-block;
    vertical-align: middle;
}
.tip-block-wrap .btn-wrap .orange-btn .img-wrap img,
.tip-block-wrap .btn-wrap .green-btn .img-wrap img{
    display: inline-block;
    margin-right: 5px;
    max-height: 40px;
}
.tip-block-wrap .btn-wrap .orange-btn .img-wrap img.paypal,
.tip-block-wrap .btn-wrap .green-btn .img-wrap img.paypal{  
    margin-right: 50px;
}
.tip-block .top-block.green{
    background-color: #5f951d; /* layer fill content */
    background-image: url('../images/green-strock-bg.png');   
    background-repeat: no-repeat;
    height: 100%;
    color: #fff;
    background-position: bottom center;
    background-size: cover;    
} 

.tip-block-wrap .btn-wrap .green-btn::after{
    background-image: url('../images/green-btn-after.png');
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;    
    height: 13px;
    background-size: 100%;
}
.buy-now-seprator {
    background-image: url(../images/sep.png);
    background-repeat: repeat-x;
    min-height: 1px;
    width: 85%;
    margin: 0 auto 5px;
}
/* BUY NOW PAGE CSS END */

/* FAQ PAGE START */
.que-ans-block-wrap{
    padding: 25px 5px 180px;
    max-width: 600px;
}
.que-ans-block{
    border-top: 1px dotted #ccc;
}
.que-ans-block h3{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.que-ans-block p{
    font-size: 15px;
    margin-bottom: 20px;
}
/* FAQ PAGE END */

/* record page css starts */

.table-title {
    color: #333333;
    margin-left: 32px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: bold;
}
/*  records page css ends */

/*  our terms page css starts */
.terms-list-wrap{
    font-size: 15px;
    line-height: 22px;
    padding-left: 5px;
    padding-bottom: 150px;
}
.terms-list-wrap .terms-list{
    list-style-type: decimal;
    padding-left: 45px;
}
.terms-list-wrap .terms-list li{
    margin-bottom: 5px;
}
.terms-list-wrap .firsttitle{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 20px;
}

/* Contact Us page css starts */

.custom-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.custom-page-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    min-height: 720px;
}

.custom-left-block {
    width: calc(100% - 34%);
    display: inline-block;
    padding: 15px;
    position: relative;
    vertical-align: top;
}

.custom-left-block .contact-form-wrap form {
    width: 410px;
    float: right;
    margin-right: 30px;
}

.custom-left-block .contact-form-wrap form label {
    font-weight: normal;
    color: #666666;
    font-size: 15px;
    margin-bottom: 0px;
}

.custom-left-block .contact-form-wrap form .input-element {
    background: url('../images/bg-input-text.jpg') repeat-x scroll center top #FFFFFF;
    border-color: #BBBBBB #E2E1DD #E2E1DD;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #E2E1DD;
    border-style: solid;
    border-width: 1px;
    font-size: 18px;
    margin: 0;
    padding: 4px;
    color: #444444;
    max-height: 31px;
}

.custom-left-block .contact-form-wrap .grey-text {
    color: #999999;
    font-size: 12px;
}

.custom-left-block .contact-form-wrap form label .red {
    color: #FF0000;
}

.msg-box {
    resize: vertical;
    min-height: 110px;
    font-size: 14px!important;
    margin-bottom: 10px!important;
}

.custom-left-block .contact-form-wrap form .msg-box:focus {
    outline: 2px solid #97b9ee;
}

.custom-left-block .contact-form-wrap form input[type="submit"] {
    background: -webkit-gradient(linear, left top, left bottom, from(#fe9446), to(#f47a20));
    background: -moz-linear-gradient(top, #fe9446, #f47a20);
    background: -o-linear-gradient(top, #fe9446, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9446', endColorstr='#f47a20');
    border: 1px solid #DA7C0C;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 21px 4px;
    max-width: 78px;
    max-height: 30px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    margin-top: 15px;
}

.custom-right-block {
    width: calc(100% - 66.5%);
    display: inline-block;
    vertical-align: top;
}

.custom-right-block .sidebar-content {
    padding: 15px 0px 20px 30px;
}

.custom-right-block .sidebar-content h3 {
    margin-top: 0px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.custom-right-block .sidebar-content .joinreason {
    font-size: 15px;
    margin-bottom: 20px;
}

.custom-right-block .sidebar-content .dottedline {
    border-bottom: 1px dotted #CCCCCC;
    height: 2px;
    width: 100%;
    display: block;
    padding-top: 15px;
}

/* contact us page css ends here */


/*privacy policy page css strts here */

.policy-list-wrap .policy-list {
    padding-left: 0px;
    word-wrap: break-word;
}

.policy-list-wrap .policy-list li {
    padding-left: 10px;
    font-size: 15px;
}

.policy-list-wrap ul {
    margin: 0px 24px 0px 24px;
}

.policy-list-wrap .policy-list .firsttitle {
    font-size: 20px;
    margin: 0px 0px 20px -10px;
    font-weight: bold;
}

.policy-list-wrap .policy-list .secondtitle {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 20px -10px;
}

.policy-list-wrap .policy-list .thirdtitle {
    margin: 0px;
    font-weight: bold;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.policy-list-wrap .policy-list .inner-list {
    padding-left: 0px;
    list-style: disc;
}
/*privacy-poicy page css ends here */

/*disclaimer page css starts*/

.disclaimer-page-wrap {
    padding: 50px;
    min-height: 800px;
}

.disclaimer-page-wrap ul {
    list-style: none;
    padding-left: 0px;
}

.disclaimer-page-wrap ul li {
    line-height: 34px;
}

/* discliamer page css ends*/


table {
    border-collapse: separate !important;
    border-spacing: 0;
    width:730px;
    font-family:'NegotiateFree';
    letter-spacing: 0;
}
th, td {
    vertical-align: top;
}
th {
    background: -webkit-gradient(linear, left top, left bottom, from(#7BC144), to(#64A011));
    background: -moz-linear-gradient(top, #7BC144, #64A011);
    background: -o-linear-gradient(top, #7BC144, #64A011);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BC144', endColorstr='#64A011');
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 11px;
    padding: 9px 8px 7px 8px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}
th.qty, th.price {
    padding: 9px 20px 7px 20px;
    text-align: center;
}
th.price {
    border-right: 0;
}
td {
    padding: 7px !important;
}
tbody td {
    border-bottom: 1px solid #C6C9CC;
    border-left: 1px solid #E4E7EB;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    font-size: 12px;
    text-align: center;
}
tbody tr.bordertop td {
    background-color: #E8EAE9;
    background-color: linear-gradient(#f7faf9, #e8eae9);
    border-left: 1px solid #d5d8db;
}
 tbody td.item, tbody tr:nth-child(even) td.item {
border-left: 1px solid #c6c9cc;
}
tbody td.item {
    color: #404853;
    font-weight: bold;
}
tbody td.stock, tbody td.qty, tbody td.price {
    vertical-align: middle;
}
tbody td.stock, tbody td.qty {
    text-align: center;
}
tfoot td {
    border-bottom: 1px solid #c6c9cc;
    border-left: 1px solid #e4e7eb;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    text-align: right;
}
tfoot td.title {
    border-left: 1px solid #c6c9cc;
}
tfoot td.price {
    border-right: 1px solid #c6c9cc;
}
tfoot tr.sub td {
    border-bottom: 0;
    padding: 8px 8px 0 8px;
}
tfoot tr.tax td {
    padding: 0 8px 8px 8px;
}
tfoot tr.sub td, tfoot tr.tax td {
    color: #8c8c8c;
    font-size: 12px;
}
tfoot tr.total td {
    background: #e8eae9;
    background: linear-gradient(#f7faf9, #e8eae9);
    color: #404853;
    font-size: 14px;
    font-weight: bold;
}
tfoot tr.total td.price {
    border-left: 1px solid #d5d8db;
}
.in {
    color: #00b515;
}
.out {
    color: #b50000;
}
@font-face {
 font-family: 'NegotiateFree';
 src: url('font-face/negotiate_free-webfont.eot');
 src: url('font-face/negotiate_free-webfont.eot?#iefix') format('embedded-opentype'), url('font-face/negotiate_free-webfont.woff') format('woff'), url('font-face/negotiate_free-webfont.ttf') format('truetype'), url('font-face/negotiate_free-webfont.svg#NegotiateFree') format('svg');
 font-weight: normal;
 font-style: normal;
}
.textgif{
    display:none;
}

.winresult, .lossresult{
	background:url('../img/win.gif') center center no-repeat;
	text-indent:-9999px;
}
.lossresult{
	background:url('../img/loss.gif') center center no-repeat;
	text-indent:-9999px;
}
.drawresult{
	background:url('../img/draw.gif') center center no-repeat;
	text-indent:-9999px;
}

.postpresult{
	    text-indent: 0;
    font-weight: bold;
    color: #60A800;
    font-size: 16px;
    padding: 4px 10px !important;
}
.postpresult .textgif{
	display: block;
}


/* ----------------------- */
/* ---- Media Queries ---- */
/* ----------------------- */

@media screen and (max-width: 1200px){
    .container{
        width: 980px;
    }
    .left-banner-content .banner-title{
        font-size: 40px;
    }
    .left-banner-content .banner-title span{
        font-size: 38px;
    }
}

@media screen and (max-width: 1024px){}

@media screen and (max-width: 991px) {
    .container,
    .page-wrap{
        width: 750px;
    }
    .custom-navbar .navbar-nav>li>a{
        font-size: 13px;
        padding: 12px 10px;
    }
    .top-banner{
        height: 394px;
    }
    .left-banner-content .banner-title{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .left-banner-content .banner-title span{
        font-size: 30px;
    }
    .left-banner-content .banner-sub-text{
        font-size: 16px;
    }
    .left-banner-content .best-tip-list li{
        font-size: 16px;
        line-height: 22px;
    }
    .right-banner-content img{
        margin-top: 0px;
    }
    .tip-block-container .tip-block{
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .tip-block-container .tip-block:last-child{
        margin-bottom: 0px;
    }
    .home-tip-block .tip-block{
        margin: 0px auto !important;
    }
    .home-tip-block .btn-wrap{
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .get-tip-title{
        font-size: 26px;
    }
    .get-tip-subtitle{
        font-size: 16px;
    }
    .get-tip-content,.home-content{
        font-size: 14px;
    }

    /* CUSTOM FOOTER CSS START */
    .footer-links li {
        padding: 0 5px;
    }
    /* CUSTOM FOOTER CSS END */  
    
    /* FAQ PAGE START */    
    .que-ans-block-wrap{
        padding: 25px 5px 140px;
        max-width: 100%;
    }  
    .que-ans-block h3 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }
    .que-ans-block p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    /* FAQ PAGE END */
    /* record page css starts */
    .table-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    /*  records page css ends */ 

    /* contact us page css starts here */
    .custom-page-container {
        min-height: 580px;
    }
    .custom-left-block {
        width: 50%;
    }
    .custom-left-block .contact-form-wrap form {
        width: 100%;
        float: none;
        clear: both;
        margin-right: 0px;
    }
    .custom-right-block {
        width: 49%;
    }
    /* contact us page css ends here */
    /* privacy -poicy page css starts */
    .policy-page .custom-left-block {
        width: 65%;
    }
    .policy-page .custom-right-block {
        width: 34%;
    }
    .policy-page .policy-list-wrap .policy-list{
        margin-right: 0px;
    }
    .policy-list-wrap .policy-list li,
    .policy-list-wrap .policy-list .thirdtitle {
        padding-left: 0px;
        font-size: 14px;
    }
    .policy-list-wrap .policy-list .firsttitle {
        font-size: 18px;
        margin-left: 0px
    }
    .policy-list-wrap .policy-list .secondtitle {
        font-size: 16px;
        margin-left: 0px;
    }
     .policy-page .custom-right-block .sidebar-content{
        padding-left: 0px;
    }
    /* privacy -poicy page css ends*/
    
    /*disclaimer page css starts*/
    .disclaimer-page-wrap {
        padding: 30px;
        min-height: 700px;
    }
    .disclaimer-page-wrap ul li {
        line-height: 28px;
    }
    /* discliamer page css ends*/
}

@media screen and (max-width: 767px) {
    .container{
        width: 100%;
    }
    .page-wrap{
        width: calc(100% - 20px);
    }
    .custom-navbar .container>.navbar-header{
        margin-right: 0px;
    }
    .custom-navbar .navbar-brand{
        border: 0px;
    }   
    .custom-navbar .navbar-nav>li{
        width: 100%;
        border-bottom: 1px solid #CCC;
        border-right: 0px;
        border-left: 0px;
    }
    .custom-navbar .navbar-collapse{
        margin-right: 0px;
    }
    .navbar-nav.navbar-left{
        margin-bottom: 0px;
    }
    .navbar-nav.navbar-right{
        margin-top: 0px;
    }
    .custom-navbar .navbar-nav.navbar-right>li:first-child{
        border:0px;
    }

    .left-sidebar,
    .right-container{
        width: 100%;
    }
    .right-container{
        padding: 10px 10px;
    }
    .top-banner{
        height: 100%;
    }
    .right-banner-content{
        display: none;
    }
    .top-banner .container{
        padding: 15px;
    }
    .left-banner-content{
        padding: 0 10px;
        text-align: center;
    }
    .left-banner-content .banner-title{
        text-align: center;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .left-banner-content .banner-title span {
        font-size: 26px;
    }
    .left-banner-content .best-tip-list{
        text-align: left;
        max-width: 332px;
        margin: 0px auto 10px;
    }
    .left-banner-content .best-tip-list li{
        padding-bottom: 5px;
    }
    .banner-btn{
        margin: 20px auto;
        float: none;
        font-size: 28px;
        line-height: 28px;
    }
    .plans-package{
        text-align: center;
        padding: 15px 15px 0px;
    }
    .plans-package .tip-block{
        width: 255px;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto 15px;
        float: none;
    }
    .plans-package .tip-block .bottom-block ul li{
        text-align: left;
    }
    .get-tip-wrap{
        padding: 0px;
        margin-top: 0px;
    }
    .get-tip-title{
        font-size: 22px;
    }
    .get-tip-subtitle{
        font-size: 15px;
        margin-top: 0px;
    }
    .home-tip-block{
        padding: 0px !important;
        text-align: center; 
    }
    .home-tip-block .tip-block{
        display: inline-block !important;
    }

    .page-title-wrap{
        padding: 0;
    }
    .page-title {
        font-size: 26px;
        padding: 20px 15px;
    }
    footer{
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .custom-footer{
        padding: 10px 0 0;
    }
    .custom-footer .copy-txt {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    
    /* BUY NOW PAGE CSS START */    
    .buynow-section {
        padding-bottom: 120px;
    }
    .buy-now-seprator{
        width: 100%;
    }
    .tip-block-wrap {       
        padding: 30px 0 15px;
    }
    .tip-block-wrap .tip-block {
        min-width: 265px;
        display: block;
        max-width: 265px;
        margin: 0 auto 40px;
    }
    .tip-block-wrap .btn-wrap {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .tip-block-wrap .btn-wrap .orange-btn, .tip-block-wrap .btn-wrap .green-btn {
        min-width: 385px;
        min-height: 65px;
        max-height: 65px;
        max-width: 385px;
        margin: 15px auto;
        display: block;
    }
    .buy-now-seprator {       
        margin: 0 auto 0px;
    }
    /* BUY NOW PAGE CSS END */ 
       
    /* FAQ PAGE START */    
    .que-ans-block-wrap{
        padding: 25px 0px 60px;
        max-width: 100%;
    }  
    .que-ans-block h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .que-ans-block p {
        margin-bottom: 10px;
    }
    /* FAQ PAGE END */
    /* record page css starts */
    .table-title {
        margin-left: 15px;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    /*  records page css ends */

    /*  our terms page css starts */
    .terms-list-wrap{
        padding-bottom: 10px;
    }
    .terms-list-wrap .terms-list{
        padding-left: 20px;
    }
    /*  our terms page css ends */

    /* contact us page css starts here */
    .custom-page-container {
        padding: 10px 0px;
    }
    .custom-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-page-container {
        min-height: 580px;
    }
    .custom-left-block,
    .policy-page .custom-left-block {
        width: 100%;
        display: block;
        padding: 15px 0px;
    }
    .custom-left-block .contact-form-wrap form .input-element {
        font-size: 14px;
    }
    .custom-right-block,
    .policy-page .custom-right-block {
        width: 100%;
        display: block;
    }
    .custom-right-block .sidebar-content {
        padding: 20px 0px;
    }
    .custom-right-block .sidebar-content h3 {
        font-size: 16px;
    }
    .custom-right-block .sidebar-content .joinreason {
        font-size: 14px;
        margin-bottom: 5px;
    }
    /* contact us page css ends here */
    /*privacy policy page css*/
    .policy-list-wrap ul {
        margin: 0px 10px;
    }
    .policy-page .custom-right-block {
        padding-left: 0px;
    }
    .policy-list-wrap .policy-list .firsttitle {
        font-size: 16px!important;
        margin-bottom: 10px!important;
    }
    .policy-list-wrap .policy-list .secondtitle {
        font-size: 14px!important;
        margin-bottom: 10px!important;
    }
    .policy-list-wrap .policy-list li,
    .policy-list-wrap .policy-list .thirdtitle {
        font-size: 13px;
    }
    .policy-page .sidebar-content {
        padding-top: 0px;
    }
    /*privacy policy page css ends*/
     /*disclaimer page css starts*/
    .disclaimer-page-wrap {
        padding: 15px 0px;
        min-height: 600px;
    }
    .disclaimer-page-wrap ul li {
        line-height: 24px;
        font-size: 12px;
    }
    /* discliamer page css ends*/

}

@media screen and (max-width: 640px) {
    .steps .list-title{
        font-size: 14px;
    }
    .steps:before{
        height: 24px;
        width: 24px;
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 480px) { 
    .page-title{
        max-height: 100%;
        padding: 15px 10px;
        font-size: 22px;
    }
    .footer-links {
        padding: 0;
    } 
    .footer-links .list-inline{
        margin-left: 0;
        margin-bottom: 0;
    }
    .footer-links li a {
        font-size: 10px;
    }

    /* BUY NOW PAGE CSS START */

    .buynow-section {
        padding-bottom: 60px;
    }  
    .orange-btn,
    .green-btn{
        font-size: 12px;
    }
    .tip-block-wrap .btn-wrap .orange-btn .img-wrap img,
    .tip-block-wrap .btn-wrap .green-btn .img-wrap img{
        margin-right: 3px;
    }
    .tip-block-wrap .btn-wrap .orange-btn .img-wrap img.paypal,
    .tip-block-wrap .btn-wrap .green-btn .img-wrap img.paypal {
        margin-right: 20px;
    }
    .tip-block-wrap .btn-wrap .orange-btn, .tip-block-wrap .btn-wrap .green-btn {
        min-width: 100%;
        min-height: 65px;
        max-height: 65px;
        max-width: 100%;
    }
    .tip-block-wrap .btn-wrap .orange-btn i, .tip-block-wrap .btn-wrap .green-btn i{
        font-size: 12px;
    }
    .tip-block-wrap .btn-wrap .orange-btn i::after, .tip-block-wrap .btn-wrap .green-btn i::after{
        padding: 0;
    }
    /* BUY NOW PAGE CSS END */
    
}    
@media screen and (max-width: 479px) {}

@media screen and (max-width: 360px) {
    /*privacy policy page css starts*/
    .policy-list-wrap .policy-list .firsttitle {
        font-size: 14px!important;
    }
    .policy-list-wrap .policy-list li,
    .policy-list-wrap .policy-list .thirdtitle {
        font-size: 12px;
    }
    /*privacy policy page css ends*/
}
/* modal settings */
#basic-modal-content {
    display:none;
}
/* Responsive --------- */
@media only screen and (max-width: 800px) {
 li#basic-modal {
 display:none !important;
}
}
/*Adding CSS for contact page*/
.alert h4,
h4.alrt,
h2.alrt{
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    color: #2A3333;
    height: 89px;
}
.alert-error,
.alrt-error{
    color: #bc5c62;
    background-color: #f0acb0;
    background-position: 10px center;
    border: 1px solid #db727a;
    /* Box shadow */
    -webkit-box-shadow: 0px 1px 1px #dddddd, inset 1px 1px 1px 1px #f0d1d3;
    box-shadow: 0px 1px 1px #dddddd, inset 1px 1px 1px 1px #f0d1d3;
    /* Text shadow */
    
    min-height:40px;
}
.alert,
.alrt{
    color: #4e9e53;
    border-radius: 0 8px 0 8px;
    font: bold 13px 'Muli', sans-serif;
    margin: 14px 0;
    min-width: 200px;
    padding: 25px 5px;
}
.alert-danger:before, .alert-error:before,
.alrt-error:before{
    content: url("../img/error.png");
    float: left;
    margin: -5px 15px 0;
}
.alert-success,
.alrt-success{
    color: #4e9e53;
    background: #89dd8d;
    background-position: 10px center;
    border: 1px solid #82c286;
    /* Box shadow */
    -webkit-box-shadow: 0 1px 1px #dddddd, inset 1px 1px 1px #cdeace;
    box-shadow: 0 1px 1px #dddddd, inset 1px 1px 1px #cdeace;
    /* Text shadow */
    
    min-height:40px;
}
.alert-success:before,
.alrt-success:before{
    content: url("../img/success.png");
    float: left;
    margin: 5px 15px 0;
}
#send-btn{
    width: 100% !important;
    max-width: none;
}
/*End Adding CSS for contact page*/
