#feature_slider {
	height: 720px;
	/*height: 480px;*/
    height: 680px;
	background: #3980B4;
position: relative;
overflow: hidden;
background-image:url('../img/clouds.jpg');
background-repeat:no-repeat;
background-size:cover;
background-position:center bottom;
}

.centralni {
	max-width:960px;
	margin:140px auto 0;
	position:relative;
}

#features {
    margin-top: 70px;
    margin-bottom: -20px;
}
#features .feature {
    margin-bottom: 30px;
}
.featurebottom {
	height: 1px;
	background-color: #e0e0e0;
	clear: both;
}
#features .feature.ss h1 {
	font-size: 30px;
	margin-top: 30px;
	color: rgb(100, 100, 100);
	font-weight: 400;
}
#features .feature.ss h1 span {
	color: #2F93D5;
}
#features .feature .info p {
    margin-top: 15px;
}

.feature h3 {
	font-size: 30px;
	color: #3384B9;
	margin-top: 35px;
	font-weight: 400;
}


#in_pricing{
    margin-top: 0;
    margin-bottom: 30px;
}
#in_pricing .charts_wrapp{
    margin-left: -20px;
    margin-bottom: 40px;
}
#in_pricing .charts_wrapp .plan{
	border-radius: 6px;
	background-color: #fff;
	width: 95%;
	position: relative;
	border: 1px solid #cfcfcf;
}
#in_pricing .plan .wrapper{
    padding: 33px 30px 26px 30px;
}
#in_pricing .plan h3{
    color: rgb(83, 83, 83);
    font-weight: normal;
    font-style: italic;
    font-size: 28px;
    margin: 0 0 5px 0;
    line-height: 25px;
}
#in_pricing .plan .price{
	font-size: 17px;
	color: #3980B4;
	margin-top: 16px;
}
#in_pricing .plan .price span.dollar{
    font-size: 32px;
    position: relative;
    top: -6px;
    margin-right: 3px;
}
#in_pricing .plan .price span.qty{
    font-size: 47px;
    margin-right:4px;
    position: relative;
    top: 2px;
}
#in_pricing .plan .price span.month{
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
}
#in_pricing .plan .features{
    margin-top: 30px;
}
#in_pricing .plan .features p{
    color: #838385;
    margin-bottom: 5px;
    font-size: 14px;
}
#in_pricing .plan a.order{
    background-color: #2190DB;
    text-align: center;
    margin: 25px auto 0;
    width: 70%;
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
#in_pricing .plan a.order:hover{
	background: #3980B4;
}
#in_pricing .pro .plan{
    width: 100%;
    top: -20px;
    border: 1px solid #d9d9d9;
}
#in_pricing .pro .plan .wrapper{
    padding:36px 30px 35px 30px;
}
#in_pricing .pro .plan img.ribbon{
    position: absolute;
    top: 0;
    right: 0;
}
#in_pricing .pro .plan  a.order{
    margin-top: 35px;
}
#in_pricing .black .plan{
	background: #252528;
	box-shadow: none;
}
#in_pricing .black .plan .wrapper{
	padding: 38px 30px 31px 30px;
}
#in_pricing .black .plan h3{
	color: #fff;
}
#in_pricing .black .plan h6{
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}
#in_pricing .black .plan p{
    color: #838385;
    margin-bottom: 5px;
    font-size: 14px;
}
#in_pricing .black a.order{
	background: #535356;
	color: #fff;
	width: 87%;
	padding: 6px 0;
}
#in_pricing .black a.order:hover{
	background: #2190DB;
}
.start{
    width: 100%;
    text-align: center;
}
.start p{
    font-size: 24px;
    display: inline-block;
    color: #5B5B5D;
    font-style: italic;
    line-height: 26px;
    margin: 0 18px 0 0;
}
.start a{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 17px;
    background: #252528;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.start a:hover{
    background: #2190DB;
}

#consolidated {
    margin-top: 0;
}
#consolidated .consolidated .img {
	height: 76px;
	width: 180px;
}
#consolidated .consolidated .consolidated1 {
    background: url('../img/logos/reviveads.jpg') 0 -76px;
}
#consolidated .consolidated .consolidated1:hover {
    background-position: 0px 0px;
}
#consolidated .consolidated .consolidated2 {
    background: url('../img/logos/digiregs.jpg') 0 -76px;
}
#consolidated .consolidated .consolidated2:hover {
    background-position: 0px 0px;
}
#consolidated .consolidated .consolidated3 {
    background: url('../img/logos/tubelayouts.jpg') 0 -76px;
}
#consolidated .consolidated .consolidated3:hover {
    background-position: 0px 0px;
}
#consolidated .consolidated .consolidated4 {
    background: url('../img/logos/design.jpg') 0 -76px;
}
#consolidated .consolidated .consolidated4:hover {
    background-position: 0px 0px;
}
#consolidated .consolidated .img{
    cursor: pointer;    
}
#consolidated .consolidated .img:hover{
    cursor: pointer;    
    /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
}


/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {
    
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    #in_pricing .plan a.order{
        width: 64%;
    }
    .slide#responsive .info 
    .slide#tour .info a {
        font-size: 15px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #feature_slider {
        display: none;
    }
    #in_pricing .charts_wrapp{
        margin-left: 0;
    }
    #in_pricing .charts_wrapp .plan{
        margin: 0 auto 30px;
        width: 95%;
    }
    #in_pricing .plan .wrapper{
        margin: 0 auto;
        text-align: center;
    }
    #in_pricing .pro .plan{
        top: 0;
        width:95%;
    }
.start p{
        margin-bottom: 20px;
    }
.start a{
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    #consolidated .row{
        text-align: center;
    }
    #consolidated .consolidated{
        text-align: center;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 10px;
        width: auto;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
}


/* features */
#features {
	margin-top: 40px;
}
#features .option2{
	margin-bottom: 50px;
}
#features .option2 .feature {
	margin-bottom: 50px;
}
#features .option2 .feature .box{
	text-align: center;
	float: left;
	width: 16%;
	height: 77px;
}
#features .option2 .feature .box img.one{
	margin-top: 18px;
}
#features .option2 .feature .box img.two{
	margin-top: 20px;
}
#features .option2 .feature .text{
	float: left;
	width: 76%;
	margin-top: 17px;
	margin-left: 23px;
	min-height: 100px;
}
#features .option2 .feature .text h6{
	margin: 0 0 8px 0;
	font-size: 20px;
}
#features .option2 .feature .text p{
	margin: 0;
	font-size: 14px;
	line-height: 23px;
}
#features .option2 .right{
	float: right;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .right{
		/*margin-bottom: 0;*/
	}
	#features .option2 .feature .text{
		margin-top: 0;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .right{
		/*margin-bottom: 0;*/
	}
	#features .option2 .feature .text{
		margin-top: 0;
	}
}



/*********31.08.2018**********/

#consolidated .consolidated .consolidated4 {
    background: url(../img/logos/av-force.jpg) 0 -76px;
}
#consolidated .consolidated .consolidated5{
    background: url(../img/logos/dmca-force.jpg) 0 -76px;
}
#consolidated .consolidated .consolidated5:hover, #consolidated .consolidated .consolidated6:hover{
    background-position: 0px 0px;
}

#consolidated .consolidated .consolidated6{
    background: url(../img/logos/naughty-app.jpg) 0 -76px;
}
.consolidated .img {margin-bottom: 30px;}


#consolidated .consolidated .consolidated7{
    background: url(../img/logos/facechex.jpg) 0 -76px;
}


#consolidated .consolidated .consolidated8{
    background: url(../img/logos/leadwrench.jpg) 0 -76px;
}

#consolidated .consolidated .consolidated9{
    background: url(../img/logos/notifysolutions.jpg) 0 -76px;
}

#consolidated .consolidated .consolidated10{
    background: url(../img/logos/seductiongurus.jpg) 0 -76px;
}

#consolidated .consolidated .consolidated11{
    background: url(../img/logos/traffichaus.jpg) 0 -76px;
}

#consolidated .consolidated .consolidated12{
    background: url(../img/logos/your-date-link.jpg) 0 -76px;
}


#consolidated .consolidated .consolidated7:hover, #consolidated .consolidated .consolidated8:hover{
    background-position: 0px 0px;
}
#consolidated .consolidated .consolidated9:hover, #consolidated .consolidated .consolidated10:hover{
    background-position: 0px 0px;
}

#consolidated .consolidated .consolidated11:hover, #consolidated .consolidated .consolidated12:hover{
    background-position: 0px 0px;
}

/* ====================================08-09-2019================================== */
a.signup-btn {    
    background: #00aeef;
    color: #fff !important;
    opacity: 1 !important;
    line-height: 7px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px !important;
}
a.signinindex-btn {
    padding: 0 10px !important;
    text-align: center;
}
.meetus-section {
    background: url('../img/meet-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.meet-us-inner {
    display: flex;
}
.form-inner h3 {
    font-size: 25px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff;
     margin: 0;
}
.form-inner p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.form-inner {
    padding-left: 40px;
}
.input-inner button {
    background: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
}
.input-inner button:focus,
.input-inner button:active {
    outline: none;
}
#tecnology i {
    font-size: 9px;
    margin-right: 10px;
}
@media(min-width:1200px) {
    .navbar-inner .cust_container {
     width: auto;
     max-width: 990px;
}
}

@media(max-width:1199px) {
    .navbar-inner .brand img {
        max-width:174px;
    }
   .navbar-inner .cust_container  {
    width: auto;
    max-width: 954px;
    }
}
@media(max-width:767px) {
    #feature_slider .centralni {
        margin-top: 0;
    }
    #feature_slider {
    display: block;
    margin-right:-20px;
    margin-left: -20px;
    height: auto;
    padding: 50px 20px;
}
.meetus-section {
    margin-right:-20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.meet-us-inner {
    display: block;
}
.meet-us-inner {
    text-align: center;
}
.meetus-form {
    margin-top: 40px;
}
.form-inner {
    padding-left:0px;
}
}












