/*
1. GLOBAL STYLES
2. TYPOGRAPHY
     2.1 FONTS
     2.2 HEADINGS
3. LAYOUT     
     3.1 GENERAL
     3.2 PRELOADER
     3.3 LOGO
     3.4 CAROUSELS
4. MENU
5. HEADER
6. SECTIONS
     6.1 ABOUT
     6.2 FEATURES
     6.3 VIDEO
     6.4 SOLUTIONS
     6.5 PRICING
     6.6 TESTIMONIALS
     6.7 TEAM
     6.8 CLIENTS
     6.9 SUBSCRIBE
     6.10 CONTACT
7.FOOTER
8.ICONS
8.LIVE PREVIEW

*/
/* --------------------------------------
1. GLOBAL STYLES
-----------------------------------------*/

body {
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;	
}
a {
    color: #3f51b5;
}
a:hover,
a:focus,
a:active,
a.active {
    /*color: #3f51b5 #337ab7 #273140*/
	color: #b5a33f;
}
:target:before {
content:"";
display:block;
height:64px;
margin:-64px 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #3f51b5;
    color: #fff;
}
::selection {
    text-shadow: none;
    background: #3f51b5;
    color: #fff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
:focus {
    outline: none;
}
/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/
/* 2.2 HEADINGS */

body {
    font-family: Montserrat,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 15px;
}
h1,
h2,
h3 {
    font-family: inherit;
}
section .section-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 40px;
}
section .section-subheading {
    margin-bottom: 60px;
    text-transform: none;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    margin-top: 25px;
    color: #666666;
    font-weight: 400;
}
.separator {
    width: 30px;
    height: 2px;
    display: block;
    margin: auto;
    background-color: #3f51b5;
}
/* --------------------------------------
3. LAYOUT
-----------------------------------------*/
/* 3.1 GENERAL*/

section {
    padding: 100px 0;
}
.row {
    margin: 0;
}
.outer-margin {
    margin: 0 -15px;
}
body.modal-open {
    overflow: hidden;
}
.parallax {
   background: #3f51b5;
   background: linear-gradient(140deg, #3f51b5 20%, #0A57A5);
}
.parallax .section-heading,
.parallax .section-subheading {
    color: #fff;
}
.parallax .separator {
    background: #fff;
}
.gray-bg {
    background: #f8f8f8;
}
.header-buttons {
    margin: 60px auto 100px auto;
}
.primary-button {
    min-width: 165px; /*150px;*/
    padding: 11px 20px;
    background-color: white;
    border-radius: 2px;
    color: #3f51b5;
    font-family: inherit;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    /*line-height: 36px;*/
    margin: 0 10px;
    border: 2px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.primary-button.button-inverse {
    color: #fff;
    background: #3f51b5;
    border: 2px solid #3f51b5;
    margin: 0;
}
.primary-button.button-inverse:hover {
    color: #3f51b5;
    background: transparent;
    border: 2px solid #3f51b5;
}
.secondary-button, .btn-blue, .btn-white {
    min-width: 165px; /*150px;*/
    text-align: center;    
    background: #3f51b5;
    display: inline-block;
    /*line-height: 36px;*/
    color: white;
    font-family: inherit;
    font-size: 14px;    
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 2px;    
    transition: 0.3s;
	padding: 11px 24px;
}

.btn-blue {
	padding: 16px 24px;
	border: 2px solid #3f51b5;
}

.btn-white {	    
	padding: 16px 24px;
    color: inherit;    
    outline: none;
    background: #fff;    
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
	color: #fff;
	background: none;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
	background: #fff;
	border: 2px solid #3f51b5;
	color: #3f51b5;
}

.secondary-button-inverse {
    color: #3f51b5;
    border-color: #3f51b5;
    background: #fff
}
.secondary-button.secondary-button-inverse:hover {
    color: #fff;
    background: #3f51b5;
}
.primary-button:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}
.secondary-button:hover {
    background: #fff;
    color: #273140;
    text-decoration: none;
}

/*3.2 LOGO*/

.logo img {
    height: 44px;
    width: auto;
}

a.logo {
	color: #fff;
	font-size: 24px;
	line-height:2;
	font-weight:700;
}

/* --------------------------------------
4. MENU
-----------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #273140;
    width: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border: none;
    margin-right: -10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

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

.navbar-default .nav li a {
    color: white;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.7;
    padding: 15px 25px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
    opacity: 1;
}

.navbar-default.navbar-shrink .nav li a,
.navbar-default.navbar-shrink .nav .active .dropdown-menu a {
    opacity: 0.8
}
.navbar-default.navbar-shrink .nav .active a {
    opacity: 1
}
.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default.navbar-shrink .nav li a:focus {
    outline: 0;
    color: #fff;
    opacity: 1;
    background: none;
}
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default.navbar-shrink .navbar-nav>.active>a {
    border-radius: 0;
    background: none;
    opacity: 1;
    color: #3f51b5;
    -webkit-filter: brightness(1.2);
}

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

/*#menu-main-menu .menu-item-has-children .dropdown-menu {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

#menu-main-menu .menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}*/

#menu-main-menu .menu-item .dropdown-menu .menu-item a {padding: 5px 10px; font-size: inherit;}

#menu-main-menu .dropdown-menu {
    padding: 15px 18px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 230px;
    left:-3px;
    top: 44px;
	background: #273140;
}

#menu-main-menu .dropdown-menu a {
    margin: 0;
    color: #fff;
    padding: 5px 10px;
    line-height: 20px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    background: transparent;
}

#menu-main-menu .dropdown-menu a:hover {
    opacity: 1;
}

@media(min-width:992px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #273140;
    }
}

/* --------------------------------------
5. HEADER
-----------------------------------------*/

header {
    position: relative;    
    color: #fff;
    background-color: #3f51b5;
    background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
}
header .intro-text .intro-heading {
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 10px;
    display: block;
}

header .intro-text .intro-heading {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;    
    display: block;    
    margin-top: 30px;
    margin-bottom: 40px;
}

.header-buttons .secondary-button,
.header-buttons .primary-button {
margin: 0 20px 14px 0;
}

header .intro-text {
	/*padding: 130px 0 0 0;*/
	padding: 80px 0 0 0;
	text-align: left;
}
header .intro-text .intro-lead-in {
    font-family: inherit;
    font-size: 46px;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 50px 0 0;
    line-height: 77px;
}
header .header-dashboard {
    display: block;
    margin: auto;    
}
header .header-dashboard .dashboard {    
	/*margin: 200px auto 130px auto;*/
	margin: 140px auto 80px auto;
}
header .container {
    position: relative;
    z-index: 10;	
}
.header-new{
	font-size:46%;
	color:#fff;
	font-weight:bold;
	/*font-style: normal;*/
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#particles-js canvas {
	/*max-height:627px;*/
	max-height:530px;
}

@media (max-width: 1199px) {
	header .intro-text .intro-lead-in {		
		font-size: 42px;
	}
}

@media (max-width: 991px) {
	header .intro-text{
		padding: 80px 0 0 0;
		text-align: center;
	}
	header .header-dashboard .dashboard {
		margin: 40px auto 60px auto;
	}
	#particles-js {
        opacity: 0;
        visibility: hidden;
    }
    header .header-dashboard {
        background: none;
    }
    header .intro-text .intro-lead-in {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 58px;
        margin: 20px 0 0;
    }    
    .header-buttons {
        margin: 40px auto;
    }
    header .intro-text .intro-heading {
        font-size: 15px;
        line-height: 21px;
        margin-top: 20px;
    }
}

/* --------------------------------------
6. SECTIONS
-----------------------------------------*/
/*6.1 Services*/

#services .col-md-4 {
    text-align: center;
}
#services .col-md-4.last {
    padding-right: 0;
}
#services .header-img {
	margin-bottom: 24px;
}
#services .header-img-mih {
	margin-bottom: 20px;
}
.service-heading {
    text-transform: none;
    color: #333;
    font-size: 22px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 22px;
}
.highlight-block {
    color: #555;
    padding: 20px;
    margin-bottom: 20px;
    background: #fcfcfc;
    border: 1px solid #eee;
}
.highlight-block:hover {
    box-shadow: 0 0 8px #eee;
	background: #fff;
}
@media(min-width:992px) and (max-width: 1199px) {
	#services .highlight-block {
		min-height:305px;
	}
}
	
.learn-more {
	margin-top: 10px;	
}
#services .outlink {line-height: 34px; font-weight: 700; font-size: 15px}
#services .btn-blue {padding:0 18px; font-size:14px; min-width:140px; line-height:30px;text-transform: none;}

/* list */
#list .section-subheading {
	margin-bottom: 0;
}

#list .progress {    
    margin-bottom: 0;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
  margin:20px 0;  
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons a {
	font-size:26px;
	margin-right: 15px;
}

.list-bottom {
	margin: 20px 0 -20px 0;
	text-align: center;
}

@media (max-width: 991px) {
	ul.share-buttons{	  
	  margin:10px 0;
	}
	ul.share-buttons a {
		font-size:22px;
		margin-right: 10px;
	}
	
	.dataTables_length,
	.dataTables_filter {
		display: none;
	}	
}

/* faq */
#faq {	
	font-size: 14px;
}

.panel-title .glyphicon{
	font-size: 14px;
}

/*6.2 myiphide*/
.big-ul {
	line-height: 1.7;
}
.img-unblock {
	margin: 10px auto 0 auto;	
}
#myiphide .section-subheading {
	margin-bottom: 40px;
}

/*speed*/
.speed .btn-blue {
	margin: 6px 0 0 0;
}

.speed ul {
	padding-left: 20px;
}

.speed li {
	color: #666;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
}

@media(max-width:991px) {
	.big-ul {
		font-size: 13px;
	}
	.img-unblock {
		margin: 0 auto 20px auto;	
	}
	.speed {
    text-align: center;
	}
	.img-speed {
		margin: 4px auto 40px auto;	
	}	
}

#moneyback .section-subheading {
	margin-bottom: 25px;
}
#moneyback img {
	margin-bottom: 20px;
}

#moneyback .mb30 {
	font-size:13px;
	margin: 10px 0 0 0;
	color: rgba(255, 255, 255, 0.6);
}

.parallax-text  {
	color: rgba(255, 255, 255, 0.7);
	max-width: 700px;
	text-align: center;
	margin: 0 auto 20px auto;
}

#features .col-md-3 {
    text-align: center;	
}

#features .col-md-3 p {
	font-size: 14px;
}

#features .col-md-3.last {
    padding-right: 0;
}

#features .fa {
    color: #3f51b5;
    margin-bottom: 20px;
    font-size: 48px;
}

/*offer*/
.emailist {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: left
}

.emailist li {
    padding: 2px 11px;
    cursor: pointer
}

.emailist .on,.emailist li:hover {
    background-color: #eee
}

#offer .offer-text  {
	color: rgba(255, 255, 255, 0.9);
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

#offer .section-subheading {
	margin-bottom: 30px;
}

#offer .parallax-text {
    margin: 0 auto 30px;
}

.try2buy {	
	margin: 30px 0 -30px 0;
}

.try2buy a {
	color: #fff;
	text-align: center;
}

.try2buy a:hover {
	color: #000;
}

.trial-form input {
    width: 100%;
    border-radius: 2px;
    height: 50px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: none;
    padding: 0 20px;
}

.trial-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.trial-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.trial-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.trial-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.trial-form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    outline: none;
}

#offer .trial-form input {
	margin: 0 0 26px 0;
}

#offer .trial-form {
    max-width: 500px;
    margin: 0 auto;
	text-align:center;
}

/*6.9 trymih bar */
#trybar {
    padding: 50px 0;
	text-align: center;
}
#trybar h3 {
	color: white;
	font-family: inherit;
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: 300;    
	margin: 0;
	line-height: 50px;
	width:100%;
	margin-bottom: 20px;
}

/*map*/
#map .btn-blue {
    margin: 10px 0 0 0;
}

#map h3 {
    font-weight:bold;
}

.pure-text p {
	font-size: 15px;
	margin-bottom: 14px;
	line-height: 22px;
}

.mb30-left {
	font-size:13px;	
	color:#000;
	margin: 6px 0 0 20px;
}

#httpproxy .mb30-left {	
	margin: 6px 0 0 8px;
}

#socksproxy .mb30-left {	
	margin: 6px 0 0 13px;
}

.btn-ul {
	margin: 16px 0 0 24px;
}

@media(max-width:991px) {
	#map {
		text-align: center;
	}
	
	.pure-text p {
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 20px;
	}
	
	#trybar h3 {
        font-size: 28px;
        line-height: 28px;        
   }
   
   .mb30-left, .btn-ul {
		margin-left: 0;
		text-align: center;
	}
}

/*6.5 PRICING*/
/* mih pricing */
/* these 2 mih css conflict with proxy list*/
/*.pricing {
    overflow: visible;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    background: #fff;
}

.pricing .col-lg-3 {
	padding: 0;
	line-height: 25px;
	color: #286090;
	width: 100%;
	text-align: center;
}*/

.btn  {
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;	
	white-space: nowrap;		
	padding: 8px 30px 5px;
	text-transform: uppercase;
}

.btn-highlight {
	color: #3E2723;
	background: #FFC400;
	border-bottom-color: #FFAB00;
}

.pricing:hover .btn-sens, .btn-highlight:hover {	
	background: #FFD740;	
	border-bottom-color: #FFC400;	
}

.pricing .btn-highlight {
	margin: 0;	
	min-width: 170px;
	text-transform: none;
}

.pricing .pricing-price {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 42px;
    display: inline-block
}

.pricing .pricing-time {
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 30px
}

.pricing .currency {
    font-size: 34px;
    margin-right: 5px;
    position: relative;
    top: -20px
}

.pricing-plan {
	font-size: 18px;
    font-weight: 700;
    line-height: 26px;    
    margin: 48px 0 36px 0;
    text-align: center;
}

.pricing-save {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 16px;
}

.pricing:hover {    
    box-shadow: 1px 6px 10px 0 #023978;
}

.pricing .billing-time {
    color: #888;  
	font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

.pricing.popular {
	color: #fff;
	background-color: #112b50;
	background-image: radial-gradient(circle closest-side at 50% 42%, #054078, transparent);
}

.pricing.popular .pricing-plan,  .pricing.popular .pricing-price, .pricing.popular .pricing-time {
    color: #E5F1FF;
}

.pricing.popular .pricing-save {
	color: #FFC400;
}

.pricing.popular .billing-time {
	color: #aaa;
}

.popular-outer {
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.popular-label {    
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-weight: 700;
    padding: 2px 20px;
    white-space: nowrap;    
    text-overflow: ellipsis;
    position: relative;
    top: -18px;
    white-space: nowrap;    
    background-color: #F44336;
}

.popular-text {
    font-size: 13px;
    line-height: 35px;
    text-transform: uppercase;
}

.pricing a {
	text-decoration: none;
}

.payments-row {
	margin: 40px 0 0 0;
}

.payments-row .parallax-text {    
    margin: 0 auto;
}

/* proxy list pricing */
.pricing{
overflow: hidden;
position: relative;
border: 2px solid #e6e6e6;
border-top: none;    
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
margin: 0;
border-radius: 0;
background: #fefefe;
}
.pricing.active{
background: #3f51b5;
border: 2px solid #3f51b5;
opacity: 0.85;
border-top: 0;
}
.pricing-title{
background: #3f51b5;
border-radius: 2px 2px 0 0;
text-align: center;
color: white;
font-family: inherit;
font-size: 16px;
font-weight: 700;
line-height: 62px;
height: 60px;
}
.pricing .pricing-row{
padding-top: 18px;
float: left;
padding-left: 0;
text-align: center;
padding-right: 0;
width: 100%;
}
.pricing .pricing-row.selected{
background: whitesmoke;
font-weight: bold;
color: #666;
font-size: 14px;
padding-top: 13px;
margin-top: 10px;
margin-bottom: -13px;
padding-bottom: 13px;
}
.pricing.active .pricing-row.selected{
background: rgba(255, 255, 255, 0.2);
color: #fff;
}
.pricing .col-lg-3{
padding: 50px 0 20px 0;
font-family: inherit;
font-weight: 300;
line-height: 25px;
color: #3f51b5;
width: 100%;
text-align: center;
}
.pricing.active .col-lg-3{
color: #fff;
}
.pricing .button-container{
text-align: center;
position: relative;
padding: 30px 0 40px 0;
width: 100%;
margin: 0;
height: auto;
background: none;
float:left;
}
.pricing .pricing-price{
font-size: 60px;
letter-spacing: -2px;
line-height: 42px;
display: inline-block;
}
.pricing .pricing-time{
font-weight: 300;
letter-spacing: -1px;
margin-top: 5px;
font-size: 30px;
}
.pricing .iconita{
line-height: 52px;
font-size: 48px;
height: 52px;
}
.pricing .pricing-title{
font-weight: 700;
font-size: 32px;
margin-top: 25px;
margin-bottom: 15px;
line-height: 32px;
}
.pricing .pricing-option{
text-transform: none;
text-align: center;
line-height: 1;
color: #666;
font-family: inherit;
font-size: 15px;
}
.pricing .pricing-row.selected .pricing-option{
font-size: 14px;
}
.pricing .pricing-option.selected{
background: #3595f8;
}
.pricing.active .pricing-option{
color: #fff;
}
.pricing .pricing-row.selected .fa{
font-size: 13px;
top: 0;
}
.pricing .fa{
color: #3f51b5;
font-size: 11px;
margin-right: 10px;
position: relative;
top: -1px;
}
.pricing.active .fa{
color: #fff;
}
.pricing .currency{
font-size: 34px;
margin-right: 5px;
position: relative;
top: -20px;
}
.pricing .billing-time{
color: #b3b3b3;
font-size: 14px;
line-height: 14px;
margin-top: 8px;
}
.pricing.active .billing-time{
color: #fff;
}
.pricing:hover{
box-shadow: none;
}
.btn-white{
border: 2px solid #fff;
}
.pricing-text {
	max-width: 700px; 
	margin:0 auto;
}
a.bounce {
	position: relative;
	color: #ffd740;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
a.bounce:hover {
	color:#fff;
}
.billing{
	margin-bottom: 40px;
	color: #777;	
}
.billing .term {	
	border: 1px solid #ddd;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 12px;
	background: transparent;
	font-weight: bold;
	margin: 0 8px;
}
.billing .active {
	color: #3e2723;
	border: 1px solid transparent;
	background: #ffc400;	
}
.billing .label{
	position: relative;
	font-size: 12px;
	background: #f44336;
}
.billing .label::after {
	height: 7px;
    width: 7px;
    position: absolute;
    content: '';
    background: #F44336;
    border: 2px solid #F44336;    
    border-top-width: 0px;
    border-left-width: 0px;
    transform: rotate(45deg);
    top: 6px;
    left: -1px;
}
.billing span{
cursor: pointer;
}
.ybill{
display: none;
}

@media (max-width: 991px) {
	.payments-row {
		margin: 0;
		font-size: 14px;
	}
}

/* --------------------------------------
7.FOOTER
-----------------------------------------*/
footer {
	background: #273140;
	color: #fff;
	padding: 50px 0 0 0;	
}

footer h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;  
}

footer ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
  line-height:1.7;
}

footer ul li a {
  font-size: 14px;  
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
}

footer ul li a:hover {
	text-decoration: none;
	color: #3f51b5
}

.footer-btm {  
  padding: 20px 0;
  font-size: 12px;  
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.9;
}

.footer-text, .footer-btm a {
	color:#fff;
	opacity: 0.3;
	transition: 0.3s;
}

.footer-btm a:hover {	
	opacity: 0.8;
}

@media(min-width: 768px) {
	.footer-btm span:last-child {
		text-align: right;	  
	}
}

@media (max-width: 767px) {
	footer {
		text-align: center;
		padding: 0;
	}	
}

/* responsive styles */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .nav li a {
        padding: 15px;
    }
    header .header-dashboard .dashboard {
        max-width: 90%;
    }
    header .header-dashboard {
        background: none
    }    
    footer .container {
        width: 100%;
        padding: 0 30px;
    }
    /*#trybar .trial-form {
        float: none;
        width: 570px;
        margin: auto;
    } */   
    #trybar h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }    
    .pricing {
        margin-bottom: 30px;
    }    
    #services .col-md-4.last {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    header .header-dashboard .dashboard {
        max-width: 90%;
    }
	/*collapse navbar earlier*/
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	/*for dropdown-menu*/
	/*#menu-main-menu .menu-item-has-children .dropdown-menu {    
    transition: all 0s ease 0s;    
    transform: none;
	}
	#main-menu .navbar-nav .menu-item-has-children .mobile-dropdown {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 11px;
    color: #fff;
    top: 0;
    z-index: 99;
    font-size: 14px;
    right: -7px;
    position: absolute;
    -webkit-font-smoothing: antialiased;}
    #main-menu .navbar-nav .menu-item-has-children .mobile-dropdown:before {  content: "\f078"; }
    #main-menu .navbar-nav .menu-item-has-children.mobile-visible .mobile-dropdown:before {  content: "\f077"; }
    #main-menu .navbar-nav .menu-item-has-children .dropdown-menu { display: none;    opacity: 0;    visibility: hidden;}
    #main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu { display: block;    opacity: 1;    visibility: visible;}*/    
    html {
        width: 100%;
        overflow-x: hidden;
    }
    .navbar-fixed-top {
        padding: 8px 20px;
    }
    .navbar-fixed-top .page-scroll {
        margin: 0;
    }
    .logo img {
        height: 34px;
        margin-top: 8px;
    }	
    section .section-heading {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 28px;
    }
    section {
        padding: 70px 0;
    }
    section .section-subheading {
        margin-bottom: 25px;
        margin-top: 15px;
        font-size: 15px;
        line-height: 21px;
    }      
    .service-heading {
        font-size: 18px;
        margin-bottom: 18px;
    }
    #services .col-md-4.last,
    #services .col-md-4 {
        padding: 0 30px;
        margin-bottom: 30px;
    }     
    section .section-heading {
        text-align: center;
    }	
    #pricing .col-md-4 {
        width: 90%;
        margin: 0 auto 30px;
    }
    .pricing .pricing-option {
        font-size: 14px;
    }
    .pricing .pricing-row {
        padding-top: 15px;
    }
    .pricing .button-container {
        padding: 30px 0 35px 0;
    }
    .pricing .col-lg-3 {
        padding: 35px 0 15px 0;
    }
    .pricing .pricing-price {
        font-size: 40px;
    }
    .pricing .pricing-time {
        font-size: 20px;
    }
    .pricing .currency {
        font-size: 23px;
        position: relative;
        top: -10px;
    }
    
    #trybar h3 {
        font-size: 28px;
        line-height: 28px;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }    
	
	#offer .offer-text {
		font-size: 13px;
	}
    
    .lower-footer .pull-left {
        width: 100%;
    }
    .footer-nav,
    .lower-footer .pull-right {
        display: none;
    }
    .lower-footer span,
    .lower-footer a {
        width: 100%;
        display: block;
    }
    .upper-footer .logo img {
        margin: auto;
    }
    .upper-footer .pull-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .upper-footer .pull-left p {
        text-align: center;
        width: 80%;
        margin: 30px auto 0;
    }
    .upper-footer .pull-right {
        width: 100%;
    }
    .footer-secondary-nav {
        max-width: 100%;
        display: block;
        padding: 0;
        width: 100%;
    }
    .lower-footer {
        margin-top: 30px;
    }
    .footer-secondary-nav a {
        margin: auto;
        display: block;
        float: none;
    }
    .footer-secondary-nav li {
        margin-bottom: 20px;
    }    
}

#cdt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#cdt i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#cdt:hover {
    background: rgba(0, 0, 0, 0.9);
}
#cdt:hover i {
    color: #fff;
    top: 5px;
}

/* datatable color indigo.css: #1080f2 > #3f51b5 */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {    
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.pagination>li>a, .pagination>li>span {    
    color: #3f51b5;    
}

.dataTables_wrapper input {
	width: 100%;
}

@media (max-width: 767px) {
  .dataTables_wrapper .hx,
	.dataTables_wrapper .hs,
	.dataTables_wrapper .hm {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.dataTables_wrapper .hs,
	.dataTables_wrapper .hm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.dataTables_wrapper .hm {
		display: none !important;
	}
}

/*get section*/
#get .mb30-left, #screenshot .mb30-left {
margin-left: 0px;
}
.pricing .pricing-option a {
text-decoration: underline;
}
.pricing.active .pricing-option a {
color:#fff;
}
.pricing.active .pricing-option a:hover {
color:#b5a33f;
}
.switch {
text-align:center;
margin:30px 0 0 0;
font-size:18px;
}
#get .pure-text {
/*max-width:500px;*/
margin: 0 auto;
}
.img-shadow{box-shadow: 0 1px 16px 0 rgba(0,0,0,.4)}
#screenshot {padding: 80px 0 40px 0;}
.img-app, .img-switch, .img-main, .img-api {
    margin: 0 auto;
	box-shadow: 0 1px 16px 0 rgba(0,0,0,0.4);
}
.top-margin {
margin-top: 50px;
}
#get .top-margin {
margin-top: 24px;
}
.smalllist, .prehttps {
display:none;
}
th {
text-align:center;
}

@media (max-width: 991px) {
	.img-api, .img-switch {
	margin-bottom: 40px;
	}	
}

.mihsp {
    font-size: 40%;
}

#save td, #save th {text-align:left}

/* for https://github.com/mouse0270/bootstrap-notify */
.alert-fpl {	
    text-align: left;
    /*font-family: Montserrat,SF Display,-apple-system,system-ui,BlinkMacSystemFont,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Segoe UI,Roboto,Ubuntu,Lucida Grande,sans-serif;*/
	padding: 10px 0;	
	height: 72px;
	overflow: hidden;
	border: none;
	border-radius: 10px;
	color: #444;
	background: #f2f2f2;
	box-shadow: inset 0 0 2px rgba(0,0,0,.2), 0 0 10px rgba(0,0,0,.2);
}
.alert-fpl.dark {
	color: #fefefe;
	background: #333;	
	box-shadow: rgba(255, 255, 255, .2) 0 0 2px inset, rgba(0, 0, 0, .2) 0 0 10px;
}
.alert-fpl.dark .close, .alert-fpl.dark .close:focus, .alert-fpl.dark .close:hover {
	color: inherit;
}
@media (min-width: 768px) {
.alert-fpl {
    width: 330px;
}
}
.alert-fpl > [data-notify="icon"] {
	float: left;
    height: 100%;
    padding-left: 10px;
    display: block;
}
.alert-fpl > [data-notify="icon"] img {
	width: 50px;
	height: 50px;
}
.alert-fpl > [data-notify="title"] {
	display: block;
    padding: 5px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: baseline;
    text-shadow: none;
    text-overflow: ellipsis;
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.alert-fpl > [data-notify="message"] {
	display: block;
    padding: 5px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: baseline;
    text-shadow: none;
    text-overflow: ellipsis;
    border: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}