/* ==========================================================================
Own Style
========================================================================== */


.to-top {
	background-color: #5C388D;
}

footer {
	background-color: #522D83;
}

footer .social-share {
	background-color: transparent;
}

footer p {
	color: #B9ABCD;
}

.to-top .to-top-wrap a {
	background-color: #522D83;
}

.to-top .to-top-wrap a:hover{
	background-color: #4E2B80;
}
footer ul.footer-group {
	border-top: solid 1px #5C388D;
}


/* === */

.btn-fill {
	border-color: #EA5297;
	background-color: #EA5297;
}
.btn-fill:hover,
.btn:hover,
.btn-fill:active,
.btn:active {
	border-color: #C93276;
	background-color: #C93276;
}

.fixed {
	background-color: #4E2B80;
}
.magenta {
	color: #fed219;
}

a,
.sign-up .signup-form .form-input-group i {
	color: #EA5297;
}
a:hover,
.sign-up .signup-form .form-input-group i:hover  {
	color: #C93276;
}

.hero {
	    background: url("../img/heronew.jpg") center center;	
}

.hero-strip {
	background: #4D287D url("../img/meeting.jpg") no-repeat center center;
}

.hero-strip p,
.testimonial-slider p {
	color: #B9ABCD;
}

.flex-control-paging li a {
	background: #8E6BBF;
}

.flex-control-paging li a.flex-active {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: none;
}

header a {
	font-size: 16px;
	letter-spacing: 0.1em;
}

.sign-up .signup-form .form-input-group i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 20px;
}

.hero-strip .logo-placeholder {
	max-width: 595px;
	max-height: 320px;
	width: 80%;
}

.hero-strip .logo-placeholder img {
	 width: 100%;
}

.hero-strip .logo-placeholder { 
	bottom: -230px;
}
.blog-intro {
    padding-top: 180px;
}

.partner li{
	clear: both;
}
.partner p {
	 display: flex;
}

.sign-up .signup-form .form-radio {
	height: 90px;
}

.sign-up .signup-form .form-radio input[type=radio], 
.sign-up .signup-form .form-radio input[type=checkbox] {
	margin: 0 6px 0 68px;
	width: 18px;
	height: 33%;
	clear: both;
	float: left;
	padding-top: 2px;
}

.sign-up .signup-form .form-radio p {
	padding: 0 ;
	margin: 0 0 0 0;
	height: 33%;
}
.sign-up .signup-form .form-radio h6 {
	margin: 0 0 0 12px;
	padding: 4px 0 0 0 ;
	height: 30%;
	font-size: 14px;
}

footer .social-share p {
	text-transform: none;
}

footer .loslogos {
	position: relative;
	margin-top: 2em;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

footer .loslogos li {
	float: left;
	width: 14%;
}

footer .loslogos li img {
   width: 98%;
}

footer .footer-links {
    margin: 50px 0 120px 0;
}

.features .ipad-wrap {
	background-image: url("../img/ipad-device.png") ;
}
.features .device-showcase {
    position: absolute;
    bottom: 100px;
    right: 50%;
}

.partner a {
	float: left;
}

.sign-up .signup-form select {
	margin-left: 68px;
	width:76%;
	height: 100%;
	border-radius: 6px;
	border: none;
	background-color: #fff;
}

.alert-danger {
    color: #ab0d55;
    background-color: #ec90b9;
    border-color: #EA5297;
}

.text-danger {
	color: #ab0d55;
}

.hero-content h1,
.hero-content h1 img {
	width: 100%;
}

.hero h1 {
    margin: 0 auto 40px auto;
    max-width: 800px;
}


.features-stack h5 {
	text-transform: none;
	line-height: 1.2em;
	margin-bottom: 4px;
}



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

	.section-padding {
	    padding: 80px 0;
	}
	
	.hero-strip .logo-placeholder img {
   	 width: 100%;
	}
	
	.blog-intro {
	    padding-top: 100px;
	}
	
	.features .responsive-feature-img, .features-extra .responsive-feature-img {
	    margin: 5% auto;
	}
	
	.blog-intro {
		 padding-top: 240px;
	}
	
}

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

	.section-padding {
	    padding: 40px 0;
	}
	
	.blog-intro {
		 padding-top: 160px;
	}
	
	.responsive-feature-img {
		display: none !important;
		visibility: hidden;
	}
	.features {
		padding-bottom: 4em;
	}
}





































